|
|
Reporter | cleanrock | |
---|
Assigned To | jK | |
---|
Priority | normal | Severity | crash | Reproducibility | always |
---|
Status | resolved | Resolution | fixed | |
---|
Product Version | 94.1.1+git | |
---|
Target Version | | Fixed in Version | | |
---|
|
|
Summary | 0004013: crash in CLuaHandle::CollectGarbage |
---|
Description | Spring 94.1.1-1178-gcc53afa develop
Using game: Zero-K test-11447
Note that this is a RelWithDebInfo build, in a Debug build i am pretty sure asserts will stop spring before this, see :
http://springrts.com/mantis/view.php?id=4008#c11640
http://springrts.com/mantis/view.php?id=4012
infolog attached.
|
---|
Steps To Reproduce | On Tempest:
/give all 1
/give all |
---|
Additional Information | (gdb) bt full
#0 0x00007ffff39b73d9 in raise () from /usr/lib/libc.so.6
No symbol table info available.
#1 0x00007ffff39b87d8 in abort () from /usr/lib/libc.so.6
No symbol table info available.
#2 0x00007ffff39f4ed4 in __libc_message () from /usr/lib/libc.so.6
No symbol table info available.
0000003 0x00007ffff39fa69e in malloc_printerr () from /usr/lib/libc.so.6
No symbol table info available.
0000004 0x00007ffff39fe35a in realloc () from /usr/lib/libc.so.6
No symbol table info available.
0000005 0x0000000000a2bc1e in luaM_realloc_ (L=L@entry=0x7fff9a080330, block=block@entry=0x7fff9194e910, osize=3680, nsize=nsize@entry=1936)
at /home/johanr/my_projects/spring/rts/lib/lua/src/lmem.cpp:81
g = 0x7fff9a0803e8
#6 0x0000000000a273e9 in luaD_reallocstack (L=L@entry=0x7fff9a080330, newsize=115) at /home/johanr/my_projects/spring/rts/lib/lua/src/ldo.cpp:145
oldstack = 0x7fff9194e910
realsize = 121
#7 0x0000000000a29492 in checkstacksizes (max=<optimized out>, L=0x7fff9a080330) at /home/johanr/my_projects/spring/rts/lib/lua/src/lgc.cpp:251
ci_used = <optimized out>
s_used = <optimized out>
#8 traversestack (l=0x7fff9a080330, g=0x7fff9a0803e8) at /home/johanr/my_projects/spring/rts/lib/lua/src/lgc.cpp:269
o = <optimized out>
lim = <optimized out>
ci = <optimized out>
#9 propagatemark (g=0x7fff9a0803e8) at /home/johanr/my_projects/spring/rts/lib/lua/src/lgc.cpp:303
th = 0x7fff9a080330
o = 0x7fff9a080330
0000010 0x0000000000a299ed in singlestep (L=L@entry=0x7fff9a080330) at /home/johanr/my_projects/spring/rts/lib/lua/src/lgc.cpp:566
g = <optimized out>
#11 0x0000000000a29e1d in luaC_step (L=L@entry=0x7fff9a080330) at /home/johanr/my_projects/spring/rts/lib/lua/src/lgc.cpp:617
g = 0x7fff9a0803e8
lim = 1728
0000012 0x0000000000a220b8 in lua_gc (L=L@entry=0x7fff9a080330, what=what@entry=5, data=data@entry=2) at /home/johanr/my_projects/spring/rts/lib/lua/src/lapi.cpp:945
a = 2048
res = 0
g = 0x7fff9a0803e8
0000013 0x0000000000588e4c in CLuaHandle::CollectGarbage (this=<optimized out>) at /home/johanr/my_projects/spring/rts/Lua/LuaHandle.cpp:2950
memUsageInMB = <optimized out>
TIME_PER_MB = 0.026377432
maxRuntime = 1.00234234
L = 0x7fff9a080330
endTime = {static binder = {class_ = 0x11abf50, base = 0x0, flags = creg::CF_None, memberRegistrator = 0x10c87d0 <spring_time::memberRegistrator>,
name = 0xd01a9c "spring_time", size = 8, alignment = 8, hasVTable = false, constructor = 0x92f7d0 <spring_time::_ConstructInstance(void*)>,
destructor = 0x92f7e0 <spring_time::_DestructInstance(void*)>, nextBinder = 0x10c86a0 <CRectangleOptimizer::binder>}, static memberRegistrator =
0x10c87d8 <spring_timemreg>, static hasVTable = false, x = 71816121917333}
0000014 0x000000000090e1cd in CEventHandler::CollectGarbage (this=0x10c5520 <eventHandler>) at /home/johanr/my_projects/spring/rts/System/EventHandler.cpp:280
ec = 0x7fff9a07fea0
i = 0
#15 0x000000000046c92e in operator() (__closure=<optimized out>) at /home/johanr/my_projects/spring/rts/Game/Game.cpp:280
myScopedTimerFromMakro = {<BasicTimer> = {<boost::noncopyable_::noncopyable> = {<No data fields>}, hash = 1405, starttime = {static binder = {class_ = 0x11abf50,
base = 0x0, flags = creg::CF_None, memberRegistrator = 0x10c87d0 <spring_time::memberRegistrator>, name = 0xd01a9c "spring_time", size = 8, alignment = 8,
hasVTable = false, constructor = 0x92f7d0 <spring_time::_ConstructInstance(void*)>, destructor = 0x92f7e0 <spring_time::_DestructInstance(void*)>,
nextBinder = 0x10c86a0 <CRectangleOptimizer::binder>}, static memberRegistrator = 0x10c87d8 <spring_timemreg>, static hasVTable = false, x = 71816120913794},
nameIterator = {first = 1405, second = "CollectGarbage"}}, autoShowGraph = false, it = {first = 1405, second = 1}}
#16 std::_Function_handler<bool (), doOnce290::doOnce290()::{lambda()#1}>::_M_invoke(std::_Any_data const&) (__functor=...) at /usr/include/c++/4.8.1/functional:2057
No locals.
#17 0x000000000046aa20 in operator() (this=0x37b686e8) at /usr/include/c++/4.8.1/functional:2468
No locals.
#18 Update () at /home/johanr/my_projects/spring/rts/Game/Game.cpp:263
j = 0x37b686e8
it = {first = {static binder = {class_ = , base = , flags = creg::CF_None, memberRegistrator = <spring_time::memberRegistrator>, name = "spring_time", size = 8,
alignment = 8, hasVTable = false, constructor = <spring_time::_ConstructInstance(void*)>, destructor = <spring_time::_DestructInstance(void*)>,
nextBinder = <CRectangleOptimizer::binder>}, static memberRegistrator = <spring_timemreg>, static hasVTable = false, x = 71816112786212}, second = {
f = {<std::_Maybe_unary_or_binary_function<bool>> = {<No data fields>}, <std::_Function_base> = {static _M_max_size = 16, static _M_max_align = 8, _M_functor = {
_M_unused = {_M_object = , _M_const_object = , _M_function_pointer = ,
_M_member_pointer = (void (std::_Undefined_class::*)(std::_Undefined_class * const)) 0x371de6d0, this adjustment 17608224},
_M_pod_data = "\320\346\035\067\000\000\000\000 \256\f\001\000\000\000"},
_M_manager = <std::_Function_base::_Base_manager<doOnce290::doOnce290()::{lambda()#1}>::_M_manager(std::_Any_data&, std::_Function_base::_Base_manager<doOnce290::doOnce290()::{lambda()#1}> const&, std::_Manager_operation)>},
_M_invoker = <std::_Function_handler<bool (), doOnce290::doOnce290()::{lambda()#1}>::_M_invoke(std::_Any_data const&)>}, freq = 30, startDirect = true,
catchUp = false}}
#19 CGame::Update (this=0x2305f50) at /home/johanr/my_projects/spring/rts/Game/Game.cpp:929
timeNow = <optimized out>
diffsecs = <optimized out>
0000020 0x0000000000946472 in Threading::UpdateGameController (ac=0x2305f50) at /home/johanr/my_projects/spring/rts/System/Platform/Threading.cpp:348
ret = false
#21 0x000000000094cd28 in SpringApp::Update (this=this@entry=0x7fffffffe660) at /home/johanr/my_projects/spring/rts/System/SpringApp.cpp:967
ret = 1
#22 0x00000000009518da in SpringApp::Run (this=this@entry=0x7fffffffe660, argc=argc@entry=1, argv=argv@entry=0x7fffffffe8c8)
at /home/johanr/my_projects/spring/rts/System/SpringApp.cpp:1055
No locals.
#23 0x000000000092b8b5 in Run (argc=1, argv=0x7fffffffe8c8) at /home/johanr/my_projects/spring/rts/System/Main.cpp:64
app = {cmdline = 0x1197dd0, binaryName = "/home/johanr/spring_develop/bin/spring"}
ret = -1
err = <optimized out>
0000024 0x00007ffff39a3bc5 in __libc_start_main () from /usr/lib/libc.so.6
No symbol table info available.
#25 0x000000000043ad39 in _start ()
No symbol table info available.
|
---|
Tags | No tags attached. |
---|
|
|
Checked infolog.txt for Errors | |
---|
|
|
Attached Files |
-
infolog.txt (37,968 bytes) 2013-09-21 12:05
Run: /home/johanr/spring_develop/bin/spring
Using configuration source: "/home/johanr/.config/spring/springsettings.cfg"
Using additional configuration source: "/home/johanr/.springrc"
Available log sections: KeyBindings, Font, Sound, AutohostInterface, Net, VFS, Texture, Path, CSMFGroundTextures, RoamMeshDrawer, BumpWater, DynWater, SkyBox, DecalsDrawerGL4, FarTextureHandler, Shader, Piece, Model, ModelDrawer, OBJParser, WorldObjectModelRenderer, GroundMoveType, UnitScript, CregSerializer, ArchiveScanner, LuaSocket
Enabled log sections: Sound(LOG_LEVEL_INFO)
Enable or disable log sections using the LogSections configuration key
or the SPRING_LOG_SECTIONS environment variable (both comma separated).
Use "none" to disable the default log sections.
LogOutput initialized.
Spring 94.1.1-1178-gcc53afa develop
Build date/time: Sep 21 2013 11:18:36
Build environment: boost-105400, GNU libstdc++ version 20130725
Compiler: gcc-4.8.1 20130725 (prerelease)
OS: Linux 3.11.1-1-ARCH #1 SMP PREEMPT Sat Sep 14 19:30:21 CEST 2013 x86_64
OS: 64bit native mode
[CMyMath::Init] CPU SSE mask: 127, flags:
SSE 1.0: 1, SSE 2.0: 1
SSE 3.0: 1, SSSE 3.0: 1
SSE 4.1: 1, SSE 4.2: 1
SSE 4.0A: 0, SSE 5.0A: 0
using streflop SSE FP-math mode, CPU supports SSE instructions
[Watchdog] disabled (gdb detected)
Supported Video modes: 1920x1200, 1920x1080, 1680x1050, 1600x1200, 1440x900, 1366x768, 1280x1024, 1280x960, 1280x800, 1280x720, 1024x768, 800x600, 640x480
Video mode set to 1920x1200/32bit (windowed)
Using read-write data directory: /home/johanr/.config/spring/
Using read-only data directory: /home/johanr/.spring/
Using read-only data directory: /home/johanr/spring_develop/share/games/spring/
Scanning: /home/johanr/spring_develop/share/games/spring/base
Scanning: /home/johanr/.spring/maps
Error: Error opening /home/johanr/.spring/maps/Pathways_of_destruction-v02.sdz
Unable to open archive: /home/johanr/.spring/maps/Pathways_of_destruction-v02.sdz
Scanning: /home/johanr/.spring/base
Scanning: /home/johanr/.spring/games
Scanning: /home/johanr/.spring/packages
[Threading] Main thread CPU affinity mask set: 255
[f=0000000] SDL version: 1.2.15
[f=0000000] GL version: 4.3.0 NVIDIA 325.15
[f=0000000] GL vendor: NVIDIA Corporation
[f=0000000] GL renderer: GeForce GTX 460/PCIe/SSE2
[f=0000000] GLSL version: 4.30 NVIDIA via Cg compiler
[f=0000000] GLEW version: 1.10.0
[f=0000000] Video RAM: total 1024MB, available 824MB
[f=0000000] FBO::maxSamples: 32
[f=0000000] GL info:
haveARB: 1, haveGLSL: 1, ATI hacks: 0
FBO support: 1, NPOT-texture support: 1, 24bit Z-buffer support: 1
maximum texture size: 16384, compress MIP-map textures: 0
maximum SmoothPointSize: 190, maximum vec4 varying/attributes: 31/16
maximum drawbuffers: 8, maximum recommended indices/vertices: 1048576/1048576
number of UniformBufferBindings: 84 (64kB)
[f=0000000] Using Adaptive VSync
[f=0000000] Joysticks found: 0
[f=0000000] Warning: Joystick 0 not found
[f=0000000] CPU Cores: 8
[f=0000000] [Sound] OpenAL info:
[f=0000000] [Sound] Available Devices:
[f=0000000] [Sound] OpenAL Soft
[f=0000000] [Sound] Device: OpenAL Soft
[f=0000000] [Sound] Vendor: OpenAL Community
[f=0000000] [Sound] Version: 1.1 ALSOFT 1.15.1
[f=0000000] [Sound] Renderer: OpenAL Soft
[f=0000000] [Sound] AL Extensions: AL_EXT_ALAW AL_EXT_DOUBLE AL_EXT_EXPONENT_DISTANCE AL_EXT_FLOAT32 AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS AL_EXT_MULAW AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXT_source_distance_model AL_LOKI_quadriphonic AL_SOFT_buffer_samples AL_SOFT_buffer_sub_data AL_SOFTX_deferred_updates AL_SOFT_direct_channels AL_SOFT_loop_points AL_SOFT_source_latency
[f=0000000] [Sound] ALC Extensions: ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT ALC_EXT_CAPTURE ALC_EXT_DEDICATED ALC_EXT_disconnect ALC_EXT_EFX ALC_EXT_thread_local_context ALC_SOFT_loopback
[f=0000000] [Sound] EFX Enabled: yes
[f=0000000] [Sound] Max Sounds: 96
[f=0000000] Connecting to local server
[f=0000000] PreGame::StartServer: 4 ms
[f=0000000] Using map: Tempest
[f=0000000] Using game: Zero-K test-11447
[f=0000000] Using game archive: 1b7b736ccfebb0fe1f9e56bb92dcc61d.sdp
[f=0000000] recording demo: demos/20130921_115624_Tempest_94.1.1-1178-gcc53afa develop.sdf
[f=0000000] PreGame::GameDataReceived: 15 ms
[f=0000000] User number 0 (team 0, allyteam 0)
[f=0000000] [Threading] Main thread CPU affinity mask set: 255
[f=0000000] [LuaIntro] Searching for new Widgets
[f=0000000] [LuaIntro] Scanning: LuaIntro/Addons/
[f=0000000] [LuaIntro] Scanning: LuaIntro/Widgets/
[f=0000000] [LuaIntro] Scanning: LuaIntro/SystemAddons/
[f=0000000] [LuaIntro] Scanning: LuaIntro/SystemWidgets/
[f=0000000] [LuaIntro] Scanning: LuaIntro/chili/
[f=0000000] [LuaIntro] Found new widget "SpringLogo"
[f=0000000] [LuaIntro] Found new widget "LoadTexture"
[f=0000000] [LuaIntro] Found new widget "LoadProgress"
[f=0000000] [LuaIntro] Found new widget "Main"
[f=0000000] [LuaIntro] Found new widget "Music"
[f=0000000] [LuaIntro] Loading widgets <>=vfs **=raw ()=unknown
[f=0000000] [LuaIntro] Loading widget: LoadProgress <loadprogress.lua>
[f=0000000] [LuaIntro] Loading widget: Main <main.lua>
[f=0000000] [LuaIntro] Loading widget: Music <music.lua>
[f=0000000] [LuaIntro] Loading widget: LoadTexture <bg_texture.lua>
[f=0000000] [LuaIntro] LuaIntro v1.0 (Lua 5.1)
[f=0000000] Parsing Map Information
[f=0000000] Loading SMF
[f=0000000] Loading Map (161 MB)
[f=0000000] Loading Radar Icons
[f=0000000] Loading GameData Definitions
[f=0000000] [gamedata/modularcomms/unitdefgen.lua] Warning: Modular Comms warning: Comm data entry in modoption is empty or in invalid format
[f=0000000] pw_artefact
[f=0000000] pw_mine2
[f=0000000] pw_wormhole2
[f=0000000] pw_warpjammer
[f=0000000] pw_warpgate
[f=0000000] pw_wormhole
[f=0000000] pw_mine3
[f=0000000] pw_mine
[f=0000000] pw_dropfac
[f=0000000] pw_generictech
[f=0000000] pw_bombercontrol
[f=0000000] pw_dropdepot
[f=0000000] Loading all definitions: 0.145000
[f=0000000] Game::LoadDefs (GameData): 191 ms
[f=0000000] Loading Sound Definitions
[f=0000000] [Sound] Warning: Sound incomingchat is missing file tag (ignoring)
[f=0000000] [Sound] parsed 141 sounds from gamedata/sounds.lua
[f=0000000] [Sound] Error: Unable to open audio file: IncomingChat
[f=0000000] [Sound] Error: CSound::GetSoundId: could not find sound: IncomingChat
[f=0000000] Game::LoadDefs (Sound): 4 ms
[f=0000000] Creating Smooth Height Mesh
[f=0000000] SmoothHeightMesh::MakeSmoothMesh: 103 ms
[f=0000000] Creating QuadField & CEGs
[f=0000000] [CDamageArrayHandler] number of ArmorDefs: 9
[f=0000000] Warning: [CDamageArrayHandler] ArmorDefs contains sub-table "burrowed" in <key, value> format which is deprecated as of Spring 95.0 and will not be parsed anymore (UPDATE YOUR armordefs.lua ASAP)!
[f=0000000] Warning: [CDamageArrayHandler] ArmorDefs contains sub-table "chicken" in <key, value> format which is deprecated as of Spring 95.0 and will not be parsed anymore (UPDATE YOUR armordefs.lua ASAP)!
[f=0000000] Warning: [CDamageArrayHandler] UnitDef "chicken" in ArmorDef "chicken" already belongs to ArmorDef category 2!
[f=0000000] Warning: [CDamageArrayHandler] ArmorDefs contains sub-table "commanders" in <key, value> format which is deprecated as of Spring 95.0 and will not be parsed anymore (UPDATE YOUR armordefs.lua ASAP)!
[f=0000000] Warning: [CDamageArrayHandler] ArmorDefs contains sub-table "else" in <key, value> format which is deprecated as of Spring 95.0 and will not be parsed anymore (UPDATE YOUR armordefs.lua ASAP)!
[f=0000000] Warning: [CDamageArrayHandler] UnitDef "99" in ArmorDef "else" already belongs to ArmorDef category 3!
[f=0000000] Warning: [CDamageArrayHandler] ArmorDefs contains sub-table "empresistant75" in <key, value> format which is deprecated as of Spring 95.0 and will not be parsed anymore (UPDATE YOUR armordefs.lua ASAP)!
[f=0000000] Warning: [CDamageArrayHandler] ArmorDefs contains sub-table "planes" in <key, value> format which is deprecated as of Spring 95.0 and will not be parsed anymore (UPDATE YOUR armordefs.lua ASAP)!
[f=0000000] Warning: [CDamageArrayHandler] ArmorDefs contains sub-table "subs" in <key, value> format which is deprecated as of Spring 95.0 and will not be parsed anymore (UPDATE YOUR armordefs.lua ASAP)!
[f=0000000] [RegisterAssimpModelFormats] supported Assimp model formats: *.3d;*.3ds;*.ac;*.ac3d;*.acc;*.ase;*.ask;*.b3d;*.blend;*.bvh;*.cob;*.csm;*.dae;*.dxf;*.enff;*.hmp;*.ifc;*.irr;*.irrmesh;*.lwo;*.lws;*.lxo;*.m3;*.md2;*.md3;*.md5anim;*.md5camera;*.md5mesh;*.mdc;*.mdl;*.mesh.xml;*.mot;*.ms3d;*.ndo;*.nff;*.obj;*.off;*.pk3;*.ply;*.prj;*.q3o;*.q3s;*.raw;*.scn;*.smd;*.stl;*.ter;*.uc;*.vta;*.x;*.xgl;*.xml;*.zgl;
[f=0000000] Creating Unit Textures
[f=0000000] Creating Sky
[f=0000000] Loading Weapon Definitions
[f=0000000] Warning: WeaponDef (chicken_rafflesia_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (chicken_shield_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (chicken_tiamat_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (core_spectre_cor_shield_small) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (corjamt_cor_shield_small) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (cornecro_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (corthud_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (funnelweb_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (shieldfelon_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_a1_gauss_commweapon_areashield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_a1_gauss_commweapon_personal_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] [Sound] Error: WAV file sounds/weapon/missile/missile_fire2.wav has data length 291939 greater than actual data length 101848
[f=0000000] Warning: WeaponDef (test_a4_gauss_commweapon_areashield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_a4_gauss_commweapon_personal_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_b1_gauss_commweapon_areashield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_b1_gauss_commweapon_personal_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_b4_gauss_commweapon_areashield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_b4_gauss_commweapon_personal_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_c1_gauss_commweapon_areashield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_c1_gauss_commweapon_personal_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_c4_gauss_commweapon_areashield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_c4_gauss_commweapon_personal_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_cr1_gauss_commweapon_areashield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_cr1_gauss_commweapon_personal_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_cr4_gauss_commweapon_areashield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_cr4_gauss_commweapon_personal_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_r1_gauss_commweapon_areashield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_r1_gauss_commweapon_personal_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_r4_gauss_commweapon_areashield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_r4_gauss_commweapon_personal_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_s1_gauss_commweapon_areashield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_s1_gauss_commweapon_personal_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_s4_gauss_commweapon_areashield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Warning: WeaponDef (test_s4_gauss_commweapon_personal_shield) The "isShield" tag has been removed. Use the weaponType="Shield" tag instead!
[f=0000000] Loading Unit Definitions
[f=0000000] Loading Feature Definitions
[f=0000000] Reading Estimate PathCosts [8]
[f=0000000] Reading Estimate PathCosts [32]
[f=0000000] [CPathManager] pathing data checksum: f22c1e41
[f=0000000] [IPathManager::GetInstance] using DEFAULT path-manager
[f=0000000] Initializing Map Features
[f=0000000] Creating ShadowHandler & DecalHandler
[f=0000000] Creating GroundDrawer
[f=0000000] Loading Tile Files
[f=0000000] Reading Tile Map
[f=0000000] Loading Square Textures
[f=0000000] CSMFGroundTextures::ConvolveHeightMap: 3 ms
[f=0000000] Switching to ROAM Mesh Rendering
[f=0000000] Creating TreeDrawer
[f=0000000] Creating ProjectileDrawer & UnitDrawer
[f=0000000] Creating Projectile Textures
[f=0000000] Warning: [CCEG::Load] table for CEG "WHITE_LIGHTNING_STORMBOLT" invalid (parse errors?)
[f=0000000] Warning: [CCEG::Load] POWERPLANT_EXPLOSION: Unknown tag smoke::sizegrowth
[f=0000000] Warning: [CCEG::Load] dig3: Unknown tag dirt::lifetime
[f=0000000] Creating Water
[f=0000000] Game::LoadInterface (Camera&Mouse): 36 ms
[f=0000000] [Sound] Error: Unable to open audio file: MultiSelect
[f=0000000] [Sound] Error: CSound::GetSoundId: could not find sound: MultiSelect
[f=0000000] Game::LoadInterface (Console): 0 ms
[f=0000000] [Sound] Error: Unable to open audio file: FailedCommand
[f=0000000] [Sound] Error: CSound::GetSoundId: could not find sound: FailedCommand
[f=0000000] Loading LuaRules
[f=0000000] Jump Jet Defs checking begining...
[f=0000000] .. Jump Jet Defs checking complete
[f=0000000] Error: [UnitDefIndex] ERROR_TYPE for key "extractSquare" in UnitDefs __index
[f=0000000] Jump Jet Defs checking begining...
[f=0000000] .. Jump Jet Defs checking complete
[f=0000000] Jump Jet Defs checking begining...
[f=0000000] .. Jump Jet Defs checking complete
[f=0000000] [UnitMorph] Warning: Comm Morph warning: Comm data entry for player 0 is empty or in invalid format
[f=0000000] Loading gadget: Lua unit script framework <unit_script.lua>
[f=0000000] [StartSetup] Warning: Start Unit Setup warning: Comm data entry for player 0 is empty or in invalid format
[f=0000000] [Planet Wars Structures] Warning: Planetwars warning: Planetwars data entry in modoption is empty or in invalid format
[f=0000000] LUARULES-DRAW (GADGETS)
[f=0000000] Jump Jet Defs checking begining...
[f=0000000] .. Jump Jet Defs checking complete
[f=0000000] LUARULES-DRAW (GADGETS)
[f=0000000] Loading LuaGaia
[f=0000000] Loading LuaUI
[f=0000000] LuaSocketEnabled: yes
[f=0000000] This game has locked LuaUI access
[f=0000000] This game has locked LuaUI access
[f=0000000] Using LUAUI_DIRNAME = LuaUI/
[f=0000000] Reloaded ctrlpanel from file: LuaUI/ctrlpanel.txt
[f=0000000] LuaUI: bound F11 to the widget selector
[f=0000000] LuaUI: bound CTRL+F11 to tweak mode
[f=0000000] Error: [UnitDefIndex] ERROR_TYPE for key "extractSquare" in UnitDefs __index
[f=0000000] [CheckLUAFileAndBackup] Warning: cannot open LuaUI/Configs/zk_keys.lua: No such file or directory (Now will find backup file)
[f=0000000] [CheckLUAFileAndBackup] Warning: cannot open LuaUI/Configs/zk_keys.lua.bak: No such file or directory (Backup file not available)
[f=0000000] nil, LuaUI/Configs/zk_keys.lua: No such file or directory, 2
[f=0000000] nil, LuaUI/Configs/zk_keys.lua.bak: No such file or directory, 2
[f=0000000] Jump Jet Defs checking begining...
[f=0000000] .. Jump Jet Defs checking complete
[f=0000000] Loaded API widget: Shared Functions <api_shared_functions.lua>
[f=0000000] Loaded API widget: Cluster Detection <api_cluster_detection.lua>
[f=0000000] Loaded API widget: Modular Comm Info <api_modularcomms.lua>
[f=0000000] Loaded API widget: Chili Framework <api_chili.lua>
[f=0000000] Loaded API widget: Lag (AFK) monitor <api_lag_monitor.lua>
[f=0000000] Loaded API widget: Lups <lups_wrapper.lua>
[f=0000000] Hardware mouse-cursor is disabled!
[f=0000000] Set "shadows" config-parameter to 1
[f=0000000] Set UnitLodDist to 500
[f=0000000] Ground-decals rendering is disabled!
[f=0000000] Set maximum particles to: 12000
[f=0000000] Set UnitIconDist to 100
[f=0000000] Loaded widget: EPIC Menu <gui_epicmenu.lua>
[f=0000000] Loaded widget: Chili Minimap <gui_chili_minimap.lua>
[f=0000000] Loaded widget: Chili Widget Selector <gui_chili_widgetselector.lua>
[f=0000000] Loaded widget: Custom Cursor Sets <gui_customcursorsets.lua>
[f=0000000] Mexspot Fetcher fetching
[f=0000000] Loaded widget: Mexspot Fetcher <wg_mexspot_fetcher.lua>
[f=0000000] Loaded widget: Local Team Colors <gui_local_colors.lua>
[f=0000000] Loaded widget: HealthBars <unit_healthbars.lua>
[f=0000000] Loaded widget: Hide map marks and cursor <gui_hide_marks_on_f5.lua>
[f=0000000] Loaded widget: Noises <snd_noises.lua>
[f=0000000] Loaded widget: Unit Icons <unit_icons.lua>
[f=0000000] Loaded widget: Team stats <gui_team_stats.lua>
[f=0000000] Loaded widget: Chili Vote Display <gui_chili_vote.lua>
[f=0000000] Loaded widget: TeamCommEnds & Lavarise indicator <gui_teamcommends.lua>
[f=0000000] Loaded widget: BuildETA <gui_build_eta.lua>
[f=0000000] Loaded widget: Cloak Fire State <unit_cloakfirestate.lua>
[f=0000000] Loaded widget: EndGame Stats <gui_chili_endgraph.lua>
[f=0000000] Loaded widget: AA Command Helper <cmd_attackcmd_aid.lua>
[f=0000000] Loaded widget: Auto First Build Facing <autofirstbuildfacing.lua>
[f=0000000] Loaded widget: Auto Patrol Nanos <unit_auto_patrol_nanos.lua>
[f=0000000] Loaded widget: Autoquit <autoquit.lua>
[f=0000000] Loaded widget: Blast Radius <gui_blastradius.lua>
[f=0000000] Loaded widget: CameraShake <camera_shake.lua>
[f=0000000] Loaded widget: Chili Chat Bubbles <gui_chili_chatbubbles.lua>
[f=0000000] Cleared Autogroups.
[f=0000000] Loaded widget: Auto Group <unit_auto_group.lua>
[f=0000000] Loaded widget: Chili Rejoining Progress Bar <gui_chili_rejoin_progress.lua>
[f=0000000] Loaded widget: Chili Selections & CursorTip <gui_chili_selections_and_cursortip.lua>
[f=0000000] Loaded widget: ComCounter <unit_com_counter.lua>
[f=0000000] Loaded widget: Constructor Auto Assist <unit_factory_guard.lua>
[f=0000000] Loaded widget: Context Menu <gui_contextmenu.lua>
[f=0000000] Loaded widget: Darkening <gui_darkening.lua>
[f=0000000] Loaded widget: Decoration Handler <unit_decoration_handler.lua>
[f=0000000] Loaded widget: Defense Range Zero-K <gui_defenserange.lua>
[f=0000000] Loaded widget: Ferry Points <cmd_ferry_points.lua>
[f=0000000] Loaded widget: Highlight Geos <gui_highlight_geos.lua>
[f=0000000] Loaded widget: Keep Target <cmd_keep_target.lua>
[f=0000000] Loaded widget: Local Widgets Config <localwidgets.lua>
[f=0000000] Loaded widget: Map Edge Extension <map_edge_extension.lua>
[f=0000000] Loaded widget: MetalFeatures <gui_metal_features.lua>
[f=0000000] Loaded widget: Mex Placement Handler <cmd_mex_placement.lua>
[f=0000000] Loaded widget: MinimapEvents <minimap_events.lua>
[f=0000000] Loaded widget: Missile Silo Range <missilesilo_range.lua>
[f=0000000] Loaded widget: Persistent Build Spacing <gui_persistent_build_spacing.lua>
[f=0000000] Loaded widget: Point Tracker <gui_point_tracker.lua>
[f=0000000] Loaded widget: Clippy Comments <unit_clippy.lua>
[f=0000000] Loaded widget: ReclaimInfo <gui_reclaiminfo.lua>
[f=0000000] Loaded widget: Spectate Selected Team <gui_spectate_selected_team.lua>
[f=0000000] Loaded widget: State Reverse Toggle <cmd_state_reverse_toggle.lua>
[f=0000000] Loaded widget: LogFlush Disabler <dbg_logflush.lua>
[f=0000000] Loaded widget: Stereo3D <gfx_stereo3d.lua>
[f=0000000] Player ENABLE TTS
[f=0000000] Loaded widget: Text To Speech Control <snd_text_to_speech.lua>
[f=0000000] Loaded widget: Voice Assistant <unit_voice.lua>
[f=0000000] Loaded widget: Gui Toolkit API <api_gui_toolkit.lua>
[f=0000000] Loaded widget: Chili Resource Bars <gui_chili_resource_bars.lua>
[f=0000000] Loaded widget: Showeco and Grid Drawer <gui_showeco_action.lua>
[f=0000000] Loaded widget: Ghost Site <unit_ghostsite.lua>
[f=0000000] Loaded widget: MiniMap Start Boxes <minimap_startbox.lua>
[f=0000000] Loaded widget: NoDuplicateOrders <cmd_no_duplicate_orders.lua>
[f=0000000] Loaded widget: Easy Facing <gui_easyfacing.lua>
[f=0000000] Loaded widget: Startup Info and Selector <init_startup_info_selector.lua>
[f=0000000] Loaded widget: Stockpiler <unit_stockpile.lua>
[f=0000000] Loaded widget: Transport AI <unit_transport_ai.lua>
[f=0000000] Loaded widget: Unit Marker Zero-K <unit_marker.lua>
[f=0000000] Loaded widget: Chili EndGame Window <gui_chili_endgamewindow.lua>
[f=0000000] Loaded widget: Attack Warning <unit_attack_warning.lua>
[f=0000000] Loaded widget: Start Point Remover & Comm Selector <init_start_point_remover.lua>
[f=0000000] Loaded widget: PlanetWars Info <gui_planetwars_info.lua>
[f=0000000] <Replay control buttons> Live mode. Widget removed.
[f=0000000] Loaded widget: Replay control buttons <gui_replay_controls.lua>
[f=0000000] Loaded widget: Attack AoE <gui_attack_aoe.lua>
[f=0000000] Loaded widget: MessageBoxes <mission_messagebox.lua>
[f=0000000] Loaded widget: Objectives <mission_objectives.lua>
[f=0000000] Loaded widget: Select Keys <gui_selectkeys.lua>
[f=0000000] Loaded widget: Unit Start State <unit_start_state.lua>
[f=0000000] Loaded widget: UnitNoStuckInFactory <unit_nostuck_infactory.lua>
[f=0000000] Loaded widget: SmoothScroll <camera_smooth_move.lua>
[f=0000000] Loaded widget: Retreat <cmd_retreat.lua>
[f=0000000] Reloaded cmdcolors from file: cmdcolors.tmp
[f=0000000] Loaded widget: UnitShapes <unit_shapes.lua>
[f=0000000] Loaded widget: AllyCursors <gui_ally_cursors.lua>
[f=0000000] Loaded widget: CommandInsert <gui_commandinsert.lua>
[f=0000000] Loaded widget: Gadget Icons <unit_gadget_icons.lua>
[f=0000000] Loaded widget: Rank Icons 2 <unit_rank_icons.lua>
[f=0000000] Loaded widget: Selection Send <gui_selectionsend.lua>
[f=0000000] Loaded widget: Shield Guard <unit_shield_guard.lua>
[f=0000000] Loaded widget: State Icons <unit_state_icons.lua>
[f=0000000] Loaded widget: Building Starter <unit_building_starter.lua>
[f=0000000] Loaded widget: Cloaker Guard <unit_cloaker_guard.lua>
[f=0000000] Loaded widget: LupsManager <gfx_lups_manager.lua>
[f=0000000] Loaded widget: Units on Fire <gfx_lups_units_on_fire.lua>
[f=0000000] Loaded widget: Newton Firezone <cmd_newton_firezone.lua>
[f=0000000] Loaded widget: Receive Units Indicator <gui_recv_indicator.lua>
[f=0000000] Loaded widget: Auto-toggle false color vision <gui_auto_engine_falsecolor.lua>
[f=0000000] Loaded widget: Chili Chat 2.1 <gui_chili_chat2_1.lua>
[f=0000000] Loaded widget: Chili Docking <gui_chili_docking.lua>
[f=0000000] Loaded widget: Chili Deluxe Player List - Alpha 2.02 <gui_chili_deluxeplayerlist.lua>
[f=0000000] Loaded widget: Image Preloader <dbg_img_preload.lua>
[f=0000000] Loaded widget: Chili Core Selector <gui_chili_core_selector.lua>
[f=0000000] Loaded widget: Restricted Zones <gui_restrictedzones.lua>
[f=0000000] Loaded widget: Jumpjet GUI <gui_jumpjets.lua>
[f=0000000] Loaded widget: Chili Gesture Menu <gui_chili_gesture_menu.lua>
[f=0000000] Loaded widget: CustomFormations2 <unit_customformations2.lua>
[f=0000000] Loaded widget: Chili Integral Menu <gui_chili_integral_menu.lua>
[f=0000000] Loaded widget: Lasso Terraform GUI <gui_lasso_terraform.lua>
[f=0000000] [Shared Functions] Error: LuaUI/Configs/zk_keys.lua: No such file or directory
[f=0000000] LuaUI v0.3
[f=0000000] Initializing PathCache
[f=0000000] Finalizing
[f=0000000] Loaded DecalsDrawer: Legacy
[f=0000000] Connection attempt from Player
[f=0000000] -> Version: 94.1.1-1178-gcc53afa develop
[f=0000000] -> Connection established (given id 0)
[f=0000000] Mexspot Fetcher received
[f=0000000] Player Player finished loading and is now ingame
[f=0000000] Mex Placement Initialised with 144 spots.
[f=0000000] Epicmenu: Switching to Total Annihilation camera mode
[f=0000000] <Player> Allies: I choose: Recon Commander!
[f=0000000] GameID: 536d3d522f60003a3ebf96c71cdf4421
[f=0000001] Skirmish AI "Enemy" (ID:0, Short-Name:"NullAI", Version:"0.1") took over control of team 1
[f=0000048] Wind Range: 0.100 - 2.5. Max Windmill altitude bonus is: 90%
[f=0000159] Cheating is enabled!
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000611] !transmitlobby @voice@buildUnit@add;amphcon;Clam
[f=0000611] !transmitlobby @voice@buildUnit@add;amphraider3;Duck
[f=0000611] !transmitlobby @voice@buildUnit@add;amphraider2;Archer
[f=0000611] !transmitlobby @voice@buildUnit@add;amphfloater;Buoy
[f=0000611] !transmitlobby @voice@buildUnit@add;amphriot;Scallop
[f=0000611] !transmitlobby @voice@buildUnit@add;amphassault;Grizzly
[f=0000611] !transmitlobby @voice@buildUnit@add;amphaa;Angler
[f=0000611] !transmitlobby @voice@buildUnit@add;amphtele;Djinn
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000611] !transmitlobby @voice@buildUnit@add;armrectr;Rector
[f=0000611] !transmitlobby @voice@buildUnit@add;armpw;Glaive
[f=0000611] !transmitlobby @voice@buildUnit@add;spherepole;Scythe
[f=0000611] !transmitlobby @voice@buildUnit@add;armrock;Rocko
[f=0000611] !transmitlobby @voice@buildUnit@add;armwar;Warrior
[f=0000611] !transmitlobby @voice@buildUnit@add;armzeus;Zeus
[f=0000611] !transmitlobby @voice@buildUnit@add;armham;Hammer
[f=0000611] !transmitlobby @voice@buildUnit@add;armsnipe;Sharpshooter
[f=0000611] !transmitlobby @voice@buildUnit@add;armjeth;Jethro
[f=0000611] !transmitlobby @voice@buildUnit@add;armtick;Tick
[f=0000611] !transmitlobby @voice@buildUnit@add;spherecloaker;Eraser
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000611] !transmitlobby @voice@buildUnit@add;armca;Crane
[f=0000611] !transmitlobby @voice@buildUnit@add;blastwing;Blastwing
[f=0000611] !transmitlobby @voice@buildUnit@add;bladew;Gnat
[f=0000611] !transmitlobby @voice@buildUnit@add;armkam;Banshee
[f=0000611] !transmitlobby @voice@buildUnit@add;corape;Rapier
[f=0000611] !transmitlobby @voice@buildUnit@add;armbrawl;Brawler
[f=0000611] !transmitlobby @voice@buildUnit@add;blackdawn;Black Dawn
[f=0000611] !transmitlobby @voice@buildUnit@add;corcrw;Krow
[f=0000611] !transmitlobby @voice@buildUnit@add;gunshipaa;Trident
[f=0000611] !transmitlobby @voice@buildUnit@add;corvalk;Valkyrie
[f=0000611] !transmitlobby @voice@buildUnit@add;corbtrans;Vindicator
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000611] !transmitlobby @voice@buildUnit@add;corch;Quill
[f=0000611] !transmitlobby @voice@buildUnit@add;corsh;Scrubber
[f=0000611] !transmitlobby @voice@buildUnit@add;nsaclash;Scalpel
[f=0000611] !transmitlobby @voice@buildUnit@add;hoverassault;Halberd
[f=0000611] !transmitlobby @voice@buildUnit@add;hoverriot;Mace
[f=0000611] !transmitlobby @voice@buildUnit@add;armmanni;Penetrator
[f=0000611] !transmitlobby @voice@buildUnit@add;hoveraa;Flail
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000611] !transmitlobby @voice@buildUnit@add;corfast;Freaker
[f=0000611] !transmitlobby @voice@buildUnit@add;puppy;Puppy
[f=0000611] !transmitlobby @voice@buildUnit@add;corpyro;Pyro
[f=0000611] !transmitlobby @voice@buildUnit@add;slowmort;Moderator
[f=0000611] !transmitlobby @voice@buildUnit@add;corcan;Jack
[f=0000611] !transmitlobby @voice@buildUnit@add;corsumo;Sumo
[f=0000611] !transmitlobby @voice@buildUnit@add;firewalker;Firewalker
[f=0000611] !transmitlobby @voice@buildUnit@add;armaak;Archangel
[f=0000611] !transmitlobby @voice@buildUnit@add;corsktl;Skuttle
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000611] !transmitlobby @voice@buildUnit@add;armca;Crane
[f=0000611] !transmitlobby @voice@buildUnit@add;fighter;Avenger
[f=0000611] !transmitlobby @voice@buildUnit@add;corvamp;Vamp
[f=0000611] !transmitlobby @voice@buildUnit@add;corshad;Shadow
[f=0000611] !transmitlobby @voice@buildUnit@add;corhurc2;Phoenix
[f=0000611] !transmitlobby @voice@buildUnit@add;armstiletto_laser;Stiletto
[f=0000611] !transmitlobby @voice@buildUnit@add;armcybr;Licho
[f=0000611] !transmitlobby @voice@buildUnit@add;corawac;Vulture
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000611] !transmitlobby @voice@buildUnit@add;cornecro;Convict
[f=0000611] !transmitlobby @voice@buildUnit@add;corak;Bandit
[f=0000611] !transmitlobby @voice@buildUnit@add;corstorm;Rogue
[f=0000611] !transmitlobby @voice@buildUnit@add;corthud;Thug
[f=0000611] !transmitlobby @voice@buildUnit@add;cormak;Outlaw
[f=0000611] !transmitlobby @voice@buildUnit@add;shieldfelon;Felon
[f=0000611] !transmitlobby @voice@buildUnit@add;shieldarty;Racketeer
[f=0000611] !transmitlobby @voice@buildUnit@add;corcrash;Vandal
[f=0000611] !transmitlobby @voice@buildUnit@add;corroach;Roach
[f=0000611] !transmitlobby @voice@buildUnit@add;corclog;Dirtbag
[f=0000611] !transmitlobby @voice@buildUnit@add;core_spectre;Aspis
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000611] !transmitlobby @voice@buildUnit@add;shipcon;Mariner
[f=0000611] !transmitlobby @voice@buildUnit@add;armpt;Skeeter
[f=0000611] !transmitlobby @voice@buildUnit@add;coresupp;Typhoon
[f=0000611] !transmitlobby @voice@buildUnit@add;dclship;Hunter
[f=0000611] !transmitlobby @voice@buildUnit@add;corsub;Snake
[f=0000611] !transmitlobby @voice@buildUnit@add;armroy;Crusader
[f=0000611] !transmitlobby @voice@buildUnit@add;corroy;Enforcer
[f=0000611] !transmitlobby @voice@buildUnit@add;serpent;Serpent
[f=0000611] !transmitlobby @voice@buildUnit@add;corarch;Shredder
[f=0000611] !transmitlobby @voice@buildUnit@add;armtboat;Surfboard
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000611] !transmitlobby @voice@buildUnit@add;arm_spider;Weaver
[f=0000611] !transmitlobby @voice@buildUnit@add;armflea;Flea
[f=0000611] !transmitlobby @voice@buildUnit@add;arm_venom;Venom
[f=0000611] !transmitlobby @voice@buildUnit@add;spiderassault;Hermit
[f=0000611] !transmitlobby @voice@buildUnit@add;armsptk;Recluse
[f=0000611] !transmitlobby @voice@buildUnit@add;armcrabe;Crabe
[f=0000611] !transmitlobby @voice@buildUnit@add;spideraa;Tarantula
[f=0000611] !transmitlobby @voice@buildUnit@add;armspy;Infiltrator
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000611] !transmitlobby @voice@buildUnit@add;coracv;Welder
[f=0000611] !transmitlobby @voice@buildUnit@add;logkoda;Kodachi
[f=0000611] !transmitlobby @voice@buildUnit@add;panther;Panther
[f=0000611] !transmitlobby @voice@buildUnit@add;tawf114;Banisher
[f=0000611] !transmitlobby @voice@buildUnit@add;correap;Reaper
[f=0000611] !transmitlobby @voice@buildUnit@add;corgol;Goliath
[f=0000611] !transmitlobby @voice@buildUnit@add;cormart;Pillager
[f=0000611] !transmitlobby @voice@buildUnit@add;trem;Tremor
[f=0000611] !transmitlobby @voice@buildUnit@add;corsent;Copperhead
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000611] !transmitlobby @voice@buildUnit@add;corned;Mason
[f=0000611] !transmitlobby @voice@buildUnit@add;corfav;Dart
[f=0000611] !transmitlobby @voice@buildUnit@add;corgator;Scorcher
[f=0000611] !transmitlobby @voice@buildUnit@add;cormist;Slasher
[f=0000611] !transmitlobby @voice@buildUnit@add;corlevlr;Leveler
[f=0000611] !transmitlobby @voice@buildUnit@add;corraid;Ravager
[f=0000611] !transmitlobby @voice@buildUnit@add;capturecar;Dominatrix
[f=0000611] !transmitlobby @voice@buildUnit@add;corgarp;Wolverine
[f=0000611] !transmitlobby @voice@buildUnit@add;armmerl;Impaler
[f=0000611] !transmitlobby @voice@buildUnit@add;vehaa;Crasher
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000611] !transmitlobby @voice@buildUnit@add;tacnuke;Eos
[f=0000611] !transmitlobby @voice@buildUnit@add;seismic;Quake
[f=0000611] !transmitlobby @voice@buildUnit@add;empmissile;Shockley
[f=0000611] !transmitlobby @voice@buildUnit@add;napalmmissile;Inferno
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000611] !transmitlobby @voice@buildUnit@add;chicken_drone;Drone
[f=0000611] !transmitlobby @voice@buildUnit@add;chicken_pigeon;Pigeon
[f=0000611] !transmitlobby @voice@buildUnit@add;chicken;Chicken
[f=0000611] !transmitlobby @voice@buildUnit@add;chicken_leaper;Leaper
[f=0000611] !transmitlobby @voice@buildUnit@add;chickens;Spiker
[f=0000611] !transmitlobby @voice@buildUnit@add;chicken_dodo;Dodo
[f=0000611] !transmitlobby @voice@buildUnit@add;chickenf;Talon
[f=0000611] !transmitlobby @voice@buildUnit@add;chicken_digger;Digger
[f=0000611] !transmitlobby @voice@buildUnit@add;chickena;Cockatrice
[f=0000611] !transmitlobby @voice@buildUnit@add;chickenr;Lobber
[f=0000611] !transmitlobby @voice@buildUnit@add;chicken_spidermonkey;Spidermonkey
[f=0000611] !transmitlobby @voice@buildUnit@add;chicken_listener;Listener
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000611] !transmitlobby @voice@buildUnit@add;chicken_drone;Drone
[f=0000611] !transmitlobby @voice@buildUnit@add;chickenf;Talon
[f=0000611] !transmitlobby @voice@buildUnit@add;chicken_blimpy;Blimpy
[f=0000611] !transmitlobby @voice@buildUnit@add;chicken_listener;Listener
[f=0000611] !transmitlobby @voice@buildUnit@add;chickena;Cockatrice
[f=0000611] !transmitlobby @voice@buildUnit@add;chickenc;Basilisk
[f=0000611] !transmitlobby @voice@buildUnit@add;chickenblobber;Blobber
[f=0000611] !transmitlobby @voice@buildUnit@add;chicken_spidermonkey;Spidermonkey
[f=0000611] !transmitlobby @voice@buildUnit@add;chicken_tiamat;Tiamat
[f=0000611] !transmitlobby @voice@buildUnit@add;chicken_dragon;White Dragon
[f=0000611] !transmitlobby @voice@buildUnit@reload
[f=0000620] Player added point: Chicken Queen Aerial
[f=0000626] Commanders Remaining: 166
[f=0000626] Player added point: Chicken Queen Grounded
[f=0000675] Warning: LuaRules stack check: top = -1
[f=0000699] Warning: LuaRules stack check: top = -2
[f=0000702] Warning: LuaRules stack check: top = -1
[f=0000709] Warning: LuaRules stack check: top = -1
[f=0000712] Warning: LuaRules stack check: top = -1
[f=0000715] Warning: LuaRules stack check: top = -2
[f=0000716] Warning: LuaRules stack check: top = -1
[f=0000718] Warning: LuaRules stack check: top = -1
[f=0000722] Warning: LuaRules stack check: top = -1
[f=0000725] Error: Aborted (SIGABRT) in spring 94.1.1-1178-gcc53afa develop
[f=0000725] Error: Stacktrace:
[f=0000725] Error: <0> /usr/lib/libpthread.so.0(+0xf870) [0x7ffff7936870]
[f=0000725] Error: <1> /usr/lib/libc.so.6(gsignal+0x39) [0x7ffff39b73d9]
[f=0000725] Error: <2> /usr/lib/libc.so.6(abort+0x148) [0x7ffff39b87d8]
[f=0000725] Error: <3> /usr/lib/libc.so.6(+0x72ed4) [0x7ffff39f4ed4]
[f=0000725] Error: <4> /usr/lib/libc.so.6(+0x7869e) [0x7ffff39fa69e]
[f=0000725] Error: <5> /usr/lib/libc.so.6(realloc+0x24a) [0x7ffff39fe35a]
[f=0000725] Error: <6> /home/johanr/my_projects/spring/rts/Lua/LuaVFS.cpp:51
[f=0000725] Error: <7> /usr/include/c++/4.8.1/ext/new_allocator.h:104
[f=0000725] Error: <8> /usr/include/c++/4.8.1/ext/new_allocator.h:110
[f=0000725] Error: <9> /usr/include/c++/4.8.1/bits/basic_string.h:249
[f=0000725] Error: <10> /usr/include/c++/4.8.1/ext/new_allocator.h:120
[f=0000725] Error: <11> /home/johanr/my_projects/spring/rts/Lua/LuaHandle.cpp:2950
[f=0000725] Error: <12> /usr/include/c++/4.8.1/ext/atomicity.h:66
[f=0000725] Error: <13> /home/johanr/my_projects/spring/rts/Game/Game.cpp:280
[f=0000725] Error: <14> /home/johanr/my_projects/spring/rts/Game/Game.cpp:263
[f=0000725] Error: <15> /usr/include/boost/format/format_class.hpp:64
[f=0000725] Error: <16> /home/johanr/my_projects/spring/rts/Net/GameServer.cpp:1792 (discriminator 1)
[f=0000725] Error: <17> /home/johanr/my_projects/spring/rts/Net/GameServer.cpp:74
[f=0000725] Error: <18> /home/johanr/my_projects/spring/rts/Game/IGameCommands.h:97
[f=0000725] Error: <19> /usr/lib/libc.so.6(__libc_start_main+0xf5) [0x7ffff39a3bc5]
[f=0000725] Error: <20> ??:?
|
---|