Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. MCEdit version: 2.0.0-beta14
  2. Python version: 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:30:26) [MSC v.1500 64 bit (AMD64)]
  3. Platform: win32
  4. System version: Windows-8.1-6.3.9600
  5. Processor: AMD64 Family 22 Model 0 Stepping 1, AuthenticAMD
  6.  
  7. Obtained a GL context with this format:
  8. Valid: True
  9. Version: 4.2
  10. Hardware Accelerated: True
  11. Depth buffer: True, 24
  12. Double buffer: True
  13. Rendering profile: PySide.QtOpenGL.QGLFormat.OpenGLContextProfile.CompatibilityProfile
  14.  
  15. Driver info:
  16. GL_VERSION: 4.2.12422 Compatibility Profile Context 13.152.1.3000 (4, 2)
  17. GL_VENDOR: 'ATI Technologies Inc.'
  18. GL_RENDERER: 'AMD Radeon HD 8240'
  19.  
  20. ------
  21.  
  22. Unhandled Exception
  23.  
  24. Traceback (most recent call last):
  25. File "mcedit2\editorsession.py", line 1643, in viewOffsetChanged (self is a EditorTab)
  26. File "mcedit2\worldview\minimap.py", line 187, in currentViewMatrixChanged (self is a MinimapWorldView)
  27. File "mcedit2\util\raycast.py", line 30, in rayCastInBounds
  28. File "mcedit2\util\profiler.py", line 73, in _wrapper (self is a Profiler)
  29. File "mcedit2\util\raycast.py", line 77, in rayCast
  30. File "mcedit2\util\raycast.py", line 215, in advanceToChunk
  31. File "mceditlib\worldeditor.py", line 831, in getChunk (self is a WorldEditorDimension)
  32. File "mceditlib\worldeditor.py", line 499, in getChunk (self is a WorldEditor)
  33. File "mceditlib\cachefunc.py", line 77, in __call__
  34. File "mceditlib\worldeditor.py", line 477, in _getChunkDataRaw (self is a WorldEditor)
  35. File "mceditlib\anvil\adapter.py", line 922, in readChunk (self is a AnvilWorldAdapter)
  36. AnvilChunkFormatError: [Errno Error loading chunk: KeyError('Key Blocks not found.',)] None: <traceback object at 0x00000063409D1908>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement