dozmaz / minedroid

Automatically exported from code.google.com/p/minedroid
0 stars 0 forks source link

World does not render. Can only see GUI. #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Put maps (that I had played on before)
2. Opened one of the maps
3. After a while of running with just the blue screen and GUI, it crashes

What is the expected output? What do you see instead?
The expected outcome was for it to work. It does not work.

What version of the product are you using? On what operating system?
 Latest version of Minedroid (as of 7/31/11) Honeycomb 3.2

Please provide any additional information below.
Using an Acer Iconia A500 rooted tablet. Nvidia Tegra 2 dual core 1ghz 
processor.
Any help would be greatly appreciated. 

Original issue reported on code.google.com by Aps...@gmail.com on 31 Jul 2011 at 9:31

GoogleCodeExporter commented 9 years ago
I'm getting this issue as well - BlackBerry PlayBook Android Player.
ddms Log output:

05-11 20:42:21.696: E/RUGL(7565467): Problem loading chunk (16,24)
05-11 20:42:21.696: E/RUGL(7565467): java.lang.NullPointerException
05-11 20:42:21.696: E/RUGL(7565467):    at 
java.io.DataInputStream.readByte(DataInputStream.java:129)
05-11 20:42:21.696: E/RUGL(7565467):    at 
com.ryanm.minedroid.nbt.Tag.readFrom(Tag.java:339)
05-11 20:42:21.696: E/RUGL(7565467):    at 
com.ryanm.minedroid.chunk.Chunk.<init>(Chunk.java:59)
05-11 20:42:21.696: E/RUGL(7565467):    at 
com.ryanm.minedroid.chunk.ChunkLoader.load(ChunkLoader.java:47)
05-11 20:42:21.696: E/RUGL(7565467):    at 
com.ryanm.droid.rugl.res.ResourceLoader$LoaderRunnable.run(ResourceLoader.java:1
58)
05-11 20:42:21.696: E/RUGL(7565467):    at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:444)
05-11 20:42:21.696: E/RUGL(7565467):    at 
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:306)
05-11 20:42:21.696: E/RUGL(7565467):    at 
java.util.concurrent.FutureTask.run(FutureTask.java:138)
05-11 20:42:21.696: E/RUGL(7565467):    at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088)
05-11 20:42:21.696: E/RUGL(7565467):    at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581)
05-11 20:42:21.696: E/RUGL(7565467):    at java.lang.Thread.run(Thread.java:1019)

It looks like the app could not read the chunk files.

Original comment by zhuoweiz...@yahoo.com on 12 May 2012 at 3:57