Created
November 3, 2013 16:53
-
-
Save jmurth1234/7292258 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ryan@Ryan-PC /z/GitHub/Minecraft-Overviewer | |
$ gdb-python27.exe python | |
GNU gdb (GDB) 7.5 | |
Copyright (C) 2012 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "i686-pc-mingw32". | |
For bug reporting instructions, please see: | |
<http://www.gnu.org/software/gdb/bugs/>... | |
Reading symbols from c:\Python27\python.exe...(no debugging symbols found)...done. | |
(gdb) run main.py "C:\Users\Ryan\AppData\Roaming\.minecraft\saves\1_7 world" /z/oil-render | |
Starting program: c:\Python27\python.exe main.py "C:\Users\Ryan\AppData\Roaming\.minecraft\saves\1_7 world" /z/oil-render | |
[New Thread 2940.0xa58] | |
[New Thread 2940.0x196c] | |
2013-11-03 16:51:49 Welcome to Minecraft Overviewer! | |
2013-11-03 16:51:49 E Could not create the output directory. | |
Traceback (most recent call last): | |
File "main.py", line 343, in main | |
os.mkdir(destdir) | |
WindowsError: [Error 3] The system cannot find the path specified: 'z:\\z\\oil-render' | |
[Inferior 1 (process 2940) exited with code 01] | |
(gdb) run main.py "C:\Users\Ryan\AppData\Roaming\.minecraft\saves\1_7 world" z:\oil-render | |
Starting program: c:\Python27\python.exe main.py "C:\Users\Ryan\AppData\Roaming\.minecraft\saves\1_7 world" z:\oil-render | |
[New Thread 5828.0x1ae0] | |
[New Thread 5828.0x1e9c] | |
2013-11-03 16:52:13 Welcome to Minecraft Overviewer! | |
gdb: unknown target exception 0xc0000008 at 0x776fb6f9 | |
Program received signal ?, Unknown signal. | |
0x776fb6f9 in ?? () | |
(gdb) run main.py "C:\Users\Ryan\AppData\Roaming\.minecraft\saves\1_7 world" z:\oil-render -vvvvvv | |
The program being debugged has been started already. | |
Start it from the beginning? (y or n) y | |
Starting program: c:\Python27\python.exe main.py "C:\Users\Ryan\AppData\Roaming\.minecraft\saves\1_7 world" z:\oil-render -vvvvvv | |
[New Thread 7172.0x1f70] | |
[New Thread 7172.0x7c] | |
main.py:223 7172 2013-11-03 16:52:32 DEBUG Using 'C:\\Users\\Ryan\\AppData\\Roaming\\.minecraft\\saves\\1_7 world' as the world directory | |
main.py:224 7172 2013-11-03 16:52:32 DEBUG Using 'z:\\oil-render' as the output directory | |
main.py:272 7172 2013-11-03 16:52:32 INFO Welcome to Minecraft Overviewer! | |
main.py:273 7172 2013-11-03 16:52:32 DEBUG Current log level: -40 | |
assetmanager.py:55 7172 2013-11-03 16:52:32 DEBUG Traceback (most recent call last): | |
File "z:\GitHub\Minecraft-Overviewer\overviewer\assetmanager.py", line 49, in __init__ | |
with open(os.path.join(self.outputdir, "overviewerConfig.js")) as c: | |
IOError: [Errno 2] No such file or directory: 'z:\\oil-render\\overviewerConfig.js' | |
main.py:389 7172 2013-11-03 16:52:32 DEBUG Found the following render thing: OrderedDict([('manualpois', []), ('rerenderprob', 0.0), ('poititle', 'Signs'), ('title', 'Overviewer Render (lighting)'), ('ma | |
('bgcolor', (26, 26, 26, 0)), ('showspawn', True), ('northdirection', 0), ('defaultzoom', 1), ('imgformat', 'png'), ('base', ''), ('world', 'C:\\Users\\Ryan\\AppData\\Roaming\\.minecraft\\saves\\1_7 world'), ('op | |
False), ('imgquality', 95), ('overlay', []), ('rendermode', 'lighting'), ('dimension', ('default', 0)), ('worldname_orig', 'world')]) | |
world.py:259 7172 2013-11-03 16:52:32 DEBUG Scanning regions | |
world.py:489 7172 2013-11-03 16:52:32 DEBUG regiondir is C:\Users\Ryan\AppData\Roaming\.minecraft\saves\1_7 world\region | |
world.py:272 7172 2013-11-03 16:52:32 DEBUG Done scanning regions | |
world.py:670 7172 2013-11-03 16:52:32 DEBUG Initializing a cache with key 'C:\Users\Ryan\AppData\Roaming\.minecraft\saves\1_7 world\region' | |
main.py:429 7172 2013-11-03 16:52:32 DEBUG Using RegionSet <overviewer.world.CachedRegionSet object at 0x04B30D70> | |
gdb: unknown target exception 0xc0000008 at 0x776fb6f9 | |
Program received signal ?, Unknown signal. | |
0x776fb6f9 in ?? () | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment