********************************************************************************
                                                                                
          +----+----+----+               TTTTT  H   H  EEEEE                    
         /              /|                 T    H   H  E                        
        /              / |                 T    HHHHH  EEEEE                    
       +    +----+    +  +                 T    H   H  E                        
      /    /|   /    /   |                 T    H   H  EEEEE                    
     /    / |  /    /    |                                                      
    +    +----+    +  +  +       FFFFF RRR   AAAAA CCCCC TTTTT AAAAA L          
   /              /  /|  |       F     R  R  A   A C       T   A   A L          
  /              /  / |  |       FFFFF RRR   AAAAA C       T   AAAAA L          
 +----+----+----+  +--+  +       F     R  R  A   A C       T   A   A L          
 |              |  | /  /        F     R   R A   A CCCCC   T   A   A LLLLL      
 |              |  |/  /                                                        
 +    +----+    +  +  +  BBB  L   OOOO CCC K  K   W     W OOOO RRR   L    DDD   
 |    | /  |    |    /   B  B L   O  O C   K K    W     W O  O R  R  L    D  D  
 |    |/   |    |   /    BBB  L   O  O C   KK     W  W  W O  O RRR   L    D  D  
 +    +----+    +  +     B  B L   O  O C   K K    W  W  W O  O R  R  L    D  D  
 |              | /      BBB  LLL OOOO CCC K  K   WWWWWWW OOOO R   R LLLL DDD   
 |              |/                                                              
 +----+----+----+                                                               
                                                                                
********************************************************************************
Date (M/D/Y) and time program started: 07/22/2025 23:12:19
Main thread skyhook ID: 1000
Calling SteamAPI_RestartAppIfNecessary.
Program was called from steam. Continuing.
About to call SteamAPI_Init.
SteamAPI_Init succeeded.
Done with FBW_SteamAPI_Init.
**************************************************************
  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
..............................................................
Constructing top engine begin
Reading params file: ../../Input/params.txt
Setting metagame.player.camera.3rdp.enabled to false
Created params reloader class
Writing params file: ../../Input/params.txt
RenderSystem constructor begin
    Requesting a SDL surface with desktop resolution
    Resolution the program is using = 1920 x 1080
    OpenGL version: 4.6.0 - Build 31.0.101.2125
GLWrapper constructor begin
    Calling SDL_GL_GetProcAddress("glEnable")
    Calling SDL_GL_GetProcAddress("glDisable")
    Calling SDL_GL_GetProcAddress("glBegin")
    Calling SDL_GL_GetProcAddress("glEnd")
    Calling SDL_GL_GetProcAddress("glGenLists")
    Calling SDL_GL_GetProcAddress("glNewList")
    Calling SDL_GL_GetProcAddress("glEndList")
    Calling SDL_GL_GetProcAddress("glClearColor")
    Calling SDL_GL_GetProcAddress("glColor3f")
    Calling SDL_GL_GetProcAddress("glColor4f")
    Calling SDL_GL_GetProcAddress("glVertex3f")
    Calling SDL_GL_GetProcAddress("glPolygonMode")
    Calling SDL_GL_GetProcAddress("glTexCoord2f")
    Calling SDL_GL_GetProcAddress("glCullFace")
    Calling SDL_GL_GetProcAddress("glDepthMask")
    Calling SDL_GL_GetProcAddress("glGenBuffers")
    Calling SDL_GL_GetProcAddress("glBindBuffer")
    Calling SDL_GL_GetProcAddress("glBufferData")
    Calling SDL_GL_GetProcAddress("glBufferSubData")
    Calling SDL_GL_GetProcAddress("glDeleteBuffers")
    Calling SDL_GL_GetProcAddress("glTexCoordPointer")
    Calling SDL_GL_GetProcAddress("glVertexPointer")
    Calling SDL_GL_GetProcAddress("glEnableClientState")
    Calling SDL_GL_GetProcAddress("glDisableClientState")
    Calling SDL_GL_GetProcAddress("glDrawElements")
    Calling SDL_GL_GetProcAddress("glGetFloatv")
    Calling SDL_GL_GetProcAddress("glMatrixMode")
    Calling SDL_GL_GetProcAddress("glGenTextures")
    Calling SDL_GL_GetProcAddress("glBindTexture")
    Calling SDL_GL_GetProcAddress("glPointSize")
    Calling SDL_GL_GetProcAddress("glLoadIdentity")
    Calling SDL_GL_GetProcAddress("glTexEnvf")
    Calling SDL_GL_GetProcAddress("glTexParameterf")
    Calling SDL_GL_GetProcAddress("glBlendFunc")
    Calling SDL_GL_GetProcAddress("glGetError")
    Calling SDL_GL_GetProcAddress("glTexImage2D")
    Calling SDL_GL_GetProcAddress("glGenerateMipmap")
    Calling SDL_GL_GetProcAddress("glTexSubImage2D")
    Calling SDL_GL_GetProcAddress("glCreateShader")
    Calling SDL_GL_GetProcAddress("glShaderSource")
    Calling SDL_GL_GetProcAddress("glCompileShader")
    Calling SDL_GL_GetProcAddress("glGetShaderiv")
    Calling SDL_GL_GetProcAddress("glGetShaderInfoLog")
    Calling SDL_GL_GetProcAddress("glCreateProgram")
    Calling SDL_GL_GetProcAddress("glAttachShader")
    Calling SDL_GL_GetProcAddress("glLinkProgram")
    Calling SDL_GL_GetProcAddress("glGetProgramiv")
    Calling SDL_GL_GetProcAddress("glGetProgramInfoLog")
    Calling SDL_GL_GetProcAddress("glDetachShader")
    Calling SDL_GL_GetProcAddress("glDeleteShader")
    Calling SDL_GL_GetProcAddress("glUseProgram")
    Calling SDL_GL_GetProcAddress("glGetAttribLocation")
    Calling SDL_GL_GetProcAddress("glGetUniformLocation")
    Calling SDL_GL_GetProcAddress("glVertexAttrib2f")
    Calling SDL_GL_GetProcAddress("glVertexAttrib3f")
    Calling SDL_GL_GetProcAddress("glVertexAttrib4f")
    Calling SDL_GL_GetProcAddress("glProgramUniform1i")
    Calling SDL_GL_GetProcAddress("glActiveTexture")
    Calling SDL_GL_GetProcAddress("glUniformMatrix4fv")
    Calling SDL_GL_GetProcAddress("glVertexAttribPointer")
    Calling SDL_GL_GetProcAddress("glEnableVertexAttribArray")
    Calling SDL_GL_GetProcAddress("glDeleteVertexArrays")
    Calling SDL_GL_GetProcAddress("glDisableVertexAttribArray")
    Calling SDL_GL_GetProcAddress("glGenVertexArrays")
    Calling SDL_GL_GetProcAddress("glBindVertexArray")
    Calling SDL_GL_GetProcAddress("glUniform3f")
    Calling SDL_GL_GetProcAddress("glUniform4f")
GLWrapper constructor end
    Getting typical shader
    Calling glClear as a check
RenderSystem constructor end
Creating AsyncTexLoader common table.
checkpoint orange
Creating AsyncTexLoader common table.
checkpoint pear
Texture loader thread: my skyhook ID is 1001
Music loader thread: my skyhook ID is 1002
Creating font texture
Initializing Error Screen singleton.
    PackageSystem::ChangePackage begin
        changing package to: base
        Calling "ChangePackage" callbacks in the following order:
        PackageDepTracker (hard coded)
        Package State System
        Texture System
        Sound System
        Music Playlist System
        Mesh System
        Actually calling the callbacks:
+++++++++++++++++++++++++++++++++++++++++++++++++++: 
PackagesDepTracker::ChangePackage begin
Here in PackagesDepTracker::ChangePackage: ========> base
PackagesDepTracker::ChangePackage the package is different from the old one
Maybe adding package __USER_ALL__? -> No, the dir does not exist.
Maybe adding package base? -> Yes!  Adding it to the transitive closure.
Dumping LocalPackageDep: 
Thinking about adding user version: __USER__base

Switch to package: base
Transitive closure of current package:
base -> ../../Data/Packages/base

Every package in the transitive closure does exist!

Attempting to topological sort (put in order).
----------------------------------
Final sorted package list:
base
__USER_ALL__
----------------------------------
PackagesDepTracker::ChangePackage end
+++++++++++++++++++++++++++++++++++++++++++++++++++
PackageState::ForceSave: package = 
PackageState::ForceSave: not saving because there is no package.
PackageState::LoadFromFile: ../../Data/PackageState/base/vars.txt
PackageState::ForceSave: package = base
        PackageTexSystem::ChangePackage: base
        PackageSoundSystem::ChangePackage: base
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_welcome.ogg
MusicPlaylists::ChangePackage: base
PackageMusicPlaylists::Load: base
PackageMusicPlaylists::Load: __USER_ALL__
        PackageMeshSystem::ChangePackage: base
Note: the light params file "../../Data/Packages/base/light_params.txt" does not exist.
    PackageSystem::ChangePackage end
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.HOME.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.END.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.DELETE.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.MINUS.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.EQUALS.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.LBRACKET.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.RBRACKET.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.SEMICOLON.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.QUOTE.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.COMMA.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.PERIOD.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.RSHIFT.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.LALT.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.RALT.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.RCTRL.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.UP.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.DOWN.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.LEFT.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.RIGHT.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 11
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 11
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 11
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 11
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 11
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 11
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 11
Constructing top engine end
..............................................................
  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
**************************************************************
Writing params file: ../../Input/params.txt
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
MenuNewGame::CreateNewGame: cappy
cur_name = Myrin
cur_package = xar
cur_start_pos_file = 1.txt
seed = 562089
Engine::NewGame begin
There is no fractal block engine object to destruct
    CreateAndLoadNewGame begin
        DetectLoadVersionError1_New
        DetectLoadVersionError1_Helper begin
        DetectLoadVersionError1_Helper end
        CreateInitialSaveFile begin
            InitGameVars begin
                Deleting old game vars begin
                Deleting old game vars end
                Init env global vars begin
                Init env global vars end
            InitGameVars end
            SaveGameToFile
        CreateInitialSaveFile end
        There is no fractal block engine object to destruct
**************************************************************
  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  
..............................................................
        Engine::LoadGame begin
            Loading file: ../../Data/Save/Myrin
            PartiallyLoadGameFromFile begin
                Extracted player name = Myrin
                Extracted package name = xar
                InitGameVars begin
                    Deleting old game vars begin
                    Deleting old game vars end
                    Init env global vars begin
                    Init env global vars end
                InitGameVars end
                LoadGameVars begin
                LoadGameVars end
            PartiallyLoadGameFromFile end
            PackageSystem::ChangePackage begin
                changing package to: xar
                Calling "ChangePackage" callbacks in the following order:
                PackageDepTracker (hard coded)
                Package State System
                Texture System
                Sound System
                Music Playlist System
                Mesh System
                Actually calling the callbacks:
+++++++++++++++++++++++++++++++++++++++++++++++++++: Wombat
PackagesDepTracker::ChangePackage begin
Here in PackagesDepTracker::ChangePackage: ========> xar
PackagesDepTracker::ChangePackage the package is different from the old one
Maybe adding package __USER_ALL__? -> No, the dir does not exist.
Maybe adding package xar? -> Yes!  Adding it to the transitive closure.
Dumping LocalPackageDep:   base 
Maybe adding package base? -> Yes!  Adding it to the transitive closure.
Dumping LocalPackageDep: 
Thinking about adding user version: __USER__base
Thinking about adding user version: __USER__xar

