Open bethakneemiller opened 1 year ago
I've had to explicitly supply my steam user id in
config["steam_user_id"]
on windows for it to work
Weird, I wonder why the glob does not work in Windows
I've had to explicitly supply my steam user id in
config["steam_user_id"]
on windows for it to work
And since I was to lazy to implement an actual config file, you have to edit the source code to supply it. Ouch.
A workaround would be to add it as a command-line argument, something like --steam-user-id xxxxx
. That would be easier to implement than a config file
I am surprised as well, since it is a python function so the globexpansion is not done by the shell, and definitely not by the called system function. weird
On Fri, Dec 1, 2023 at 6:23 AM Rodrigo Silva @.***> wrote:
Weird, I wonder why the glob does not work in Windows
— Reply to this email directly, view it on GitHub https://github.com/MestreLion/hackmatch/issues/6#issuecomment-1835535768, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC2G3WFE4Z3FUOXM2SXNLADYHFZVNAVCNFSM6AAAAAA66AF5M6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZVGUZTKNZWHA . You are receiving this because you commented.Message ID: @.***>
I'm having the same issue with my installation, and frankly I don't understand how to do anything that's been said- x.x Can somebody dumb it down for me lol
Playing the Windows version and get this error every time I try to launch the game. No idea what to do from here.