On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Testers with my game, yes. Just wanted to make sure it's not an issue with my machine.
Are the environment variables supposed to be exclusive to the process and thus not visible through, say, the Windows command prompt? In that case I have been approaching the whole process in the wrong way (treated the evnironment variables as a global thing).

Admin(+1)

Environment variables are inhered by sub processes. Although there may be global environment variables, if a program launches a sub program with an environment, you will not be able to read those variables in an unrelated program’s environment.

thank you so much for the clarification.

I’ve got smooth “login with itch” functionality going on the game now, very happy!