Switch to package: xar
Transitive closure of current package:
base -> ../../Data/Packages/base
xar -> ../../Data/Packages/xar

Every package in the transitive closure does exist!

Attempting to topological sort (put in order).
----------------------------------
Final sorted package list:
base
xar
__USER_ALL__
----------------------------------
PackagesDepTracker::ChangePackage end
+++++++++++++++++++++++++++++++++++++++++++++++++++
PackageState::ForceSave: package = base
PackageState::LoadFromFile: ../../Data/PackageState/xar/vars.txt
*** Warning: the file ../../Data/PackageState/xar/vars.txt does not exist.
PackageState::ForceSave: package = xar
                PackageTexSystem::ChangePackage: xar
                PackageSoundSystem::ChangePackage: xar
MusicPlaylists::ChangePackage: xar
*** Error: Found leak in ~ssp Playlist Node
*** Error: Found leak in ~ssp Playlist Node
PackageMusicPlaylists::Load: base
PackageMusicPlaylists::Load: xar
PackageMusicPlaylists::Load: __USER_ALL__
                PackageMeshSystem::ChangePackage: xar
            PackageSystem::ChangePackage end
            DetectLoadVersionError1_Load
                DetectLoadVersionError1_Helper begin
                DetectLoadVersionError1_Helper end
            DetectLoadVersionError2
                --engine ver = 1.01.25
                --engine ver expected = 1.01.25
                --package ver = 1.01.16
                --package ver expected = 1.01.16
            Init env global vars begin
            Init env global vars end
            FractalBlockEngine::FractalBlockEngine begin
                Did NOT find old persistent package data.
                Did NOT find old persistent player data.
                Creating main API (Game Actions).
                Creating block ids class.
                    BlockIDs::Load
Dumping BlockIDs:
  -11 -> block_r_white
  -10 -> block_r_black
  -9 -> block_ladder_y_pos
  -8 -> block_ladder_y_neg
  -7 -> block_ladder_x_pos
  -6 -> block_ladder_x_neg
  -5 -> block_s
  -4 -> block_invisible
  -3 -> block_e
  -2 -> block_default_not_set
  -1 -> block_base_root
                Creating block textures class 2.
                Creating dynamic vars class.
                Creating Lua api: init.
                Creating Lua api: window.
                Creating Lua api: game.
                Creating "game" system.
                Creating basic entity (BEnt) system.
                Creating moving entity (MEnt) system.
                Creating env rect system
                Creating window system.
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 13
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 11
                Creating auxiliary block system.
                Creating chunk loader.
                    Creating Chunk Loader Common table.
                Creating Lua state: init.
                Creating Lua state: game.
                Doing some handshaking
                MetachunkTree::MetachunkTree begin
                    Constructing world changes class.
                    Constructing respawn and waypoints class
                MetachunkTree::MetachunkTree end
                setting engine chunk width to 16
                Creating player
                    Constructing PlayerMultiMoveCtrl
                Hand shaking metachunk tree
Here in EnvFunctor_LuaApiGameCheckArgs::operator() begin
Here in EnvFunctor_LuaApiGameCheckArgs::operator() end
                HandShaking main API.
            FractalBlockEngine::FractalBlockEngine end
        Engine::LoadGame end
..............................................................
  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  
**************************************************************
**************************************************************
  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  
..............................................................
    CreateAndLoadNewGame end
Engine::NewGame end
Writing params file: ../../Input/params.txt
    Engine::LoadLockedLoop
    FractalBlockEngine::LoadPartial: ""
    FractalBlockEngine::LoadPartial: "LOAD DYNAMIC VARS"
    FractalBlockEngine::LoadPartial: "LOAD STATE INIT"
        LuaState_Init::Load begin
CheckAgainstWhiteList (Lua)
            GameSystem::RegisterModules begin
                GameSystem::ProcessPackage base begin
                    processing all Lua files in Game directory.
                    processing side_tex_conflict Lua file
                GameSystem::ProcessPackage base end
                GameSystem::ProcessPackage xar begin
                    processing all Lua files in Game directory.
                    processing side_tex_conflict Lua file
                GameSystem::ProcessPackage xar end
                GameSystem::ProcessPackage __USER_ALL__ begin
                    processing all Lua files in Game directory.
*** Warning: game startup script ../../Input/Scripts/game_startup.lua not found.
            GameSystem::RegisterModules end
            MEntSystem::LoadPackageForInitState begin
            MEntSystem::LoadPackageForInitState end
            BlockAuxSystem::LoadPackageForInitState begin
                Processing 11 block scripts
            BlockAuxSystem::LoadPackage end
        LuaState_Init::Load end
    FractalBlockEngine::LoadPartial: "LOAD STATE GAME"
        LuaState_Game::Load begin
CheckAgainstWhiteList (Lua)
            GameSystem::RegisterModules begin
                GameSystem::ProcessPackage base begin
                    processing all Lua files in Game directory.
                    processing side_tex_conflict Lua file
                GameSystem::ProcessPackage base end
                GameSystem::ProcessPackage xar begin
                    processing all Lua files in Game directory.
                    processing side_tex_conflict Lua file
                GameSystem::ProcessPackage xar end
                GameSystem::ProcessPackage __USER_ALL__ begin
                    processing all Lua files in Game directory.
            GameSystem::RegisterModules end
            BEntSystem::LoadPackage begin
            BEntSystem::LoadPackage end
            MEntSystem::LoadPackage begin
            MEntSystem::LoadPackage end
            EnvRectSystem::LoadPackage begin
            EnvRectSystem::LoadPackage end
            WindowSystem::LoadPackage begin
HudSideDisplays2::LoadFile: ../../Data/Packages/base/Windows/HUD/SideDisplays/side_display_chunk_loading_graph.lua
HudSideDisplays2::LoadFile: ../../Data/Packages/base/Windows/HUD/SideDisplays/side_display_compass.lua
HudSideDisplays2::LoadFile: ../../Data/Packages/base/Windows/HUD/SideDisplays/side_display_fps.lua
HudSideDisplays2::LoadFile: ../../Data/Packages/base/Windows/HUD/SideDisplays/side_display_fps_graph.lua
HudSideDisplays2::LoadFile: ../../Data/Packages/base/Windows/HUD/SideDisplays/side_display_game_time.lua
HudSideDisplays2::LoadFile: ../../Data/Packages/base/Windows/HUD/SideDisplays/side_display_in_dps.lua
HudSideDisplays2::LoadFile: ../../Data/Packages/base/Windows/HUD/SideDisplays/side_display_level.lua
HudSideDisplays2::LoadFile: ../../Data/Packages/base/Windows/HUD/SideDisplays/side_display_play_time.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_music_playlist.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_music_song.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_num_blocks.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_num_cc.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_num_chunks.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_num_kills.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_num_ment.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_num_quads.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_num_quads_rendered_imm.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_num_quads_rendered_vbo.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_num_squares.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_num_squares_ext.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_num_squares_int.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_player_offset.lua
HudSideDisplays2::LoadFile: ../../Input/HUD/SideDisplays/side_display_session_time.lua
            WindowSystem::LoadPackage end
            BlockAuxSystem::LoadPackage begin
                Processing 11 block scripts
            BlockAuxSystem::LoadPackage end
        LuaState_Game::Load end
    FractalBlockEngine::LoadPartial: "CHUNK LOADER HAND SHAKE"
        ChunkLoader::HandShake begin
            LPW::LPW begin
                Constructing Lua Procedural World Block Types
CheckAgainstWhiteList (Lua)
CheckAgainstWhiteList (Lua)
CheckAgainstWhiteList (Lua)
CheckAgainstWhiteList (Lua)
CheckAgainstWhiteList (Lua)
CheckAgainstWhiteList (Lua)
CheckAgainstWhiteList (Lua)
CheckAgainstWhiteList (Lua)
CheckAgainstWhiteList (Lua)
CheckAgainstWhiteList (Lua)
CheckAgainstWhiteList (Lua)
                LPWChunkTop::LPWChunkTop begin
                    LPWChunkTop0::LPWChunkTop0 begin
CheckAgainstWhiteList (Lua)
Thread 0: Processing helper file: ../../Data/Packages/base/WorldNodes/Helpers/std.lua
                    LPWChunkTop0::LPWChunkTop0 end
                    LPWChunkTop1::LPWChunkTop1 begin
                        Creating Lua Proc World Common table.
                    LPWChunkTop1::LPWChunkTop1 end
                LPWChunkTop::LPWChunkTop end
            LPW::LPW end
            ChunkLoader::CreateWorkers begin
Thread 3: my skyhook ID = 1003
Thread 3: CLWorkerRun
Thread 3: CLWorkerRun before main loop
            ChunkLoader::CreateWorkers end
ChunkLoader::HandShake end
        ChunkLoader::HandShake end
Thread 4: my skyhook ID = 1004
Thread 4: CLWorkerRun
Thread 4: CLWorkerRun before main loop
    FractalBlockEngine::LoadPartial: "CHUNK LOADER LOAD"
        LPW::Load begin
            Initializing PC Out Api
            Creating LUA Proc World workers begin
            Creating worker in thread 5
Thread 5: my skyhook ID = 1005
Thread 5: LPWCT1WorkerRun
            Creating worker in thread 6
Thread 6: my skyhook ID = 1006
Thread 6: LPWCT1WorkerRun
CheckAgainstWhiteList (Lua)
            Creating worker in thread 7
Thread 7: my skyhook ID = 1007
Thread 7: LPWCT1WorkerRun
CheckAgainstWhiteList (Lua)
            Creating worker in thread 8
            Creating LUA Proc World workers end
        LPW::Load end
Thread 5: Processing helper file: ../../Data/Packages/base/WorldNodes/Helpers/std.lua
Thread 8: my skyhook ID = 1008
Thread 8: LPWCT1WorkerRun
Thread 6: Processing helper file: ../../Data/Packages/base/WorldNodes/Helpers/std.lua
    FractalBlockEngine::LoadPartial: "COMMANDS"
CheckAgainstWhiteList (Lua)
constructing commands
Thread 7: Processing helper file: ../../Data/Packages/base/WorldNodes/Helpers/std.lua
    FractalBlockEngine::LoadPartial: "METACHUNK TREE LOAD"
        Hand shaking complete.
        Loading world (with a file).
        MetachunkTree::LoadWorld begin
GhettoChunkDB::GhettoChunkDB: save_dir = CheckAgainstWhiteList (Lua)
../../Data/Save/Myrin
Manifest::Load: save_dir = ../../Data/Save/Myrin
Manifest::RebuildManifestStart: save_dir = ../../Data/Save/Myrin
            RespawnAndWaypoints::Load
            MetachunkTree::PartiallyReload begin
                Levels::Levels begin
                    Levels::Clear begin
                        Deleting each (empty) level
                        Clearing chunk tracker (which resets next_id)
                    Levels::Clear end
                Levels::Levels end
Thread 8: Processing helper file: ../../Data/Packages/base/WorldNodes/Helpers/std.lua
                Levels::LoadWorld begin
                    Levels::Initialize begin
                        About to construct root metachunk
                        About to populate root metachunk
                        TreeDriller::SetType_PathAtLevel: EMPTY_PATH level = 0
Finished drilling the tree.
                    Levels::Initialize end
Making sure the load went well
Num chunks on root level = 1
                Levels::LoadWorld end
