Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Execute Cron Job
  2.  
  3. Output from command sh /root/overviewer/render.sh ..
  4.  
  5. 2011-07-25 15:54:02,283 [INFO] Welcome to Minecraft Overviewer!
  6. 2011-07-25 15:54:02,284 [INFO] Notice: Not using biome data for tinting
  7. 2011-07-25 15:54:02,284 [INFO] Scanning regions
  8. 2011-07-25 15:54:02,876 [INFO] Scanning chunks
  9. 2011-07-25 15:54:02,929 [INFO] Rending the following tilesets: normal
  10. Traceback (most recent call last):
  11. File "/root/overviewer/overviewer.py", line 307, in <module>
  12. main()
  13. File "/root/overviewer/overviewer.py", line 248, in main
  14. qtree = quadtree.QuadtreeGen(w, destdir, rendermode=rendermode, tiledir='tiles', **qtree_args)
  15. File "/root/overviewer/overviewer_core/quadtree.py", line 96, in __init__
  16. raise ValueError("Your map is waaaay too big! Use the 'zoom' option in 'settings.py'.")
  17. ValueError: Your map is waaaay too big! Use the 'zoom' option in 'settings.py'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement