MaxLastBreath / TOTK-mods

Other
698 stars 25 forks source link

Crashes on startup on windows 11 #99

Closed LMBEN1 closed 6 months ago

LMBEN1 commented 6 months ago

Hello, The application crashes on startup, on Windows 11, seems like there is a path issue :

OSError: [Errno 22] Invalid argument: '"C:\Users\B&M\AppData\Roaming\yuzu\sdmc"\TOTKBenchmark.txt'

log :

Attempting to start Application. SystemINFO System: Windows GPU: NVIDIA GeForce RTX 4070 Ti RAM: 32 GB 3600 MHz and used 28.8% CPU: Intel(R) Core(TM) i5-14600K

Succesfully loaded api.json. Found Legacy Emu folder at: C:\Users\B&M\AppData\Roaming\yuzu Detected a Windows based SYSTEM! a qt-config.ini file found! V Camera Sensitivity - 1.0 H Camera Sensitivity - 1.0 Time Speed - 1.0 RSDB Heap size - 1.0 Textures Heap size - 1.0 main Traceback (most recent call last): File "run.py", line 17, in File "form.py", line 70, in init File "form.py", line 711, in load_canvas File "modules\benchmarks.py", line 32, in load_benchmark OSError: [Errno 22] Invalid argument: '"C:\Users\B&M\AppData\Roaming\yuzu\sdmc"\TOTKBenchmark.txt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "run.py", line 34, in TypeError: can only concatenate str (not "OSError") to str [12328] Failed to execute script 'run' due to unhandled exception! PS C:\Users\B&M\Desktop\jeux\Yuzu\TOTK mods>

Thank you !

MaxLastBreath commented 6 months ago

oh i see that's a yuzu issue, for some reason it saved your path with "" strings

MaxLastBreath commented 6 months ago

Should be able to fix it tho

LMBEN1 commented 6 months ago

:-)

LMBEN1 commented 6 months ago

I confirm : 2.0.5 solved the issue, many thanks !

MaxLastBreath commented 6 months ago

I confirm : 2.5.5 solved the issue, many thanks !

<333