zaksabeast / DreamRadarCartRedirect

A patch for dream radar redirecting nds cart reading/writing to a file on the SD
GNU General Public License v3.0
74 stars 4 forks source link

Pokemon dream radar crashes when opened #22

Closed Spas120 closed 1 year ago

Spas120 commented 1 year ago

It says an exception occurred every time I try to open it so please help

zaksabeast commented 1 year ago

Please upload the luma crash dump or a picture of the exception occurred message from the 3ds.

Spas120 commented 1 year ago

Please upload the luma crash dump or a picture of the exception occurred message from the 3ds.

Here is the dmp file: https://www.mediafire.com/file/pmbyindvz3b5z5v/crash_dump_00000003.dmp/file

zaksabeast commented 1 year ago

Hmm that's a loader module error, not Dream Radar.

Here are a few questions to help debug the issue:

Spas120 commented 1 year ago

Hmm that's a loader module error, not Dream Radar.

Here are a few questions to help debug the issue:

  • What version of luma do you have?
  • Do you have any custom sysmodules that are not from luma?
  • Do you have any additional mods, patches, or cheats for Dream Radar?

I'm using Luma 13.0.2 and the only Pokemon dream radar cheats I have is the save editor app for it and for the second question the answer is no and poke transporter redirect worked fine but the dream radar redirect didn't work

zaksabeast commented 1 year ago

Looking at the source for Luma's loader module, it looks like you might get svcBreak (the error from your crash dump) if the file is invalid.

I would try redownloading the patch and copying to your sd again.

If you used ftp previously, you might try plugging the sd into your computer directly.

Spas120 commented 1 year ago

Looking at the source for Luma's loader module, it looks like you might get svcBreak (the error from your crash dump) if the file is invalid.

I would try redownloading the patch and copying to your sd again.

If you used ftp previously, you might try plugging the sd into your computer directly.

I also opened the ips file in notepad and changed the file directory if that has to do with anything

zaksabeast commented 1 year ago

I also opened the ips file in notepad and changed the file directory if that has to do with anything

Ah, there is a good chance that's the cause! Notepad probably changed the file in a way that no longer makes it a valid IPS, which would cause the svcBreak issue in the crash dump.

Unfortunately if you want to use a save file in a different location you need to rebuild the patch with these instructions: Building the patch for Dream Radar (All regions).

Spas120 commented 1 year ago

I also opened the ips file in notepad and changed the file directory if that has to do with anything

Ah, there is a good chance that's the cause! Notepad probably changed the file in a way that no longer makes it a valid IPS, which would cause the svcBreak issue in the crash dump.

Unfortunately if you want to use a save file in a different location you need to rebuild the patch with these instructions: Building the patch for Dream Radar (All regions).

Well I just wanted to change it so it wouldn't take so long to make a completely new patch

Spas120 commented 1 year ago

I'm just going to use the already made ones I guess since it's hard to make a custom one

zaksabeast commented 1 year ago

Yep, sorry about that. Modifying the file location requires the patch to change in a few other ways, and the build process takes care of those other changes automatically.