OatmealDome / dolphin-ios

Dolphin for iOS, reborn
Other
250 stars 27 forks source link

Zelda WW (at least - I haven't tried other games) crashes due to data abort/segfault #127

Open mariotrr opened 4 months ago

mariotrr commented 4 months ago

Please see zip file with two instances of this crash occurring within a few minutes of each other. This might presumably be happing with other games, but this is the first time that I'm trying DolphiniOS.

Could be caused by attempting to access a NULL structure or something, given in both cases the crash occurred at an offset from a null pointer.

Archive.zip

OatmealDome commented 4 months ago

Looks like a similar crash that I know has been occurring in Dolphin upstream. I'm not sure if it's been fixed yet.

If you're using custom textures, try turning them off.

mariotrr commented 4 months ago

Do you happen to have a link to the upstream issue? I've been searching for it but couldn't find it - I'd be happy to try and find a way to fix it locally, or at least to work around it without having to disable custom textures.