fayaz12g / totk-aar

Any Aspect Ratio for Tears of the Kingdom! A tool to generate custom settings to make the game look great on any display!
106 stars 5 forks source link

FileNotFoundError: [WinError 3] The system cannot find the path specified #8

Closed QBKU closed 1 year ago

QBKU commented 1 year ago

AAR 3.0, Python 3.11.3, Win11-64. Was trying toset "3440:1440" and Hud Location as "Center".

Error log: Exception in Tkinter callback Traceback (most recent call last): File "tkinter__init.py", line 1948, in call__ File "bGUI.py", line 139, in create_patch FileNotFoundError: [WinError 3] The system cannot find the path specified: 'F:/Yuzu/user/load/0100F2C0115B6000\AAR MOD\temp\Common.Product.110.Nin_NX_NVN.blarc'

fayaz12g commented 1 year ago

Did the controller file download correctly or did it fail to download? If you go to that location what do you see

IPaid4WinRAR commented 1 year ago

I also ran into this issue, but I noticed that there were also python errors mentioning that packages failed to install (something about version mismatches). I had python 3.11 but also a couple other older python versions installed on my machine. I removed all versions of python on my machine and then reinstalled 3.11 via the microsoft store, and the program worked without issue.

QBKU commented 1 year ago

Did the controller file download correctly or did it fail to download? If you go to that location what do you see

no files, only empty folder "Yuzu\user\load\0100F2C0115B6000\AAR MOD\exefs"

QBKU commented 1 year ago

I did not find any version errors in my log :(

abhidash29 commented 1 year ago

@fayaz12g I just ran into this issue as well, looks like the problem is line 19 of download.py. Removing the line sys.stdout = PrintRedirector(scrolled_text) allowed it to download the controller zip file without throwing any exceptions.

fayaz12g commented 1 year ago

@fayaz12g I just ran into this issue as well, looks like the problem is line 19 of download.py. Removing the line sys.stdout = PrintRedirector(scrolled_text) allowed it to download the controller zip file without throwing any exceptions.

This line does not exist in version 3.0, as it was for the new output I had for print statements in 3.1. This may be the fix for version 3.1 though. I’ve been away from home since Friday morning so I haven’t had the time to even look at the error in the console, hence why I just deleted the version altogether

fayaz12g commented 1 year ago

@IPaid4WinRAR thank you for sharing this, I’ve heard a few times people with different versions of python has persistent issues until they uninstall the previous version. I recognize this is not ideal so when I am home I will work on a version that doesn’t require python at all

fayaz12g commented 1 year ago

The new version doesn't need python