updating player hit sphere
                Creating player hit sphere
calling ga->MetachunkTreeReloaded
            MetachunkTree::PartiallyReload end
        MetachunkTree::LoadWorld end
    FractalBlockEngine::LoadPartial: "REBOOT GAME"
        Rebooting game (if needed)
Thread 5: LPWCT1WorkerRun before main loop
Thread 7: LPWCT1WorkerRun before main loop
Thread 8: LPWCT1WorkerRun before main loop
    FractalBlockEngine::LoadPartial: "GAME SYS"
top.__load_game begin
top.__load_game end
Here in WindowSystem::LoadGame
Thread 6: LPWCT1WorkerRun before main loop
    FractalBlockEngine::LoadPartial: "SAVE GAME"
FractalBlockEngine::SaveGame begin
    SaveGameToFile
    SaveGameToFile: SaveWorldContent begin
        MetachunkTree::SaveWorldContent begin
            RespawnAndWaypoints::Save begin
            RespawnAndWaypoints::Save end
            WorldChanges::Save begin
                WorldChanges::Save: saving < 1000 chunk files
                Clearing world changes begin
                Clearing world changes end
            WorldChanges::Save end
        MetachunkTree::SaveWorldContent end
    SaveGameToFile: SaveWorldContent end
FractalBlockEngine::SaveGame end
    FractalBlockEngine::LoadPartial: "PLAY ENTER GAME SOUND"
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_enter_game.ogg
    FractalBlockEngine::LoadPartial: "LOAD INPUT BINDS"
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.HOME.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.END.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.DELETE.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.MINUS.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.EQUALS.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.LBRACKET.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.RBRACKET.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.SEMICOLON.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.QUOTE.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.COMMA.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.PERIOD.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.RSHIFT.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.LALT.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.RALT.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.RCTRL.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.UP.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.DOWN.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.LEFT.downup
*** Warning: InputEvent::ReadFromEnv: var not found: package.state.input.binds.RIGHT.downup
            InputBinds::ProcessPackage(base) begin
                Reading package actions
            InputBinds::ProcessPackage(xar) begin
                Reading package actions
                Reading file: ../../Data/Packages/xar/binds.txt
InputBinds::LoadPackage: action = <PACKAGE_OPEN_MAIN_MENU>
InputBinds::LoadPackage: action = <PACKAGE_OPEN_CONSOLE>
InputBinds::LoadPackage: action = <PACKAGE_OPEN_PACKAGE_TOP_MENU>
InputBinds::LoadPackage: action = <PACKAGE_USE_EQUIPPED_PRIMARY_START>
InputBinds::LoadPackage: action = <PACKAGE_USE_EQUIPPED_SECONDARY_START>
InputBinds::LoadPackage: action = <PACKAGE_USE>
InputBinds::LoadPackage: action = <PACKAGE_EQUIP_NEXT>
InputBinds::LoadPackage: action = <PACKAGE_EQUIP_PREV>
InputBinds::LoadPackage: action = <PACKAGE_EQUIP_1>
InputBinds::LoadPackage: action = <PACKAGE_EQUIP_2>
InputBinds::LoadPackage: action = <PACKAGE_EQUIP_3>
InputBinds::LoadPackage: action = <PACKAGE_EQUIP_4>
InputBinds::LoadPackage: action = <PACKAGE_EQUIP_5>
InputBinds::LoadPackage: action = <PACKAGE_EQUIP_6>
InputBinds::LoadPackage: action = <PACKAGE_EQUIP_7>
InputBinds::LoadPackage: action = <PACKAGE_EQUIP_8>
InputBinds::LoadPackage: action = <PACKAGE_EQUIP_9>
InputBinds::LoadPackage: action = <PACKAGE_EQUIP_0>
InputBinds::LoadPackage: action = <PACKAGE_MOVE_FORWARD>
InputBinds::LoadPackage: action = <PACKAGE_MOVE_BACKWARD>
InputBinds::LoadPackage: action = <PACKAGE_MOVE_LEFT>
InputBinds::LoadPackage: action = <PACKAGE_MOVE_RIGHT>
InputBinds::LoadPackage: action = <PACKAGE_MOVE_UP>
InputBinds::LoadPackage: action = <PACKAGE_MOVE_DOWN>
InputBinds::LoadPackage: action = <PACKAGE_MOVE_TWIST_CCW>
InputBinds::LoadPackage: action = <PACKAGE_MOVE_TWIST_CW>
InputBinds::LoadPackage: action = <PACKAGE_MOVE_BRAKE>
InputBinds::LoadPackage: action = <PACKAGE_MOVE_ROCKETMODE_TOGGLE>
InputBinds::LoadPackage: action = <PACKAGE_OPEN_STATS_2>
InputBinds::LoadPackage: action = <PACKAGE_OPEN_STATS_3>
InputBinds::LoadPackage: action = <PACKAGE_OPEN_STATS_4>
InputBinds::LoadPackage: action = <PACKAGE_OPEN_STATS_5>
InputBinds::LoadPackage: action = <PACKAGE_OPEN_STATS_6>
InputBinds::LoadPackage: action = <PACKAGE_OPEN_STATS_7>
InputBinds::LoadPackage: action = <PACKAGE_DROP_MARKER>
InputBinds::LoadPackage: action = <PACKAGE_TELEKINESIS>
InputBinds::LoadPackage: action = <PACKAGE_USE_WEP_3_PRIMARY>
InputBinds::LoadPackage: action = <PACKAGE_USE_WEP_7_SECONDARY>
                Clearing all binds set to actions that do not exist. 
                Setting binds from input.
                Binding all unbound package actions.
                Nothing binds to the action PACKAGE_USE_WEP_7_SECONDARY
                    The default input is unbound, so binding it to this action.
                    Binding input event R.downup to action PACKAGE_USE_WEP_7_SECONDARY
                Nothing binds to the action PACKAGE_USE_WEP_3_PRIMARY
                    The default input is unbound, so binding it to this action.
                    Binding input event C.downup to action PACKAGE_USE_WEP_3_PRIMARY
                Nothing binds to the action PACKAGE_TELEKINESIS
                    The default input is unbound, so binding it to this action.
                    Binding input event T.downup to action PACKAGE_TELEKINESIS
                Nothing binds to the action PACKAGE_OPEN_STATS_7
                    The default input is unbound, so binding it to this action.
                    Binding input event F7.downup to action PACKAGE_OPEN_STATS_7
                Nothing binds to the action PACKAGE_MOVE_ROCKETMODE_TOGGLE
                    The default input is unbound, so binding it to this action.
                    Binding input event TAB.downup to action PACKAGE_MOVE_ROCKETMODE_TOGGLE
                Nothing binds to the action PACKAGE_MOVE_BRAKE
                    The default input is unbound, so binding it to this action.
                    Binding input event LCTRL.downup to action PACKAGE_MOVE_BRAKE
                Nothing binds to the action PACKAGE_OPEN_STATS_4
                    The default input is unbound, so binding it to this action.
                    Binding input event F4.downup to action PACKAGE_OPEN_STATS_4
                Nothing binds to the action PACKAGE_MOVE_TWIST_CW
                    The default input is unbound, so binding it to this action.
                    Binding input event E.downup to action PACKAGE_MOVE_TWIST_CW
                Nothing binds to the action PACKAGE_MOVE_TWIST_CCW
                    The default input is unbound, so binding it to this action.
                    Binding input event Q.downup to action PACKAGE_MOVE_TWIST_CCW
                Nothing binds to the action PACKAGE_MOVE_DOWN
                    The default input is unbound, so binding it to this action.
                    Binding input event LSHIFT.downup to action PACKAGE_MOVE_DOWN
                Nothing binds to the action PACKAGE_EQUIP_2
                    The default input is unbound, so binding it to this action.
                    Binding input event 2.downup to action PACKAGE_EQUIP_2
                Nothing binds to the action PACKAGE_EQUIP_NEXT
                    The default input is unbound, so binding it to this action.
                    Binding input event MOUSEWHEEL_UP.use to action PACKAGE_EQUIP_NEXT
                Nothing binds to the action PACKAGE_EQUIP_1
                    The default input is unbound, so binding it to this action.
                    Binding input event 1.downup to action PACKAGE_EQUIP_1
                Nothing binds to the action PACKAGE_USE
                    The default input is unbound, so binding it to this action.
                    Binding input event F.downup to action PACKAGE_USE
                Nothing binds to the action PACKAGE_OPEN_STATS_2
                    The default input is unbound, so binding it to this action.
                    Binding input event F2.downup to action PACKAGE_OPEN_STATS_2
                Nothing binds to the action PACKAGE_OPEN_CONSOLE
                    Forcibly binding to this action.
                    InputBinds::UnbindAllFromInputEvent: GRAVE.downup
                    Binding input event GRAVE.downup to action PACKAGE_OPEN_CONSOLE
                Nothing binds to the action PACKAGE_OPEN_PACKAGE_TOP_MENU
                    The default input is unbound, so binding it to this action.
                    Binding input event F1.downup to action PACKAGE_OPEN_PACKAGE_TOP_MENU
                Nothing binds to the action PACKAGE_OPEN_STATS_6
                    The default input is unbound, so binding it to this action.
                    Binding input event F6.downup to action PACKAGE_OPEN_STATS_6
                Nothing binds to the action PACKAGE_OPEN_MAIN_MENU
                    Forcibly binding to this action.
                    InputBinds::UnbindAllFromInputEvent: ESC.downup
                    Binding input event ESC.downup to action PACKAGE_OPEN_MAIN_MENU
                Nothing binds to the action PACKAGE_OPEN_STATS_5
                    The default input is unbound, so binding it to this action.
                    Binding input event F5.downup to action PACKAGE_OPEN_STATS_5
                Nothing binds to the action PACKAGE_EQUIP_PREV
                    The default input is unbound, so binding it to this action.
                    Binding input event MOUSEWHEEL_DOWN.use to action PACKAGE_EQUIP_PREV
                Nothing binds to the action PACKAGE_USE_EQUIPPED_PRIMARY_START
                    The default input is unbound, so binding it to this action.
                    Binding input event MOUSE1.downup to action PACKAGE_USE_EQUIPPED_PRIMARY_START
                Nothing binds to the action PACKAGE_EQUIP_5
                    The default input is unbound, so binding it to this action.
                    Binding input event 5.downup to action PACKAGE_EQUIP_5
                Nothing binds to the action PACKAGE_DROP_MARKER
                    The default input is unbound, so binding it to this action.
                    Binding input event M.downup to action PACKAGE_DROP_MARKER
                Nothing binds to the action PACKAGE_OPEN_STATS_3
                    The default input is unbound, so binding it to this action.
                    Binding input event F3.downup to action PACKAGE_OPEN_STATS_3
                Nothing binds to the action PACKAGE_USE_EQUIPPED_SECONDARY_START
                    The default input is unbound, so binding it to this action.
                    Binding input event MOUSE2.downup to action PACKAGE_USE_EQUIPPED_SECONDARY_START
                Nothing binds to the action PACKAGE_EQUIP_4
                    The default input is unbound, so binding it to this action.
                    Binding input event 4.downup to action PACKAGE_EQUIP_4
                Nothing binds to the action PACKAGE_EQUIP_6
                    The default input is unbound, so binding it to this action.
                    Binding input event 6.downup to action PACKAGE_EQUIP_6
                Nothing binds to the action PACKAGE_EQUIP_9
                    The default input is unbound, so binding it to this action.
                    Binding input event 9.downup to action PACKAGE_EQUIP_9
                Nothing binds to the action PACKAGE_MOVE_BACKWARD
                    The default input is unbound, so binding it to this action.
                    Binding input event S.downup to action PACKAGE_MOVE_BACKWARD
                Nothing binds to the action PACKAGE_MOVE_RIGHT
                    The default input is unbound, so binding it to this action.
                    Binding input event D.downup to action PACKAGE_MOVE_RIGHT
                Nothing binds to the action PACKAGE_EQUIP_7
                    The default input is unbound, so binding it to this action.
                    Binding input event 7.downup to action PACKAGE_EQUIP_7
                Nothing binds to the action PACKAGE_EQUIP_0
                    The default input is unbound, so binding it to this action.
                    Binding input event 0.downup to action PACKAGE_EQUIP_0
                Nothing binds to the action PACKAGE_EQUIP_3
                    The default input is unbound, so binding it to this action.
                    Binding input event 3.downup to action PACKAGE_EQUIP_3
                Nothing binds to the action PACKAGE_MOVE_FORWARD
                    The default input is unbound, so binding it to this action.
                    Binding input event W.downup to action PACKAGE_MOVE_FORWARD
                Nothing binds to the action PACKAGE_MOVE_LEFT
                    The default input is unbound, so binding it to this action.
                    Binding input event A.downup to action PACKAGE_MOVE_LEFT
                Nothing binds to the action PACKAGE_EQUIP_8
                    The default input is unbound, so binding it to this action.
                    Binding input event 8.downup to action PACKAGE_EQUIP_8
                Nothing binds to the action PACKAGE_MOVE_UP
                    The default input is unbound, so binding it to this action.
                    Binding input event SPACE.downup to action PACKAGE_MOVE_UP
                Writing inputs to env
                Checking mandatory binds
            InputBinds::ProcessPackage(xar) end
            InputBinds::ProcessPackage(__USER_ALL__) begin
                Reading package actions
