When I run the .AppImage file, a little white window opens for a second and then closes. Running it through the terminal, I see that it seems to be looking for a yuzu file that isn't there? I installed yuzu for good measure but that didn't seem to help. Here's the output from konsole;
`Traceback (most recent call last):
File "run.py", line 17, in
File "form.py", line 74, in init
File "form.py", line 708, in load_canvas
File "form.py", line 115, in create_canvas
File "modules/checkpath.py", line 67, in checkpath
File "configparser.py", line 684, in read
File "configparser.py", line 1063, in _read
configparser.MissingSectionHeaderError: File contains no section headers.
file: '/home/Hylia/.config/yuzu/qt-config.ini', line: 1
'resolution_setup=2\n'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "run.py", line 36, in
TypeError: can only concatenate str (not "MissingSectionHeaderError") to str
[PYI-20865:ERROR] Failed to execute script 'run' due to unhandled exception!`
Edit: I don't know why the code wrapper in this op comment doesn't seem to work? I tried but computers don't like me today I guess
Edit 2: nevermind I found the issue on MaxLastBreath's issues page. Navigating to the file in question and deleting it did the trick.
When I run the .AppImage file, a little white window opens for a second and then closes. Running it through the terminal, I see that it seems to be looking for a yuzu file that isn't there? I installed yuzu for good measure but that didn't seem to help. Here's the output from konsole; `Traceback (most recent call last): File "run.py", line 17, in
File "form.py", line 74, in init
File "form.py", line 708, in load_canvas
File "form.py", line 115, in create_canvas
File "modules/checkpath.py", line 67, in checkpath
File "configparser.py", line 684, in read
File "configparser.py", line 1063, in _read
configparser.MissingSectionHeaderError: File contains no section headers.
file: '/home/Hylia/.config/yuzu/qt-config.ini', line: 1
'resolution_setup=2\n'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "run.py", line 36, in
TypeError: can only concatenate str (not "MissingSectionHeaderError") to str
[PYI-20865:ERROR] Failed to execute script 'run' due to unhandled exception!`
Edit: I don't know why the code wrapper in this op comment doesn't seem to work? I tried but computers don't like me today I guess
Edit 2: nevermind I found the issue on MaxLastBreath's issues page. Navigating to the file in question and deleting it did the trick.