Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JoystickGremlinEx 13.40.8ex crashes if you start program clean with no prior run. #24

Closed
samkatakouzinos opened this issue Apr 12, 2024 · 3 comments

Comments

@samkatakouzinos
Copy link

JoystickGremlinEx 13.40.7ex crashes if you start program clean with no prior run.

Unhandled exception in script — text
Failed to execute script 'joystick_gremlin' due to unhandled exception: [Errno 2] No such file or directory:  
'c:\\users\\samkat\\joystick gremlin\\config.json'  
  
Traceback (most recent call last):
File "joystick_gremlin.py", line 37, in <module>
File "<frozen importlib,_bootstrap>", line 1178, in _find_and_load
File "<frozen importlib,_bootstrap>", line 1149, in _find_and_load_unlocked
File "<frozen importlib,_bootstrap>", line 690, in _load_unlocked
File "Pylnstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "gremlin\_init _. py", line 18, in <module>
File "<frozen importlib,_bootstrap>", line 1178, in _find_and_load
File "<frozen importlib,_bootstrap>", line 1149, in _find_and_load_unlocked
File "<frozen importlib,_bootstrap>", line 690, in _load_unlocked
File "Pylnstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "gremlin\actions.py", line 24, in <module>
File "<frozen importlib,_bootstrap>", line 1178, in _find_and_load
File "<frozen importlib,_bootstrap>", line 1149, in_find_and_load_unlocked
File "<frozen importlib,_bootstrap>", line 690, in_load_unlocked
File "Pylnstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "gremlin\ base_classes.py", line 27, in <module>
File "<frozen importlib,_bootstrap>", line 1178, in _find_and_load
File "<frozen importlib,_bootstrap>", line 1149, in _find_and_load_unlocked
File "<frozen importlib,_bootstrap>", line 690, in _load_unlocked
File "Pylnstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "gremlin\profile.py", line 35, in <module>
File "<frozen importlib,_bootstrap>", line 1178, in _find_and_load
File "<frozen importlib,_bootstrap>", line 1149, in_find_and_load_unlocked
File "<frozen importlib,_bootstrap>", line 690, in_load_unlocked
File "Pylnstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "gremlin\input_devices.py", line 359, in <module>
File "gremlin\common.py", line 34, in _call_
File "gremlin\input_devices.py", line 239, in _init
File "gremlin\ common.py", line 34, in _call
File "gremlin\config.py", line 38, in _init
File "gremlin\config.py", line 78, in reload
File "gremlin\config.py", line 83, in save
FileNotFoundError: [Errno 2] No such file or directory: 'c:\\users\\samkat\\joystick gremlin\\config.json'
Unhandled exception in script — image

240413-023827131-joystick_gremlin-1200x1348-SKG-DV-005-SKG-DV-005-samkat

@muchimi
Copy link
Owner

muchimi commented Apr 12, 2024

Thank you. Will look at what's going on - probably looking for a config file....

@muchimi
Copy link
Owner

muchimi commented Apr 12, 2024

@muchimi muchimi closed this as completed Apr 12, 2024
@samkatakouzinos
Copy link
Author

samkatakouzinos commented Apr 13, 2024

Edit: I didn't know how to reopen this issue

Same issue again in 13.40.8ex
Does JoystickGremlinEx create the 'joystick gremlin' folder for a first run?

Traceback (most recent call last):
File "joystick_gremlin.py", line 37, in
File "", line 1178, in _find_and_load
File "", line 1149, in _find_and_load_unlocked
File "", line 690, in load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "gremlin_init
.py", line 18, in
File "", line 1178, in _find_and_load
File "", line 1149, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "gremlin\actions.py", line 24, in
File "", line 1178, in _find_and_load
File "", line 1149, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "gremlin\base_classes.py", line 27, in
File "", line 1178, in _find_and_load
File "", line 1149, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "gremlin\profile.py", line 35, in
File "", line 1178, in _find_and_load
File "", line 1149, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "gremlin\input_devices.py", line 359, in
File "gremlin\common.py", line 34, in call
File "gremlin\input_devices.py", line 239, in init
File "gremlin\common.py", line 34, in call
File "gremlin\config.py", line 47, in init
File "gremlin\config.py", line 97, in save
FileNotFoundError: [Errno 2] No such file or directory: 'c:\users\samkat\joystick gremlin\config.json'

@samkatakouzinos samkatakouzinos changed the title JoystickGremlinEx 13.40.7ex crashes if you start program clean with no prior run. JoystickGremlinEx 13.40.8ex crashes if you start program clean with no prior run. Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants