Render96 / Render96ex

Fork of https://github.com/sm64-port/sm64-port with additional features.
246 stars 43 forks source link

make RENDER_API=RT64 -j4 not working #29

Closed XxIvan2398Xx closed 2 years ago

XxIvan2398Xx commented 3 years ago

make RENDER_API=RT64 -j4 not working ivanb@DESKTOP-3JDV5U1 MSYS ~/render96ex $ make RENDER_AP make: cc: No such file or directory make: [Makefile:47: n64graphics] Error 127 Traceback (most recent call last): File "/home/ivanb/render96ex/./extract_assets.py", line 286, in main() File "/home/ivanb/render96ex/./extract_assets.py", line 156, in main subprocess.check_call( File "/usr/lib/python3.9/subprocess.py", line 373, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['make', '-s', '-C', 'tools/', 'n64graphics', 'skyconv', 'mio0', 'aifc_decode']' returned non-zero exit status 2. Makefile:204: Failed to extract assets. Stop.

XxIvan2398Xx commented 3 years ago

ivanb@DESKTOP-3JDV5U1 MINGW64 ~/render96ex $ make RENDER_API=RT64 -j4 Failed to open baserom.us.z64! [Errno 2] No such file or directory: 'baserom.us.z64' Makefile:204: *** Failed to extract assets. Stop.

This is now what is showing

ghost commented 2 years ago

get a mario 64 rom and rename it to baserom.us.z64 and put it in the build dir

cyrneko commented 2 years ago

this project will not compile unless you got a US copy of the game, in .z64 format, which is named baserom.us.z64

thanone2 commented 8 months ago

where do you copy the rom to? (I have absolutely no idea where the folder for Render96ex even is located)