Podshot / MCEdit-Unified

Combined MCEdit & Pymclevel repository.
http://podshot.github.io/MCEdit-Unified/
ISC License
479 stars 108 forks source link

failed to open world #991

Closed mrovln closed 4 years ago

mrovln commented 4 years ago

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

Description of Issue: failed to open world

MCEdit Version: 2.0.0beta14

Minecraft Version the world was last opened in: 1.14.4

Operating System: win 64

A screenshot or full text of the error from the console:

How to reproduce:

An error occurred while opening C:\Users\uplus\AppData\Roaming.minecraft\saves\world 'PySide.QtGui.QLineEdit.setText' called with wrong argument types: PySide.QtGui.QLineEdit.setText(list) Supported signatures: PySide.QtGui.QLineEdit.setText(unicode)

Traceback (most recent call last): File "mcedit2\editorapp.py", line 790, in loadFile (self is a MCEditApp) File "mcedit2\editorsession.py", line 430, in init (self is a EditorSession) File "mcedit2\panels\worldinfo.py", line 90, in init (self is a WorldInfoPanel) File "mcedit2\panels\worldinfo.py", line 97, in updatePanel (self is a WorldInfoPanel) File "mcedit2\panels\worldinfo.py", line 115, in _updatePanel (self is a WorldInfoPanel) TypeError: 'PySide.QtGui.QLineEdit.setText' called with wrong argument types: PySide.QtGui.QLineEdit.setText(list) Supported signatures: PySide.QtGui.QLineEdit.setText(unicode)

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.