Guest User

Crash when not using VBOs

a guest
Apr 23rd, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. Completely ignored arguments: [--nativeLauncherVersion, 301]
  2. [21:03:25] [Client thread/INFO]: Setting user: sealbudsman
  3. [21:03:26] [Client thread/INFO]: LWJGL Version: 2.9.4
  4. [21:03:26] [Client thread/INFO]: Reloading ResourceManager: Default
  5. [21:03:27] [Sound Library Loader/INFO]: Starting up SoundSystem...
  6. [21:03:27] [Thread-5/INFO]: Initializing LWJGL OpenAL
  7. [21:03:27] [Thread-5/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  8. [21:03:27] [Thread-5/INFO]: OpenAL initialized.
  9. [21:03:27] [Sound Library Loader/INFO]: Sound engine started
  10. [21:03:27] [Client thread/INFO]: Created: 1024x512 textures-atlas
  11. [21:03:51] [Server thread/INFO]: Starting integrated minecraft server version 1.9.2
  12. [21:03:51] [Server thread/INFO]: Generating keypair
  13. [21:03:51] [Server thread/INFO]: Preparing start region for level 0
  14. [21:03:52] [Server thread/INFO]: Preparing spawn area: 79%
  15. [21:03:52] [Server thread/INFO]: Changing view distance to 12, from 10
  16. [21:03:53] [Server thread/INFO]: sealbudsman[local:E:e3fa57cd] logged in with entity id 315 at (-131.25926841632224, 81.7770295704982, 216.96369256675914)
  17. [21:03:53] [Server thread/INFO]: sealbudsman joined the game
  18. [21:03:53] [Server thread/INFO]: Saving and pausing game...
  19. [21:03:53] [Server thread/INFO]: Saving chunks for level 'HPT'/Overworld
  20. [21:03:53] [Server thread/INFO]: Saving chunks for level 'HPT'/Nether
  21. [21:03:53] [Server thread/INFO]: Saving chunks for level 'HPT'/The End
  22. [21:04:00] [Server thread/INFO]: Saving and pausing game...
  23. [21:04:00] [Server thread/INFO]: Saving chunks for level 'HPT'/Overworld
  24. [21:04:00] [Server thread/INFO]: Saving chunks for level 'HPT'/Nether
  25. [21:04:00] [Server thread/INFO]: Saving chunks for level 'HPT'/The End
  26. [21:04:06] [Server thread/INFO]: Saving and pausing game...
  27. [21:04:06] [Server thread/INFO]: Saving chunks for level 'HPT'/Overworld
  28. [21:04:06] [Server thread/INFO]: Saving chunks for level 'HPT'/Nether
  29. [21:04:06] [Server thread/INFO]: Saving chunks for level 'HPT'/The End
  30. #
  31. # A fatal error has been detected by the Java Runtime Environment:
  32. #
  33. # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff9311f628c, pid=2572, tid=7796
  34. #
  35. # JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
  36. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)
  37. # Problematic frame:
  38. # C [ig75icd64.dll+0x55628c]
  39. #
  40. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  41. #
  42. # An error report file with more information is saved as:
  43. # C:\Users\Aaron Schiffer\AppData\Roaming\.minecraft\hs_err_pid2572.log
  44. #
  45. # If you would like to submit a bug report, please visit:
  46. # http://bugreport.sun.com/bugreport/crash.jsp
  47. # The crash happened outside the Java Virtual Machine in native code.
  48. # See problematic frame for where to report the bug.
  49. #
  50. AL lib: (EE) alc_cleanup: 1 device not closed
  51. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Add Comment
Please, Sign In to add comment