Done loading input binds
    FractalBlockEngine::LoadPartial end
Loading fractal block engine end
..............................................................
  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  
**************************************************************
Done loading fbe
Loading meshfile: ../../Data/Packages/base/Meshes/large_box.obj
Creating VBO for wavefront mesh with 12 triangles.
    Engine::ManifestBuildLockedLoop
FractalBlockEngine::LoadManifestPartial
GhettoChunkDB::UpdateBuildManifestPartial
Manifest::Load: save_dir = ../../Data/Save/Myrin
Writing params file: ../../Input/params.txt
Inside LuaApi_Game::API_tele
  path_str = EMPTY_PATH
FractalBlockEngine::TeleportViewer begin
  hp = EMPTY_PATH
  offset = (2,2,2)
MetachunkTree::TeleportViewer begin
  hp = EMPTY_PATH
    TreeDriller::SetType_PathAtLevel: EMPTY_PATH level = 0
Finishing tree drilling
Finished drilling the tree.
MetachunkTree::TeleportViewer end
about to refresh player offset
FractalBlockEngine::TeleportViewer end
game_create_start_pos: level=0 bt=XAR_ROOT
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=1 bt=XAR_SPACE_ROOT
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=2 bt=XAR_SPACE_TOP_NEG_2
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=3 bt=XAR_SPACE_TOP_NEG_1
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=4 bt=XAR_SPACE_TOP_0_B
*** Warning: creating the fast block holder in the main thread
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=5 bt=XAR_SPACE_TOP_1
*** Warning: creating the fast block holder in the main thread
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=6 bt=XAR_SPACE_TOP_2
*** Warning: creating the fast block holder in the main thread
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=7 bt=XAR_SPACE_MID
*** Warning: creating the fast block holder in the main thread
*** Warning: creating the fast block holder in the main thread
*** Warning: creating the fast block holder in the main thread
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=8 bt=XAR_SPACE_MID_FILAMENT_1
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=9 bt=XAR_SPACE_GALAXY
*** Warning: creating the fast block holder in the main thread
Trying to place a start planet area
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=10 bt=XAR_SPACE_SOLAR_SYSTEM_START
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=11 bt=XAR_SPACE_PLANET_AREA_START
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=12 bt=XAR_TAU_CAVE_MOON_AREA_START
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=13 bt=XAR_TAU_CAVE_MOON
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=14 bt=XAR_TAU_CAVE_LAYER_2_CAVE_START
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=15 bt=XAR_TAU_CAVE_LAYER_3_CAVE_START
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=16 bt=XAR_TAU_CAVE_LAYER_1_MOLD_START
*** Warning: creating the fast block holder in the main thread
*** Warning: creating the fast block holder in the main thread
*** Warning: creating the fast block holder in the main thread
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=17 bt=XAR_YING_FLOWER
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=18 bt=XAR_YW_SHELL_ROOM
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=19 bt=XAR_YW_SHELL_3
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=20 bt=XAR_YW_SHELL_2
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=21 bt=XAR_YW_SHELL_1
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=22 bt=XAR_YW_2
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=23 bt=XAR_YW_1_BLUE
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=24 bt=XAR_YW_0_BLUE
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=25 bt=XAR_YW_CHAMBERS
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=26 bt=XAR_YW_TUTORIAL
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=27 bt=XAR_TUTORIAL
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=28 bt=XAR_TUTORIAL_HAPPY_LAND
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=29 bt=XAR_HAPPY_LAND
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=30 bt=XAR_HAPPY_LAND_HUB
*** Warning: creating the fast block holder in the main thread
*** Warning: creating the fast block holder in the main thread
game_create_start_pos: level=31 bt=XAR_HAPPY_LAND_START_ROOM
MetachunkTree::SetRespawnActive
RespawnAndWaypoints::SetRespawnPoint
Metachunk::SetBEntStr
Metachunk::SetBEntStr
delivering a chunk: level = 30 vcp = (-1,-1,0)
delivering a chunk: level = 30 vcp = (0,-1,0)
delivering a chunk: level = 30 vcp = (-1,-1,1)
delivering a chunk: level = 30 vcp = (0,-1,1)
delivering a chunk: level = 30 vcp = (-1,0,1)
delivering a chunk: level = 30 vcp = (0,0,1)
delivering a chunk: level = 29 vcp = (0,0,1)
delivering a chunk: level = 28 vcp = (-1,-1,-1)
delivering a chunk: level = 28 vcp = (0,-1,-1)
delivering a chunk: level = 28 vcp = (-1,0,-1)
delivering a chunk: level = 28 vcp = (0,0,-1)
delivering a chunk: level = 28 vcp = (-1,-1,0)
delivering a chunk: level = 28 vcp = (0,-1,0)
delivering a chunk: level = 28 vcp = (-1,0,0)
delivering a chunk: level = 18 vcp = (0,0,-1)
delivering a chunk: level = 8 vcp = (0,0,1)
Loading meshfile: ../../Data/Packages/xar/Meshes/picture_box.obj
Creating VBO for wavefront mesh with 12 triangles.
*** Warning: spiral of death detected: 4
Thread 5: worker is creating its first chunk.
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
*** Warning: spiral of death detected: 8
*** Warning: spiral of death detected: 3
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_welcome.ogg
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_enter_game.ogg
Loading sound: ../../Data/Packages/xar/Sounds/Shoot/(homemade)_shoot_1_1.ogg
Loading meshfile: ../../Data/Packages/xar/Meshes/octahedron.obj
Creating VBO for wavefront mesh with 8 triangles.
*** Warning: spiral of death detected: 7
Thread 8: worker is creating its first chunk.
*** Warning: spiral of death detected: 9
Thread 7: worker is creating its first chunk.
Loading meshfile: ../../Data/Packages/xar/Meshes/med_box.obj
Creating VBO for wavefront mesh with 12 triangles.
Deleting sound: ../../Data/Packages/xar/Sounds/Shoot/(homemade)_shoot_1_1.ogg
Thread 6: worker is creating its first chunk.
Loading meshfile: ../../Data/Packages/xar/Meshes/5_picture_box.obj
Creating VBO for wavefront mesh with 12 triangles.
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 288514080
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 288538656
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 8
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/Pickup/(homemade)_pickup_gold_small.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 288509984
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Loading meshfile: ../../Data/Packages/base/Meshes/ring_large.obj
Creating VBO for wavefront mesh with 160 triangles.
Loading meshfile: ../../Data/Packages/base/Meshes/ring_med.obj
Creating VBO for wavefront mesh with 160 triangles.
Loading meshfile: ../../Data/Packages/base/Meshes/ring_small.obj
Creating VBO for wavefront mesh with 160 triangles.
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 296894496
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 296902688
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Deleting sound: ../../Data/Packages/xar/Sounds/Pickup/(homemade)_pickup_gold_small.ogg
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 296906784
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
CollisionSystem::WouldTelefrag: radius = 2
IfaceC_GetMEnt::MEntSphereQueryLevels
  level = 31
  lp = 7.5 7.5 6.5
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 26 radius = 1.90735e-006 lp = 8.44709 8.44706 4.44843
    ---> GetMEntsTouchingChunk chunk_id = 36
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 27 radius = 3.05176e-005 lp = 7.15343 7.15295 7.1749
    ---> GetMEntsTouchingChunk chunk_id = 37
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 28 radius = 0.000488281 lp = 2.45496 2.44714 2.79846
    ---> GetMEntsTouchingChunk chunk_id = 38
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 29 radius = 0.0078125 lp = 7.2793 7.1543 12.7754
    ---> GetMEntsTouchingChunk chunk_id = 39
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 30 radius = 0.125 lp = 4.46875 2.46875 12.4062
    ---> GetMEntsTouchingChunk chunk_id = 40
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 31 radius = 2 lp = 7.5 7.5 6.5
    ---> GetMEntsTouchingChunk chunk_id = 1454
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 1454 Found ments: 0 
Found inst_ids touching chunk: 0 
Type names touching chunk:
 -> player_hit_sphere
Doing the main considering loop.
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
LuaApi_Game::API_grow2: new_offset = 7.5 7.5 5.5
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_grow.ogg
Warning: finished populating a chunk that does not exist
*** Warning: spiral of death detected: 3
Warning: finished populating a chunk that does not exist
CollisionSystem::WouldTelefrag: radius = 2
IfaceC_GetMEnt::MEntSphereQueryLevels
  level = 31
  lp = 7.5 7.5 6.5
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 26 radius = 1.90735e-006 lp = 8.44709 8.44706 4.44843
    ---> GetMEntsTouchingChunk chunk_id = 36
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 27 radius = 3.05176e-005 lp = 7.15343 7.15295 7.1749
    ---> GetMEntsTouchingChunk chunk_id = 37
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 28 radius = 0.000488281 lp = 2.45496 2.44714 2.79846
    ---> GetMEntsTouchingChunk chunk_id = 38
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 29 radius = 0.0078125 lp = 7.2793 7.1543 12.7754
    ---> GetMEntsTouchingChunk chunk_id = 39
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 30 radius = 0.125 lp = 4.46875 2.46875 12.4062
    ---> GetMEntsTouchingChunk chunk_id = 40
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 31 radius = 2 lp = 7.5 7.5 6.5
    ---> GetMEntsTouchingChunk chunk_id = 1454
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 1454 Found ments: 0 
Found inst_ids touching chunk: 0 
Type names touching chunk:
 -> player_hit_sphere
Doing the main considering loop.
Look: inst_id = 0
Ment is non-null. Type name = player_hit_sphere
  Considering ment: player_hit_sphere
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 296931360
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
LuaApi_Game::API_grow2: new_offset = 7.5 7.5 5.5
*** Warning: spiral of death detected: 5
*** Warning: spiral of death detected: 8
*** Warning: spiral of death detected: 2
CollisionSystem::WouldTelefrag: radius = 2
IfaceC_GetMEnt::MEntSphereQueryLevels
  level = 31
  lp = 5.5 7.5 6.5
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 26 radius = 1.90735e-006 lp = 8.4471 8.44706 4.44843
    ---> GetMEntsTouchingChunk chunk_id = 36
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 27 radius = 3.05176e-005 lp = 7.15365 7.15295 7.1749
    ---> GetMEntsTouchingChunk chunk_id = 37
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 28 radius = 0.000488281 lp = 2.45837 2.44714 2.79846
    ---> GetMEntsTouchingChunk chunk_id = 38
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 29 radius = 0.0078125 lp = 7.33398 7.1543 12.7754
    ---> GetMEntsTouchingChunk chunk_id = 39
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 30 radius = 0.125 lp = 5.34375 2.46875 12.4062
    ---> GetMEntsTouchingChunk chunk_id = 40
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 31 radius = 2 lp = 5.5 7.5 6.5
    ---> GetMEntsTouchingChunk chunk_id = 1572
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 1572 Found ments: 0 
Found inst_ids touching chunk: 0 
Type names touching chunk:
 -> player_hit_sphere
Doing the main considering loop.
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
LuaApi_Game::API_grow2: new_offset = 7.5 7.5 5.5
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
*** Warning: spiral of death detected: 3
CollisionSystem::WouldTelefrag: radius = 2
IfaceC_GetMEnt::MEntSphereQueryLevels
  level = 31
  lp = 5.5 7.5 6.5
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 26 radius = 1.90735e-006 lp = 8.4471 8.44706 4.44843
    ---> GetMEntsTouchingChunk chunk_id = 36
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 27 radius = 3.05176e-005 lp = 7.15365 7.15295 7.1749
    ---> GetMEntsTouchingChunk chunk_id = 37
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 28 radius = 0.000488281 lp = 2.45837 2.44714 2.79846
    ---> GetMEntsTouchingChunk chunk_id = 38
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 29 radius = 0.0078125 lp = 7.33398 7.1543 12.7754
    ---> GetMEntsTouchingChunk chunk_id = 39
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 30 radius = 0.125 lp = 5.34375 2.46875 12.4062
    ---> GetMEntsTouchingChunk chunk_id = 40
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 31 radius = 2 lp = 5.5 7.5 6.5
    ---> GetMEntsTouchingChunk chunk_id = 1572
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 1572 Found ments: 0 
Found inst_ids touching chunk: 0 
Type names touching chunk:
 -> player_hit_sphere
Doing the main considering loop.
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_grow.ogg
LuaApi_Game::API_grow2: new_offset = 7.5 7.5 5.5
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_grow.ogg
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
*** Warning: spiral of death detected: 6
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
*** Warning: spiral of death detected: 9
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 256610336
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_grow.ogg
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
*** Warning: spiral of death detected: 6
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 420565024
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 9
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 418467872
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
LuaApi_Game::API_grow2: new_offset = 7.5 7.5 5.5
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_grow.ogg
Loading meshfile: ../../Data/Packages/base/Meshes/med_box.obj
Creating VBO for wavefront mesh with 12 triangles.
Warning: finished populating a chunk that does not exist
*** Warning: spiral of death detected: 11
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 9
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting meshfile: ../../Data/Packages/xar/Meshes/octahedron.obj
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_pink_ring.ogg
FractalBlockEngine::TeleportViewer begin
  hp = 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9_884_777
  offset = (7.5,7.5,7.5)
MetachunkTree::TeleportViewer begin
  hp = 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9_884_777
Levels::MoveViewerToLevelThenDestroyFiner
Deleting levels 29 through 30
    TreeDriller::SetType_PathAtLevel: 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9_884_777 level = 28
Finishing tree drilling
Finished drilling the tree.
delivering a chunk: level = 25 vcp = (-1,0,0)
delivering a chunk: level = 25 vcp = (-1,1,0)
delivering a chunk: level = 25 vcp = (0,1,0)
MetachunkTree::TeleportViewer end
about to refresh player offset
FractalBlockEngine::TeleportViewer end
Loading meshfile: ../../Data/Packages/base/Meshes/sphere.obj
Creating VBO for wavefront mesh with 200 triangles.
*** Warning: spiral of death detected: 6
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 418459680
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
CollisionSystem::WouldTelefrag: radius = 2
IfaceC_GetMEnt::MEntSphereQueryLevels
  level = 28
  lp = 2.5 2.5 3.5
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 23 radius = 1.90735e-006 lp = 8.45519 8.42394 8.59874
    ---> GetMEntsTouchingChunk chunk_id = 33
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 24 radius = 3.05176e-005 lp = 7.283 6.783 9.57989
    ---> GetMEntsTouchingChunk chunk_id = 34
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 25 radius = 0.000488281 lp = 4.52795 12.528 9.2782
    ---> GetMEntsTouchingChunk chunk_id = 35
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 26 radius = 0.0078125 lp = 8.44727 8.44727 4.45117
    ---> GetMEntsTouchingChunk chunk_id = 36
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 27 radius = 0.125 lp = 7.15625 7.15625 7.21875
    ---> GetMEntsTouchingChunk chunk_id = 37
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 28 radius = 2 lp = 2.5 2.5 3.5
    ---> GetMEntsTouchingChunk chunk_id = 55
Found inst_ids touching chunk: 
Type names touching chunk:
    ---> GetMEntsTouchingChunk chunk_id = 56
Found inst_ids touching chunk: 
Type names touching chunk:
    ---> GetMEntsTouchingChunk chunk_id = 38
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 38 Found ments: 0 
Found inst_ids touching chunk: 0 
Type names touching chunk:
 -> player_hit_sphere
Doing the main considering loop.
Look: inst_id = 0
Ment is non-null. Type name = player_hit_sphere
  Considering ment: player_hit_sphere
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
CollisionSystem::WouldTelefrag: radius = 2
IfaceC_GetMEnt::MEntSphereQueryLevels
  level = 29
  lp = 7.5 7.5 14.5
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 24 radius = 1.90735e-006 lp = 7.283 6.783 9.57988
    ---> GetMEntsTouchingChunk chunk_id = 34
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 25 radius = 3.05176e-005 lp = 4.52795 12.5279 9.27805
    ---> GetMEntsTouchingChunk chunk_id = 35
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 26 radius = 0.000488281 lp = 8.44714 8.44714 4.44885
    ---> GetMEntsTouchingChunk chunk_id = 36
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 27 radius = 0.0078125 lp = 7.1543 7.1543 7.18164
    ---> GetMEntsTouchingChunk chunk_id = 37
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 28 radius = 0.125 lp = 2.46875 2.46875 2.90625
    ---> GetMEntsTouchingChunk chunk_id = 38
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 29 radius = 2 lp = 7.5 7.5 14.5
    ---> GetMEntsTouchingChunk chunk_id = 9127
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 9127 Found ments: 0 
Found inst_ids touching chunk: 0 
Type names touching chunk:
 -> player_hit_sphere
    ---> GetMEntsTouchingChunk chunk_id = 9126
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 9126 Found ments: 0 
Found inst_ids touching chunk: 0 
Type names touching chunk:
 -> player_hit_sphere
Doing the main considering loop.
Look: inst_id = 0
Ment is non-null. Type name = player_hit_sphere
  Considering ment: player_hit_sphere
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_grow.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_pink_ring.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 418455584
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 12
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 472510496
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
Deleting meshfile: ../../Data/Packages/xar/Meshes/med_box.obj
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
Writing params file: ../../Input/params.txt
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
Writing params file: ../../Input/params.txt
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: UNDEFINED
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: UNDEFINED
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: UNDEFINED
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: UNDEFINED
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: UNDEFINED
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: UNDEFINED
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: UNDEFINED
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: UNDEFINED
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 10
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 418451488
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
************************************************************
                     SAVE GAME                              
************************************************************
FractalBlockEngine::SaveGame begin
    SaveGameToFile
    SaveGameToFile: SaveWorldContent begin
        MetachunkTree::SaveWorldContent begin
            RespawnAndWaypoints::Save begin
                Writing dirty waypoint id=0 name= "EMERGENCY"
            RespawnAndWaypoints::Save end
            WorldChanges::Save begin
                WorldChanges::Save: saving < 1000 chunk files
                Clearing world changes begin
                Clearing world changes end
            WorldChanges::Save end
        MetachunkTree::SaveWorldContent end
    SaveGameToFile: SaveWorldContent end
    DynamicVars::BeginSave begin
    DynamicVars::BeginSave end
FractalBlockEngine::SaveGame end
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_save_game.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_pink_ring.ogg
FractalBlockEngine::TeleportViewer begin
  hp = 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9_884_777
  offset = (7.5,7.5,7.5)
MetachunkTree::TeleportViewer begin
  hp = 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9_884_777
Levels::MoveViewerToLevelThenDestroyFiner
Deleting levels 29 through 30
    TreeDriller::SetType_PathAtLevel: 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9_884_777 level = 28
Finishing tree drilling
Finished drilling the tree.
MetachunkTree::TeleportViewer end
about to refresh player offset
FractalBlockEngine::TeleportViewer end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 8
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 480800800
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading meshfile: ../../Data/Packages/xar/Meshes/large_box.obj
Creating VBO for wavefront mesh with 12 triangles.
Loading meshfile: ../../Data/Packages/xar/Meshes/med_box.obj
Creating VBO for wavefront mesh with 12 triangles.
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 10
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_save_game.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_pink_ring.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 480808992
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
CollisionSystem::WouldTelefrag: radius = 2
IfaceC_GetMEnt::MEntSphereQueryLevels
  level = 28
  lp = 2.5 2.5 3.5
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 23 radius = 1.90735e-006 lp = 8.45519 8.42394 8.59874
    ---> GetMEntsTouchingChunk chunk_id = 33
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 24 radius = 3.05176e-005 lp = 7.283 6.783 9.57989
    ---> GetMEntsTouchingChunk chunk_id = 34
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 25 radius = 0.000488281 lp = 4.52795 12.528 9.2782
    ---> GetMEntsTouchingChunk chunk_id = 35
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 26 radius = 0.0078125 lp = 8.44727 8.44727 4.45117
    ---> GetMEntsTouchingChunk chunk_id = 36
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 27 radius = 0.125 lp = 7.15625 7.15625 7.21875
    ---> GetMEntsTouchingChunk chunk_id = 37
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 28 radius = 2 lp = 2.5 2.5 3.5
    ---> GetMEntsTouchingChunk chunk_id = 55
Found inst_ids touching chunk: 
Type names touching chunk:
    ---> GetMEntsTouchingChunk chunk_id = 56
Found inst_ids touching chunk: 
Type names touching chunk:
    ---> GetMEntsTouchingChunk chunk_id = 38
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 38 Found ments: 0 
Found inst_ids touching chunk: 0 
Type names touching chunk:
 -> player_hit_sphere
Doing the main considering loop.
Look: inst_id = 0
Ment is non-null. Type name = player_hit_sphere
  Considering ment: player_hit_sphere
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting meshfile: ../../Data/Packages/xar/Meshes/5_picture_box.obj
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
CollisionSystem::WouldTelefrag: radius = 2
IfaceC_GetMEnt::MEntSphereQueryLevels
  level = 29
  lp = 7.5 7.5 14.5
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 24 radius = 1.90735e-006 lp = 7.283 6.783 9.57988
    ---> GetMEntsTouchingChunk chunk_id = 34
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 25 radius = 3.05176e-005 lp = 4.52795 12.5279 9.27805
    ---> GetMEntsTouchingChunk chunk_id = 35
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 26 radius = 0.000488281 lp = 8.44714 8.44714 4.44885
    ---> GetMEntsTouchingChunk chunk_id = 36
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 27 radius = 0.0078125 lp = 7.1543 7.1543 7.18164
    ---> GetMEntsTouchingChunk chunk_id = 37
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 28 radius = 0.125 lp = 2.46875 2.46875 2.90625
    ---> GetMEntsTouchingChunk chunk_id = 38
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 29 radius = 2 lp = 7.5 7.5 14.5
    ---> GetMEntsTouchingChunk chunk_id = 11637
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 11637 Found ments: 0 
Found inst_ids touching chunk: 0 
Type names touching chunk:
 -> player_hit_sphere
    ---> GetMEntsTouchingChunk chunk_id = 11636
Found inst_ids touching chunk: 
Type names touching chunk:
Doing the main considering loop.
Look: inst_id = 0
Ment is non-null. Type name = player_hit_sphere
  Considering ment: player_hit_sphere
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 9
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 480813088
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_pink_ring.ogg
FractalBlockEngine::TeleportViewer begin
  hp = 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9_884_777
  offset = (7.5,7.5,7.5)
MetachunkTree::TeleportViewer begin
  hp = 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9_884_777
Levels::MoveViewerToLevelThenDestroyFiner
Deleting levels 29 through 30
    TreeDriller::SetType_PathAtLevel: 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9_884_777 level = 28
Finishing tree drilling
Finished drilling the tree.
MetachunkTree::TeleportViewer end
about to refresh player offset
FractalBlockEngine::TeleportViewer end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 10
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 480800800
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 487022624
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
MetachunkTree::SetRespawnActive
RespawnAndWaypoints::SetRespawnPoint
Metachunk::SetBEntStr
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 9
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 487034912
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_pink_ring.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
************************************************************
                     SAVE GAME                              
************************************************************
FractalBlockEngine::SaveGame begin
    SaveGameToFile
    SaveGameToFile: SaveWorldContent begin
        MetachunkTree::SaveWorldContent begin
            RespawnAndWaypoints::Save begin
                Writing dirty waypoint id=0 name= "EMERGENCY"
            RespawnAndWaypoints::Save end
            WorldChanges::Save begin
                WorldChanges::Save: saving < 1000 chunk files
                Clearing world changes begin
                Clearing world changes end
            WorldChanges::Save end
        MetachunkTree::SaveWorldContent end
    SaveGameToFile: SaveWorldContent end
    DynamicVars::BeginSave begin
    DynamicVars::BeginSave end
FractalBlockEngine::SaveGame end
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_save_game.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading meshfile: ../../Data/Packages/xar/Meshes/large_box_case.obj
Creating VBO for wavefront mesh with 96 triangles.
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading meshfile: ../../Data/Packages/xar/Meshes/5_picture_box.obj
Creating VBO for wavefront mesh with 12 triangles.
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
*** Warning: spiral of death detected: 10
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 480800800
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_save_game.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 480804896
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
Writing params file: ../../Input/params.txt
Compiling vertex shader.
Compiling fragment shader.
Linking shader program.
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 418455584
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Writing params file: ../../Input/params.txt
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 489123872
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 418451488
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 418459680
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 21
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 5
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_pink_ring.ogg
FractalBlockEngine::TeleportViewer begin
  hp = 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9
  offset = (8.5,8.5,3.5)
MetachunkTree::TeleportViewer begin
  hp = 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9
Levels::MoveViewerToLevelThenDestroyFiner
Deleting levels 27 through 28
    TreeDriller::SetType_PathAtLevel: 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9 level = 26
Finishing tree drilling
Finished drilling the tree.
MetachunkTree::TeleportViewer end
about to refresh player offset
FractalBlockEngine::TeleportViewer end
*** Warning: spiral of death detected: 4
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading meshfile: ../../Data/Packages/xar/Meshes/sphere.obj
Creating VBO for wavefront mesh with 128 triangles.
Loading meshfile: ../../Data/Packages/xar/Meshes/octahedron.obj
Creating VBO for wavefront mesh with 8 triangles.
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 514052128
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 6
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/(homemade)_zither.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading meshfile: ../../Data/Packages/xar/Meshes/small_box.obj
Creating VBO for wavefront mesh with 12 triangles.
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_pink_ring.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 10
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 543100960
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Deleting sound: ../../Data/Packages/xar/Sounds/(homemade)_zither.ogg
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
*** Warning: spiral of death detected: 13
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
here in top.__killed_player
Loading sound: ../../Data/Packages/xar/Sounds/PlayerHurt/(homemade)_player_hurt_7_down20db.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
got enter key in win_death
Creating respawn request
Processing respawn request in FractalBlockEngine::PollingRequestsUpdate: begin
Got the respawn path: 
777 777 777 676 618 c14 07a 7ff 36d 8e7 867 677 777 664 777 777 009 887 7b2 777 777 777 888 888 769 4c9 884 977 
GameActions::RespawnPlayer: Teleporting viewer start
MetachunkTree::TeleportViewer begin
  hp = 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9_884_977
Levels::MoveViewerToLevelThenDestroyFiner
Deleting levels 25 through 26
    TreeDriller::SetType_PathAtLevel: 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9_884_977 level = 24
*** Warning: creating the fast block holder in the main thread
*** Warning: creating the fast block holder in the main thread
*** Warning: creating the fast block holder in the main thread
*** Warning: creating the fast block holder in the main thread
Finishing tree drilling
Finished drilling the tree.
delivering a chunk: level = 25 vcp = (-1,0,0)
delivering a chunk: level = 25 vcp = (-1,1,0)
delivering a chunk: level = 25 vcp = (0,1,0)
delivering a chunk: level = 26 vcp = (0,0,-1)
MetachunkTree::TeleportViewer end
GameActions::RespawnPlayer: Teleporting viewer end
About to call Top_RespawnPlayer
top.__respawn_player begin
top.__respawn_player end

About to clear keys
GameActions::RespawnPlayer end
Processing respawn request in FractalBlockEngine::PollingRequestsUpdate: end
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
Warning: finished populating a chunk that does not exist
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 15
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
************************************************************
                     SAVE GAME                              
************************************************************
FractalBlockEngine::SaveGame begin
    SaveGameToFile
    SaveGameToFile: SaveWorldContent begin
        MetachunkTree::SaveWorldContent begin
            RespawnAndWaypoints::Save begin
                Writing dirty waypoint id=0 name= "EMERGENCY"
            RespawnAndWaypoints::Save end
            WorldChanges::Save begin
                WorldChanges::Save: saving < 1000 chunk files
                Clearing world changes begin
                Clearing world changes end
            WorldChanges::Save end
        MetachunkTree::SaveWorldContent end
    SaveGameToFile: SaveWorldContent end
    DynamicVars::BeginSave begin
    DynamicVars::BeginSave end
FractalBlockEngine::SaveGame end
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_save_game.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/xar/Sounds/PlayerHurt/(homemade)_player_hurt_7_down20db.ogg
*** Warning: spiral of death detected: 6
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_pink_ring.ogg
FractalBlockEngine::TeleportViewer begin
  hp = 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9
  offset = (8.5,8.5,3.5)
MetachunkTree::TeleportViewer begin
  hp = 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9
Levels::MoveViewerToLevelThenDestroyFiner
Deleting levels 27 through 28
    TreeDriller::SetType_PathAtLevel: 777_777_777_676_618_c14_07a_7ff_36d_8e7_867_677_777_664_777_777_009_887_7b2_777_777_777_888_888_769_4c9 level = 26
Finishing tree drilling
Finished drilling the tree.
MetachunkTree::TeleportViewer end
about to refresh player offset
FractalBlockEngine::TeleportViewer end
*** Warning: spiral of death detected: 5
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting meshfile: ../../Data/Packages/base/Meshes/med_box.obj
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 5
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_save_game.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
MetachunkTree::SetRespawnActive
RespawnAndWaypoints::SetRespawnPoint
Metachunk::SetBEntStr
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
************************************************************
                     SAVE GAME                              
************************************************************
FractalBlockEngine::SaveGame begin
    SaveGameToFile
    SaveGameToFile: SaveWorldContent begin
        MetachunkTree::SaveWorldContent begin
            RespawnAndWaypoints::Save begin
                Writing dirty waypoint id=0 name= "EMERGENCY"
            RespawnAndWaypoints::Save end
            WorldChanges::Save begin
                WorldChanges::Save: saving < 1000 chunk files
                Clearing world changes begin
                Clearing world changes end
            WorldChanges::Save end
        MetachunkTree::SaveWorldContent end
    SaveGameToFile: SaveWorldContent end
    DynamicVars::BeginSave begin
    DynamicVars::BeginSave end
FractalBlockEngine::SaveGame end
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_save_game.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 593264672
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 593248288
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting meshfile: ../../Data/Packages/xar/Meshes/med_box.obj
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 11
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_pink_ring.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_save_game.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 593244192
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 7
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 9
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
CollisionSystem::WouldTelefrag: radius = 2
IfaceC_GetMEnt::MEntSphereQueryLevels
  level = 26
  lp = 4.5 10.5 3.5
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 21 radius = 1.90735e-006 lp = 7.53302 7.53279 7.5336
    ---> GetMEntsTouchingChunk chunk_id = 31
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 22 radius = 3.05176e-005 lp = 8.52839 8.52457 8.53765
    ---> GetMEntsTouchingChunk chunk_id = 32
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 23 radius = 0.000488281 lp = 8.45422 8.39319 8.60242
    ---> GetMEntsTouchingChunk chunk_id = 33
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 24 radius = 0.0078125 lp = 7.26758 6.29102 9.63867
    ---> GetMEntsTouchingChunk chunk_id = 34
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 25 radius = 0.125 lp = 4.28125 4.65625 10.2188
    ---> GetMEntsTouchingChunk chunk_id = 16493
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 26 radius = 2 lp = 4.5 10.5 3.5
    ---> GetMEntsTouchingChunk chunk_id = 20238
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 20238 Found ments: 0 
Found inst_ids touching chunk: 0 
Type names touching chunk:
 -> player_hit_sphere
