Guest User

Untitled

a guest
May 26th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.86 KB | None | 0 0
  1. Crash when placing first refinery in certain places ? Eg just above-left of the first crystal deposit.
  2.  
  3. /Applications/Games/RevengeOfTheTitans.app/Contents/MacOS$ ./JavaApplicationStub
  4. Wed May 26 12:02:09 PDT 2010 Game: Revenge of the Titans 1.0
  5. Serial 5318693633145257984
  6. Game is registered: RegistrationDetails[...]
  7. Starting Revenge of the Titans 1.0
  8. Initing sound
  9. Loading: net.java.games.input.OSXEnvironmentPlugin
  10. Initialising window
  11. Initialising window
  12. Set viewport to org.lwjgl.util.Rectangle[x=0,y=0,width=1024,height=640]
  13. Window sized to 1024 x 640 x 0 @0Hz
  14. Loaded cached wave sounds.ogg.wave.LITTLE_ENDIAN
  15. WARNING: Resource 'insufficientFunds.soundclip' not found
  16. WARNING: Resource 'cantBuild.soundclip' not found
  17. Loaded cached wave sounds-mono.ogg.wave.LITTLE_ENDIAN
  18. Loaded cached wave roar01_ambience.ogg.wave.LITTLE_ENDIAN
  19. Loaded cached wave roar01.ogg.wave.LITTLE_ENDIAN
  20. Loaded cached wave roar03_ambience.ogg.wave.LITTLE_ENDIAN
  21. Loaded cached wave roar03.ogg.wave.LITTLE_ENDIAN
  22. Loaded cached wave roar04.ogg.wave.LITTLE_ENDIAN
  23. Loaded cached wave roar04_ambience.ogg.wave.LITTLE_ENDIAN
  24. Loaded cached wave roar02_ambience.ogg.wave.LITTLE_ENDIAN
  25. Loaded cached wave roar02.ogg.wave.LITTLE_ENDIAN
  26. Begin new game
  27. Researched blaster
  28. Minimum difficuly for level 0 is currently set to 0.0
  29. Beginning level 0
  30. Beginning level 0
  31. Path found in 68
  32. Generating 7 crystals
  33. Crystal:3 added at 31,24
  34. Crystal:2 added at 31,26
  35. Crystal:2 added at 31,22
  36. Path found in 111
  37. Plot road between 4,46,20,24:38 steps
  38. Path found in 147
  39. Width:48 x Height:48
  40. Spawnpoint org.lwjgl.util.Point[x=5,y=47]
  41. This is attempt #4; base difficulty 0.0
  42. Beginning level 1
  43. Path found in 140
  44. Generating 7 crystals
  45. Crystal:3 added at 37,16
  46. Crystal:1 added at 33,16
  47. Crystal:2 added at 36,17
  48. Crystal:3 added at 37,17
  49. Ruin:earth.ruin.1x1.tank.02 1x1 added at 36,18
  50. Ruin:earth.ruin.2x1.03 2x1 added at 31,28
  51. No road to this ruin org.lwjgl.util.Point[x=36,y=18],earth.ruin.1x1.tank.02
  52. ruins to draw roads from = 1
  53. Path found in 25
  54. Plot road between 32,26,26,20:12 steps
  55. Path found in 158
  56. Plot road between 26,20,2,0:44 steps
  57. Path found in 9
  58. Plot road between 2,0,10,0:8 steps
  59. Path found in 164
  60. Path found in 229
  61. Width:48 x Height:48
  62. Spawnpoint org.lwjgl.util.Point[x=10,y=0]
  63. Spawnpoint org.lwjgl.util.Point[x=2,y=0]
  64. Researched factory
  65. This is attempt #5; base difficulty 0.05
  66. Set exception to java.lang.RuntimeException: org.lwjgl.openal.OpenALException: OpenAL error: Invalid Value (40963) : org.lwjgl.openal.OpenALException: OpenAL error: Invalid Value (40963) Stack trace follows:
  67. at com.shavenpuppy.jglib.Resource.create(Resource.java:160)
  68. at com.shavenpuppy.jglib.Resources.get(Resources.java:179)
  69. at worm.buildings.FactoryBuildingFeature$FactoryBuildingInstance.updateNearbyCrystals(FactoryBuildingFeature.java:354)
  70. at worm.buildings.FactoryBuildingFeature$FactoryBuildingInstance.doOnBuild(FactoryBuildingFeature.java:291)
  71. at worm.entities.Building.onBuild(Building.java:654)
  72. at worm.buildings.BuildingFeature.build(BuildingFeature.java:205)
  73. at worm.WormGameState.build(WormGameState.java:1301)
  74. at worm.WormGameState.checkMouse(WormGameState.java:1064)
  75. at worm.WormGameState.tick(WormGameState.java:1474)
  76. at worm.screens.GameScreen.doTick(GameScreen.java:427)
  77. at net.puppygames.applet.Screen.tick(Screen.java:616)
  78. at net.puppygames.applet.Screen.tickAllScreens(Screen.java:1083)
  79. at net.puppygames.applet.Game.tick(Game.java:2011)
  80. at net.puppygames.applet.Game.run(Game.java:1628)
  81. at net.puppygames.applet.Game.init(Game.java:707)
  82. at net.puppygames.applet.Launcher.main(Launcher.java:64)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  84. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  85. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  86. at java.lang.reflect.Method.invoke(Method.java:592)
  87. at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
  88. at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
  89. at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
  90. Caused by: java.lang.RuntimeException: org.lwjgl.openal.OpenALException: OpenAL error: Invalid Value (40963)
  91. at com.shavenpuppy.jglib.openal.ALBuffer.doALCreate(ALBuffer.java:159)
  92. at com.shavenpuppy.jglib.openal.ALResource.doCreate(ALResource.java:76)
  93. at com.shavenpuppy.jglib.Resources.allocate(Resources.java:466)
  94. at com.shavenpuppy.jglib.Resource.create(Resource.java:154)
  95. ... 22 more
  96. Caused by: org.lwjgl.openal.OpenALException: OpenAL error: Invalid Value (40963)
  97. at org.lwjgl.openal.Util.checkALError(Util.java:64)
  98. at com.shavenpuppy.jglib.openal.ALBuffer.doALCreate(ALBuffer.java:122)
  99. ... 25 more
  100. Failed to write log: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
  101. java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
  102. java.io.InvalidClassException: org.lwjgl.openal.OpenALException; local class incompatible: stream classdesc serialVersionUID = 1, local class serialVersionUID = 7624419794692661383
  103. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:336)
  104. at sun.rmi.transport.Transport$1.run(Transport.java:159)
  105. at java.security.AccessController.doPrivileged(Native Method)
  106. at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
  107. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
  108. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
  109. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
  110. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
  111. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  112. at java.lang.Thread.run(Thread.java:619)
  113. at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
  114. at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
  115. at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
  116. at net.puppygames.gamecommerce.server.GameInfoServerImpl_Stub.submit(Unknown Source)
  117. at net.puppygames.applet.Game.writeLog(Game.java:877)
  118. at net.puppygames.applet.Game.exit(Game.java:1046)
  119. at net.puppygames.applet.Game.init(Game.java:713)
  120. at net.puppygames.applet.Launcher.main(Launcher.java:64)
  121. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  122. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  123. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  124. at java.lang.reflect.Method.invoke(Method.java:592)
  125. at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
  126. at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
  127. at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
  128. Caused by: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
  129. java.io.InvalidClassException: org.lwjgl.openal.OpenALException; local class incompatible: stream classdesc serialVersionUID = 1, local class serialVersionUID = 7624419794692661383
  130. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:293)
  131. at sun.rmi.transport.Transport$1.run(Transport.java:159)
  132. at java.security.AccessController.doPrivileged(Native Method)
  133. at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
  134. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
  135. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
  136. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
  137. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
  138. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  139. at java.lang.Thread.run(Thread.java:619)
  140. Caused by: java.io.InvalidClassException: org.lwjgl.openal.OpenALException; local class incompatible: stream classdesc serialVersionUID = 1, local class serialVersionUID = 7624419794692661383
  141. at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
  142. at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
  143. at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
  144. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
  145. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
  146. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1945)
  147. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1869)
  148. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
  149. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
  150. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1945)
  151. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1869)
  152. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
  153. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
  154. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1945)
  155. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1869)
  156. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
  157. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
  158. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
  159. at java.util.ArrayList.readObject(ArrayList.java:593)
  160. at sun.reflect.GeneratedMethodAccessor232.invoke(Unknown Source)
  161. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  162. at java.lang.reflect.Method.invoke(Method.java:597)
  163. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  164. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1846)
  165. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
  166. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
  167. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
  168. at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:306)
  169. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:290)
  170. ... 9 more
Add Comment
Please, Sign In to add comment