teamsalta / sm64nx

Other
50 stars 10 forks source link

Window Remains Black and Closes After a Few Seconds #2

Closed RadzPrower closed 4 years ago

RadzPrower commented 4 years ago

I managed to get the build.bat file to generate !!base.pak and run make without any apparent errors, but it just won't run as-is.

Windows 10

Patjwmiller commented 4 years ago

Make sure the romfs folder + SDL2.dll + baserom.z64(or whatever you named your rom) are in the same dir as the mario executable.

RadzPrower commented 4 years ago

Despite that not being conveyed as required in the practically non-existent installation instructions, I already tried that.

Patjwmiller commented 4 years ago

You are right with this not being in the instruction. It's evident in the source. I skimmed the source to find this knowledge ;). However I don't know why it's still crashing for you. How are you building it?

RadzPrower commented 4 years ago

Compiled all the dependencies as best I could (I hate Python...), utilized the build.bat in import to create a !!base.pak (which I've compared file size with others and they say it matches), and I run "make -j64" (I picked 64 for the obvious reason, but it also seems to perform surprising well at that level with all the other ports as well).

teamsalta commented 4 years ago

is !!base.pak 3.5MB?

RadzPrower commented 4 years ago

Yes, I never got it running quite right myself, but now that the executable is included, it's running. I was able to run build.bat via cmd.exe instead.