DylanCope / Evolving-Protozoa

An interactive environment where protozoa-like entities live, die, and have offspring whose behaviours and morphologies can change.
MIT License
231 stars 24 forks source link

Can't load the program! #15

Closed 12354fdw closed 1 year ago

12354fdw commented 1 year ago

I got the error:

Could not load FiraCode-Retina font Exception in thread "main" java.lang.RuntimeException: Particle image not found: resources/thumbnail.png javax.imageio.IIOException: Can't read input file! at protoevo.ui.main.MainScreenRenderer.(MainScreenRenderer.java:62) ) at protoevo.ui.main.MainScreenRenderer.main(MainScreenRenderer.java:38)

Notes:

I was running the command on my terminal:

java -jar /Users/Bob/Desktop/v0.1.4/Evolving-Protozoa.jar -Xmx8G -Dsun.java2d.opengl=true

And my OS is MacOS Mojave (10.14.6)

DylanCope commented 1 year ago

What directory are you running from? I don't have a Mac but it seems like it cannot find the local resource files

12354fdw commented 1 year ago

I was running the command on Users/bob

12354fdw commented 1 year ago

nvm i found out the problem i need to run on Users/bob/Desktop/v1.4.0