Doing the main considering loop.
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 12
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 9
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 5
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 626483232
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 61960224
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 800 by 600
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 61952032
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 800 by 600
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Deleting meshfile: ../../Data/Packages/xar/Meshes/small_box.obj
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
Deleting meshfile: ../../Data/Packages/xar/Meshes/picture_box.obj
Writing params file: ../../Input/params.txt
Deleting meshfile: ../../Data/Packages/xar/Meshes/large_box_case.obj
Deleting meshfile: ../../Data/Packages/xar/Meshes/5_picture_box.obj
Deleting meshfile: ../../Data/Packages/xar/Meshes/large_box.obj
Deleting meshfile: ../../Data/Packages/xar/Meshes/octahedron.obj
Deleting meshfile: ../../Data/Packages/xar/Meshes/sphere.obj
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 3
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 3
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 654151712
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 3
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 3
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 3
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 662446112
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 16
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 3
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 668704800
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
*** Warning: spiral of death detected: 12
*** Warning: spiral of death detected: 9
*** Warning: spiral of death detected: 3
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 674897952
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 8
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 8
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
LuaApi_Game::API_grow2: new_offset = 7.5 7.5 7.5
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_grow.ogg
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 6
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 9
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 654127136
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_grow.ogg
*** Warning: spiral of death detected: 7
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 11
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 9
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 654123040
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
Writing params file: ../../Input/params.txt
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 654159904
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 11
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 662499360
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::Unbind: LCTRL.downup PACKAGE_MOVE_BRAKE
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_BRAKE
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_BRAKE
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_BRAKE
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_BRAKE
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_BRAKE
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_BRAKE
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_BRAKE
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: LEFT.downup
Binding input event LEFT.downup to action PACKAGE_MOVE_BRAKE
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::Unbind: LEFT.downup PACKAGE_MOVE_BRAKE
InputBinds::UnbindAllFromInputEvent: UP.downup
Binding input event UP.downup to action PACKAGE_MOVE_BRAKE
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::Unbind: UP.downup PACKAGE_MOVE_BRAKE
InputBinds::UnbindAllFromInputEvent: LALT.downup
Binding input event LALT.downup to action PACKAGE_MOVE_BRAKE
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::Unbind: LALT.downup PACKAGE_MOVE_BRAKE
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_BRAKE
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_BRAKE
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_BRAKE
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: 0.downup
InputBinds::Unbind: 0.downup PACKAGE_EQUIP_0
Binding input event 0.downup to action PACKAGE_MOVE_BRAKE
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::Unbind: 0.downup PACKAGE_MOVE_BRAKE
InputBinds::UnbindAllFromInputEvent: MINUS.downup
Binding input event MINUS.downup to action PACKAGE_MOVE_BRAKE
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::Unbind: GRAVE.downup PACKAGE_OPEN_CONSOLE
InputBinds::UnbindAllFromInputEvent: GRAVE.downup
Binding input event GRAVE.downup to action PACKAGE_OPEN_CONSOLE
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::Unbind: F.downup PACKAGE_USE
InputBinds::UnbindAllFromInputEvent: E.downup
InputBinds::Unbind: E.downup PACKAGE_MOVE_TWIST_CW
Binding input event E.downup to action PACKAGE_USE
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
Exiting from entering key menu
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_TWIST_CW
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: BACKSLASH.downup
Binding input event BACKSLASH.downup to action PACKAGE_MOVE_TWIST_CW
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::Unbind: BACKSLASH.downup PACKAGE_MOVE_TWIST_CW
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_TWIST_CW
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_TWIST_CW
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
Deleting meshfile: ../../Data/Packages/base/Meshes/sphere.obj
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_TWIST_CW
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_TWIST_CW
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action PACKAGE_MOVE_TWIST_CW
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: HOME.downup
Binding input event HOME.downup to action PACKAGE_MOVE_TWIST_CW
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: 0.downup
Binding input event 0.downup to action PACKAGE_EQUIP_0
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: END.downup
Binding input event END.downup to action CUSTOM_01
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action CUSTOM_02
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action CUSTOM_02
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: DELETE.downup
Binding input event DELETE.downup to action CUSTOM_02
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
************************************************************
                     SAVE GAME                              
************************************************************
FractalBlockEngine::SaveGame begin
    SaveGameToFile
    SaveGameToFile: SaveWorldContent begin
        MetachunkTree::SaveWorldContent begin
            RespawnAndWaypoints::Save begin
                Writing dirty waypoint id=0 name= "EMERGENCY"
            RespawnAndWaypoints::Save end
            WorldChanges::Save begin
                WorldChanges::Save: saving < 1000 chunk files
                Clearing world changes begin
                Clearing world changes end
            WorldChanges::Save end
        MetachunkTree::SaveWorldContent end
    SaveGameToFile: SaveWorldContent end
    DynamicVars::BeginSave begin
    DynamicVars::BeginSave end
FractalBlockEngine::SaveGame end
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_save_game.ogg
************************************************************
                     SAVE GAME                              
************************************************************
FractalBlockEngine::SaveGame begin
    SaveGameToFile
    SaveGameToFile: SaveWorldContent begin
        MetachunkTree::SaveWorldContent begin
            RespawnAndWaypoints::Save begin
                Writing dirty waypoint id=0 name= "EMERGENCY"
            RespawnAndWaypoints::Save end
            WorldChanges::Save begin
                WorldChanges::Save: saving < 1000 chunk files
                Clearing world changes begin
                Clearing world changes end
            WorldChanges::Save end
        MetachunkTree::SaveWorldContent end
    SaveGameToFile: SaveWorldContent end
    DynamicVars::BeginSave begin
    DynamicVars::BeginSave end
FractalBlockEngine::SaveGame end
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
************************************************************
                     SAVE GAME                              
************************************************************
FractalBlockEngine::SaveGame begin
    SaveGameToFile
    SaveGameToFile: SaveWorldContent begin
        MetachunkTree::SaveWorldContent begin
            RespawnAndWaypoints::Save begin
                Writing dirty waypoint id=0 name= "EMERGENCY"
            RespawnAndWaypoints::Save end
            WorldChanges::Save begin
                WorldChanges::Save: saving < 1000 chunk files
                Clearing world changes begin
                Clearing world changes end
            WorldChanges::Save end
        MetachunkTree::SaveWorldContent end
    SaveGameToFile: SaveWorldContent end
    DynamicVars::BeginSave begin
    DynamicVars::BeginSave end
FractalBlockEngine::SaveGame end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
************************************************************
                     SAVE GAME                              
************************************************************
FractalBlockEngine::SaveGame begin
    SaveGameToFile
    SaveGameToFile: SaveWorldContent begin
        MetachunkTree::SaveWorldContent begin
            RespawnAndWaypoints::Save begin
                Writing dirty waypoint id=0 name= "EMERGENCY"
            RespawnAndWaypoints::Save end
            WorldChanges::Save begin
                WorldChanges::Save: saving < 1000 chunk files
                Clearing world changes begin
                Clearing world changes end
            WorldChanges::Save end
        MetachunkTree::SaveWorldContent end
    SaveGameToFile: SaveWorldContent end
    DynamicVars::BeginSave begin
    DynamicVars::BeginSave end
FractalBlockEngine::SaveGame end
*** Warning: spiral of death detected: 2
************************************************************
                     SAVE GAME                              
************************************************************
FractalBlockEngine::SaveGame begin
    SaveGameToFile
    SaveGameToFile: SaveWorldContent begin
        MetachunkTree::SaveWorldContent begin
            RespawnAndWaypoints::Save begin
                Writing dirty waypoint id=0 name= "EMERGENCY"
            RespawnAndWaypoints::Save end
            WorldChanges::Save begin
                WorldChanges::Save: saving < 1000 chunk files
                Clearing world changes begin
                Clearing world changes end
            WorldChanges::Save end
        MetachunkTree::SaveWorldContent end
    SaveGameToFile: SaveWorldContent end
    DynamicVars::BeginSave begin
    DynamicVars::BeginSave end
FractalBlockEngine::SaveGame end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 5
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 5
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 5
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 662499360
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_save_game.ogg
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
CollisionSystem::WouldTelefrag: radius = 2
IfaceC_GetMEnt::MEntSphereQueryLevels
  level = 26
  lp = 5.5 15.5 5.5
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 21 radius = 1.90735e-006 lp = 7.53315 7.53291 7.53359
    ---> GetMEntsTouchingChunk chunk_id = 31
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 22 radius = 3.05176e-005 lp = 8.53036 8.5266 8.53744
    ---> GetMEntsTouchingChunk chunk_id = 32
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 23 radius = 0.000488281 lp = 8.48572 8.42566 8.599
    ---> GetMEntsTouchingChunk chunk_id = 33
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 24 radius = 0.0078125 lp = 7.77148 6.81055 9.58398
    ---> GetMEntsTouchingChunk chunk_id = 34
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 25 radius = 0.125 lp = 12.3438 12.9688 9.34375
    ---> GetMEntsTouchingChunk chunk_id = 16493
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 26 radius = 2 lp = 5.5 15.5 5.5
    ---> GetMEntsTouchingChunk chunk_id = 22537
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 22537 Found ments: 0 
Found inst_ids touching chunk: 0 
Type names touching chunk:
 -> player_hit_sphere
    ---> GetMEntsTouchingChunk chunk_id = 22618
Found inst_ids touching chunk: 
Type names touching chunk:
Doing the main considering loop.
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading meshfile: ../../Data/Packages/xar/Meshes/small_box.obj
Creating VBO for wavefront mesh with 12 triangles.
*** Warning: spiral of death detected: 2
Loading meshfile: ../../Data/Packages/xar/Meshes/sphere.obj
Creating VBO for wavefront mesh with 128 triangles.
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading meshfile: ../../Data/Packages/xar/Meshes/large_box.obj
Creating VBO for wavefront mesh with 12 triangles.
*** Warning: spiral of death detected: 4
Loading meshfile: ../../Data/Packages/xar/Meshes/large_box_case.obj
Creating VBO for wavefront mesh with 96 triangles.
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 12
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
Loading meshfile: ../../Data/Packages/xar/Meshes/octahedron.obj
Creating VBO for wavefront mesh with 8 triangles.
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/PlayerHurt/(homemade)_player_hurt_4_down20db.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
Loading sound: ../../Data/Packages/xar/Sounds/Shoot/(homemade)_shoot_1_1.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/Hurt/(tegan)_Neow_clip.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/Die/(tegan)_Tawwww.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 5
*** Warning: spiral of death detected: 5
*** Warning: spiral of death detected: 5
*** Warning: spiral of death detected: 4
MEntSystem::BlockHitNonFertile: ment_monster_goblin_proj
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 12
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading meshfile: ../../Data/Packages/base/Meshes/sphere.obj
Creating VBO for wavefront mesh with 200 triangles.
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 14
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
ChunkChanges::LoadNonGroundedMEnt: type_name = ment_monster_goblin_proj
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/xar/Sounds/Hurt/(tegan)_Neow_clip.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/xar/Sounds/PlayerHurt/(homemade)_player_hurt_4_down20db.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/xar/Sounds/Die/(tegan)_Tawwww.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/Die/(tegan)_Blop_blop_blop_low.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 11
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
Loading sound: ../../Data/Packages/xar/Sounds/PlayerHurt/(homemade)_player_hurt_4_down20db.ogg
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/xar/Sounds/Shoot/(homemade)_shoot_1_1.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/xar/Sounds/Die/(tegan)_Blop_blop_blop_low.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/Shoot/(homemade)_shoot_1_1.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 846053408
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
CollisionSystem::WouldTelefrag: radius = 2
IfaceC_GetMEnt::MEntSphereQueryLevels
  level = 27
  lp = 13.5 13.5 3.5
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 22 radius = 1.90735e-006 lp = 8.53041 8.5265 8.53746
    ---> GetMEntsTouchingChunk chunk_id = 32
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 23 radius = 3.05176e-005 lp = 8.48653 8.42403 8.59942
    ---> GetMEntsTouchingChunk chunk_id = 33
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 24 radius = 0.000488281 lp = 7.78455 6.78455 9.5907
    ---> GetMEntsTouchingChunk chunk_id = 34
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 25 radius = 0.0078125 lp = 12.5527 12.5527 9.45117
    ---> GetMEntsTouchingChunk chunk_id = 16493
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 26 radius = 0.125 lp = 8.84375 8.84375 7.21875
    ---> GetMEntsTouchingChunk chunk_id = 22537
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 27 radius = 2 lp = 13.5 13.5 3.5
    ---> GetMEntsTouchingChunk chunk_id = 24196
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 24196 Found ments: 0 
Found inst_ids touching chunk: 0 
Type names touching chunk:
 -> player_hit_sphere
    ---> GetMEntsTouchingChunk chunk_id = 24218
