Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title screen crash when External Data is enabled #77

Open
buvk opened this issue Dec 16, 2024 · 5 comments
Open

Title screen crash when External Data is enabled #77

buvk opened this issue Dec 16, 2024 · 5 comments
Labels
game crash Game has crashed port Issue concert port targets in general

Comments

@buvk
Copy link

buvk commented Dec 16, 2024

Pressing LT/RT when at the title screen seems to cause a crash when External Data is enabled.

image

@AloXado320 AloXado320 added game crash Game has crashed port Issue concert port targets in general labels Dec 17, 2024
@AloXado320
Copy link
Member

I can't seem to replicate it, though I can see it crashes when trying to check the file directory string in sys_strcasecmp during the redone debug level select. Now that I think about it I should excluse crash screen textures so they don't use EXTERNAL_DATA.

Anyways, what are your make flags and which directory are you running the game on?

@buvk
Copy link
Author

buvk commented Dec 17, 2024

make -j16 HIGH_FPS_PC=1 EXTERNAL_DATA=1 NOEXTRACT=1

The exe itself is in D:\Apps\sm64pcBuilder2\repos\sm64ex-alo-master\build\us_pc

@AloXado320
Copy link
Member

Are you loading any custom files or just vanilla? The addition of NOEXTRACT=1 could be due to an asset not found (but then a missing texture would render instead of crashing, strange...)

@buvk
Copy link
Author

buvk commented Dec 19, 2024

No custom files are being loaded.

There is actually a missing texture. Just before the game crashes, the pictures of Mario that normally fill up the screen are missing.

@AloXado320
Copy link
Member

Can you send me your res zip file or folder? Could be the compressor missed a file in the process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
game crash Game has crashed port Issue concert port targets in general
Projects
None yet
Development

No branches or pull requests

2 participants