MCEdit-Unified icon indicating copy to clipboard operation
MCEdit-Unified copied to clipboard

Instant crash right on the start.

Open ghost opened this issue 6 years ago • 7 comments

MCEdit Unified bug report template. For MCEdit 2.0 bugs see here : https://github.com/mcedit/mcedit2

Description of Issue: I've downloaded MCEdit 1.5.6.0 and it says MCEdit Error with two options, "Terminate" and "Open Console"

MCEdit Version: 1.5.6.0, for MC Versions 1.8 - 1.12. PC Version 0.11. Development : False

Minecraft Version the world was last opened in: N/A

Operating System: macOS Sierra, 10.12.6 from early 2015.

A screenshot or full text of the error from the console: https://pastebin.com/tug4PwBt

How to reproduce: Open MCEdit on a Mac w/ version 10.12.6, version 1.5.6.0...

Read before submitting

If we are not able to reproduce the error, we may ask for you to submit a world so we can test it. Same process for schematics. If you have included enough information for each section, please delete the above header and all the text below.

ghost avatar Sep 30 '18 02:09 ghost

I don't know what that log is but it doesn't look like the MCEdit log. Send the contents of the mcedit.log file

gentlegiantJGC avatar Dec 30 '18 13:12 gentlegiantJGC

There is no mcedit.log file. When I opened up the zip file. There was just only MCEdit itself. And I checked the package contents before and after.

ghost avatar Jan 01 '19 19:01 ghost

There should be an mcedit.log file next to the application after you run it. I assume this applies for the Mac version as well

gentlegiantJGC avatar Jan 01 '19 19:01 gentlegiantJGC

It doesn't. The zip file only unarchives the MCEdit application. No other folder containing the log.

ghost avatar Jan 02 '19 00:01 ghost

So is your issue with the extractor or the program itself?

gentlegiantJGC avatar Jan 02 '19 09:01 gentlegiantJGC

The program just brings up a window when trying to open it. It says "error" and wants me to either open Console or Terminate. I get the information from console.

ghost avatar Jan 02 '19 17:01 ghost

I've got the same problem Below content of ~/Library/Logs/mcedit.log

[    INFO][                    root.py:72]:Starting MCEdit-Unified v1.5.6.0
[    INFO][                  config.py:36]:Loading config...
[   DEBUG][                 config.py:194]:Property Change:        Settings                  hiddable ores = [7, 16, 15, 21, 73, 14, 56, 153]
[   DEBUG][                 config.py:194]:Property Change:        Settings                  Recent Worlds = ['']
[   DEBUG][                 config.py:194]:Property Change: Selection Colors                          white = (1.0, 1.0, 1.0)
[   DEBUG][                 config.py:194]:Property Change: Selection Colors                           blue = (0.75, 0.75, 1.0)
[   DEBUG][                 config.py:194]:Property Change: Selection Colors                          green = (0.75, 1.0, 0.75)
[   DEBUG][                 config.py:194]:Property Change: Selection Colors                            red = (1.0, 0.75, 0.75)
[   DEBUG][                 config.py:194]:Property Change: Selection Colors                           teal = (0.75, 1.0, 1.0)
[   DEBUG][                 config.py:194]:Property Change: Selection Colors                           pink = (1.0, 0.75, 1.0)
[   DEBUG][                 config.py:194]:Property Change: Selection Colors                         yellow = (1.0, 1.0, 0.75)
[   DEBUG][                 config.py:194]:Property Change: Selection Colors                           grey = (0.6, 0.6, 0.6)
[   DEBUG][                 config.py:194]:Property Change: Selection Colors                          black = (0.0, 0.0, 0.0)
[    INFO][OpenGL.acceleratesupport.py:17]:No OpenGL_accelerate module loaded: No module named OpenGL_accelerate
[    INFO][    pymclevel.materials.py:329]:Loading block info from <_io.BytesIO object at 0x107a41ad0>
[    INFO][    pymclevel.materials.py:329]:Loading block info from <_io.BytesIO object at 0x107a41ad0>
[    INFO][    pymclevel.materials.py:329]:Loading block info from <_io.BytesIO object at 0x107a41ad0>
[    INFO][    pymclevel.materials.py:329]:Loading block info from <_io.BytesIO object at 0x107a41ad0>
[ WARNING][      pymclevel.BOParser.py:16]:The `bo3.def` file is missing in `/private/var/folders/56/p9h8rqfd17dbdw6m2n49n98c0000gr/T/AppTranslocation/17209695-E681-4323-9E76-6DB23CAC1AAE/d/mcedit.app/Contents/Resources`. The BO3 support will not be complete...
[ WARNING][            mcplatform.py:1276]:Initializing window management...
[   DEBUG][         albow.translate.py:66]:*** Platform information
[   DEBUG][         albow.translate.py:67]:    System: Darwin
[   DEBUG][         albow.translate.py:68]:    Release: 18.2.0
[   DEBUG][         albow.translate.py:69]:    Version: Darwin Kernel Version 18.2.0: Mon Nov 12 20:24:46 PST 2018; root:xnu-4903.231.4~2/RELEASE_X86_64
[   DEBUG][         albow.translate.py:70]:    Architecture: 64bit, 
[   DEBUG][         albow.translate.py:71]:    Dist: , , 
[   DEBUG][         albow.translate.py:72]:    Machine: x86_64
[   DEBUG][         albow.translate.py:73]:    Processor: i386
[   DEBUG][         albow.translate.py:74]:    Locale: None
[   DEBUG][         albow.translate.py:75]:    Encoding: None
[   DEBUG][         albow.translate.py:76]:    FS encoding: utf-8
[   DEBUG][         albow.translate.py:96]:    numpy version: 1.10.2
[   DEBUG][         albow.translate.py:96]:    pygame version: 1.9.1release
[   DEBUG][         albow.translate.py:96]:    OpenGL version: 3.1.0
[   DEBUG][         albow.translate.py:97]:***
[   ERROR][                  root.py:1049]:MCEdit version Unified v1.5.6.0 %s Minecraft 1.8-1.11.2 | PE 0.11

latrekc avatar Jan 12 '19 23:01 latrekc