phoboslab / wipeout-rewrite

2.64k stars 212 forks source link

Crash when trying to get past title screen (wipeout/common/leeg.cmp is missing) #34

Closed hazelnot closed 1 year ago

hazelnot commented 1 year ago

The game crashes when I attempt to get past the title screen by pressing enter.

Apparently wipeout/common/leeg.cmp is missing, but the NTSC PSX CD I used doesn't seem to contain that file.

load cmp wipeout/common/leeg.cmp
Abort at "src/utils.c" line 23: Could not open file for reading: wipeout/common/leeg.cmp
mickski56 commented 1 year ago

No this port uses a mix of assets from the psx and windows versions. Hint read the Running section of readme.md

hazelnot commented 1 year ago

The Running section says "This code mostly assumes to have the PSX NTSC data, but some menu models from the PC version are loaded as well."

This is very vague, and I assumed it meant it uses the PSX files but it can fall back on the PC data as well in some cases.

mickski56 commented 1 year ago

That is mostly uses the PSX files but in addition uses some PC data .

hazelnot commented 1 year ago

It's clearly not correct, since it requires the PC data to run

hazelnot commented 1 year ago

Anyway, it worked now, but I strongly suggest rephrasing the readme text 😅