Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. MCEdit version: 2.0.0-beta12
  2. Python version: 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)]
  3. Platform: win32
  4. System version: Windows-10-10.0.17134
  5. Processor: Intel64 Family 6 Model 78 Stepping 3, GenuineIntel
  6.  
  7. Obtained a GL context with this format:
  8. Valid: True
  9. Version: 4.4
  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.4.0 - Build 21.20.16.4550 (4, 4)
  17. GL_VENDOR: 'Intel'
  18. GL_RENDERER: 'Intel(R) HD Graphics 520'
  19.  
  20. ------
  21.  
  22. Unhandled Exception
  23.  
  24. Traceback (most recent call last):
  25. File "mcedit2\worldview\worldview.py", line 459, in keyPressEvent (self is a MinimapWorldView)
  26. File "mcedit2\worldview\worldview.py", line 539, in augmentKeyEvent (self is a MinimapWorldView)
  27. File "mcedit2\util\profiler.py", line 73, in _wrapper (self is a Profiler)
  28. File "mcedit2\worldview\worldview.py", line 548, in augmentEvent (self is a MinimapWorldView)
  29. File "mcedit2\worldview\worldview.py", line 615, in rayCastInView (self is a MinimapWorldView)
  30. File "mcedit2\util\raycast.py", line 30, in rayCastInBounds
  31. File "mcedit2\util\profiler.py", line 73, in _wrapper (self is a Profiler)
  32. File "mcedit2\util\raycast.py", line 77, in rayCast
  33. File "mcedit2\util\raycast.py", line 215, in advanceToChunk
  34. File "mceditlib\worldeditor.py", line 831, in getChunk (self is a WorldEditorDimension)
  35. File "mceditlib\worldeditor.py", line 499, in getChunk (self is a WorldEditor)
  36. File "mceditlib\cachefunc.py", line 77, in __call__ (self is a lru_cache_object)
  37. File "mceditlib\worldeditor.py", line 477, in _getChunkDataRaw (self is a WorldEditor)
  38. File "mceditlib\anvil\adapter.py", line 922, in readChunk (self is a AnvilWorldAdapter)
  39. AnvilChunkFormatError: [Errno Error loading chunk: KeyError('Key Blocks not found.',)] None: <traceback object at 0x1068A198>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement