error on startup

#18
by Potamon - opened

Hello,
i keep getting this error even though i'm sure of the executable path. If someone has an insight on what i might be doing wrong ?

The server.py started fine and is waiting for requests.

Connected to model server at localhost:5555
Session reset
Model loaded, starting environment...
3...
2...
1...
Traceback (most recent call last):
File "E:\Nitrogen\NitroGen\scripts\play.py", line 93, in
env = GamepadEnv(
File "E:\Nitrogen\NitroGen\nitrogen\game_env.py", line 415, in init
proc_info = get_process_info(game)
File "E:\Nitrogen\NitroGen\nitrogen\game_env.py", line 110, in get_process_info
raise ValueError(f"No process found with name: {process_name}")](E:\Nitrogen\NitroGen>python scripts/play.py --process 'C:\Users\Ben\AppData\Local\TheLastWar\Launch.exe'
Connected to model server at localhost:5555
Session reset

Sign up or log in to comment