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

Generation hangs on "Input file not found." (8.1.3) #52

Closed InterClaw closed 1 year ago

InterClaw commented 1 year ago

I do get further in the generation than on 8.1.0, but not all the way it seems still. The generation hangs on "Input file not found." in version 8.1.3.

Might this be because I'm using a custom output folder (the desktop)?

Here's the console log:

Old mod found, deleting.
If you are stuck hanging here, be sure to close the emulator first and then hit generate again.
Old mod deleted.
Getting Controller-ID
Set Controller-ID to Playstation-White-Western
Downloading zip file. This may take up to 10 seconds.
Extracting zip file. This can also take a few seconds.
Copying extracted files
Cleaning up old files
Extracting zip.
DynamicFPS Custom INI Generated
DynamicFPS Custom INI Generated
DynamicFPS Custom INI Generated
DynamicFPS Custom INI Generated
DynamicFPS Custom INI Generated
Ratio value is set to 2.4 and the scaling factor is 1.35.
0070201E
0070201E
Patch file created: C:/Users/InterClaw/Desktop\AAR MOD\exefs\main-1.0.0.pchtxt
Patch file created: C:/Users/InterClaw/Desktop\AAR MOD\exefs\main-1.1.0.pchtxt
Patch file created: C:/Users/InterClaw/Desktop\AAR MOD\exefs\main-1.1.1.pchtxt
Patch file created: C:/Users/InterClaw/Desktop\AAR MOD\exefs\main-1.1.2.pchtxt
Patch file created: C:/Users/InterClaw/Desktop\AAR MOD\exefs\main-1.2.0.pchtxt
Copying dynamicFPS mod.
Copied dynamicFPS mod.
Creating custom ini
Extracting ZS.
Input file not found.

And these are my settings:

image

image

image

image

fayaz12g commented 1 year ago

@InterClaw ah shoot I completely forgot to test a custom output folder and use controller mods when building, I’ll check what’s wrong in the morning as it’s 3 AM for me. Thanks for reporting, I really appreciate how consistently fast you are with testing the tool

fayaz12g commented 1 year ago

@InterClaw It was bugging me that it wasn't working so I literally got out of bed and fixed it without even turning the light on haha. Tested it too and it should work: https://github.com/fayaz12g/totk-aar/releases/tag/8.1.4

[In case you’re curious what was wrong, in 8.1.2 I switched where the default and generated ini for dfps generate as was requested by a user to make it easier to to have multiple versions of AAR with different settings. In doing so, I forgot I had a line that deleted an old version of dfps before copying it over, which then in the change ended up deleting the aar mod folder AFTER it had downloaded the controller mod, so it found no input file to extract the zs. The order is download, handle exefs/dfps, then extract and modify the controller mod so that if you use 16:9 (the default) it can finish after the exefs step and is very very fast.]

InterClaw commented 1 year ago

Thanks for fixing it again!