Found inst_ids touching chunk: 
Type names touching chunk:
    ---> GetMEntsTouchingChunk chunk_id = 24016
Found inst_ids touching chunk: 
Type names touching chunk:
Doing the main considering loop.
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
*** Warning: spiral of death detected: 3
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 5
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: ProceduralWorld2 got a redundant populate request. pop_now = 1 tree_id = 0 chunk_id = 25048
*** Warning: spiral of death detected: 2
*** Warning: Metachunk::FinishPopulate called but chunk already populated.
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
************************************************************
                     SAVE GAME                              
************************************************************
FractalBlockEngine::SaveGame begin
    SaveGameToFile
    SaveGameToFile: SaveWorldContent begin
        MetachunkTree::SaveWorldContent begin
            RespawnAndWaypoints::Save begin
                Writing dirty waypoint id=0 name= "EMERGENCY"
            RespawnAndWaypoints::Save end
            WorldChanges::Save begin
                WorldChanges::Save: saving >= 1000 chunk files (gradually)
            WorldChanges::Save end
        MetachunkTree::SaveWorldContent end
    SaveGameToFile: SaveWorldContent end
    DynamicVars::BeginSave begin
    DynamicVars::BeginSave end
FractalBlockEngine::SaveGame end
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_save_game.ogg
*** Warning: spiral of death detected: 2
Clearing world changes begin
Clearing world changes end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 5
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 862597152
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Deleting sound: ../../Data/Packages/xar/Sounds/PlayerHurt/(homemade)_player_hurt_4_down20db.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
Deleting sound: ../../Data/Packages/xar/Sounds/Shoot/(homemade)_shoot_1_1.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 11
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_save_game.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
MEntSystem::BlockHitNonFertile: ment_monster_goblin_proj
*** Warning: spiral of death detected: 2
MEntSystem::BlockHitNonFertile: ment_monster_goblin_proj
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
MEntSystem::BlockHitNonFertile: ment_monster_goblin_proj
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
MEntSystem::BlockHitNonFertile: ment_monster_goblin_proj
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
MEntSystem::BlockHitNonFertile: ment_monster_goblin_proj
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
CollisionSystem::WouldTelefrag: radius = 2
IfaceC_GetMEnt::MEntSphereQueryLevels
  level = 28
  lp = 7.5 7.5 -0.5
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 23 radius = 1.90735e-006 lp = 8.48644 8.42394 8.5995
    ---> GetMEntsTouchingChunk chunk_id = 33
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 24 radius = 3.05176e-005 lp = 7.78307 6.78307 9.59203
    ---> GetMEntsTouchingChunk chunk_id = 34
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 25 radius = 0.000488281 lp = 12.5292 12.5292 9.47253
    ---> GetMEntsTouchingChunk chunk_id = 16493
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 26 radius = 0.0078125 lp = 8.4668 8.4668 7.56055
    ---> GetMEntsTouchingChunk chunk_id = 22537
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 27 radius = 0.125 lp = 7.46875 7.46875 8.96875
    ---> GetMEntsTouchingChunk chunk_id = 24196
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 28 radius = 2 lp = 7.5 7.5 -0.5
    ---> GetMEntsTouchingChunk chunk_id = 26173
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 26173 Found ments: 0 
Found inst_ids touching chunk: 0 
Type names touching chunk:
 -> player_hit_sphere
    ---> GetMEntsTouchingChunk chunk_id = 26255
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 26255 Found ments: 485 0 
Found inst_ids touching chunk: 485 0 
Type names touching chunk:
 -> ment_monster_goblin_proj
 -> player_hit_sphere
Doing the main considering loop.
Look: inst_id = 0
Ment is non-null. Type name = player_hit_sphere
  Considering ment: player_hit_sphere
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 5
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
Loading meshfile: ../../Data/Packages/base/Meshes/med_box.obj
Creating VBO for wavefront mesh with 12 triangles.
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
Loading sound: ../../Data/Packages/xar/Sounds/(homemade)_error.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 10
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
Loading sound: ../../Data/Packages/xar/Sounds/PlayerHurt/(homemade)_player_hurt_4_down20db.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/PlayerHurt/(homemade)_player_hurt_5_down20db.ogg
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/Shoot/(homemade)_shoot_1_2.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/Pickup/(homemade)_pickup_health_100p.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
ChunkChanges::LoadNonGroundedMEnt: type_name = ment_monster_gremlin_proj
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/Shoot/(homemade)_shoot_1_1.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/Hurt/(tegan)_hurt_marine_Mopf_low.ogg
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
Loading sound: ../../Data/Packages/xar/Sounds/Die/(tegan)_die_marine_Bonkch_low.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/xar/Sounds/PlayerHurt/(homemade)_player_hurt_4_down20db.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 11
************************************************************
                     SAVE GAME                              
************************************************************
FractalBlockEngine::SaveGame begin
    SaveGameToFile
    SaveGameToFile: SaveWorldContent begin
        MetachunkTree::SaveWorldContent begin
            RespawnAndWaypoints::Save begin
                Writing dirty waypoint id=0 name= "EMERGENCY"
            RespawnAndWaypoints::Save end
            WorldChanges::Save begin
                WorldChanges::Save: saving >= 1000 chunk files (gradually)
            WorldChanges::Save end
        MetachunkTree::SaveWorldContent end
    SaveGameToFile: SaveWorldContent end
    DynamicVars::BeginSave begin
    DynamicVars::BeginSave end
FractalBlockEngine::SaveGame end
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_save_game.ogg
*** Warning: spiral of death detected: 2
  game time is beyond chunk's revert time, so not saving
  game time is beyond chunk's revert time, so not saving
  game time is beyond chunk's revert time, so not saving
Clearing world changes begin
Clearing world changes end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/xar/Sounds/PlayerHurt/(homemade)_player_hurt_5_down20db.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
Deleting sound: ../../Data/Packages/xar/Sounds/Shoot/(homemade)_shoot_1_2.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/xar/Sounds/(homemade)_error.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/xar/Sounds/Pickup/(homemade)_pickup_health_100p.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
CollisionSystem::WouldTelefrag: radius = 2
IfaceC_GetMEnt::MEntSphereQueryLevels
  level = 29
  lp = 7.5 7.5 9.5
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 24 radius = 1.90735e-006 lp = 7.78307 6.78307 9.59199
    ---> GetMEntsTouchingChunk chunk_id = 34
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 25 radius = 3.05176e-005 lp = 12.5292 12.5292 9.47182
    ---> GetMEntsTouchingChunk chunk_id = 16493
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 26 radius = 0.000488281 lp = 8.46667 8.46667 7.54919
    ---> GetMEntsTouchingChunk chunk_id = 22537
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 27 radius = 0.0078125 lp = 7.4668 7.4668 8.78711
    ---> GetMEntsTouchingChunk chunk_id = 24196
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 28 radius = 0.125 lp = 7.46875 7.46875 12.5938
    ---> GetMEntsTouchingChunk chunk_id = 26173
Found inst_ids touching chunk: 
Type names touching chunk:
------------------------------------------------------
IfaceC_GetMEnt::MEntSphereQueryHelper level = 29 radius = 2 lp = 7.5 7.5 9.5
    ---> GetMEntsTouchingChunk chunk_id = 27267
    MEntSpillChunkTracker::GetMEntsTouchingChunk chunk_id = 27267 Found ments: 0 
Found inst_ids touching chunk: 0 
Type names touching chunk:
 -> player_hit_sphere
Doing the main considering loop.
Look: inst_id = 0
Ment is non-null. Type name = player_hit_sphere
  Considering ment: player_hit_sphere
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/PlayerHurt/(homemade)_player_hurt_5_down20db.ogg
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
Loading meshfile: ../../Data/Packages/xar/Meshes/5_picture_box.obj
Creating VBO for wavefront mesh with 12 triangles.
*** Warning: spiral of death detected: 2
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Error: OpenGL error 1282
    Msg: invalid operation
    Last defined FBW msg: level end
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Error: OpenGL error 1282
    Msg: invalid operation
    FBW msg: level end
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
Deleting sound: ../../Data/Packages/xar/Sounds/Hurt/(tegan)_hurt_marine_Mopf_low.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/xar/Sounds/Die/(tegan)_die_marine_Bonkch_low.ogg
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/xar/Sounds/Shoot/(homemade)_shoot_1_1.ogg
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/PlayerHurt/(homemade)_player_hurt_4_down20db.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_save_game.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_shrink_v2.ogg
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
Deleting sound: ../../Data/Packages/xar/Sounds/PlayerHurt/(homemade)_player_hurt_5_down20db.ogg
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 5
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
MEntSystem::BlockHitNonFertile: ment_monster_goblin_proj
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
MEntSystem::BlockHitNonFertile: ment_monster_goblin_proj
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
MEntSystem::BlockHitNonFertile: ment_monster_goblin_proj
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 4
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
MEntSystem::BlockHitNonFertile: ment_monster_goblin_proj
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/xar/Sounds/(homemade)_error.ogg
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 945881120
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 952115232
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Deleting sound: ../../Data/Packages/xar/Sounds/PlayerHurt/(homemade)_player_hurt_4_down20db.ogg
Deleting sound: ../../Data/Packages/xar/Sounds/(homemade)_error.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_back.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
Deleting sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
Deleting meshfile: ../../Data/Packages/xar/Meshes/large_box_case.obj
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 11
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 945922080
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
*** Warning: spiral of death detected: 12
*** Warning: spiral of death detected: 8
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 960479264
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_select.ogg
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_menu_move.ogg
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: CANNOT_FIND.downup
*** Error: input event CANNOT_FIND.downup not found in InputBinds::UnbindAllFromInputEvent
Binding input event CANNOT_FIND.downup to action CUSTOM_03
*** Error: InputBinds::Bind: unknown input event: CANNOT_FIND.downup
Loading sound: ../../Data/Packages/base/Sounds/(homemade)_use.ogg
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
InputBinds::UnbindAllFromInputEvent: SLASH.downup
Binding input event SLASH.downup to action CUSTOM_03
WidgetLargeSelectionList::WidgetLargeSelectionList: num_display_lines = 15
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 3
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
*** Warning: spiral of death detected: 2
RenderSystem::TakeScreenshot ../../Data/Temp/sporadic_screen jpg
Writing screenshot: ../../Data/Temp/sporadic_screen
Screenshot.cpp: begin
Screenshot.cpp: fn_wo_ext = ../../Data/Temp/sporadic_screen, fn_ext = jpg
Screenshot.cpp: allocating buffer begin
Screenshot.cpp: allocating buffer end
Screenshot.cpp: buffer pointer = 945889312
Screenshot.cpp: calling glReadPixels begin
Screenshot.cpp: calling glReadPixels end
Taking screenshot.  SDL Surface resolution: 1920 by 1080
Screenshot.cpp: got free image library singleton
Screenshot.cpp SaveBGRA32ToFile begin
Screenshot.cpp SaveBGRA32ToFile end
Screenshot.cpp deleting buffer begin
Screenshot.cpp deleting buffer end
Screenshot.cpp: end
