TheAliceProject / alice3

The Alice 3 block-based IDE desktop application. Also contains a NetBeans plugin to extend development into java.
https://www.alice.org/
Other
155 stars 24 forks source link

"failed to initialize art assets" in Elder, Adult, Teen, Child, and Toddler models #189

Open mujahidrs opened 3 years ago

mujahidrs commented 3 years ago

I get an error message "failed to initialize art assets" when I select the Elder, Adult, Teen, Child, and Toddler models. I thought it was just an installation error, but when I looked deeper into this project, it turned out that there weren't any files in the "alice/aliceModelResources/org/lgna/story/resources/biped/" folder.

Screenshot from 2021-05-25 02-53-57

Screenshot from 2021-05-25 02-53-53

ejgr-mtsiw commented 2 years ago

Had the same error.

Fedora Silverblue 35, java 1.8.0 openjdk

Log was reporting java.lang.UnsatisfiedLinkError: /var/home/edu/Alice3/platform/linux-amd64/nebulous/libjni_nebulous.so: libGLU.so.1: cannot open shared object file: No such file or directory

Installed mesa-libGLU to get libGLU.so.1 sudo dnf install mesa-libGLU

And that fixed the error.