Advertisement
Guest User

Untitled

a guest
Sep 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 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:25:58) [MSC v.1500 64 bit (AMD64)]
  3. Platform: win32
  4. System version: Windows-10-10.0.17134
  5. Processor: Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
  6.  
  7. Obtained a GL context with this format:
  8. Valid: True
  9. Version: 4.6
  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.6.0 NVIDIA 388.13 (4, 6)
  17. GL_VENDOR: 'NVIDIA Corporation'
  18. GL_RENDERER: 'GeForce GTX 970/PCIe/SSE2'
  19.  
  20. ------
  21.  
  22. Unhandled Exception
  23.  
  24. Traceback (most recent call last):
  25. File "mcedit2\worldview\worldview.py", line 480, in mouseMoveEvent (self is a CameraWorldView)
  26. File "mcedit2\worldview\worldview.py", line 527, in augmentMouseEvent (self is a CameraWorldView)
  27. File "mcedit2\worldview\camera.py", line 330, in augmentEvent (self is a CameraWorldView)
  28. File "mcedit2\util\profiler.py", line 73, in _wrapper (self is a Profiler)
  29. File "mcedit2\worldview\worldview.py", line 548, in augmentEvent (self is a CameraWorldView)
  30. File "mcedit2\worldview\worldview.py", line 615, in rayCastInView (self is a CameraWorldView)
  31. File "mcedit2\util\raycast.py", line 30, in rayCastInBounds
  32. File "mcedit2\util\profiler.py", line 73, in _wrapper (self is a Profiler)
  33. File "mcedit2\util\raycast.py", line 77, in rayCast
  34. File "mcedit2\util\raycast.py", line 215, in advanceToChunk
  35. File "mceditlib\worldeditor.py", line 831, in getChunk (self is a WorldEditorDimension)
  36. File "mceditlib\worldeditor.py", line 499, in getChunk (self is a WorldEditor)
  37. File "mceditlib\cachefunc.py", line 77, in __call__
  38. File "mceditlib\worldeditor.py", line 477, in _getChunkDataRaw (self is a WorldEditor)
  39. File "mceditlib\anvil\adapter.py", line 922, in readChunk (self is a AnvilWorldAdapter)
  40. AnvilChunkFormatError: [Errno Error loading chunk: KeyError('Key Blocks not found.',)] None: <traceback object at 0x000002456F4C0548>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement