[go: up one dir, main page]

0% found this document useful (0 votes)
23 views2 pages

Theo

The document contains log messages from an app called TheoTown. It reports errors reading a key mapping file and a Lua script file. It also reports errors loading city and light info files due to those files not existing at the expected path. This indicates issues with missing or corrupt configuration and asset files needed for the app to load properly.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views2 pages

Theo

The document contains log messages from an app called TheoTown. It reports errors reading a key mapping file and a Lua script file. It also reports errors loading city and light info files due to those files not existing at the expected path. This indicates issues with missing or corrupt configuration and asset files needed for the app to load properly.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

[1.9.

51a] 2020/12/16 00:33:52:


com.badlogic.gdx.utils.GdxRuntimeException: Error reading file:
/storage/emulated/0/TheoTown/key_mapping.json (Absolute)
com.badlogic.gdx.utils.GdxRuntimeException: Error reading file:
/storage/emulated/0/TheoTown/key_mapping.json (Absolute)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:150)
at com.badlogic.gdx.files.FileHandle.reader(FileHandle.java:169)
at info.flowersoft.theotown.util.Files.readTextFile(Files.java:56)
at info.flowersoft.theotown.stages.LoadingStage$4.run(LoadingStage.java:1072)
at
info.flowersoft.theotown.stages.LoadingStage.update(LoadingStage.java:1537)
at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:147)
at info.flowersoft.theotown.MyGdxGame.render(MyGdxGame.java:140)
at
com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:
474)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1571)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1270)
Caused by: java.io.FileNotFoundException:
/storage/emulated/0/TheoTown/key_mapping.json (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:231)
at java.io.FileInputStream.<init>(FileInputStream.java:165)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:146)
... 9 more

[1.9.51a] 2020/12/16 00:36:29: Lua


org.luaj.vm2.LuaError: PickleMode.lua:9 attempt to call a nil value
org.luaj.vm2.LuaError: PickleMode.lua:9 attempt to call a nil value
at org.luaj.vm2.LuaValue.checkmetatag(LuaValue.java:3363)
at org.luaj.vm2.LuaValue.callmt(LuaValue.java:1995)
at org.luaj.vm2.LuaValue.call(LuaValue.java:1448)
at org.luaj.vm2.LuaClosure.execute(LuaClosure.java:434)
at org.luaj.vm2.LuaClosure.call(LuaClosure.java:159)
at org.luaj.vm2.LuaClosure.execute(LuaClosure.java:433)
at org.luaj.vm2.LuaClosure.call(LuaClosure.java:170)
at
info.flowersoft.theotown.scripting.MethodCluster.invoke(MethodCluster.java:64)
at
info.flowersoft.theotown.stages.BaseStage.callOverlayMethods(BaseStage.java:101)
at info.flowersoft.theotown.stages.BaseStage.update(BaseStage.java:241)
at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:147)
at info.flowersoft.theotown.MyGdxGame.render(MyGdxGame.java:140)
at
com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:
474)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1571)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1270)

[1.9.51a] 2020/12/16 00:39:33: Load light


java.io.FileNotFoundException: /storage/emulated/0/TheoTown/regions/Kabisu/0_0.city
(No such file or directory)
java.io.FileNotFoundException: /storage/emulated/0/TheoTown/regions/Kabisu/0_0.city
(No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:231)
at java.io.FileInputStream.<init>(FileInputStream.java:165)
at
info.flowersoft.theotown.maploader.CityKeeper.loadLightInfo(CityKeeper.java:312)
at info.flowersoft.theotown.maploader.CityKeeper.load(CityKeeper.java:414)
at info.flowersoft.theotown.stages.RegionStage$56.run(RegionStage.java:1869)

[1.9.51a] 2020/12/16 00:39:33: Load city


java.io.FileNotFoundException: /storage/emulated/0/TheoTown/regions/Kabisu/0_0.city
(No such file or directory)
java.io.FileNotFoundException: /storage/emulated/0/TheoTown/regions/Kabisu/0_0.city
(No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:231)
at java.io.FileInputStream.<init>(FileInputStream.java:165)
at info.flowersoft.theotown.maploader.CityKeeper.load(CityKeeper.java:424)
at info.flowersoft.theotown.stages.RegionStage$56.run(RegionStage.java:1869)

[1.9.51a] 2020/12/16 11:08:15: Startup

You might also like