Question Crashed And I Don't Know Why

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
Hi @Bigcat_Mapleflight - I'm afraid the log indicates that your graphics card doesn't support what Terasology currently needs to run:

Code:
22:23:52.978 [main] ERROR o.terasology.engine.TerasologyEngine - Failed to initialise Terasology
java.lang.RuntimeException: Can not initialize graphics device.
    at org.terasology.engine.subsystem.lwjgl.LwjglGraphics.initDisplay(LwjglGraphics.java:266)
    at org.terasology.engine.subsystem.lwjgl.LwjglGraphics.postInitialise(LwjglGraphics.java:169)
    at org.terasology.engine.TerasologyEngine.postInitSubsystems(TerasologyEngine.java:268)
    at org.terasology.engine.TerasologyEngine.initialize(TerasologyEngine.java:200)
    at org.terasology.engine.TerasologyEngine.run(TerasologyEngine.java:369)
    at org.terasology.engine.Terasology.main(Terasology.java:153)
Caused by: org.lwjgl.LWJGLException: Pixel format not accelerated
We might manage to lower the minimum requirements eventually but that isn't a big focus during Alpha so I can't give any real expected details or timing :(
 

manu3d

Active Member
Contributor
Architecture
@Bigcat_Mapleflight : I agree with Cervator's assessment - the log is pretty clear unfortunately. Can I ask you what kind of system and Graphic card do you have?
 
Top