minhnhattonthat / ryujinx-tool

A tool for better manage Ryujinx
20 stars 0 forks source link

Syncing yuzu saves to ryujinx crashes ryu #1

Closed TopHatMan closed 6 months ago

TopHatMan commented 6 months ago

So I used your script , I had make few edits to make it work with my filepaths. well the program works it syncs my saves to ryu but when I load any game the game will crash.

Any idea on that? https://pastebin.com/XZhV97cr

my edited py

https://pastebin.com/Jt0AybBG

My hunch is that user profile is not same id.

KruyKaze commented 6 months ago

I can confirm this happened to me with Zelda tears of the kingdom. It no longer loads with yuzu or ryujinx

minhnhattonthat commented 6 months ago

Hi, first of all, thank you for using the tool, and sorry for any trouble it caused you.

I can reproduce with Zelda TotK like @KruyKaze said. I think it relates to games with bcat save as the termination code is ResultFsTargetNotFound (2002-1002), which is similar to this issue

I will need sometimes to fix this issue. As a temporary work around, please make another fresh instance of ryujinx and play zela totk with it. You can manually copy the save to this instance.

Also @TopHatMan , do you face this issue with any other game? as currently it only happens to zelda totk for me. The log shown the same termination code so I'm not sure if your issue is any different from mine.

TopHatMan commented 6 months ago

all games with yuzu saves crash.

minhnhattonthat commented 6 months ago

I fixed the crash with c0be30c79f9e1cc0a76665b1d1ab49fbc55f8c7b. @KruyKaze @TopHatMan would you mind try the updated script to see if it's working? If not, can you zip your entire Ryujinx folder for me to check? TIA

KruyKaze commented 6 months ago

I fixed the crash with c0be30c. @KruyKaze @TopHatMan would you mind try the updated script to see if it's working? If not, can you zip your entire Ryujinx folder for me to check? TIA

I initially was playing TOTK on Yuzu then it stopped working on both. Now I just ran the new script and I can load TOTK on Ryujinx but it still crashes and doesn't load on Yuzu. Do you still want the zip file? Thanks

minhnhattonthat commented 6 months ago

I fixed the crash with c0be30c. @KruyKaze @TopHatMan would you mind try the updated script to see if it's working? If not, can you zip your entire Ryujinx folder for me to check? TIA

I initially was playing TOTK on Yuzu then it stopped working on both. Now I just ran the new script and I can load TOTK on Ryujinx but it still crashes and doesn't load on Yuzu. Do you still want the zip file? Thanks

If that's the case then can I have the log from yuzu please

KruyKaze commented 6 months ago

yes here yuzu_log.txt

minhnhattonthat commented 6 months ago

from your log I can only see you were trying to boot CHRONO CROSS with no error. Can you try getting a more updated log. also can you click "Open Save Data Location" from yuzu to check if save already existed for TotK?

KruyKaze commented 6 months ago

That means it's not even getting to saving the log. That is the the latest log. Let me check the save data location

KruyKaze commented 6 months ago

oh my yuzu install might be broken. I use https://github.com/ordovice/batocera-switch to update my switch emulators. I think it might have broken my Yuzu after the yuzu github was deleted

KruyKaze commented 6 months ago

Yep, the Yuzu appimage is no longer on my system

KruyKaze commented 6 months ago

I was able to restore the APPIMAGE files. And now the game loads. The only issue now is that the time stamps are incorrect on saves . Thanks for the fix

TopHatMan commented 6 months ago

ok this fixed my issue and now ryu does not crash and loads games. However be advised I had to remove the "nand" comments from yuzu_dir for I use custom path and nand will not come up i.e this my custom folder /gddrive/NAND/user /gdrive/NAND/sys etc