KiaraGale / Sonic-Mania-Addendum

Source code for Sonic Mania Addendum, a full game overhaul + expansion for Sonic Mania Plus.
Other
4 stars 4 forks source link

Crash before entering Main Menu #9

Closed hermaherp closed 8 months ago

hermaherp commented 8 months ago

Issue: The game hangs and crashes when attempting to load into the main menu

Target version: RSDKv5U - All (x64)

RSDK version used: Commit 64df5c1

Graphics API: DX9

Addendum version used: Commit 546ab35

Description: I compiled the RSDK executable with version 5U (specifically targeted at 5vU - All) and I use it with a Data.rsdk from my Sonic Mania Plus game folder. I compiled Addendum targeting that same version and made sure that the branches were Release and x64 on both projects. When I copy the resulting Game.dll from Addendum, as well as adding the mod folder and setting it up, the game crashes even on a fresh folder without config or saves when I try to load into the main menu, effectively locking me out of playing the game

KiaraGale commented 8 months ago

Do you have the Addendum mod itself enabled via the mod loader? It requires that you have both the code (Game.dll) and assets (mod loader mod) loaded simultaneously to work.

hermaherp commented 8 months ago

Yes, the mod is enabled as per the setup instructions previous to executing the game

EDIT: Adding screen capture of setup, no other mod is enabled

image

KiaraGale commented 8 months ago

Could you try using the v5U Game.dll file and assets from Addendum's SHC release page? I'm not entirely certain if the code on this repo here is completely functional, but I can say for certain that the SHC release is. Try using that, and if you still have issues, and if possible, contact me via Discord (@kiaragale).

hermaherp commented 8 months ago

Will do