Advertisement
AureliusMarcus

1.2.3 ArrayIndexOutOfBoundsException

Mar 9th, 2012
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Reproducing ArrayIndexOutOfBoundsException: -8 with vanilla Minecraft and 1000 MB heap,
  2. see http://www.minecraftwiki.net/wiki/Known_bugs/Version_1.2.3#Crashing.2FSystem .
  3. java -Xmx1000M -Xms1000M -cp minecraft.jar net.minecraft.LauncherFrame
  4. 27 achievements
  5. 177 recipes
  6. Setting user: anonymy, 1234567890123456789
  7. Loading: net.java.games.input.DirectAndRawInputEnvironmentPlugin
  8.  
  9. Starting up SoundSystem...
  10. Initializing LWJGL OpenAL
  11. (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  12. OpenAL initialized.
  13.  
  14. Scanning folders...
  15. Total conversion count is 6
  16. 366970320
  17. root 152205880
  18. 170708600
  19. 382466680
  20. root 156525520
  21. 175353960
  22. java.lang.ArrayIndexOutOfBoundsException: -8
  23. at acf.h(SourceFile:275)
  24. at acf.a(SourceFile:390)
  25. at wz.b(SourceFile:371)
  26. at wz.d(SourceFile:461)
  27. at oq.n_(SourceFile:129)
  28. at wz.n(SourceFile:1273)
  29. at net.minecraft.client.Minecraft.k(SourceFile:1612)
  30. at net.minecraft.client.Minecraft.x(SourceFile:724)
  31. at net.minecraft.client.Minecraft.run(SourceFile:664)
  32. at java.lang.Thread.run(Unknown Source)
  33. Stopping!
  34.  
  35. SoundSystem shutting down...
  36. Author: Paul Lamb, www.paulscode.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement