OpenGGEngine / OpenGG-Project

The Official OpenGG Project!
http://openggengine.github.io/OpenGG-Project/
MIT License
8 stars 2 forks source link

Error on Window Creation #39

Closed WarrenXiaGG closed 8 years ago

WarrenXiaGG commented 8 years ago

This is the error. Does this occur with anyone else. Exception in thread "main" java.lang.UnsatisfiedLinkError: org.lwjgl.system.MemoryAccess.malloc()J at org.lwjgl.system.MemoryAccess.malloc(Native Method) at org.lwjgl.system.MemoryUtil.(MemoryUtil.java:71) at org.lwjgl.system.libffi.Closure.(Closure.java:57) at com.opengg.core.render.window.Window.init(Window.java:34) at com.opengg.test.OpenGGTest.(OpenGGTest.java:99) at com.opengg.test.OpenGGTest.main(OpenGGTest.java:64)