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

Crashes on startup on windows 11 #99

Closed
LMBEN1 opened this issue Mar 15, 2024 · 5 comments
Closed

Crashes on startup on windows 11 #99

LMBEN1 opened this issue Mar 15, 2024 · 5 comments

Comments

@LMBEN1
Copy link

LMBEN1 commented Mar 15, 2024

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 !

@LMBEN1 LMBEN1 changed the title Crash under windows Crashes on startup on windows 11 Mar 15, 2024
@MaxLastBreath
Copy link
Owner

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

@MaxLastBreath
Copy link
Owner

Should be able to fix it tho

@LMBEN1
Copy link
Author

LMBEN1 commented Mar 16, 2024

:-)

@LMBEN1
Copy link
Author

LMBEN1 commented Mar 16, 2024

I confirm : 2.0.5 solved the issue, many thanks !

@LMBEN1 LMBEN1 closed this as completed Mar 16, 2024
@MaxLastBreath
Copy link
Owner

I confirm : 2.5.5 solved the issue, many thanks !

<333

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