Herringway/earthbound

cannot run

Closed this issue · 4 comments

after compiling it using dub I attempted to run it and was met with this error
rendering.d:136:loadRenderer Can't load SnesDrawFrame!
I'm aware that this project is not even nearly done but I'm very interested in trying it out.
I'm running the GNU+Linux operating system.

I had the same problem, see #83 and #117 for how I fixed the various errors. This particular problem was fixed by compiling https://github.com/charasyn/libsfcppu and copying libsfcppu.so to /usr/lib. But I definitely recommend trying it out, it's fully playable up until after Porky joins your party (where it crashes when you're fighting), and has updates nearly every day

I saw that I tried to compile the library but I always get this when running it
Compiling libsfcppu.cpp ... libsfcppu.cpp:261:1: fatal error: opening dependency file obj/libsfcppu.d: No such file or directory 261 | } | ^ compilation terminated. make: *** [nall/GNUmakefile:165: obj/libsfcppu.o] Error 1

I think you need to create the obj and out directories manually

Yes, I had the same issue and that solved it