MaikelChan / SpaceCadetPinball

Wii and 3DS ports of 3D Pinball - Space Cadet
https://pacochan.net/software/3d-pinball-space-cadet/
MIT License
102 stars 6 forks source link

crash on load (wii) #4

Closed NyTR0S96 closed 2 years ago

NyTR0S96 commented 3 years ago

idk what I'm doing wrong. . . I have the assets in the data folder and its the origional xp pinball and not full tilt (allthough i think it would work either or) but no matter what I do when i go to load the program it instantly crashes and brings up a bunch of numbers and errors.

MaikelChan commented 3 years ago

I should add some error message printing on screen on common error situations. However, if you get that error screen, it probably is not because of missing assets. Do you run it on a NTSC or PAL Wii?

NyTR0S96 commented 3 years ago

NTSC

NyTR0S96 commented 3 years ago

This is the error when i launch the program.

MaikelChan commented 3 years ago

Could you try this version and see if it crashes?

SpaceCadetPinball.zip

NyTR0S96 commented 3 years ago

I will try it when I get home but I'm going to be home until tomorrow EDIT: Same error.

NyTR0S96 commented 3 years ago

is it a file structure issue?

MaikelChan commented 3 years ago

Not sure actually. In that new build, I changed some video output parameters and left them with default values. Incorrect values would cause a similar crashes to me. The values I used work fine in PAL, and since you have NTSC, I thought the values could be incompatible. But it doesn't seem to be the case.

Can you make another screenshot of the error in the new build?

From what I saw from your previous screenshot, is that it could be related to file access, but some of the data in the screenshot didn't make much sense to me. I've read that having corrupt files could cause a similar error, and reformatting the SD card and copying the files again could fix it.

But I cannot be certain right now.

NyTR0S96 commented 3 years ago

20211105_205611.jpg

NyTR0S96 commented 3 years ago

i'm not sure if anything changed in the errors but this is with your new .dol file

MaikelChan commented 3 years ago

Ok, this actually makes much more sense. The other one was weird for some reason.

It looks like you are missing pinball.exe and PINBALL2.MID (even if it has a MID extension, it's not a music file). Those would be required for the game to run, as they contain the font used in the game.

NyTR0S96 commented 3 years ago

wait so i DO need the exe? thats wierd because i thought that wasn't needed.. . . wierd. also the .MID i thought sence it wouldn't play than i wouldn't need it so i excluded it. let me try it.

NyTR0S96 commented 3 years ago

so it works however the music sounds slightly off pitch.

MaikelChan commented 3 years ago

I'm glad it's finally working. Regarding the music, maybe this is your issue? https://github.com/MaikelChan/SpaceCadetPinball/issues/5