When UltraCam TOTK mod is installed, emulator tries initializing at 0x0 #49
Labels
No labels
CI
Low Priority
Needs Approvals
Needs Rebase
android
bug
duplicate
enhancement
help wanted
invalid
question
translations
wontfix
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: suyu/suyu#49
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is there an existing issue for this?
Affected Commit or Release
beta 0.0.2
Description of Issue
After adding the mod "UltraCam", the emulator refuse to launch the game and stuck on infinite "Launching"
Expected Behavior
The game can boot on old yuzu with the same mod
Reproduction Steps
1.download and install the mod UltraCam 2.1.4
2.boot the game
Log File
suyu_log.txt
System Configuration
CPU: Intel i5-12400f
GPU/Driver: RTX 4060/Game Ready Driver 551.86
RAM: 16GB
OS: Windows 10 22H2 Build 19045.4170
Zelda TOTK unable to boot with mod "UltraCam"to When UltraCam TOTK mod is installed, emulator tries initializing at 0x0You need to update to latest.
I have the same issue using the latest git commit
77e9b7b59b
Reinstalling the latest update "1.2.0" makes it possible to launch the game once.
Nevermind i updated the game to "1.2.1" and it works now
So it can't be used in previous version of game, and I can only change an emulator to use mods?
The mod most likely only supports a later version of the game, so it won’t make a difference. You can use nxdumptool to dump the update off your switch.
I have written in the issue that the mod runs perfect in yuzu with any version of game it support(1.1.0-1.2.1). It's just a bug of suyu that needs repair
Ghost referenced this issue2024-04-05 00:49:01 +02:00
Since this quick fix of downgrading/upgrading doesn't require you to launch the game it probably has something to do with how suyu handles applying version updates and mod fsoverlays in src/core/file_sys/. OP states old yuzu works so the codestyle changes in
e5a954617b
are the likely offenders.