N64Recomp / N64Recomp

Tool to statically recompile N64 games into native executables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing .dll files?

zazasmeller opened this issue · comments

when i buildt and ran n64recomp, it said libgcc_s_seh-1.dll and libstdc++-6.dll are missing? it said reinstalling the program may fix this but i tried and it gives me the same error
Screenshot 2024-05-16 182136
Screenshot 2024-05-16 182115

AFAIK those are MSYS2 DLLs; you either need to copy them into the build directory, or choose a different C++ compiler.

Assuming you've installed MSYS2 to C:\msys64, you can typically find those DLLs here: C:\msys64\mingw64\bin

You will also need to copy libwinpthread-1.dll while you're at it.

i did it but, when i open the .exe it opens, then closes very quickly, i think its a command type of thing where you type commands but i dont know which ones