flags / Reactor-3

Post-apocalyptic action roguelike with a focus on inventory management and gun-based combat.
MIT License
71 stars 11 forks source link

Crash on map gen (Win7) #126

Closed j0z closed 11 years ago

j0z commented 11 years ago

Crashes on map generation using the latest Windows build.

Traceback:

[15:07:07 09/26/13-DEBUG] Offloading world... Traceback (most recent call last): File "reactor-3.py", line 253, in File "player.pyc", line 112, in handle_input File "menus.pyc", line 240, in item_selected File "mainmenu.pyc", line 281, in worldgen_menu_select File "mainmenu.pyc", line 233, in generate_world File "worldgen.pyc", line 130, in generate_world File "worldgen.pyc", line 167, in save_world File "maps.pyc", line 77, in save_map IOError: [Errno 2] No such file or directory: 'C:\Users\.config\rea ctor-3\worlds\False\maps\map.dat'

flags commented 11 years ago

Should be fixed now.