Skip to content

Instantly share code, notes, and snippets.

@whatupdave
Created May 27, 2012 19:02
Show Gist options
  • Save whatupdave/2815525 to your computer and use it in GitHub Desktop.
Save whatupdave/2815525 to your computer and use it in GitHub Desktop.
2012-05-27 11:59:06 Welcome to Minecraft Overviewer!
2012-05-27 11:59:06 Checking all tiles for updates manually.
*******************************************************************************
2012-05-27 11:59:06 E An error has occurred. This may be a bug. Please let us know!
See http://docs.overviewer.org/en/latest/index.html#help
This is the error that occurred:
Traceback (most recent call last):
File "overviewer/overviewer.py", line 493, in <module>
ret = main()
File "overviewer/overviewer.py", line 379, in main
w = world.World(render['world'])
File "/Users/dave/code/minefold/atlas/overviewer/overviewer_core/world.py", line 124, in __init__
rset = RegionSet(root)
File "/Users/dave/code/minefold/atlas/overviewer/overviewer_core/world.py", line 253, in __init__
for x, y, regionfile in self._iterate_regionfiles():
File "/Users/dave/code/minefold/atlas/overviewer/overviewer_core/world.py", line 486, in _iterate_regionfiles
y = int(p[2])
ValueError: invalid literal for int() with base 10: "-1 (Cianan Monaghan's conflicted copy 2011-05-12)"
render failed: 2012-05-27 11:59:06 Welcome to Minecraft Overviewer!
2012-05-27 11:59:06 Checking all tiles for updates manually.
*******************************************************************************
2012-05-27 11:59:06 E An error has occurred. This may be a bug. Please let us know!
See http://docs.overviewer.org/en/latest/index.html#help
This is the error that occurred:
Traceback (most recent call last):
File "overviewer/overviewer.py", line 493, in <module>
ret = main()
File "overviewer/overviewer.py", line 379, in main
w = world.World(render['world'])
File "/Users/dave/code/minefold/atlas/overviewer/overviewer_core/world.py", line 124, in __init__
rset = RegionSet(root)
File "/Users/dave/code/minefold/atlas/overviewer/overviewer_core/world.py", line 253, in __init__
for x, y, regionfile in self._iterate_regionfiles():
File "/Users/dave/code/minefold/atlas/overviewer/overviewer_core/world.py", line 486, in _iterate_regionfiles
y = int(p[2])
ValueError: invalid literal for int() with base 10: "-1 (Cianan Monaghan's conflicted copy 2011-05-12)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment