Resolved Terasology from upstream/develop not runing in Linux

Adeon

terasology.ru
Contributor
Architecture
GUI
Logistics
Hi! When I compile and start the game, and create my world, it loads non-stop, and at the same time the following errors are shown:

Code:
2012 11:53:05 AM org.terasology.logic.world.chunks.LocalChunkProvider$2 runSEVERE: Error in threadjava.lang.NullPointerExceptionat org.terasology.logic.world.chunks.Chunk.setBlock(Chunk.java:175)at org.terasology.logic.world.generator.core.PerlinTerrainGenerator.GenerateOuterLayer(PerlinTerrainGenerator.java:163)at org.terasology.logic.world.generator.core.PerlinTerrainGenerator.generateChunk(PerlinTerrainGenerator.java:119)at org.terasology.logic.world.generator.core.ChunkGeneratorManagerImpl.generateChunk(ChunkGeneratorManagerImpl.java:83)at org.terasology.logic.world.chunks.LocalChunkProvider$4.enact(LocalChunkProvider.java:266)at org.terasology.logic.world.chunks.LocalChunkProvider$2.run(LocalChunkProvider.java:122)at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)at java.util.concurrent.FutureTask.run(FutureTask.java:166)at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)at java.lang.Thread.run(Thread.java:722)
 

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
Welcome back Adeon ! That's a new one, is that the latest in a fresh workspace? Got enough memory allocated? Running from IntelliJ, Eclipse, command line via gradlew, jar, etc?
 

Adeon

terasology.ru
Contributor
Architecture
GUI
Logistics
>Welcome back Adeon !
^_^ thanks

> That's a new one, is that the latest in a fresh workspace
Yes
>Got enough memory allocated
Yep
>Running from IntelliJ, Eclipse, command line via gradlew, jar, etc?
Running from IntelliJ.

Full log in attach.
Result:
not wrapped1.png
 

Attachments

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
We'll figure it out, thanks for info! Just need to finish more stuff on the site, argh! :)
 
Top