Skip to content

Instantly share code, notes, and snippets.

@LotekHeavy
Created November 24, 2014 19:54
Show Gist options
  • Save LotekHeavy/7d9fac9761147932448f to your computer and use it in GitHub Desktop.
Save LotekHeavy/7d9fac9761147932448f to your computer and use it in GitHub Desktop.
mcedit
marcel@lestat:/opt/mcedit/MCEdit-Unified$ ./mcedit.sh
Starting MCEdit...
Running in fixed mode. Support files are in your Documents folder.
Minecraft_Server.jar storage initialized.
Each server is stored in a subdirectory of /home/marcel/.mcedit/MCEdit/ServerJarStorage named with the server's version number
Cached servers: [u'Release 1.8.1']
IOError(2, 'Datei oder Verzeichnis nicht gefunden')
[ ERROR][ root.py:1102]:MCEdit version Fork v1.2.0.0 for Minecraft 1.8
Traceback (most recent call last):
File "mcedit.py", line 1256, in <module>
sys.exit(main(sys.argv))
File "mcedit.py", line 1100, in main
MCEdit.main()
File "mcedit.py", line 954, in main
rootwidget.run()
File "/opt/mcedit/MCEdit-Unified/albow/root.py", line 119, in run
self.run_modal(None)
File "/opt/mcedit/MCEdit-Unified/albow/root.py", line 298, in run_modal
self.send_key(modal_widget, 'key_down', event)
File "/opt/mcedit/MCEdit-Unified/albow/root.py", line 381, in send_key
widget.dispatch_key(name, event)
File "/opt/mcedit/MCEdit-Unified/albow/widget.py", line 383, in dispatch_key
widget.dispatch_key(name, event)
File "/opt/mcedit/MCEdit-Unified/albow/widget.py", line 383, in dispatch_key
widget.dispatch_key(name, event)
File "/opt/mcedit/MCEdit-Unified/albow/widget.py", line 385, in dispatch_key
self.call_handler(name, event)
File "/opt/mcedit/MCEdit-Unified/albow/widget.py", line 436, in call_handler
return method(*args)
File "/opt/mcedit/MCEdit-Unified/leveleditor.py", line 2784, in key_down
if keyname == config.config.get('Keys', 'Take a Screenshot'):
File "/usr/lib/python2.7/ConfigParser.py", line 340, in get
raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'Take a Screenshot' in section: 'Keys'
marcel@lestat:/opt/mcedit/MCEdit-Unified$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment