Crash occured with .77b2

Crash occured with .77b2

Discuss your problems with the latest release of the engine here. Problems with games, maps or other utilities belong in their respective forums.

Moderator: Moderators

User avatar
TheFatController
Balanced Annihilation Developer
Posts: 1177
Joined: 10 Dec 2006, 18:46

Crash occured with .77b2

Post by TheFatController »

BA Chicken Defense v 1.35
Speedball v2
5 Players (2 desynced)
No lua errors prior to crash
I was hosting

(AMD x2 6400
Nvidia 8600GT
Windows XP)

Code: Select all

[  17012] Spring 0.77b2 has crashed.
[  17012] Exception: Illegal instruction (0xc000001d)
[  17012] Exception Address: 0x0050d519
[  17012] DLL information:
[  17012] 0x00400000	spring
[  17012] 0x7c900000	ntdll
[  17012] 0x7c800000	kernel32
[  17012] 0x77dd0000	ADVAPI32
[  17012] 0x77e70000	RPCRT4
[  17012] 0x77fe0000	Secur32
[  17012] 0x73f10000	dsound
[  17012] 0x77c10000	msvcrt
[  17012] 0x774e0000	ole32
[  17012] 0x77f10000	GDI32
[  17012] 0x7e410000	USER32
[  17012] 0x77c00000	VERSION
[  17012] 0x76b40000	WINMM
[  17012] 0x68b20000	GLU32
[  17012] 0x5ed00000	OPENGL32
[  17012] 0x73760000	DDRAW
[  17012] 0x73bc0000	DCIMAN32
[  17012] 0x76c90000	IMAGEHLP
[  17012] 0x6fbc0000	mingwm10
[  17012] 0x7c9c0000	SHELL32
[  17012] 0x77f60000	SHLWAPI
[  17012] 0x71ad0000	WSOCK32
[  17012] 0x71ab0000	WS2_32
[  17012] 0x71aa0000	WS2HELP
[  17012] 0x6ed80000	glew32
[  17012] 0x10000000	SDL
[  17012] 0x7c340000	MSVCR71
[  17012] 0x00de0000	DevIL
[  17012] 0x66fc0000	freetype6
[  17012] 0x61b80000	zlib1
[  17012] 0x003e0000	ILU
[  17012] 0x773d0000	comctl32
[  17012] 0x5d090000	comctl32
[  17012] 0x69500000	nvoglnt
[  17012] 0x71a50000	mswsock
[  17012] 0x662b0000	hnetcfg
[  17012] 0x71a90000	wshtcpip
[  17012] 0x76c30000	WINTRUST
[  17012] 0x77a80000	CRYPT32
[  17012] 0x77b20000	MSASN1
[  17012] 0x72d20000	wdmaud
[  17012] 0x72d10000	msacm32
[  17012] 0x77be0000	MSACM32
[  17012] 0x77bd0000	midimap
[  17012] 0x73ee0000	KsUser
[  17012] 0x59a60000	DBGHELP
[  17012] Stacktrace:
[  17012] (0) C:\Games\Spring\spring.exe [0x0050D519]
[  17012] (1) C:\Games\Spring\spring.exe [0x004BEF29]
[  17012] (2) C:\Games\Spring\spring.exe [0x0081D9B5]
[  17012] (3) C:\Games\Spring\spring.exe [0x0084965C]
[  17012] (4) C:\Games\Spring\spring.exe [0x0084E9AD]
[  17012] (5) C:\Games\Spring\spring.exe [0x005B918B]
[  17012] (6) C:\Games\Spring\spring.exe [0x005C5320]
[  17012] (7) C:\Games\Spring\spring.exe [0x005B807D]
[  17012] (8) C:\Games\Spring\spring.exe [0x005B8279]
[  17012] (9) C:\Games\Spring\spring.exe [0x00A2DAD1]
[  17012] (10) C:\Games\Spring\spring.exe [0x004010A7]
[  17012] (11) C:\Games\Spring\spring.exe [0x00401123]
[  17012] (12) C:\WINDOWS\system32\kernel32.dll(RegisterWaitForInputIdle+0x49) [0x7C817067]
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: Crash occured with .77b2

Post by bibim »

Please, also report the translated stacktrace along with your crash report to save some dev time. To do so, you can do the following:
  1. copy paste your infolog.txt on pastebin.com for example and click on "Send", this will give you a URL
  2. join #buildserv channel on main Spring lobby server
  3. hit "!translate tag=spring_0.77b2 file=<infologUrl>" (replacing <infologUrl> by the URL you got at step 1)
  4. this will give you a link like this: "* BuildServ * Translated stacktrace available at <translatedStacktraceUrl>"
  5. then simply put this link in your crash report
imbaczek
Posts: 3629
Joined: 22 Aug 2006, 16:19

Re: Crash occured with .77b2

Post by imbaczek »

TheFatController wrote:

Code: Select all

[  17012] Spring 0.77b2 has crashed.
[  17012] Exception: Illegal instruction (0xc000001d)
[/quote]
this is new... probably just a stack smash though

need a crashing replay btw
Muzzle
Posts: 1
Joined: 09 Oct 2008, 02:15

Re: Crash occured with .77b2

Post by Muzzle »

I have 3 Ubuntu 8.04.1 computers that I just installed this on and am only getting this error on one of them.

Computer 1: AMD Athlon(tm) XP 2500+, 32 bit install
This is the one with the problem. springlobby, spring and springsettings all produce "Illegal instruction" In springlobby it is right after "Couldn't load lpGetStrKeyStrValPtr from unitsync library"

Computer 2: AMD Athlon(tm) 64 X2 Dual Core Processor 5000+, 64 bit install.
This computer is working fine.

Computer 3: AMD Athlon(tm) 64 X2 Dual Core Processor 4000+, 32 bit install
This computer is working fine.

Each computer has a different video card and motherboard and I can provide that information if someone needs.

I can not find infolog.txt to follow the prior instructions.
User avatar
TheFatController
Balanced Annihilation Developer
Posts: 1177
Joined: 10 Dec 2006, 18:46

Re: Crash occured with .77b2

Post by TheFatController »

imbaczek wrote:
TheFatController wrote:

Code: Select all

[  17012] Spring 0.77b2 has crashed.
[  17012] Exception: Illegal instruction (0xc000001d)
[/quote]
this is new... probably just a stack smash though

need a crashing replay btw[/quote]

http://pw3n.net/widgets/crash.sdf
Map: Speedball_v2
Mod: BA641.sd7 + [url=http://spring.jobjol.nl/show_file.php?id=1515]BA Chicken Defense 1.35[/url]
I crashed with the Queen at about 51% health, the screen froze for a few seconds then spring ended, lots was going on at this point.
User avatar
det
Moderator
Posts: 737
Joined: 26 Nov 2005, 11:22

Re: Crash occured with .77b2

Post by det »

I just uploaded an Ubuntu package that runs cmake with "-DMARCH_FLAG=generic", hopefully this fixes it for Ubuntu users. The Windows auto-builder probably needs to do this as well.
imbaczek
Posts: 3629
Joined: 22 Aug 2006, 16:19

Re: Crash occured with .77b2

Post by imbaczek »

http://spring.clan-sy.com/mantis/view.php?id=1082

i don't think it's a real invalid instruction... i'd bet my money on a buffer overrun than changed function code or a return address, but not sure about that.

btw replay doesn't crash for me, confirm/deny if it crashes for anyone.
User avatar
det
Moderator
Posts: 737
Joined: 26 Nov 2005, 11:22

Re: Crash occured with .77b2

Post by det »

Apparently, GCC doesn't accept -march=generic in mainstream GCC versions. I had to patch source to remove -march, I hope it works.
User avatar
TheFatController
Balanced Annihilation Developer
Posts: 1177
Joined: 10 Dec 2006, 18:46

Re: Crash occured with .77b2

Post by TheFatController »

I noticed on Mantis it was noted it could be a mod issue, just to confirm it never crashed in the last version and all I changed for .77b2 compatibility was one gfind instance.

I'm not sure what the desync issues could be yet they could possibly be being caused by invalid otacontent or BA641.sd7 along with the mod, however I haven't had the time to look at this closely.

If anyone could shed any light on the mod problems noted on mantis that would help me fix them and rule it out for the future.
el_matarife
Posts: 933
Joined: 27 Feb 2006, 02:04

Re: Crash occured with .77b2

Post by el_matarife »

TheFatController wrote: I'm not sure what the desync issues could be yet they could possibly be being caused by invalid otacontent or BA641.sd7 along with the mod, however I haven't had the time to look at this closely.
MD5 hashes:
d619a6454a481d68c9634d0babad6b0b otacontent.sdz
1d61c9216511d40e750263c0499a4e86 BA641.sd7

SHA1 hashes:
387cefa05d23dd35369b25b7f08f7ab524a303e0 BA641.sd7
40c560ede6317b82e22648435d1c31727a108dfc otacontent.sdz

Programs you can use to calculate your MD5 or SHA1 hash to verify no corruption:
http://support.microsoft.com/kb/841290 (Command line)
http://www.mucommander.com/ (Under File -> Calculate Checksum)
http://tinyurl.com/4u2e2h Digest It 2004 (May not work on Vista)
There's a ton of other ones as well, but I can't personally recommend any more that I have used off the top of my head.
User avatar
det
Moderator
Posts: 737
Joined: 26 Nov 2005, 11:22

Re: Crash occured with .77b2

Post by det »

MD5 hash isn't valid for spring archives. What matters is the Spring CRC. You can find these in <SpringDir>/ArchiveCachev7.lua.

name = "otacontent.sdz",
checksum = "3667699602",
el_matarife
Posts: 933
Joined: 27 Feb 2006, 02:04

Re: Crash occured with .77b2

Post by el_matarife »

det wrote:MD5 hash isn't valid for spring archives. What matters is the Spring CRC. You can find these in <SpringDir>/ArchiveCachev7.lua.

name = "otacontent.sdz",
checksum = "3667699602",
I posted MD5 / SHA1s since those are the "standard" file integrity checksums and can be calculated by lots of off the shelf applications. I'm sure Spring CRC probably works fine, but if he's really concerned about corrupted files I'd check the MD5 or SHA1.
User avatar
Tribulexrenamed
Posts: 775
Joined: 22 Apr 2008, 19:06

Re: Crash occured with .77b2

Post by Tribulexrenamed »

Code: Select all

Using script script.txt
using configuration source "Software\SJ\Spring 0.77b2"
OS: Microsoft Windows XP Professional Service Pack 2 (build 2600)
Hardware:               Intel(R) Pentium(R) D CPU 3.00GHz; 2046MB RAM, 2659MB pagefile
Using read-write data directory: E:\broken\Spring\
Using read-only  data directory: \Spring\
Scanning: \Spring\maps
Scanning: \Spring\base
Scanning: \Spring\mods
Scanning: E:\broken\Spring\maps
Scanning: E:\broken\Spring\base
Scanning: E:\broken\Spring\mods
Video mode set to  1024 x 768 / 32 bit
[      0] SDL:  1.2.10
[      0] GL:   2.0.6479 WinXP Release
[      0] GL:   ATI Technologies Inc.
[      0] GL:   256MB ATI RADEON X600 x86/SSE2
[      0] GLEW: 1.4.0
[      0] Connecting to server
[      0] Connecting to 78.86.154.58:8452 using number 15
[      0] Connecting to server .
[      0] Became player 15
[      0] Using map TheRockFinal.smf
[      0] Recording demo demos/20081009_102134_TheRockFinal_0.77b2.sdf
[      0] Using script Commanders
[      0] Using mod Balanced Annihilation V6.41
[      0] Connecting to server  
[      0] Parsing unit icons
[      0] Loading all definitions:  1.123000
[      0] Opening map file
[      0] Loading Map
[      0] Loading detail textures
[      0] Creating overhead texture
[      0] Creating ground shading
[      0] Loading tile file
[      0] Reading tiles
[      0] Reading tile map
[      0] Creating projectile texture
[      0] Number of damage types: 42
[      0] Loading weapon definitions
[      0] Loading unit definitions
[      0] Loading feature definitions
[      0] Generating trees
[      0] Creating unit textures
[      0] Initializing map features
[      0] Couldnt find wreckage info pdrock1
[      0] Unknown map feature type pdrock1
[      0] Couldnt find wreckage info pdrock1a
[      0] Unknown map feature type pdrock1a
[      0] Couldnt find wreckage info pdrock2
[      0] Unknown map feature type pdrock2
[      0] Couldnt find wreckage info pdrock2a
[      0] Unknown map feature type pdrock2a
[      0] Couldnt find wreckage info pdrock3
[      0] Unknown map feature type pdrock3
[      0] Couldnt find wreckage info pdrock3a
[      0] Unknown map feature type pdrock3a
[      0] Couldnt find wreckage info pdrock4
[      0] Unknown map feature type pdrock4
[      0] Couldnt find wreckage info pdrock4a
[      0] Unknown map feature type pdrock4a
[      0] Couldnt find wreckage info pdrock4a
[      0] Unknown map feature type pdrock4a
[      0] Reading estimate path costs (1 thread)
[      0] Analyzing map accessibility [8] (1 thread)
[      0] Blocks 0 to 20480 (block-size 8, path-type 0 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 1 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 2 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 3 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 4 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 5 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 6 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 7 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 8 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 9 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 10 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 11 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 12 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 13 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 14 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 15 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 16 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 17 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 18 of 20)
[      0] Blocks 0 to 20480 (block-size 8, path-type 19 of 20)
[      0] Reading estimate path costs (1 thread)
[      0] Analyzing map accessibility [32] (1 thread)
[      0] Blocks 0 to 1280 (block-size 32, path-type 0 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 1 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 2 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 3 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 4 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 5 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 6 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 7 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 8 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 9 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 10 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 11 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 12 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 13 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 14 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 15 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 16 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 17 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 18 of 20)
[      0] Blocks 0 to 1280 (block-size 32, path-type 19 of 20)
[      0] Pathing data checksum: fd101f71
[      0] Creating sky
[      0] Loading LuaRules
[      0] LUARULES-DRAW  (GADGETS)
[      0] error = 2, LuaRules/draw.lua, error = 2, LuaRules/gadgets.lua, [string "Lups/lups.lua"]:46: attempt to get length of global 'arg' (a nil value)
[      0] Loading LuaGaia
[      0] Loading LuaUI
[      0] Using LUAUI_DIRNAME = LuaUI/
[      0] Reloaded ctrlpanel with: LuaUI/ctrlpanel.txt
[      0] LuaUI: bound F11 to the widget selector
[      0] LuaUI: bound CTRL+F11 to tweak mode
[      0] Failed to load: cmd_unit_mover.lua  (Include() could not load 'LuaUI/Headers/spring.h.lua')
[      0] Failed to load: gui_commandring.lua  ([string "E:\broken\Spring\LuaUI\Widgets\gui_commandring.lua"]:236: '<eof>' expected near 'end')
[      0] Failed to load: unit_nano_buttons.lua  ([string "E:\broken\Spring\LuaUI\Widgets\unit_nano_bu..."]:1: attempt to index global 'gadget' (a nil value))
[      0] Failed to load: unit_retreat.lua  (Include() could not load 'LuaUI/Headers/spring.h.lua')
[      0] Failed to load: unit_transport_assist.lua  (Include() could not load 'LuaUI/Headers/spring.h.lua')
[      0] Failed to load: gui_advplayerslist.lua  (duplicate name)
[      0] Failed to load: gui_attack_aoe.lua  (duplicate name)
[      0] Failed to load: gui_comm_ends.lua  (duplicate name)
[      0] Failed to load: gui_defenserange.lua  (duplicate name)
[      0] Failed to load: gui_hilight_unit.lua  (duplicate name)
[      0] Failed to load: init_start_point_remover.lua  (duplicate name)
[      0] Failed to load: unit_comm_nametags.lua  (duplicate name)
[      0] Failed to load: unit_customformations.lua  (duplicate name)
[      0] ahoj
[      0] Loaded widget:  MexUpg Helper       <helper.lua>
[      0] Loaded widget:  Commander Name Tags1.0  <unit_comm_nametags.lua>
[      0] Loaded widget:  FollowMouse         <unit_follow_mouse.lua>
[      0] Loaded widget:  HealthBars          <unit_healthbars.lua>
[      0] No SidePic in the mod for side arm.
[      0] No SidePic in the mod for side arm.
[      0] No SidePic in the mod for side arm.
[      0] No SidePic in the mod for side arm.
[      0] No SidePic in the mod for side arm.
[      0] No SidePic in the mod for side arm.
[      0] No SidePic in the mod for side core.
[      0] No SidePic in the mod for side arm.
[      0] No SidePic in the mod for side arm.
[      0] No SidePic in the mod for side arm.
[      0] No SidePic in the mod for side arm.
[      0] No SidePic in the mod for side core.
[      0] No SidePic in the mod for side arm.
[      0] Loaded widget:  AdvPlayersList      <gui_advplayerslist.lua>
[      0] Loaded widget:  D-Gun unstall       <unit_dgun_unstall.lua>
[      0] Loaded widget:  CommanderEnds       <gui_comm_ends.lua>
[      0] Loaded widget:  DGunLimit           <gui_limit_dgun.lua>
[      0] Loaded widget:  BuildETA            <gui_build_eta.lua>
[      0] Loaded widget:  Don't Shoot         <unit_dontshoot.lua>
[      0] Loaded widget:  MetalMakers         <unit_metal_maker.lua>
[      0] Loaded widget:  Build costs 1.02    <gui_build_costs.lua>
[      0] Loaded widget:  Emotes              <emotes.lua>
[      0] Loaded widget:  IdleBuildersNEW     <gui_idle_builders_new.lua>
[      0] Loaded widget:  MinimapEvents       <minimap_events.lua>
[      0] Loaded widget:  ShareUnits          <cmd_shareunits.lua>
[      0] Loaded widget:  Stockpiler          <unit_stockpile.lua>
[      0] Loaded widget:  CameraShake         <camera_shake.lua>
[      0] Loaded widget:  BigCursor           <gui_bigcursor.lua>
[      0] Loaded widget:  IceUI               <gui_IceUI.lua>
[      0] BA
[      0] Loaded widget:  FactoryQ Manager    <cmd_factoryqmanager.lua>
[      0] Loaded widget:  Group Label         <group_label.lua>
[      0] Loaded widget:  CustomIcons         <ico_customicons.lua>
[      0] Loaded widget:  Display DPS         <gui_display_dps.lua>
[      0] Loaded widget:  ImmobileBuilder     <unit_immobile_buider.lua>
[      0] Loaded widget:  ShowAllCommands     <unit_seeallcommands.lua>
[      0] Loaded widget:  FactoryGuard        <unit_factory_guard.lua>
[      0] Loaded widget:  Transport AI        <unit_transport_ai.lua>
[      0] Loaded widget:  NoDuplicateOrders   <cmd_no_duplicate_orders.lua>
[      0] Loaded widget:  ReclaimInfo         <gui_reclaiminfo.lua>
[      0] Loaded widget:  SmartNanos          <unit_smart_nanos.lua>
[      0] Loaded widget:  Improved MetalMakers  <unit_improved_metal_maker.lua>
[      0] Loaded widget:  MiniMap Start Boxes  <minimap_startbox.lua>
[      0] Loaded widget:  Ghost Radar v1.11   <unit_ghostRadar.lua>
[      0] Loaded widget:  Transporting        <gui_transporting.lua>
[      0] Loaded widget:  BuildBar            <unit_buildbar.lua>
[      0] Loaded widget:  Stall Assist        <cmd_stall_assist.lua>
[      0] Loaded widget:  Take Reminderv2.2   <gui_take_remind.lua>
[      0] Loaded widget:  Start Point Remover  <init_start_point_remover.lua>
[      0] Loaded widget:  Defense Range v3.6  <gui_defenseRange.lua>
[      0] Loaded widget:  Attack AoE          <gui_attack_aoe.lua>
[      0] Loaded widget:  SmoothScroll        <camera_smooth_move.lua>
[      0] Loaded widget:  take com control too  <takecomcontroltoo.lua>
[      0] Loaded widget:  AllyCursors         <gui_ally_cursors.lua>
[      0] Loaded widget:  Rank Icons          <gui_xp.lua>
[      0] Loaded widget:  HighlightUnit       <gui_hilight_unit.lua>
[      0] Loaded widget:  Select n Center!    <gui_center_n_select.lua>
[      0] Loaded widget:  LupsManager         <gfx_lups_manager.lua>
[      0] Error in Shutdown()
[      0] false
[      0] Error in Shutdown(): [string "Lups/lups.lua"]:720: bad argument #1 to 'pairs' (table expected, got nil)
[      0] Removed widget: Lups
[      0] false
[      0] Error in Initialize(): [string "Lups/lups.lua"]:46: attempt to get length of global 'arg' (a nil value)
[      0] Removed widget: Lups
[      0] Loaded widget:  Lups                <lups_wrapper.lua>
[      0] Loaded widget:  CustomFormations    <unit_customformations.lua>
[      0] LuaUI v0.3
[      0] Finalizing...
[      0] Spring 0.77b2
[      0] false
[      0] Error in Update(): [string "E:\broken\Spring\LuaUI\Widgets\ico_customic..."]:40: attempt to call field 'mod' (a nil value)
[      0] Removed widget: CustomIcons
[      0] false
[      0] Error in Update(): [string "E:\broken\Spring\LuaUI\Widgets\gui_defenseR..."]:440: attempt to call field 'mod' (a nil value)
[      0] Removed widget: Defense Range v3.6
[      0] New connection established in 15 (wanted number was 15)
[      0] New connection established in 11 (wanted number was 11)
[      0] New connection established in 7 (wanted number was 7)
[      0] New connection established in 3 (wanted number was 3)
[      0] New connection established in 14 (wanted number was 14)
[      0] New connection established in 13 (wanted number was 13)
[      0] New connection established in 18 (wanted number was 18)
[      0] New connection established in 10 (wanted number was 10)
[      0] New connection established in 9 (wanted number was 9)
[      0] New connection established in 12 (wanted number was 12)
[      0] New connection established in 8 (wanted number was 8)
[      0] New connection established in 6 (wanted number was 6)
[      0] Player [JR]chaini joined as 4
[      0] New connection established in 16 (wanted number was 16)
[      0] Player [JR]Flash joined as 1
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] Player Punani joined as 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] Player Mammouth joined as 3
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]Flash added point: Start 0
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] Player fLaMbEuR joined as 18
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] Player riveR joined as 9
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] Player Lukas_asdf joined as 5
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] Player [EPA]Excellent joined as 11
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [EPA]Excellent added point: Start 8
[      0] [EPA]Excellent added point: Start 8
[      0] Player henkes joined as 13
[      0] Player BunnyGears joined as 7
[      0] Player [BS]Simdezimonus joined as 14
[      0] [EPA]Excellent added point: Start 8
[      0] [EPA]Excellent added point: Start 8
[      0] Player [BLC]Bobbelurman joined as 12
[      0] [JR]Flash added point: Start 0
[      0] LuaUI TweakMode: ON
[      0] [EPA]Excellent added point: Start 8
[      0] [JR]Flash added point: Start 0
[      0] LuaUI TweakMode: OFF
[      0] [EPA]Excellent added point: Start 8
[      0] [EPA]Excellent added point: Start 8
[      0] [JR]Flash added point: Start 0
[      0] [EPA]Excellent added point: Start 8
[      0] Player []lennart joined as 8
[      0] [EPA]Excellent added point: Start 8
[      0] [EPA]Excellent added point: Start 8
[      0] [EPA]Excellent added point: Start 8
[      0] [EPA]Excellent added point: Start 8
[      0] [EPA]Excellent added point: Start 8
[      0] [EPA]Excellent added point: Start 8
[      0] [EPA]Excellent added point: Start 8
[      0] [BS]Simdezimonus added point: Start 10
[      0] [EPA]Excellent added point: Start 8
[      0] Player [RoX]DojeH joined as 10
[      0] [EPA]Excellent added point: Start 8
[      0] [BS]Simdezimonus added point: Start 10
[      0] <[BLC]Bobbelurman> lol
[      0] [BS]Simdezimonus added point: Start 10
[      0] Player laptop joined as 0
[      0] Player [CoX]Tribulex joined as 15
[      0] [BS]Simdezimonus added point: Start 10
[      0] <Punani> Friend told me to smoke this shit and well I refused to smke shit
[      0] [CoX]Tribulex added point: Start 11
[      0] [BS]Simdezimonus added point: Start 10
[      0] [BS]Simdezimonus added point: Start 10
[      0] [EPA]Excellent added point: some go here
[      0] [CoX]Tribulex added point: Start 11
[      0] <Punani> He said it was good shit
[      0] [CoX]Tribulex added point: Start 11
[      0] [CoX]Tribulex added point: Start 11
[      0] <Punani> I said it was shit none the less
[      0] [CoX]Tribulex added point: Start 11
[      0] [CoX]Tribulex added point: Start 11
[      0] BunnyGears added point: Start 5
[      0] [CoX]Tribulex added point: Start 11
[      0] [CoX]Tribulex added point: Start 11
[      0] [CoX]Tribulex added point: Start 11
[      0] Player asgard24 joined as 6
[      0] [CoX]Tribulex added point: Start 11
[      0] [CoX]Tribulex added point: Start 11
[      0] [CoX]Tribulex added point: Start 11
[      0] <Punani> Bob came out the closet recently
[      0] [JR]chaini added point: 
[      0] Player slowpork joined as 16
[      0] [CoX]Tribulex added point: Start 11
[      0] [CoX]Tribulex added point: Start 11
[      0] [BS]Simdezimonus added point: Start 10
[      0] [EPA]Excellent added point: lol bunny
[      0] <[BLC]Bobbelurman> well atleast im no drag queen
[      0] [BS]Simdezimonus added point: Start 10
[      0] [BS]Simdezimonus added point: Start 10
[      0] [BS]Simdezimonus added point: Start 10
[      0] [laptop] good for bob
[      0] [BS]Simdezimonus added point: Start 10
[      0] [JR]chaini added point: Start 2
[      0] [BS]Simdezimonus added point: Start 10
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: 
[      0] [BS]Simdezimonus added point: Start 10
[      0] <[CoX]Tribulex> laggggggggg
[      0] [JR]chaini added point: Start 2
[      0] [JR]chaini added point: Start 2
[      0] [CoX]Tribulex added point: Start 11
[      0] [JR]chaini added point: Start 2
[      0] Speed set to 0.8 [[RoX]DojeH]
[      0] Speed set to 1.0 [[RoX]DojeH]
[      0] <[JR]chaini> bunny... piss off
[      0] [CoX]Tribulex added point: gj
[      0] <[BLC]Bobbelurman> how bout
[      0] <[CoX]Tribulex> dgun for metal
[      0] <[BLC]Bobbelurman> force
[      0] <[BLC]Bobbelurman> can i please dgun a noob
[      0] <Punani> done hate the game hatethe bunny
[      0] <[BLC]Bobbelurman> its so fun to see them dance in panic
[      0] <[EPA]Excellent> _D
[      0] <[CoX]Tribulex> how aboyt bobbel please stop being a fag
[      0] [laptop] yes, ron left
[      0] [laptop] we will have to force when youre ready i guess
[      0] <[EPA]Excellent> FORCE
[      0] <[EPA]Excellent> FORCE
[      0] <[EPA]Excellent> FORCE
[      0] <[BLC]Bobbelurman> FORCE
[      0] BunnyGears added point: Start 5
[      0] <[EPA]Excellent> :D
[      0] BunnyGears added point: Start 5
[      0] <[CoX]Tribulex> FORCE
[      0] <Lukas_asdf> ready up
[      0] <[BLC]Bobbelurman> laptop
[      0] <[EPA]Excellent> :D
[      0] [laptop] no, too many people arent ready
[      0] <Punani> Oooh dont hit the letter b
[      0] <[EPA]Excellent> FORCE
[      0] <[BLC]Bobbelurman> FORCE
[      0] BunnyGears added point: Start 5
[      0] <[BLC]Bobbelurman> FORCE
[      0] BunnyGears added point: Start 5
[      0] <[CoX]Tribulex> furfags
[      0] [JR]chaini added point: Start 2
[      0] [laptop] chaini, make ready
[      0] <[CoX]Tribulex> rup
[      0] [EPA]Excellent added point: mmake units fast and move them to the river
[      0] [JR]Flash added point: Start 0
[      0] <Punani> ja ja 
[      0] BunnyGears added point: Start 5
[      0] <[BLC]Bobbelurman> We need a go/no-go for launch
[      0] [laptop] bunny
[      0] <[CoX]Tribulex> make ready
[      0] <[BLC]Bobbelurman> FORCE
[      0] [laptop] waiting on you
[      0] <[BLC]Bobbelurman> ffs
[      0] <[BLC]Bobbelurman> why wait
[      0] <[BLC]Bobbelurman> FORCE
[      0] BunnyGears added point: Start 5
[      0] <Lukas_asdf> bunny
[      0] <[CoX]Tribulex> Bobbel stfu
[      0] <[CoX]Tribulex> Bobbel stfu
[      0] <Lukas_asdf> bunny
[      0] <Lukas_asdf> bunny
[      0] [EPA]Excellent added point: ok
[      0] <Lukas_asdf> bunny
[      0] <Lukas_asdf> bunny
[      0] [laptop] 20 secs
[      0] <[BLC]Bobbelurman> FORCE
[      0] <Lukas_asdf> bunny
[      0] <Punani> lunch is dis phcker blows its only a few scientsists and a chick
[      0] BunnyGears added point: Start 5
[      0] <asgard24> PLAY
[      0] <[CoX]Tribulex> Bobbel stfu
[      0] <[BLC]Bobbelurman> FORCE
[      0] BunnyGears added point: Start 5
[      0] BunnyGears added point: Start 5
[      0] [laptop] gonna force, bunny
[      0] <[BLC]Bobbelurman> tribu i didnt do anything to offend u 
[      0] [laptop] ready?
[      0] BunnyGears added point: Start 5
[      0] BunnyGears added point: Start 5
[      0] BunnyGears added point: Start 5
[      0] <[BLC]Bobbelurman> OMG DOES HE APPEAR READY
[      0] [BS]Simdezimonus added point: 
[      0] <[BLC]Bobbelurman> FORCE
[      0] <[CoX]Tribulex> Bobbel stfu
[      0] [laptop] click ready!
[      0] BunnyGears added point: Start 5
[      0] BunnyGears added point: Start 5
[      0] BunnyGears added point: Start 5
[      0] BunnyGears added point: Start 5
[      0] BunnyGears added point: Start 5
[      0] [laptop] forcing now
[      0] <[CoX]Tribulex> Are you on our team?
[      0] <[CoX]Tribulex> Then wait
[      0] BunnyGears added point: Start 5
[      0] <Punani> its easy to offend him just mention the guy who turned him down in the club toilet
[      0] GameID: 8c73ef482b42fdcc4a795f6c871637eb
[      1] Lups not found! Trying to activate it.
[      1] Loading:  LuaUI/Widgets/lups_wrapper.lua
[      1] Error in Shutdown()
[      1] false
[      1] Error in Shutdown(): [string "Lups/lups.lua"]:720: bad argument #1 to 'pairs' (table expected, got nil)
[      1] Removed widget: Lups
[      1] false
[      1] Error in Initialize(): [string "Lups/lups.lua"]:46: attempt to get length of global 'arg' (a nil value)
[      1] Removed widget: Lups
[      1] BunnyGears added point: Start 5
[      9] BunnyGears added point: Start 5
[     25] LuaParticleSystem (Lups) couldn't be loaded!
[     40] [BS]Simdezimonus added point: click ready
[     43] BunnyGears added point: Start 5
[     48] BunnyGears added point: Start 5
[     53] BunnyGears added point: Start 5
[     57] BunnyGears added point: Start 5
[     61] BunnyGears added point: Start 5
[    302] No sync response from BunnyGears for frame 1
[    380] BunnyGears added point: Start 5
[    390] BunnyGears added point: Start 5
[    403] BunnyGears added point: Start 5
[    411] BunnyGears added point: Start 5
[    418] BunnyGears added point: Start 5
[    426] BunnyGears added point: Start 5
[    440] BunnyGears added point: Start 5
[    449] BunnyGears added point: Start 5
[    456] BunnyGears added point: Start 5
[    473] BunnyGears added point: Start 5
[    493] [CoX]Tribulex paused the game
[    493] BunnyGears added point: Start 5
[    493] [EPA]Excellent added point: press ready
[    493] <[CoX]Tribulex> Rup bunny
[    493] [EPA]Excellent unpaused the game
[    493] [BLC]Bobbelurman unpaused the game
[    521] Speed set to 0.8 [fLaMbEuR]
[    529] <Punani> why comm wont move
[    567] Speed set to 1.0 [fLaMbEuR]
[    585] Speed set to 0.8 [[CoX]Tribulex]
[    593] Player BunnyGears left the game:  normal quit
[    593] Player BunnyGears left
[    612] Speed set to 1.0 [[EPA]Excellent]
[    669] <[EPA]Excellent> .take
[    675] <[EPA]Excellent> .take
[    681] <[EPA]Excellent> .take
[    690] <[EPA]Excellent> .take
[    692] <[CoX]Tribulex> .take
[    698] <[CoX]Tribulex> .take
[    740] <[EPA]Excellent> .take
[    750] <[EPA]Excellent> .take
[    756] <[EPA]Excellent> .take
[    765] <[EPA]Excellent> .take
[    878] <[BLC]Bobbelurman> punani: it happens when u pause
[    911] <[EPA]Excellent> .take
[    942] <[EPA]Excellent> .take
[    961] <[CoX]Tribulex> Fuck the nub got the com
[   1040] <[EPA]Excellent> .take
[   1191] <[CoX]Tribulex> .take
[   1196] <[CoX]Tribulex> .take
[   1211] <[CoX]Tribulex> .take
[   1215] <[CoX]Tribulex> .take
[   1220] <[CoX]Tribulex> .take
[   1224] <[CoX]Tribulex> .take
[   1233] <[CoX]Tribulex> .take
[   1238] <[CoX]Tribulex> .take
[   1242] <[CoX]Tribulex> .take
[   1247] <[CoX]Tribulex> .take
[   1251] <[CoX]Tribulex> .take
[   1258] <[CoX]Tribulex> .take
[   1263] <[CoX]Tribulex> .take
[   1267] <[CoX]Tribulex> .take
[   1270] [laptop] happy with it?
[   1272] <[CoX]Tribulex> .take
[   1290] <[CoX]Tribulex> .take
[   1290] <[CoX]Tribulex> .take
[   1290] <[CoX]Tribulex> .take
[   1293] <[CoX]Tribulex> .take
[   1298] <[CoX]Tribulex> .take
[   1303] <[CoX]Tribulex> .take
[   1307] <[CoX]Tribulex> .take
[   1313] <[CoX]Tribulex> .take
[   1318] <[CoX]Tribulex> .take
[   1323] <[CoX]Tribulex> .take
[   1327] <[CoX]Tribulex> .take
[   1332] <[CoX]Tribulex> .take
[   1336] <[CoX]Tribulex> .take
[   1343] <[CoX]Tribulex> .take
[   1350] <[CoX]Tribulex> .take
[   1420] [fLaMbEuR] .luarules take
[   1526] [CoX]Tribulex paused the game
[   1526] <asgard24> doesnt work here
[   1526] [fLaMbEuR] it's /take
[   1526] <[CoX]Tribulex> Hold on
[   1526] /take
[   1526] Team5 (BunnyGears) was converted to nuclear waste
[   1526] [BLC]Bobbelurman unpaused the game
[   1709] [CoX]Tribulex paused the game
[   1709] <[CoX]Tribulex> Bobbel stop
[   1709] <[CoX]Tribulex> I just took
[   1709] <Lukas_asdf> WTF
[   1709] <[CoX]Tribulex> Give me a sec
[   1709] [BLC]Bobbelurman unpaused the game
[   1777] <[BLC]Bobbelurman> u got one
[   1834] <asgard24> lol
[   2048] <[]lennart> nothing lol
[   3376] [EPA]Excellent added point: flashes
[   4126] [EPA]Excellent added point: i get 2 and u get 2 ok?
[   4498] Invalid order from player 15 for (unit 1848, team 11)
[   4498] Invalid order from player 15 for (unit 1848, team 11)
[   4498] Invalid order from player 15 for (unit 1848, team 11)
[   4826] <[BLC]Bobbelurman> trib
[   4936] [JR]chaini added point: 
[   4975] [JR]chaini added point: 
[   4986] <[BLC]Bobbelurman> u in big poo poo now
[   5116] <[CoX]Tribulex> why?
[   5186] <[CoX]Tribulex>  ...
[   5237] [JR]chaini added point: 
[   5350] <[BLC]Bobbelurman> invalid orders on ur team no
[   5494] [EPA]Excellent added point: ik im not an idiat
[   5620] Invalid order from player 15 for (unit 7273, team 11)
[   5620] Invalid order from player 15 for (unit 7273, team 11)
[   5620] Invalid order from player 15 for (unit 7273, team 11)
[   5631] <[CoX]Tribulex> what the fuck
[   5817] Speed set to 0.8 [[EPA]Excellent]
[   5822] Removed:  E:\broken\Spring\LuaUI\Widgets\unit_factory_guard.lua
[   5833] Loading:  E:\broken\Spring\LuaUI\Widgets\unit_factory_guard.lua
[   5871] Speed set to 1.0 [[EPA]Excellent]
[   6122] Invalid order from player 15 for (unit 2202, team 11)
[   6122] Invalid order from player 15 for (unit 2202, team 11)
[   6122] Invalid order from player 15 for (unit 2202, team 11)
[   6646] [EPA]Excellent added point: put a con here to assist fatory
[   6701] Invalid order from player 15 for (unit 4101, team 11)
[   6701] Invalid order from player 15 for (unit 4101, team 11)
[   6701] Invalid order from player 15 for (unit 4101, team 11)
[   6890] [JR]chaini added point: 
[   7075] [JR]chaini added point: 
[   7101] [JR]chaini added point: 
[   7131] [JR]chaini added point: 
[   7297] Invalid order from player 15 for (unit 2657, team 11)
[   7301] Invalid order from player 15 for (unit 2657, team 11)
[   7306] Invalid order from player 15 for (unit 2657, team 11)
[   7313] Invalid order from player 15 for (unit 2657, team 11)
[   7501] [EPA]Excellent added point: 
[   7507] [EPA]Excellent added point: 
[   7520] [EPA]Excellent added point: 
[   7527] [EPA]Excellent added point: 
[   7532] [EPA]Excellent added point: 
[   7537] [EPA]Excellent added point: 
[   7585] Invalid order from player 14 for (unit 6158, team 10)
[   7585] Invalid order from player 14 for (unit 1862, team 10)
[   7585] Invalid order from player 14 for (unit 6587, team 10)
[   7852] [EPA]Excellent added point: go here with flashes
[   8046] [EPA]Excellent added point: 
[   8389] [EPA]Excellent added point: 
[   8793] [CoX]Tribulex added point: 
[   9253] Invalid order from player 15 for (unit 8343, team 11)
[   9253] Invalid order from player 15 for (unit 8343, team 11)
[   9253] Invalid order from player 15 for (unit 8343, team 11)
[   9721] Invalid order from player 14 for (unit 838, team 10)
[   9721] Invalid order from player 14 for (unit 3199, team 10)
[   9721] Invalid order from player 14 for (unit 745, team 10)
[   9721] Invalid order from player 14 for (unit 2155, team 10)
[   9913] Invalid order from player 15 for (unit 2202, team 11)
[   9913] Invalid order from player 15 for (unit 2202, team 11)
[   9913] Invalid order from player 15 for (unit 2202, team 11)
[  11243] [laptop] better to have an idle com than to stall, yes?
[  11450] [laptop] you all agree with that?
[  11647] <[CoX]Tribulex> no
[  11751] [laptop] (matter of interest)
[  11860] <[CoX]Tribulex> if you are stalling then use com to attack
[  12124] [laptop] keep it up bobb, and ill kick you
[  12192] <[CoX]Tribulex> or eat its metal
[  12245] <[BLC]Bobbelurman> for what
[  12399] Invalid order from player 15 for (unit 8343, team 11)
[  12399] Invalid order from player 15 for (unit 8343, team 11)
[  12399] Invalid order from player 15 for (unit 8343, team 11)
[  12399] Invalid order from player 15 for (unit 8343, team 11)
[  12399] Invalid order from player 15 for (unit 8343, team 11)
[  12399] Invalid order from player 15 for (unit 8343, team 11)
[  12402] Invalid order from player 15 for (unit 8343, team 11)
[  12402] Invalid order from player 15 for (unit 8343, team 11)
[  12402] Invalid order from player 15 for (unit 8343, team 11)
[  12402] Invalid order from player 15 for (unit 8343, team 11)
[  12402] Invalid order from player 15 for (unit 8343, team 11)
[  12402] Invalid order from player 15 for (unit 8343, team 11)
[  12404] Invalid order from player 15 for (unit 8343, team 11)
[  12404] Invalid order from player 15 for (unit 8343, team 11)
[  12404] Invalid order from player 15 for (unit 8343, team 11)
INSERT 100000s of INVALID ORDER ERRORS HERE
[  37753] Invalid order from player 15 for (unit 628, team 11)
[  37753] Invalid order from player 15 for (unit 4475, team 11)
[  37753] Invalid order from player 15 for (unit 4475, team 11)
[  37753] Invalid order from player 15 for (unit 4475, team 11)
[  37753] Invalid order from player 15 for (unit 628, team 11)
[  37753] Invalid order from player 15 for (unit 628, team 11)
[  37753] Invalid order from player 15 for (unit 628, team 11)
[  37753] Invalid order from player 15 for (unit 4475, team 11)
[  37753] Invalid order from player 15 for (unit 4475, team 11)
[  37753] Invalid order from player 15 for (unit 4475, team 11)
[  37753] Invalid order from player 15 for (unit 628, team 11)
[  37753] Invalid order from player 15 for (unit 628, team 11)
[  37753] Invalid order from player 15 for (unit 628, team 11)
[  37756] Invalid order from player 15 for (unit 4475, team 11)
[  37756] Invalid order from player 15 for (unit 4475, team 11)
[  37756] Invalid order from player 15 for (unit 4475, team 11)
[  37756] Invalid order from player 15 for (unit 628, team 11)
[  37756] Invalid order from player 15 for (unit 628, team 11)
[  37756] Invalid order from player 15 for (unit 628, team 11)
[  37818] Sync error for henkes in frame 37812 (f3f3f81c)
[  38124] <[CoX]Tribulex> make more aa you nubs jezus crist!!!
[  38219] Sync error for [RoX]DojeH in frame 38213 (48ab5306)
[  38621] Sync error for henkes in frame 38614 (990d58b0)
[  39021] Sync error for henkes in frame 39015 (201ff5de)
[  39409] Manticore: Can't reach destination!
[  39422] Sync error for henkes in frame 39416 (c33c8a49)
[  39512] [JR]chaini added point: 
[  39639] Invalid order from player 15 for (unit 4340, team 11)
[  39639] Invalid order from player 15 for (unit 7125, team 11)
[  39639] Invalid order from player 15 for (unit 8531, team 11)
[  39639] Invalid order from player 15 for (unit 1878, team 11)
[  39639] Invalid order from player 15 for (unit 2288, team 11)
[  39639] Invalid order from player 15 for (unit 514, team 11)
[  39639] Invalid order from player 15 for (unit 6231, team 11)
[  39639] Invalid order from player 15 for (unit 3296, team 11)
[  39639] Invalid order from player 15 for (unit 7217, team 11)
[  39639] Invalid order from player 15 for (unit 5414, team 11)
[  39639] Invalid order from player 15 for (unit 5733, team 11)
[  39639] Invalid order from player 15 for (unit 5403, team 11)
[  39639] Invalid order from player 15 for (unit 2357, team 11)
[  39639] Invalid order from player 15 for (unit 9608, team 11)
[  39639] Invalid order from player 15 for (unit 3221, team 11)
[  39639] Invalid order from player 15 for (unit 3661, team 11)
[  39639] Invalid order from player 15 for (unit 7509, team 11)
[  39639] Invalid order from player 15 for (unit 3280, team 11)
[  39639] Invalid order from player 15 for (unit 2547, team 11)
[  39639] Invalid order from player 15 for (unit 4830, team 11)
[  39639] Invalid order from player 15 for (unit 7519, team 11)
[  39639] Invalid order from player 15 for (unit 8131, team 11)
[  39639] Invalid order from player 15 for (unit 8213, team 11)
[  39639] Invalid order from player 15 for (unit 3830, team 11)
[  39639] Invalid order from player 15 for (unit 1400, team 11)
[  39639] Invalid order from player 15 for (unit 4047, team 11)
[  39750] Invalid order from player 14 for (unit 4633, team 10)
[  39750] Invalid order from player 14 for (unit 2592, team 10)
[  39750] Invalid order from player 14 for (unit 5741, team 10)
[  39750] Invalid order from player 14 for (unit 9272, team 10)
[  39810] [JR]chaini added point: 
[  39819] Invalid order from player 14 for (unit 9272, team 10)
[  39819] Invalid order from player 14 for (unit 5741, team 10)
[  39819] Invalid order from player 14 for (unit 2592, team 10)
[  39819] Invalid order from player 14 for (unit 4633, team 10)
[  39825] Sync error for [RoX]DojeH in frame 39817 (bb6e922e)
[  39840] Invalid order from player 14 for (unit 4633, team 10)
[  39840] Invalid order from player 14 for (unit 2592, team 10)
[  39840] Invalid order from player 14 for (unit 5741, team 10)
[  39840] Invalid order from player 14 for (unit 9272, team 10)
[  39943] [JR]chaini added point: 
[  40004] <[CoX]Tribulex> what do you want me to do?
[  40029] Invalid order from player 14 for (unit 2592, team 10)
[  40029] Invalid order from player 14 for (unit 4633, team 10)
[  40029] Invalid order from player 14 for (unit 9272, team 10)
[  40029] Invalid order from player 14 for (unit 5741, team 10)
[  40104] Invalid order from player 14 for (unit 2592, team 10)
[  40104] Invalid order from player 14 for (unit 4633, team 10)
[  40104] Invalid order from player 14 for (unit 9272, team 10)
[  40104] Invalid order from player 14 for (unit 5741, team 10)
[  40133] Invalid order from player 14 for (unit 5741, team 10)
[  40133] Invalid order from player 14 for (unit 4633, team 10)
[  40133] Invalid order from player 14 for (unit 2592, team 10)
[  40133] Invalid order from player 14 for (unit 9272, team 10)
[  40214] Invalid order from player 14 for (unit 2592, team 10)
[  40214] Invalid order from player 14 for (unit 4633, team 10)
[  40214] Invalid order from player 14 for (unit 5741, team 10)
[  40214] Invalid order from player 14 for (unit 9272, team 10)
[  40225] Sync error for henkes in frame 40218 (4d1c13b6)
[  40625] Sync error for henkes in frame 40619 (ee819238)
[  41028] Sync error for asgard24 in frame 41020 (3e7601ea)
[  41278] Invalid order from player 15 for (unit 7352, team 11)
[  41278] Invalid order from player 15 for (unit 7352, team 11)
[  41278] Invalid order from player 15 for (unit 7352, team 11)
[  41431] Sync error for [CoX]Tribulex in frame 41421 (5fa28b77)
[  41731] Invalid order from player 14 for (unit 1512, team 10)
[  41731] Invalid order from player 14 for (unit 1285, team 10)
[  41731] Invalid order from player 14 for (unit 5674, team 10)
[  41731] Invalid order from player 14 for (unit 9167, team 10)
[  41731] Invalid order from player 14 for (unit 1637, team 10)
[  41731] Invalid order from player 14 for (unit 200, team 10)
[  41731] Invalid order from player 14 for (unit 8051, team 10)
[  41796] Invalid order from player 14 for (unit 1285, team 10)
[  41796] Invalid order from player 14 for (unit 5674, team 10)
[  41796] Invalid order from player 14 for (unit 9167, team 10)
[  41796] Invalid order from player 14 for (unit 1637, team 10)
[  41796] Invalid order from player 14 for (unit 200, team 10)
[  41796] Invalid order from player 14 for (unit 8051, team 10)
[  41830] Sync error for henkes in frame 41822 (8a3cf6fd)
[  41838] Invalid order from player 14 for (unit 1285, team 10)
[  41838] Invalid order from player 14 for (unit 5674, team 10)
[  41838] Invalid order from player 14 for (unit 1637, team 10)
[  41838] Invalid order from player 14 for (unit 9167, team 10)
[  41838] Invalid order from player 14 for (unit 200, team 10)
[  41838] Invalid order from player 14 for (unit 8051, team 10)
[  42227] Sync error for henkes in frame 42223 (69ce8df4)
[  42290] Invalid order from player 15 for (unit 507, team 11)
[  42290] Invalid order from player 15 for (unit 2019, team 11)
[  42290] Invalid order from player 15 for (unit 3528, team 11)
[  42290] Invalid order from player 15 for (unit 5303, team 11)
[  42290] Invalid order from player 15 for (unit 8426, team 11)
[  42527] Invalid order from player 15 for (unit 7803, team 11)
[  42637] Sync error for [JR]chaini in frame 42624 (197de873)
[  42755] [JR]chaini added point: 
[  42783] [JR]chaini added point: 
[  42796] [JR]chaini added point: 
[  42807] [JR]chaini added point: 
[  42809] [CoX]Tribulex added point: dont run those bombers into this aa
[  42813] [JR]chaini added point: 
[  42819] [JR]chaini added point: 
[  42852] [JR]chaini added point: 
[  42947] <[CoX]Tribulex> fail
[  42956] Invalid order from player 14 for (unit 9091, team 10)
[  43033] Sync error for [RoX]DojeH, henkes in frame 43025 (ff94a253)
[  43168] Crasher is being attacked

When i /took something, i got this invalid order error. Then we all desynced and crashed.
User avatar
det
Moderator
Posts: 737
Joined: 26 Nov 2005, 11:22

Re: Crash occured with .77b2

Post by det »

A lot of Ubuntu users were getting illegal instruction crashes and they were fixed by uploading a package compiled without -march=native. Windows builds will prob need to do the same thing.
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Re: Crash occured with .77b2

Post by Beherith »

Another crash after almost everyone desynced on green fields, replay attached:
Translated stacktrace:

Code: Select all

/home/spring/src/winTag_spring_0.77b2/rts/Game/Team.cpp:258
/home/spring/src/winTag_spring_0.77b2/rts/System/GlobalStuff.h:368
/home/spring/src/winTag_spring_0.77b2/rts/Game/Game.cpp:3845
/home/spring/src/winTag_spring_0.77b2/rts/Game/Game.cpp:2478
/home/spring/src/winTag_spring_0.77b2/rts/System/SpringApp.cpp:870
/home/spring/src/winTag_spring_0.77b2/rts/System/SpringApp.cpp:1068
/home/spring/src/winTag_spring_0.77b2/rts/System/Main.cpp:60
/home/spring/src/winTag_spring_0.77b2/rts/System/Main.cpp:122
Action.cpp:0
/home/ron/devel/debian/mingw32-runtime/mingw32-runtime-3.13/build_dir/src/mingw-runtime-3.13-20070825-1/crt1.c:237
/home/ron/devel/debian/mingw32-runtime/mingw32-runtime-3.13/build_dir/src/mingw-runtime-3.13-20070825-1/crt1.c:271

Code: Select all

Using script script.txt
using configuration source "Software\SJ\Spring 0.77b2"
OS: Microsoft Windows XP Professional Service Pack 2 (build 2600)
Hardware: Intel(R) Core(TM)2 Duo CPU     E6750  @ 2.66GHz; 2046MB RAM, 3939MB pagefile
Using read-write data directory: S:\Spring\
Scanning: S:\Spring\maps
Scanning: S:\Spring\base
Scanning: S:\Spring\mods
Video mode set to  1920 x 1200 / 32 bit
[      0] SDL:  1.2.10
[      0] GL:   2.1.2
[      0] GL:   NVIDIA Corporation
[      0] GL:   GeForce 8800 GT/PCI/SSE2
[      0] GLEW: 1.4.0
[      0] Connecting to server
[      0] Connecting to 78.86.154.58:8452 using number 1
[      0] Connecting to server .
[      0] Became player 1
[      0] Using map Green_Fields.smf
[      0] Recording demo demos/20081009_153336_Green_Fields_0.77b2.sdf
[      0] Using script Commanders
[      0] Using mod Balanced Annihilation V6.41
[      0] Parsing unit icons
[      0] Loading all definitions:  0.498000
[      0] Opening map file
[      0] Loading Map
[      0] Loading detail textures
[      0] Creating overhead texture
[      0] Creating ground shading
[      0] Loading tile file
[      0] Reading tiles
[      0] Reading tile map
[      0] Creating projectile texture
[      0] Number of damage types: 42
[      0] Loading weapon definitions
[      0] Loading unit definitions
[      0] Loading feature definitions
[      0] Generating trees
[      0] Creating unit textures
[      0] Initializing map features
[      0] Reading estimate path costs (1 thread)
[      0] Pathing data checksum: b1176a5b
[      0] Creating sky
[      0] Loading LuaRules
[      0] LUARULES-DRAW  (GADGETS)
[      0] LUARULES-DRAW  (GADGETS)
[      0] Loading LuaGaia
[      0] Loading LuaUI
[      0] Using LUAUI_DIRNAME = LuaUI/
[      0] Reloaded ctrlpanel with: LuaUI/ctrlpanel.txt
[      0] LuaUI: bound F11 to the widget selector
[      0] LuaUI: bound CTRL+F11 to tweak mode
[      0] Failed to load: Hedtrak3.lua  ([string "S:\Spring\LuaUI\Widgets\Hedtrak3.lua"]:283: 'then' expected near 'windowMoving')
[      0] Failed to load: beherithcam.lua  ([string "S:\Spring\LuaUI\Widgets\beherithcam.lua"]:22: unexpected symbol near '10')
[      0] Failed to load: gui_take_remind.lua  ([string "S:\Spring\LuaUI\Widgets\gui_take_remind.lua"]:85: '=' expected near 'Spring')
[      0] Failed to load: template.lua  ([string "S:\Spring\LuaUI\Widgets\template.lua"]:19: '}' expected (to close '{' at line 13) near '=')
[      0] Failed to load: unit_comm_stupidtags.lua  ([string "S:\Spring\LuaUI\Widgets\unit_comm_stupidtags.lua"]:57: unexpected symbol near '[')
[      0] Failed to load: gui_advplayerslist.lua  (duplicate name)
[      0] Failed to load: gui_comm_ends.lua  (duplicate name)
[      0] Failed to load: gui_defenserange.lua  (duplicate name)
[      0] Failed to load: gui_take_remind.lua  ([string "LuaUI/Widgets/gui_take_remind.lua"]:85: '=' expected near 'Spring')
[      0] Failed to load: unit_comm_nametags.lua  (duplicate name)
[      0] Failed to load: unit_healthbars.lua  (duplicate name)
[      0] ahoj
[      0] Loaded widget:  MexUpg Helper       <helper.lua>
[      0] Loaded widget:  Commander Name Tags1.0  <unit_comm_nametags.lua>
[      0] Loaded widget:  Wisse Layout        <gui_transparent.lua>
[      0] Loaded widget:  Export Heightmap    <cmd_heightmapexporter.lua>
[      0] Loaded widget:  Resource Bar Plus v1.1  <gui_resbarplus.lua>
[      0] Loaded widget:  AdvPlayersList      <gui_advplayerslist.lua>
[      0] Loaded widget:  CommanderEnds       <gui_comm_ends.lua>
[      0] Loaded widget:  Don't Shoot         <unit_dontshoot.lua>
[      0] Loaded widget:  .Volcano.           <volcano.lua>
[      0] Loaded widget:  MiniMap Start Boxes  <minimap_startbox.lua>
[      0] Loaded widget:  ImmobileBuilder     <unit_immobile_buider.lua>
[      0] Loaded widget:  MetalMakers         <unit_metal_maker.lua>
[      0] Loaded widget:  ReclaimInfo         <gui_reclaiminfo.lua>
[      0] Loaded widget:  Stockpiler          <unit_stockpile.lua>
[      0] Loaded widget:  Emotes              <cmd_emotes.lua>
[      0] Loaded widget:  SoundVolume         <snd_volume.lua>
[      0] Loaded widget:  MouseTrail          <gui_mousetrail.lua>
[      0] Loaded widget:  Transporting        <gui_transporting.lua>
[      0] Loaded widget:  BuildBar            <unit_buildbar.lua>
[      0] Loaded widget:  Defense Range v4.11  <gui_defenseRange.lua>
[      0] Loaded widget:  Ghost Radar v1.11   <unit_ghostRadar.lua>
[      0] Loaded widget:  Transportation Assister  <unit_transport_assist.lua>
[      0] Loaded widget:  Start Point Remover  <init_start_point_remover.lua>
[      0] Loaded widget:  Tooltip             <gui_tooltip.lua>
[      0] Loaded widget:  take com control too  <takecomcontroltoo.lua>
[      0] Loaded widget:  Attack AoE          <gui_attack_aoe.lua>
[      0] Loaded widget:  CommandInsert       <gui_commandinsert.lua>
[      0] Loaded widget:  FastSwitch          <gui_fastswitch.lua>
[      0] Loaded widget:  Select n Center!    <gui_center_n_select.lua>
[      0] Loaded widget:  LupsManager         <gfx_lups_manager.lua>
[      0] Loaded widget:  Lups                <lups_wrapper.lua>
[      0] Loaded widget:  CustomFormations    <unit_customformations.lua>
[      0] Loaded widget:  HealthBars          <unit_healthbars.lua>
[      0] LuaUI v0.3
[      0] Finalizing...
[      0] Spring 0.77b2
[      0] Upgrade pairs registered
[      0] New connection established in 1 (wanted number was 1)
[      0] New connection established in 8 (wanted number was 8)
[      0] New connection established in 2 (wanted number was 2)
[      0] New connection established in 5 (wanted number was 5)
[      0] New connection established in 6 (wanted number was 6)
[      0] New connection established in 7 (wanted number was 7)
[      0] New connection established in 3 (wanted number was 3)
[      0] New connection established in 4 (wanted number was 4)
[      0] New connection established in 9 (wanted number was 9)
[      0] Saved: screenshots/screen000.jpg
[      0] Player [teh]Beherith[PiRO] joined as 1
[      0] Player laptop joined as 0
[      0] laptop added point: Start 0
[      0] Player Lukas_asdf joined as 4
[      0] [teh]Beherith[PiRO] added point: Start 1
[      0] Player [JR]Flash joined as 2
[      0] Player Dagata117 joined as 3
[      0] Lukas_asdf added point: Start 4
[      0] Lukas_asdf added point: Start 4
[      0] Player [BBC]momfreeek joined as 5
[      0] Lukas_asdf added point: Start 4
[      0] Player Punani joined as 7
[      0] Player [BF]sensorman joined as 8
[      0] [BBC]momfreeek added point: Start 5
[      0] laptop added point: Start 0
[      0] laptop added point: Start 0
[      0] laptop added point: Start 0
[      0] laptop added point: Start 0
[      0] laptop added point: Start 0
[      0] laptop added point: Start 0
[      0] Lukas_asdf added point: Start 4
[      0] Lukas_asdf added point: Start 4
[      0] Lukas_asdf added point: Start 4
[      0] Lukas_asdf added point: Start 4
[      0] Lukas_asdf added point: Start 4
[      0] Player henkes joined as 9
[      0] laptop added point: Start 0
[      0] Lukas_asdf added point: Start 4
[      0] laptop added point: Start 0
[      0] henkes added point: Start 9
[      0] henkes added point: Start 9
[      0] henkes added point: Start 9
[      0] Player [CoX]Tribulex joined as 6
[      0] henkes added point: Start 9
[      0] <laptop> hope we didnt lose co...
[      0] Saved: screenshots/screen001.jpg
[      0] <laptop> ah! slow computer
[      0] [BBC]momfreeek added point: Start 5
[      0] Lukas_asdf added point: Start 4
[      0] laptop added point: Start 0
[      0] laptop added point: Start 0
[      0] laptop added point: Start 0
[      0] henkes added point: Start 9
[      0] [teh]Beherith[PiRO] added point: Start 1
[      0] [teh]Beherith[PiRO] added point: Start 1
[      0] [teh]Beherith[PiRO] added point: Start 1
[      0] [teh]Beherith[PiRO] added point: Start 1
[      0] [teh]Beherith[PiRO] added point: Start 1
[      0] [teh]Beherith[PiRO] added point: Start 1
[      0] <Punani> Mmmm no metal map
[      0] <Lukas_asdf> yea
[      0] <[CoX]Tribulex> the metal on this map fails
[      0] <Punani> is this like greenfields
[      0] <[teh]Beherith[PiRO]> my trees are fucked, anyone else?
[      0] <Lukas_asdf> it is greenfields
[      0] <[BF]sensorman> aha
[      0] <laptop> i had that previously.  they were black squares
[      0] <[CoX]Tribulex> Why would anyone else be fucking their trees?
[      0] <laptop> seems ok now though
[      0] <Punani> my trees look like trees , and no they are not taking part in any sexual acts
[      0] <[teh]Beherith[PiRO]> they are grey noisy shit
[      0] <[CoX]Tribulex> Well
[      0] <[teh]Beherith[PiRO]> trib, dendrophiles
[      0] <[CoX]Tribulex> They have been fucked hard
[      0] <[CoX]Tribulex> lol
[      0] <laptop> please make ready, daga and trib
[      0] <[BBC]momfreeek> suck on em
[      0] <Dagata117> oh sorry
[      0] <[CoX]Tribulex> shit
[      0] GameID: 4268ef48f5e4177eb0a74693407e8698
[     83] <[CoX]Tribulex> i messed up my start pos
[    427] <laptop> happens.  be fine
[    912] <[CoX]Tribulex> shitmy  ctrlpanel.txt is UGLY
[   2997] <Lukas_asdf> build llt as fast as possible..!
[   3177] <[CoX]Tribulex> okay
[   3542] <Lukas_asdf> lol
[   3849] <Lukas_asdf> Allies: llt.!
[   3874] <[CoX]Tribulex> you wont be lolling when i fuck u up
[   4451] <Lukas_asdf> we ll see
[   4775] <[CoX]Tribulex> i will have to agree to that
[   5378] [teh]Beherith[PiRO] added point: ``````i has volcano
[   5714] [BBC]momfreeek added point: 
[   5762] Lukas_asdf added point: 
[   5771] Lukas_asdf added point: 
[   6378] [teh]Beherith[PiRO] added point: 
[   6511] <[CoX]Tribulex> thanks for metal
[   6659] <[CoX]Tribulex> Wow wrecks are cool!!!!!
[   6870] <[CoX]Tribulex> I like this new version of psinrg :)))
[   8287] <laptop> Allies: hows it looking?
[   8993] <henkes> Allies:  build aa
[  12671] Commander: Self destruct in 4 s
[  12703] Commander: Self destruct in 3 s
[  12735] Commander: Self destruct in 2 s
[  12767] Commander: Self destruct in 1 s
[  12938] henkes added point: 
[  14443] [teh]Beherith[PiRO] added point: 
[  14455] [teh]Beherith[PiRO] added point: 
[  14467] [teh]Beherith[PiRO] added point: 
[  14479] [teh]Beherith[PiRO] added point: 
[  14491] [teh]Beherith[PiRO] added point: 
[  14504] [teh]Beherith[PiRO] added point: 
[  14733] <Lukas_asdf> stop that
[  15002] [teh]Beherith[PiRO] added point: fool
[  15084] <Lukas_asdf> thats fucking lame
[  15331] [teh]Beherith[PiRO] added point: 
[  15337] [teh]Beherith[PiRO] added point: 
[  15423] <Lukas_asdf> Allies: yea...fool...fuck you
[  15819] <henkes> Allies:  ty for the warning
[  17114] <[CoX]Tribulex> WHAT
[  17225] <[CoX]Tribulex> wHAT THE HELL
[  17409] <[CoX]Tribulex> I SELF_DED IT
[  18436] <[teh]Beherith[PiRO]> lol other corpse got thrown
[  19819] <[CoX]Tribulex> new spring is fucked up, the com just dropped not died
[  20432] <[BF]sensorman> the flashes killed your trans
[  20567] <[teh]Beherith[PiRO]> go file a bug report
[  20650] <[CoX]Tribulex> REally?
[  20734] <[CoX]Tribulex> But still
[  20869] <[teh]Beherith[PiRO]> the trans still should have killed it
[  20875] <[CoX]Tribulex> The com should die
[  23594] [BBC]momfreeek added point: 
[  23756] <henkes> Allies:  i noticed!
[  23855] [teh]Beherith[PiRO] added point: ````MAKE AA
[  24000] [teh]Beherith[PiRO] added point: `send them home
[  25628] Sync error for Punani in frame 25622 (4405cdb6)
[  25880] <Punani> Nooo
[  26004] <Punani> Cync errors
[  26030] Sync error for Punani in frame 26023 (2e69625c)
[  26117] <[CoX]Tribulex> :(
[  26391] <[CoX]Tribulex> i guess you just have to self-d
[  26432] Sync error for Punani in frame 26424 (36a148bb)
[  26536] <[CoX]Tribulex> No other way
[  26583] <[BF]sensorman> haha
[  26625] <Punani> doesnt pause fix it
[  26719] <laptop> sync errors?
[  26747] <[teh]Beherith[PiRO]> no
[  26833] Sync error for [BF]sensorman in frame 26825 (83e53ca1)
[  27153] <Punani> LOL sensorman is syncing now
[  27234] Sync error for [BF]sensorman in frame 27226 (923506ae)
[  27421] <[BF]sensorman> woot
[  27475] <[BF]sensorman> yay
[  27576] <[CoX]Tribulex> shit we are pwned
[  27635] Sync error for [BBC]momfreeek in frame 27627 (3ee237f1)
[  27768] Construction Kbot: Build pos blocked
[  28035] Sync error for Punani, [BF]sensorman in frame 28028 (f2d1e622)
[  28436] Sync error for [BBC]momfreeek in frame 28429 (9630527d)
[  28833] Sync error for Punani in frame 28830 (4c13e87c)
[  29237] Sync error for Punani in frame 29231 (76d25126)
[  29638] Sync error for [BBC]momfreeek in frame 29632 (3ba05511)
[  29817] <[CoX]Tribulex> i found the other corpse lol it got thrown
[  30040] Sync error for [BBC]momfreeek in frame 30033 (f654c6aa)
[  30440] Sync error for Punani in frame 30434 (4b375749)
[  30842] Sync error for Punani in frame 30835 (1a725cb5)
[  31243] Sync error for henkes in frame 31236 (2b3fffd3)
[  31644] Sync error for henkes in frame 31637 (5f652301)
[  31708] No sync response from Lukas_asdf for frame 31407
[  32046] Sync error for [BF]sensorman in frame 32038 (827ed8b2)
[  32109] No sync response from Lukas_asdf for frame 31808
[  32318] Player Lukas_asdf left the game:  timeout
[  32318] Lost connection to Lukas_asdf
[  32424] <henkes> .take
[  32446] Sync error for Punani in frame 32439 (fea01caf)
[  32575] /take
[  32583] Team4 (Lukas_asdf) will fight another day
[  32848] Sync error for [JR]Flash in frame 32840 (5fb44ba9)
[  33248] Sync error for Punani in frame 33241 (2c4cdfb6)
[  33650] Sync error for [BBC]momfreeek in frame 33642 (4767a35d)
[  34051] Sync error for [BBC]momfreeek, [BF]sensorman in frame 34043 (6fcd43bd)
[  34450] Sync error for Punani in frame 34444 (f758fa9d)
[  34851] Sync error for [BBC]momfreeek in frame 34845 (557382de)
[  35254] Sync error for [teh]Beherith[PiRO] in frame 35246 (646dd6bb)
[  35438] <henkes> .take
[  35653] Sync error for Punani in frame 35647 (d9650651)
[  36055] Sync error for Punani in frame 36048 (78d9be36)
[  36455] Sync error for [BF]sensorman in frame 36449 (bb125f4c)
[  36857] Sync error for [teh]Beherith[PiRO] in frame 36850 (462b339f)
[  37257] Sync error for Punani in frame 37251 (121f46d3)
[  37370] <Punani> My mouse is gone
[  37554] <[CoX]Tribulex> backspace
[  37656] Sync error for [BF]sensorman in frame 37652 (d737af5e)
[  37716] <laptop> Allies: sharing e
[  37792] <henkes> Allies:  how do you space wind generators?
[  37875] <laptop> Allies: but i thnk we're unsyned
[  38059] Sync error for [BF]sensorman in frame 38053 (5eceea20)
[  38461] Sync error for [BBC]momfreeek in frame 38454 (e3a5787e)
[  38541] <henkes> Allies:  how u space buildings?
[  38557] <[BF]sensorman> me fast
[  38861] Sync error for henkes in frame 38855 (581f2af8)
[  39261] Sync error for [BF]sensorman in frame 39256 (6d19b938)
[  39664] Sync error for Punani in frame 39657 (5ac294c5)
[  40016] <henkes> Allies:  how do you space buildings?
[  40067] Sync error for [teh]Beherith[PiRO], [BBC]momfreeek in frame 40058 (ba98c1cd)
[  40123] <[teh]Beherith[PiRO]> Allies: []
[  40332] <[teh]Beherith[PiRO]> Allies:  oh wait
[  40436] <[teh]Beherith[PiRO]> Allies: its z and x
[  40468] Sync error for [BBC]momfreeek in frame 40459 (545af3f2)
[  40867] Sync error for [BBC]momfreeek in frame 40860 (720d58af)
[  41267] Sync error for Punani in frame 41261 (4feda93b)
[  41553] Peeper is being attacked
[  41668] Sync error for [BF]sensorman in frame 41662 (3d4817f6)
[  41720] Peeper is being attacked
[  41931] Banshee is being attacked
[  42069] Sync error for Punani in frame 42063 (7c39c46d)
[  42077] Banshee is being attacked
[  42472] Sync error for Punani, [BF]sensorman in frame 42464 (c8b65090)
[  42782] [BBC]momfreeek added point: 
[  42829] Construction Kbot: Can't reach destination!
[  42871] Sync error for Punani, henkes in frame 42865 (4d9ba35d)
[  43015] Banshee is being attacked
[  43021] Construction Kbot: Can't reach destination!
[  43117] Construction Kbot: Can't reach destination!
[  43272] Sync error for [BBC]momfreeek in frame 43266 (588638d)
[  43502] <[CoX]Tribulex> while we are being pwned, ill make the best of it
[  43506] Banshee is being attacked
[  43662] Banshee is being attacked
[  43673] Sync error for [BF]sensorman in frame 43667 (e628c2aa)
[  43772] Thunder is being attacked
[  43873] Thunder is being attacked
[  44013] Thunder is being attacked
[  44072] Sync error for henkes in frame 44068 (876185f9)
[  44231] Thunder is being attacked
[  44428] Thunder is being attacked
[  44476] Sync error for [BBC]momfreeek, [BF]sensorman in frame 44469 (b5631a4a)
[  44626] <Dagata117> thanks
[  44631] Banshee is being attacked
[  44771] Player Dagata117 left the game:  normal quit
[  44771] Player Dagata117 left
[  44820] Thunder is being attacked
[  44876] Sync error for Punani in frame 44870 (e3cf0816)
[  44965] [teh]Beherith[PiRO] added point: can i has any core builder?
[  45023] <Punani> .take
[  45086] <Punani> .take
[  45277] Sync error for [BF]sensorman in frame 45271 (75dba963)
[  45319] [BBC]momfreeek added point: ```k
[  45610] [BBC]momfreeek added point: after this guy
[  45646] <[CoX]Tribulex> say .take
[  45674] [teh]Beherith[PiRO] added point: mebbe this on?
[  45679] Sync error for Punani, [BF]sensorman in frame 45672 (94267792)
[  45901] [teh]Beherith[PiRO] added point: `ill givem
[  45978] [teh]Beherith[PiRO] added point: `give m
[  46024] Peeper is being attacked
[  46034] <[BF]sensorman> .take
[  46080] Sync error for [teh]Beherith[PiRO] in frame 46073 (6a05a024)
[  46137] <[BF]sensorman> haha
[  46187] <[CoX]Tribulex> what the fuck
[  46447] <[CoX]Tribulex> MEGA DESYNC
[  46451] <[BF]sensorman> .take
[  46459] <[BF]sensorman> .take
[  46464] <[BF]sensorman> .take
[  46469] <[BF]sensorman> .take
[  46472] <[BF]sensorman> .take
[  46477] <[BF]sensorman> .take
[  46481] <[BF]sensorman> .take
[  46482] Sync error for Punani in frame 46474 (7cb526ef)
[  46484] <[BF]sensorman> .take
[  46487] <[BF]sensorman> .take
[  46491] <[BF]sensorman> .take
[  46495] <[BF]sensorman> .take
[  46498] <[BF]sensorman> .take
[  46501] <[BF]sensorman> .take
[  46505] <[BF]sensorman> .take
[  46508] [BBC]momfreeek added point: 
[  46508] <[BF]sensorman> .take
[  46512] <[BF]sensorman> .take
[  46518] <[BF]sensorman> .take
[  46521] <[BF]sensorman> .take
[  46526] <[BF]sensorman> .take
[  46529] <[BF]sensorman> .take
[  46538] <[BF]sensorman> .take
[  46705] Peeper is being attacked
[  46713] <[CoX]Tribulex> .take
[  46881] Sync error for [BF]sensorman in frame 46875 (10457228)
[  47140] <[CoX]Tribulex> MEGA DESYNC
[  47193] <[CoX]Tribulex> MEGA DESYNC
[  47237] <[CoX]Tribulex> MEGA DESYNC
[  47275] <[CoX]Tribulex> MEGA DESYNC
[  47283] Sync error for henkes in frame 47276 (6c0e6cb)
[  47579] <[BF]sensorman> .take
[  47584] <[BF]sensorman> .take
[  47587] <[BF]sensorman> .take
[  47591] <[BF]sensorman> .take
[  47594] <[BF]sensorman> .take
[  47597] <[BF]sensorman> .take
[  47600] <[BF]sensorman> .take
[  47606] <[BF]sensorman> .take
[  47609] <[BF]sensorman> .take
[  47613] <[BF]sensorman> .take
[  47616] <[BF]sensorman> .take
[  47618] <[BF]sensorman> .take
[  47621] <[BF]sensorman> .take
[  47627] <[BF]sensorman> .take
[  47633] <[BF]sensorman> .take
[  47636] <[BF]sensorman> .take
[  47640] <[BF]sensorman> .take
[  47646] <[BF]sensorman> .take
[  47650] <[BF]sensorman> .take
[  47654] <[BF]sensorman> .take
[  47656] <[BF]sensorman> .take
[  47659] <[BF]sensorman> .take
[  47662] <[BF]sensorman> .take
[  47666] <[BF]sensorman> .take
[  47669] <[BF]sensorman> .take
[  47672] <[BF]sensorman> .take
[  47675] <[BF]sensorman> .take
[  47678] <[BF]sensorman> .take
[  47682] <[BF]sensorman> .take
[  47683] Sync error for [BBC]momfreeek in frame 47677 (79453a7d)
[  47685] <[BF]sensorman> .take
[  47776] <Punani> .take
[  47794] <Punani> .take
[  47795] <[teh]Beherith[PiRO]> USE /TAKE IDIOT
[  47800] <Punani> .take
[  47804] <Punani> .take
[  47809] <Punani> .take
[  47813] <Punani> .take
[  47818] <Punani> .take
[  47824] <Punani> .take
[  47921] Team3 (Dagata117) was beamed up
[  48086] Sync error for henkes in frame 48078 (fce4e73b)
[  48448] <[CoX]Tribulex> k good
[  48485] Sync error for Punani in frame 48479 (9100cdb6)
[  48888] Sync error for [BF]sensorman in frame 48880 (a490be0e)
[  49290] Sync error for [teh]Beherith[PiRO] in frame 49281 (cb6c4710)
[  49693] Sync error for [teh]Beherith[PiRO] in frame 49682 (5330572d)
[  50091] Sync error for [BF]sensorman in frame 50083 (554954d4)
[  50491] Sync error for [BBC]momfreeek, Punani in frame 50484 (d6722f0d)
[  50587] Peeper is being attacked
[  50891] Sync error for Punani in frame 50885 (693a56c)
[  51293] Sync error for [BBC]momfreeek, Punani in frame 51286 (aae9713e)
[  51694] Sync error for henkes in frame 51687 (a8b493b5)
[  51904] [BBC]momfreeek added point: 
[  52029] Morty is being attacked
[  52095] Sync error for Punani in frame 52088 (8b267d45)
[  52467] Speed set to 1.5 [[teh]Beherith[PiRO]]
[  52495] Sync error for Punani in frame 52489 (c30976fc)
[  52499] Speed set to 1.0 [[teh]Beherith[PiRO]]
[  52859] laptop added point: 
[  52894] Sync error for Punani, [BF]sensorman in frame 52890 (4a8bcb42)
[  53046] <[teh]Beherith[PiRO]> why is the game so fucking slow?
[  53057] Speed set to 1.5 [laptop]
[  53073] Speed set to 1.0 [laptop]
[  53150] <[teh]Beherith[PiRO]> kick momfreeek
[  53183] <[BBC]momfreeek> lag
[  53259] <[CoX]Tribulex> faillag
[  53272] <[BBC]momfreeek> me?
[  53297] Sync error for [BBC]momfreeek, henkes in frame 53291 (912b3b12)
[  53384] <[BBC]momfreeek> oh
[  53518] <laptop> Allies: unsyned i think
[  53560] <[BBC]momfreeek> sync screwing it up or sumthing?
[  53697] Sync error for Punani in frame 53692 (42685f)
[  54098] Sync error for [BF]sensorman in frame 54093 (d981d534)
[  54175] [BBC]momfreeek added point: ill open a hole
[  54499] Sync error for [teh]Beherith[PiRO] in frame 54494 (88d2e1fc)
[  54777] [BBC]momfreeek added point: 
[  54900] Sync error for [JR]Flash in frame 54895 (6e6e1dbe)
[  54905] laptop added point: ty
[  55096] <[teh]Beherith[PiRO]> which fucker is lagging us?
[  55151] Speed set to 1.5 [[teh]Beherith[PiRO]]
[  55216] Speed set to 1.0 [[teh]Beherith[PiRO]]
[  55302] Sync error for Punani in frame 55296 (7be4ec53)
[  55702] Sync error for Punani in frame 55697 (e180d5df)
[  56104] Sync error for [BF]sensorman in frame 56098 (3be32451)
[  56505] Sync error for Punani in frame 56499 (15246e1a)
[  56578] <[CoX]Tribulex> mega fail
[  56835] <laptop> my lua just crashed
[  56891] <laptop> stupid thing
[  56904] Sync error for [teh]Beherith[PiRO], [BF]sensorman in frame 56900 (2ee3d624)
[  57307] Sync error for [BF]sensorman in frame 57301 (2cd48816)
[  57698] Player [BF]sensorman left the game:  normal quit
[  57698] Player [BF]sensorman left
[  57708] Sync error for [BBC]momfreeek in frame 57702 (30dc73d3)
[  57981] Manticore is being attacked
[  58087] <[CoX]Tribulex> failed
[  58106] Morty is being attacked
[  58111] Sync error for [teh]Beherith[PiRO], [JR]Flash in frame 58103 (15d7911f)
[  58289] Morty is being attacked
[  58398] Morty is being attacked
[  58508] Sync error for henkes in frame 58504 (eaae8ce7)
[  58651] Voyeur is being attacked
[  58911] Sync error for Punani in frame 58905 (8cd4c7a6)
[  58927] Team7 (Punani) has been shown the door
[  58944] Morty is being attacked
[  59045] Morty is being attacked
[  59152] Morty is being attacked
[  59313] Sync error for [teh]Beherith[PiRO] in frame 59306 (620c6104)
[  59499] Spectre is being attacked
[  59570] <[CoX]Tribulex> wow mega fail desync
[  59712] Sync error for [JR]Flash in frame 59707 (6461e595)
[  60116] Sync error for [teh]Beherith[PiRO], henkes in frame 60108 (acb4fbf3)
[  60514] Sync error for Punani in frame 60509 (dbdc30f1)
[  60566] Spring 0.77b2 has crashed.
[  60566] Exception: Access violation (0xc0000005)
[  60566] Exception Address: 0x0086a441
[  60566] DLL information:
[  60566] 0x00400000	spring
[  60566] 0x7c900000	ntdll
[  60566] 0x7c800000	kernel32
[  60566] 0x77dd0000	ADVAPI32
[  60566] 0x77e70000	RPCRT4
[  60566] 0x73f10000	dsound
[  60566] 0x77c10000	msvcrt
[  60566] 0x7e410000	USER32
[  60566] 0x77f10000	GDI32
[  60566] 0x774e0000	ole32
[  60566] 0x76b40000	WINMM
[  60566] 0x77c00000	VERSION
[  60566] 0x68b20000	GLU32
[  60566] 0x5ed00000	OPENGL32
[  60566] 0x73760000	DDRAW
[  60566] 0x73bc0000	DCIMAN32
[  60566] 0x76c90000	IMAGEHLP
[  60566] 0x6fbc0000	mingwm10
[  60566] 0x7c9c0000	SHELL32
[  60566] 0x77f60000	SHLWAPI
[  60566] 0x71ad0000	WSOCK32
[  60566] 0x71ab0000	WS2_32
[  60566] 0x71aa0000	WS2HELP
[  60566] 0x6ed80000	glew32
[  60566] 0x10000000	SDL
[  60566] 0x7c340000	MSVCR71
[  60566] 0x00de0000	DevIL
[  60566] 0x66fc0000	freetype6
[  60566] 0x61b80000	zlib1
[  60566] 0x003e0000	ILU
[  60566] 0x76390000	IMM32
[  60566] 0x773d0000	comctl32
[  60566] 0x5d090000	comctl32
[  60566] 0x74720000	MSCTF
[  60566] 0x10100000	lgscroll
[  60566] 0x78130000	MSVCR80
[  60566] 0x7c420000	MSVCP80
[  60566] 0x77690000	NTMARTA
[  60566] 0x76f60000	WLDAP32
[  60566] 0x71bf0000	SAMLIB
[  60566] 0x755c0000	msctfime
[  60566] 0x69500000	nvoglnt
[  60566] 0x71a50000	mswsock
[  60566] 0x662b0000	hnetcfg
[  60566] 0x71a90000	wshtcpip
[  60566] 0x18800000	RTSUltraMonHook
[  60566] 0x76c30000	WINTRUST
[  60566] 0x77a80000	CRYPT32
[  60566] 0x77b20000	MSASN1
[  60566] 0x72d20000	wdmaud
[  60566] 0x72d10000	msacm32
[  60566] 0x77be0000	MSACM32
[  60566] 0x77bd0000	midimap
[  60566] 0x73ee0000	KsUser
[  60566] 0x59a60000	DBGHELP
[  60566] Stacktrace:
[  60566] (0) S:\Spring\spring.exe [0x0086A441]
[  60566] (1) S:\Spring\spring.exe [0x0084CA8E]
[  60566] (2) S:\Spring\spring.exe [0x0084E9AD]
[  60566] (3) S:\Spring\spring.exe [0x005B918B]
[  60566] (4) S:\Spring\spring.exe [0x005C5320]
[  60566] (5) S:\Spring\spring.exe [0x005B807D]
[  60566] (6) S:\Spring\spring.exe [0x005B8279]
[  60566] (7) S:\Spring\spring.exe [0x00A2DAD1]
[  60566] (8) S:\Spring\spring.exe [0x004010A7]
[  60566] (9) S:\Spring\spring.exe [0x00401123]
[  60566] (10) D:\WINDOWS\system32\kernel32.dll(RegisterWaitForInputIdle+0x49) [0x7C816FF7]
Attachments
20081009_153336_unnamed_0.77b2.7z
(357.59 KiB) Downloaded 13 times
Last edited by Beherith on 09 Oct 2008, 17:23, edited 1 time in total.
User avatar
TheFatController
Balanced Annihilation Developer
Posts: 1177
Joined: 10 Dec 2006, 18:46

Re: Crash occured with .77b2

Post by TheFatController »

Just to note the two logs above are BA641 without Chicken Defense
FFAxDJS
Posts: 2
Joined: 15 Sep 2008, 14:45

Re: Crash occured with .77b2

Post by FFAxDJS »

i did have sync probelm but after i reinstal spring to new Disk it works.

and tryd to play a game. playd for like 30mins or something. and crashed.



Using script script.txt
using configuration source "Software\SJ\Spring 0.77b2"
OS: Microsoft Windows XP Professional Service Pack 2 (build 2600)
Hardware: Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz; 2047MB RAM, 3939MB pagefile
Using read-write data directory: C:\Spring\
Scanning: C:\Spring\maps
Scanning: C:\Spring\base
Scanning: C:\Spring\mods
Video mode set to 1360 x 768 / 32 bit
[ 0] SDL: 1.2.10
[ 0] GL: 2.1.7659 Release
[ 0] GL: ATI Technologies Inc.
[ 0] GL: Radeon X1800 Series
[ 0] GLEW: 1.4.0
[ 0] Connecting to server
[ 0] Connecting to 88.174.176.139:8452 using number 4
[ 0] Connecting to server .
[ 0] Became player 4
[ 0] Using map DeltaSiegeDry.smf
[ 0] Recording demo demos/20081009_152359_DeltaSiegeDry_0.77b2.sdf
[ 0] Using script Commanders
[ 0] Using mod Balanced Annihilation V6.41
[ 0] Parsing unit icons
[ 0] Loading all definitions: 0.475000
[ 0] You are missing an OpenGL extension needed to use shadowmaps (fragment_program_shadow)
[ 0] Opening map file
[ 0] Loading Map
[ 0] Loading detail textures
[ 0] Creating overhead texture
[ 0] Creating ground shading
[ 0] Loading tile file
[ 0] Reading tiles
[ 0] Reading tile map
[ 0] Creating projectile texture
[ 0] Number of damage types: 42
[ 0] Loading weapon definitions
[ 0] Loading unit definitions
[ 0] Loading feature definitions
[ 0] Generating trees
[ 0] Creating unit textures
[ 0] Initializing map features
[ 0] Unknown map feature type
[ 0] Reading estimate path costs (1 thread)
[ 0] Pathing data checksum: 532eb5e4
[ 0] Creating sky
[ 0] Loading LuaRules
[ 0] LUARULES-DRAW (GADGETS)
[ 0] error = 2, LuaRules/draw.lua, error = 2, LuaRules/gadgets.lua, [string "Lups/lups.lua"]:46: attempt to get length of global 'arg' (a nil value)
[ 0] Loading LuaGaia
[ 0] Loading LuaUI
[ 0] Using LUAUI_DIRNAME = LuaUI/
[ 0] Reloaded ctrlpanel with: LuaUI/ctrlpanel.txt
[ 0] LuaUI: bound F11 to the widget selector
[ 0] LuaUI: bound CTRL+F11 to tweak mode
[ 0] Loaded widget: take com control too <takecomcontroltoo.lua>
[ 0] LuaUI v0.3
[ 0] Finalizing...
[ 0] Spring 0.77b2
[ 0] New connection established in 4 (wanted number was 4)
[ 0] New connection established in 5 (wanted number was 5)
[ 0] New connection established in 2 (wanted number was 2)
[ 0] New connection established in 1 (wanted number was 1)
[ 0] New connection established in 3 (wanted number was 3)
[ 0] Player FFAxDJS joined as 4
[ 0] Player biwolf joined as 0
[ 0] Player UltraV joined as 5
[ 0] Player Niko[Ger]84 joined as 2
[ 0] UltraV added point: Start 5
[ 0] Niko[Ger]84 added point: Start 2
[ 0] Niko[Ger]84 added point: Start 2
[ 0] UltraV added point: Start 5
[ 0] FFAxDJS added point: Start 4
[ 0] Player moun2004 joined as 1
[ 0] Niko[Ger]84 added point: Start 2
[ 0] FFAxDJS added point: Start 4
[ 0] Niko[Ger]84 added point: Start 2
[ 0] Niko[Ger]84 added point: Start 2
[ 0] FFAxDJS added point: Start 4
[ 0] FFAxDJS added point: Start 4
[ 0] UltraV added point: Start 5
[ 0] FFAxDJS added point: Start 4
[ 0] <Niko[Ger]84> woohoo
[ 0] FFAxDJS added point: Start 4
[ 0] FFAxDJS added point: Start 4
[ 0] FFAxDJS added point: Start 4
[ 0] FFAxDJS added point: Start 4
[ 0] FFAxDJS added point: Start 4
[ 0] Niko[Ger]84 added point: Start 2
[ 0] Player [w00t]coalachimp joined as 3
[ 0] <Niko[Ger]84> jea its work
[ 0] <FFAxDJS> wow the box is fuck upp
[ 0] <UltraV> its works with 6 pls
[ 0] <moun2004> gg
[ 0] UltraV added point: Start 5
[ 0] FFAxDJS added point: Start 4
[ 0] Loading: LuaUI/Widgets/gui_ba_layout.lua
[ 0] Reloaded ctrlpanel with: LuaUI/Configs/ctrlpanel.txt
[ 0] Removed: LuaUI/Widgets/gui_ba_layout.lua
[ 0] Reloaded ctrlpanel with: LuaUI/ctrlpanel.txt
[ 0] Loading: LuaUI/Widgets/gui_ba_layout.lua
[ 0] Reloaded ctrlpanel with: LuaUI/Configs/ctrlpanel.txt
[ 0] Loading: LuaUI/Widgets/gui_attack_aoe.lua
[ 0] Removed: LuaUI/Widgets/gui_attack_aoe.lua
[ 0] Loading: LuaUI/Widgets/gui_attack_aoe.lua
[ 0] Loading: LuaUI/Widgets/gui_advplayerslist.lua
[ 0] No SidePic in the mod for side arm.
[ 0] No SidePic in the mod for side arm.
[ 0] No SidePic in the mod for side core.
[ 0] No SidePic in the mod for side arm.
[ 0] No SidePic in the mod for side arm.
[ 0] No SidePic in the mod for side core.
[ 0] No SidePic in the mod for side arm.
[ 0] <Niko[Ger]84> rdy
[ 0] GameID: bb14ee4810930aa5d01ba4365a4bc594
[ 1204] Loading: LuaUI/Widgets/unit_buildbar.lua
[ 1223] Removed: LuaUI/Widgets/unit_buildbar.lua
[ 1253] Loading: LuaUI/Widgets/unit_comm_nametags.lua
[ 1269] Removed: LuaUI/Widgets/unit_comm_nametags.lua
[ 1286] Loading: LuaUI/Widgets/unit_customformations.lua
[ 1300] Removed: LuaUI/Widgets/unit_customformations.lua
[ 1318] Loading: LuaUI/Widgets/gui_limit_dgun.lua
[ 1350] Loading: LuaUI/Widgets/gui_defenserange.lua
[ 1378] Removed: LuaUI/Widgets/gui_defenserange.lua
[ 1402] Loading: LuaUI/Widgets/fpsmanager.lua
[ 1402] Set water rendering mode to 0 (basic)
[ 1402] Your hardware/driver setup does not support shadows
[ 1402] Advanced shading disabled
[ 1423] Removed: LuaUI/Widgets/fpsmanager.lua
[ 1442] Loading: LuaUI/Widgets/gui_game_type_info.lua
[ 1486] Loading: LuaUI/Widgets/unit_healthbars.lua
[ 1503] Removed: LuaUI/Widgets/unit_healthbars.lua
[ 1517] Loading: LuaUI/Widgets/gfx_lups_manager.lua
[ 1517] Lups not found! Trying to activate it.
[ 1517] Loading: LuaUI/Widgets/lups_wrapper.lua
[ 1517] Error in Shutdown()
[ 1517] false
[ 1517] Error in Shutdown(): [string "Lups/lups.lua"]:720: bad argument #1 to 'pairs' (table expected, got nil)
[ 1517] Removed widget: Lups
[ 1517] false
[ 1517] Error in Initialize(): [string "Lups/lups.lua"]:46: attempt to get length of global 'arg' (a nil value)
[ 1517] Removed widget: Lups
[ 1518] LuaParticleSystem (Lups) couldn't be loaded!
[ 1553] Removed: LuaUI/Widgets/gfx_lups_manager.lua
[ 1593] Loading: LuaUI/Widgets/helper.lua
[ 1593] ahoj
[ 1608] Removed: LuaUI/Widgets/helper.lua
[ 1620] Loading: LuaUI/Widgets/gui_reclaiminfo.lua
[ 1638] Removed: LuaUI/Widgets/gui_reclaiminfo.lua
[ 1658] Loading: LuaUI/Widgets/gui_center_n_select.lua
[ 1694] Loading: LuaUI/Widgets/init_start_point_remover.lua
[ 1724] Loading: LuaUI/Widgets/gui_take_remind.lua
[ 1745] Removed: LuaUI/Widgets/gui_take_remind.lua
[ 1800] Loading: LuaUI/Widgets/gui_reclaiminfo.lua
[ 1821] Loading: LuaUI/Widgets/gui_take_remind.lua
[ 1835] Removed: LuaUI/Widgets/gui_take_remind.lua
[ 1848] Loading: LuaUI/Widgets/gui_transporting.lua
[ 1863] Removed: LuaUI/Widgets/gui_transporting.lua
[ 1887] Removed: LuaUI/Widgets/gui_reclaiminfo.lua
[ 1941] Loading: C:\Spring\LuaUI\Widgets\gui_comm_ends.lua
[ 1977] Loading: C:\Spring\LuaUI\Widgets\camera_shake.lua
[ 2006] Removed: C:\Spring\LuaUI\Widgets\camera_shake.lua
[ 2048] Loading: C:\Spring\LuaUI\Widgets\gui_comm_ends.lua
[ 2081] Loading: C:\Spring\LuaUI\Widgets\unit_factory_guard.lua
[ 2109] Removed: C:\Spring\LuaUI\Widgets\unit_factory_guard.lua
[ 2126] Loading: C:\Spring\LuaUI\Widgets\gui_hilight_unit.lua
[ 2167] Loading: C:\Spring\LuaUI\Widgets\unit_immobile_buider.lua
[ 2180] Removed: C:\Spring\LuaUI\Widgets\gui_hilight_unit.lua
[ 2200] Removed: C:\Spring\LuaUI\Widgets\unit_immobile_buider.lua
[ 2221] Loading: C:\Spring\LuaUI\Widgets\unit_metal_maker.lua
[ 2232] Removed: C:\Spring\LuaUI\Widgets\unit_metal_maker.lua
[ 2253] Loading: C:\Spring\LuaUI\Widgets\minimap_startbox.lua
[ 2279] Loading: C:\Spring\LuaUI\Widgets\minimap_relative.lua
[ 2290] Removed: C:\Spring\LuaUI\Widgets\minimap_relative.lua
[ 2309] Loading: C:\Spring\LuaUI\Widgets\minimap_relative.lua
[ 2342] Loading: C:\Spring\LuaUI\Widgets\minimap_startbox.lua
[ 2383] Loading: C:\Spring\LuaUI\Widgets\gui_selbuttons.lua
[ 2414] Removed: C:\Spring\LuaUI\Widgets\gui_selbuttons.lua
[ 2439] Loading: C:\Spring\LuaUI\Widgets\camera_smooth_move.lua
[ 2458] Loading: C:\Spring\LuaUI\Widgets\unit_stockpile.lua
[ 2474] Removed: C:\Spring\LuaUI\Widgets\camera_smooth_move.lua
[ 2490] Removed: C:\Spring\LuaUI\Widgets\unit_stockpile.lua
[ 2508] Removed: C:\Spring\LuaUI\Widgets\minimap_relative.lua
[ 2534] Loading: C:\Spring\LuaUI\Widgets\gui_team_platter.lua
[ 2534] Reloaded cmdcolors with: cmdcolors.tmp
[ 2547] Removed: C:\Spring\LuaUI\Widgets\gui_team_platter.lua
[ 2547] Reloaded cmdcolors with: cmdcolors.tmp
[ 2583] Loading: C:\Spring\LuaUI\Widgets\gui_xray_shader.lua
[ 2621] Removed: C:\Spring\LuaUI\Widgets\gui_xray_shader.lua
[ 2643] Loading: C:\Spring\LuaUI\Widgets\gui_team_platter.lua
[ 2643] Reloaded cmdcolors with: cmdcolors.tmp
[ 2658] Loading: C:\Spring\LuaUI\Widgets\gui_xray_shader.lua
[ 2930] Removed: C:\Spring\LuaUI\Widgets\gui_xray_shader.lua
[ 2949] Removed: C:\Spring\LuaUI\Widgets\gui_team_platter.lua
[ 2949] Reloaded cmdcolors with: cmdcolors.tmp
[ 4472] Speed set to 0.8 [[w00t]coalachimp]
[ 4510] Speed set to 1.0 [[w00t]coalachimp]
[ 4949] <[w00t]coalachimp> hwo to see ping now
[ 5494] <FFAxDJS> 'dunno
[ 7722] <FFAxDJS> have to get the fps?
[ 8732] FFAxDJS added point:
[ 9014] <Niko[Ger]84> k
[ 21816] Stumpy is being attacked
[ 24445] Construction Vehicle is being attacked
[ 24550] Construction Vehicle is being attacked
[ 24651] Construction Vehicle is being attacked
[ 24752] Samson is being attacked
[ 25767] Stumpy is being attacked
[ 27032] LLT is being attacked
[ 27165] Stumpy is being attacked
[ 27270] Stumpy is being attacked
[ 27379] Stumpy is being attacked
[ 27481] Samson is being attacked
[ 27619] LLT is being attacked
[ 27811] LLT is being attacked
[ 28094] Stumpy is being attacked
[ 28262] Stumpy is being attacked
[ 28582] LLT is being attacked
[ 28685] LLT is being attacked
[ 28817] LLT is being attacked
[ 28943] LLT is being attacked
[ 29052] Stumpy is being attacked
[ 29824] Stumpy is being attacked
[ 29935] Stumpy is being attacked
[ 30052] Stumpy is being attacked
[ 30154] Stumpy is being attacked
[ 30357] Player 3 resigned and is now spectating!
[ 30527] Samson is being attacked
[ 30628] Samson is being attacked
[ 30763] Player [w00t]coalachimp left the game: normal quit
[ 30763] Spectator [w00t]coalachimp left
[ 30793] Samson is being attacked
[ 31366] <biwolf> .take
[ 31406] <biwolf> .take
[ 31411] <biwolf> .take
[ 31456] <biwolf> .take
[ 31457] Samson is being attacked
[ 31462] <biwolf> .take
[ 31596] Stumpy is being attacked
[ 31739] Samson is being attacked
[ 32529] Spring 0.77b2 has crashed.
[ 32529] Exception: Access violation (0xc0000005)
[ 32529] Exception Address: 0x0086a441
[ 32529] DLL information:
[ 32529] 0x00400000 spring
[ 32529] 0x7c900000 ntdll
[ 32529] 0x7c800000 kernel32
[ 32529] 0x77dd0000 ADVAPI32
[ 32529] 0x77e70000 RPCRT4
[ 32529] 0x73f10000 dsound
[ 32529] 0x77c10000 msvcrt
[ 32529] 0x77d40000 USER32
[ 32529] 0x77f10000 GDI32
[ 32529] 0x774e0000 ole32
[ 32529] 0x76b40000 WINMM
[ 32529] 0x77c00000 VERSION
[ 32529] 0x68b20000 GLU32
[ 32529] 0x5ed00000 OPENGL32
[ 32529] 0x73760000 DDRAW
[ 32529] 0x73bc0000 DCIMAN32
[ 32529] 0x76c90000 IMAGEHLP
[ 32529] 0x6fbc0000 mingwm10
[ 32529] 0x7c9c0000 SHELL32
[ 32529] 0x77f60000 SHLWAPI
[ 32529] 0x71ad0000 WSOCK32
[ 32529] 0x71ab0000 WS2_32
[ 32529] 0x71aa0000 WS2HELP
[ 32529] 0x6ed80000 glew32
[ 32529] 0x10000000 SDL
[ 32529] 0x7c340000 MSVCR71
[ 32529] 0x00de0000 DevIL
[ 32529] 0x66fc0000 freetype6
[ 32529] 0x61b80000 zlib1
[ 32529] 0x003d0000 ILU
[ 32529] 0x76390000 IMM32
[ 32529] 0x773d0000 comctl32
[ 32529] 0x5d090000 comctl32
[ 32529] 0x5ad70000 uxtheme
[ 32529] 0x74720000 MSCTF
[ 32529] 0x755c0000 msctfime
[ 32529] 0x69000000 atioglxx
[ 32529] 0x02660000 atioglx2
[ 32529] 0x71a50000 mswsock
[ 32529] 0x662b0000 hnetcfg
[ 32529] 0x71a90000 wshtcpip
[ 32529] 0x77120000 OLEAUT32
[ 32529] 0x76c30000 WINTRUST
[ 32529] 0x77a80000 CRYPT32
[ 32529] 0x77b20000 MSASN1
[ 32529] 0x72d20000 wdmaud
[ 32529] 0x72d10000 msacm32
[ 32529] 0x77be0000 MSACM32
[ 32529] 0x77bd0000 midimap
[ 32529] 0x73ee0000 KsUser
[ 32529] 0x59a60000 DBGHELP
[ 32529] Stacktrace:
[ 32529] (0) C:\Spring\spring.exe [0x0086A441]
[ 32529] (1) C:\Spring\spring.exe [0x0084CA8E]
[ 32529] (2) C:\Spring\spring.exe [0x0084E9AD]
[ 32529] (3) C:\Spring\spring.exe [0x005B918B]
[ 32529] (4) C:\Spring\spring.exe [0x005C5320]
[ 32529] (5) C:\Spring\spring.exe [0x005B807D]
[ 32529] (6) C:\Spring\spring.exe [0x005B8279]
[ 32529] (7) C:\Spring\spring.exe [0x00A2DAD1]
[ 32529] (8) C:\Spring\spring.exe [0x004010A7]
[ 32529] (9) C:\Spring\spring.exe [0x00401123]
[ 32529] (10) D:\WINDOWS\system32\kernel32.dll(RegisterWaitForInputIdle+0x49) [0x7C816D4F]


and here is deom to see what happen.

http://www5.zippyshare.com/v/37268033/file.html
User avatar
Yuri
Posts: 137
Joined: 21 Jul 2008, 14:46

Re: Crash occured with .77b2

Post by Yuri »

if i get to the game thru spring.exe /the new lobby doesn work for me/ i get this error msg

using configuration source "Software\SJ\Spring 0.77b2"
OS: Microsoft Windows XP Professional Service Pack 2 (build 2600)
Hardware: AMD Athlon(tm) 64 Processor 3000+; 1023MB RAM, 2459MB pagefile
Using read-write data directory: C:\Program Files\Spring\
Scanning: C:\Program Files\Spring\maps
Scanning: C:\Program Files\Spring\base
Scanning: C:\Program Files\Spring\mods
Video mode set to 1280 x 1024 / 32 bit
[ 0] SDL: 1.2.10
[ 0] GL: 2.0.6645 WinXP Release
[ 0] GL: ATI Technologies Inc.
[ 0] GL: Radeon X1650 Series x86/MMX/3DNow!/SSE2
[ 0] GLEW: 1.4.0
[ 0] Connecting to local server using number 0
[ 0] Became player 0
[ 0] Using map Altair_Crossing-V1.smf
[ 0] Recording demo demos/local_20081009_194339_Altair_Crossing-V1_0.77b2.sdf
[ 0] Using script Cmds 1000 res
[ 0] Using mod Balanced Annihilation V6.41
[ 0] Connecting to server .
[ 0] Parsing unit icons
[ 0] Loading all definitions: 0.834000
[ 0] Opening map file
[ 0] Loading Map
[ 0] Loading detail textures
[ 0] Creating overhead texture
[ 0] Creating ground shading
[ 0] Loading tile file
[ 0] Reading tiles
[ 0] Reading tile map
[ 0] Creating projectile texture
[ 0] Number of damage types: 42
[ 0] Loading weapon definitions
[ 0] Loading unit definitions
[ 0] Loading feature definitions
[ 0] Generating trees
[ 0] Creating unit textures
[ 0] Initializing map features
[ 0] Reading estimate path costs (1 thread)
[ 0] Pathing data checksum: 861f1c53
[ 0] Loading LuaRules
[ 0] LUARULES-DRAW (GADGETS)
[ 0] error = 2, LuaRules/draw.lua, error = 2, LuaRules/gadgets.lua, [string "Lups/lups.lua"]:46: attempt to get length of global 'arg' (a nil value)
[ 0] Loading LuaGaia
[ 0] Loading LuaUI
[ 0] Using LUAUI_DIRNAME = LuaUI/
[ 0] Reloaded ctrlpanel with: LuaUI/ctrlpanel.txt
[ 0] LuaUI: bound F11 to the widget selector
[ 0] LuaUI: bound CTRL+F11 to tweak mode
[ 0] Hardware is incompatible with Xray shader requirements
[ 0] Failed to load: gui_hilight_unit.lua (duplicate name)
[ 0] ahoj
[ 0] Loaded widget: MexUpg Helper <helper.lua>
[ 0] Reloaded ctrlpanel with: LuaUI/Configs/ctrlpanel.txt
[ 0] Loaded widget: BA Layout <gui_ba_layout.lua>
[ 0] Loaded widget: Commander Name Tags 1.6 <unit_comm_nametags.lua>
[ 0] Loaded widget: HealthBars <unit_healthbars.lua>
[ 0] No SidePic in the mod for side arm.
[ 0] No SidePic in the mod for side arm.
[ 0] No SidePic in the mod for side arm.
[ 0] Loaded widget: AdvPlayersList <gui_advplayerslist.lua>
[ 0] Loaded widget: DGunLimit <gui_limit_dgun.lua>
[ 0] Loaded widget: BuildBar <unit_buildbar.lua>
[ 0] Loaded widget: Defense Range v4.11 <gui_defenserange.lua>
[ 0] Loaded widget: ReclaimInfo <gui_reclaiminfo.lua>
[ 0] Loaded widget: Take Reminderv2.2 <gui_take_remind.lua>
[ 0] Loaded widget: Start Point Remover <init_start_point_remover.lua>
[ 0] Loaded widget: Attack AoE <gui_attack_aoe.lua>
[ 0] Loaded widget: SmoothScroll <camera_smooth_move.lua>
[ 0] Loaded widget: take com control too <takecomcontroltoo.lua>
[ 0] Loaded widget: HighlightUnit <gui_hilight_unit.lua>
[ 0] Loaded widget: Select n Center! <gui_center_n_select.lua>
[ 0] Loaded widget: LupsManager <gfx_lups_manager.lua>
[ 0] Error in Shutdown()
[ 0] false
[ 0] Error in Shutdown(): [string "Lups/lups.lua"]:720: bad argument #1 to 'pairs' (table expected, got nil)
[ 0] Removed widget: Lups
[ 0] false
[ 0] Error in Initialize(): [string "Lups/lups.lua"]:46: attempt to get length of global 'arg' (a nil value)
[ 0] Removed widget: Lups
[ 0] Loaded widget: Lups <lups_wrapper.lua>
[ 0] Loaded widget: CustomFormations <unit_customformations.lua>
[ 0] LuaUI v0.3
[ 0] Finalizing...
[ 0] Spring 0.77b2
[ 0] New connection established in 0 (wanted number was 0)
[ 0] Player joined as 0
[ 0] GameID: de42ee48e4177e49e80ba2dd854b165a
[ 2] Lups not found! Trying to activate it.
[ 2] Loading: LuaUI/Widgets/lups_wrapper.lua
[ 2] Error in Shutdown()
[ 2] false
[ 2] Error in Shutdown(): [string "Lups/lups.lua"]:720: bad argument #1 to 'pairs' (table expected, got nil)
[ 2] Removed widget: Lups
[ 2] false
[ 2] Error in Initialize(): [string "Lups/lups.lua"]:46: attempt to get length of global 'arg' (a nil value)
[ 2] Removed widget: Lups
[ 10] LuaParticleSystem (Lups) couldn't be loaded!

[ 486] User exited
[ 486] Reloaded ctrlpanel with: LuaUI/ctrlpanel.txt
[ 486] Sorting roster by Allies
[ 486] Path cache hits 0 0%
[ 486] Path cache hits 0 0%
[ 486] Statistics for local connection:
Received: 926 bytes
Sent: 4959 bytes
User avatar
TheFatController
Balanced Annihilation Developer
Posts: 1177
Joined: 10 Dec 2006, 18:46

Re: Crash occured with .77b2

Post by TheFatController »

Got another one while single player / developing

Code: Select all

Using script script.txt
using configuration source "Software\SJ\Spring 0.77b2"
OS: Microsoft Windows XP Professional Service Pack 3 (build 2600)
Hardware: AMD Athlon(tm) 64 X2 Dual Core Processor 6400+; 2046MB RAM, 3939MB pagefile
Using read-write data directory: C:\Games\Spring\
Scanning: C:\Games\Spring\maps
Scanning: C:\Games\Spring\base
Scanning: C:\Games\Spring\mods
Video mode set to  1280 x 1024 / 32 bit
[      0] SDL:  1.2.10
[      0] GL:   2.1.2
[      0] GL:   NVIDIA Corporation
[      0] GL:   GeForce 8600 GT/PCI/SSE2/3DNOW!
[      0] GLEW: 1.4.0
[      0] Connecting to local server using number 0
[      0] Became player 0
[      0] Using map Altored_Divide.smf
[      0] Recording demo demos/20081009_213524_Altored_Divide_0.77b2.sdf
[      0] Using script Commanders
[      0] Using mod BA Chicken Defense V1.36development (BA6.41)
[      0] Connecting to server .
[      0] Parsing unit icons
[      0] Loading all definitions:  0.473000
[      0] Opening map file
[      0] Loading Map
[      0] Loading detail textures
[      0] Creating overhead texture
[      0] Creating ground shading
[      0] Loading tile file
[      0] Reading tiles
[      0] Reading tile map
[      0] Creating projectile texture
[      0] Number of damage types: 43
[      0] Loading weapon definitions
[      0] Loading unit definitions
[      0] WARNING: too many unit categories 33 missed fort
[      0] Loading feature definitions
[      0] Generating trees
[      0] Creating unit textures
[      0] Initializing map features
[      0] Unknown map feature type 
[      0] Reading estimate path costs (1 thread)
[      0] Pathing data checksum: b11348eb
[      0] Creating sky
[      0] Loading LuaRules
[      0] gf1 = LuaRules/Gadgets/areaattack.lua
[      0] gf1 = LuaRules/Gadgets/cmd_nocost.lua
[      0] gf1 = LuaRules/Gadgets/comiscontrol.lua
[      0] gf1 = LuaRules/Gadgets/doesnotcount.lua
[      0] gf1 = LuaRules/Gadgets/lups_manager.lua
[      0] gf1 = LuaRules/Gadgets/lups_manager_77.lua
[      0] gf1 = LuaRules/Gadgets/lups_shockwaves.lua
[      0] gf1 = LuaRules/Gadgets/lups_wrapper.lua
[      0] gf1 = LuaRules/Gadgets/teamcomends.lua
[      0] gf1 = LuaRules/Gadgets/unit_direct_control.lua
[      0] gf1 = LuaRules/Gadgets/unit_mex_upgrader.lua
[      0] gf1 = LuaRules/Gadgets/unit_spawner.lua
[      0] gf2 = LuaRules/Gadgets/areaattack.lua
[      0] gf2 = LuaRules/Gadgets/cmd_nocost.lua
[      0] gf2 = LuaRules/Gadgets/comiscontrol.lua
[      0] gf2 = LuaRules/Gadgets/doesnotcount.lua
[      0] gf2 = LuaRules/Gadgets/lups_manager.lua
[      0] gf2 = LuaRules/Gadgets/lups_manager_77.lua
[      0] gf2 = LuaRules/Gadgets/lups_shockwaves.lua
[      0] gf2 = LuaRules/Gadgets/lups_wrapper.lua
[      0] gf2 = LuaRules/Gadgets/teamcomends.lua
[      0] gf2 = LuaRules/Gadgets/unit_direct_control.lua
[      0] gf2 = LuaRules/Gadgets/unit_mex_upgrader.lua
[      0] gf2 = LuaRules/Gadgets/unit_spawner.lua
[      0] Loaded gadget:  BA Chicken Spawner  <unit_spawner.lua>
[      0] Loaded gadget:  DirectControl       <unit_direct_control.lua>
[      0] Loaded gadget:  NoCost              <cmd_nocost.lua>
[      0] Loaded gadget:  Shockwaves          <lups_shockwaves.lua>
[      0] Loaded gadget:  lups_wrapper.lua    <lups_wrapper.lua>
[      0] Loaded gadget:  Area Attack         <areaattack.lua>
[      0] Loaded gadget:  C Is For Control    <comiscontrol.lua>
[      0] Loaded gadget:  Does Not Count v2   <doesnotcount.lua>
[      0] Loaded gadget:  Team Com Ends       <teamcomends.lua>
[      0] Loaded gadget:  LupsManager         <lups_manager.lua>
[      0] Loaded gadget:  LupsSyncedManager   <lups_manager_77.lua>
[      0] Loaded gadget:  Mex Upgrader Gadget  <unit_mex_upgrader.lua>
[      0] LUARULES-MAIN  (GADGETS)
[      0] gf1 = LuaRules/Gadgets/areaattack.lua
[      0] gf1 = LuaRules/Gadgets/cmd_nocost.lua
[      0] gf1 = LuaRules/Gadgets/comiscontrol.lua
[      0] gf1 = LuaRules/Gadgets/doesnotcount.lua
[      0] gf1 = LuaRules/Gadgets/lups_manager.lua
[      0] gf1 = LuaRules/Gadgets/lups_manager_77.lua
[      0] gf1 = LuaRules/Gadgets/lups_shockwaves.lua
[      0] gf1 = LuaRules/Gadgets/lups_wrapper.lua
[      0] gf1 = LuaRules/Gadgets/teamcomends.lua
[      0] gf1 = LuaRules/Gadgets/unit_direct_control.lua
[      0] gf1 = LuaRules/Gadgets/unit_mex_upgrader.lua
[      0] gf1 = LuaRules/Gadgets/unit_spawner.lua
[      0] gf2 = LuaRules/Gadgets/areaattack.lua
[      0] gf2 = LuaRules/Gadgets/cmd_nocost.lua
[      0] gf2 = LuaRules/Gadgets/comiscontrol.lua
[      0] gf2 = LuaRules/Gadgets/doesnotcount.lua
[      0] gf2 = LuaRules/Gadgets/lups_manager.lua
[      0] gf2 = LuaRules/Gadgets/lups_manager_77.lua
[      0] gf2 = LuaRules/Gadgets/lups_shockwaves.lua
[      0] gf2 = LuaRules/Gadgets/lups_wrapper.lua
[      0] gf2 = LuaRules/Gadgets/teamcomends.lua
[      0] gf2 = LuaRules/Gadgets/unit_direct_control.lua
[      0] gf2 = LuaRules/Gadgets/unit_mex_upgrader.lua
[      0] gf2 = LuaRules/Gadgets/unit_spawner.lua
[      0] Loaded gadget:  BA Chicken Spawner  <unit_spawner.lua>
[      0] Loaded gadget:  NoCost              <cmd_nocost.lua>
[      0] Loaded gadget:  Shockwaves          <lups_shockwaves.lua>
[      0] Loaded gadget:  Area Attack         <areaattack.lua>
[      0] Loaded gadget:  C Is For Control    <comiscontrol.lua>
[      0] Loaded gadget:  LupsManager         <lups_manager.lua>
[      0] Loaded gadget:  LupsSyncedManager   <lups_manager_77.lua>
[      0] Loaded gadget:  Mex Upgrader Gadget  <unit_mex_upgrader.lua>
[      0] Loaded gadget:  Lups                <lups_wrapper.lua>
[      0] LUARULES-DRAW  (GADGETS)
[      0] Loading LuaGaia
[      0] Loading LuaUI
[      0] Using LUAUI_DIRNAME = LuaUI/
[      0] Reloaded ctrlpanel with: LuaUI/ctrlpanel.txt
[      0] LuaUI: bound F11 to the widget selector
[      0] LuaUI: bound CTRL+F11 to tweak mode
[      0] Failed to load: cmd_no_duplicate_orders.lua  (duplicate name)
[      0] Failed to load: gui_attack_aoe.lua  (duplicate name)
[      0] Failed to load: gui_defenserange.lua  (duplicate name)
[      0] Failed to load: gui_display_dps.lua  (duplicate name)
[      0] Failed to load: gui_reclaiminfo.lua  (duplicate name)
[      0] Failed to load: gui_startbox_replacement.lua  (duplicate name)
[      0] Failed to load: init_start_point_remover.lua  (duplicate name)
[      0] Failed to load: unit_dontmove.lua  (duplicate name)
[      0] Failed to load: unit_healthbars.lua  (duplicate name)
[      0] Failed to load: unit_improved_metal_maker.lua  (duplicate name)
[      0] ahoj
[      0] Loaded widget:  MexUpg Helper       <helper.lua>
[      0] Loaded widget:  HealthBars          <unit_healthbars.lua>
[      0] Reloaded ctrlpanel with: LuaUI/Configs/ctrlpanel.txt
[      0] Loaded widget:  BA Layout           <gui_ba_layout.lua>
[      0] Loaded widget:  Chicken Panel       <gui_chicken.lua>
[      0] Loaded widget:  DGunLimit           <gui_limit_dgun.lua>
[      0] Loaded widget:  BuildETA            <gui_build_eta.lua>
[      0] Loaded widget:  Don't Shoot         <unit_dontshoot.lua>
[      0] Loaded widget:  MiniMap Start Boxes  <minimap_startbox.lua>
[      0] Loaded widget:  Display DPS         <gui_display_dps.lua>
[      0] Loaded widget:  Defense Range v4.1  <gui_defenseRange.lua>
[      0] Loaded widget:  DontMove            <unit_dontmove.lua>
[      0] Loaded widget:  Emotes              <cmd_emotes.lua>
[      0] Loaded widget:  ReclaimInfo         <gui_reclaiminfo.lua>
[      0] Loaded widget:  NoDuplicateOrders   <cmd_no_duplicate_orders.lua>
[      0] Loaded widget:  SmartNanos2         <unit_smart_nanos2.lua>
[      0] Loaded widget:  Take Reminderv2.2   <gui_take_remind.lua>
[      0] Loaded widget:  Improved MetalMakers  <unit_improved_metal_maker.lua>
[      0] Loaded widget:  StartBox replacement  <gui_startbox_replacement.lua>
[      0] Loaded widget:  Start Point Remover  <init_start_point_remover.lua>
[      0] Loaded widget:  Attack AoE          <gui_attack_aoe.lua>
[      0] Loaded widget:  take com control too  <takecomcontroltoo.lua>
[      0] Loaded widget:  Select n Center!    <gui_center_n_select.lua>
[      0] Loaded widget:  LupsManager         <gfx_lups_manager.lua>
[      0] Loaded widget:  Lups                <lups_wrapper.lua>
[      0] LuaUI v0.3
[      0] Finalizing...
[      0] Spring 0.77b2
[      0] Upgrade pairs registered
[      0] Removed:  C:\Games\Spring\LuaUI\Widgets\minimap_startbox.lua
[      0] New connection established in 0 (wanted number was 0)
[      0] Player TheFatController joined as 0
[      0] TheFatController added point: Start 0
[      0] TheFatController added point: Start 0
[      0] Speed set to 1.5 [TheFatController]
[      0] Speed set to 2.0 [TheFatController]
[      0] Speed set to 2.5 [TheFatController]
[      0] Speed set to 3.0 [TheFatController]
[      0] GameID: 1b6bee4857be8928a83b16aed3f3ebd2
[      7] Loading:  C:\Games\Spring\LuaUI\Widgets\minimap_startbox.lua
[    225] <TheFatController> .cheat
[    664] <TheFatController> .give 20 armbanth
[    864] /chea
[   1017] /cheat
[   1018] Cheating!
[   1272] /give 20 armbanth
[   1274] Giving 20 armbanth to team 0
[   1543] /give 20 corcrw
[   1545] Giving 20 corcrw to team 0
[   2163] /give 6 aafus
[   2165] Giving 6 aafus to team 0
[   3857] Buildings set to face East
[   6166] /nc
[   6257] <TheFatController> .nc
[   6515] /nocost
[   6517] Everything is for free!
[  10187] Krow is being attacked
[  16344] Speed set to 2.5 [TheFatController]
[  16358] Speed set to 2.0 [TheFatController]
[  16370] Speed set to 1.5 [TheFatController]
[  16389] Speed set to 1.0 [TheFatController]
[  16512] Loading:  C:\Games\Spring\LuaUI\Widgets\gui_fps.lua
[  17336] Queen is becoming resistant to Bantha's attacks (DEEEEEEEEEEEEEWWWWWMMMM)
[  18023] Queen is becoming resistant to Bantha's attacks (ImpulsionBlaster)
[  18030] Queen is becoming resistant to Krow's attacks (HighEnergyLaser)
[  18208] Queen is becoming resistant to Bantha's attacks (HeavyRockets)
[  18365] Bantha: Can't reach destination!
[  18365] Bantha: Can't reach destination!
[  18898] Queen is becoming resistant to Annihilator's attacks (ATA)
[  19341] Queen is becoming resistant to Krow's attacks (HighEnergyLaser)
[  20263] Spring 0.77b2 has crashed.
[  20263] Exception: Access violation (0xc0000005)
[  20263] Exception Address: 0x0058563f
[  20263] DLL information:
[  20263] 0x00400000	spring
[  20263] 0x7c900000	ntdll
[  20263] 0x7c800000	kernel32
[  20263] 0x77dd0000	ADVAPI32
[  20263] 0x77e70000	RPCRT4
[  20263] 0x77fe0000	Secur32
[  20263] 0x73f10000	dsound
[  20263] 0x77c10000	msvcrt
[  20263] 0x774e0000	ole32
[  20263] 0x77f10000	GDI32
[  20263] 0x7e410000	USER32
[  20263] 0x77c00000	VERSION
[  20263] 0x76b40000	WINMM
[  20263] 0x68b20000	GLU32
[  20263] 0x5ed00000	OPENGL32
[  20263] 0x73760000	DDRAW
[  20263] 0x73bc0000	DCIMAN32
[  20263] 0x76c90000	IMAGEHLP
[  20263] 0x6fbc0000	mingwm10
[  20263] 0x7c9c0000	SHELL32
[  20263] 0x77f60000	SHLWAPI
[  20263] 0x71ad0000	WSOCK32
[  20263] 0x71ab0000	WS2_32
[  20263] 0x71aa0000	WS2HELP
[  20263] 0x6ed80000	glew32
[  20263] 0x10000000	SDL
[  20263] 0x7c340000	MSVCR71
[  20263] 0x00de0000	DevIL
[  20263] 0x66fc0000	freetype6
[  20263] 0x61b80000	zlib1
[  20263] 0x003e0000	ILU
[  20263] 0x773d0000	comctl32
[  20263] 0x5d090000	comctl32
[  20263] 0x69500000	nvoglnt
[  20263] 0x71a50000	mswsock
[  20263] 0x662b0000	hnetcfg
[  20263] 0x71a90000	wshtcpip
[  20263] 0x76c30000	WINTRUST
[  20263] 0x77a80000	CRYPT32
[  20263] 0x77b20000	MSASN1
[  20263] 0x72d20000	wdmaud
[  20263] 0x72d10000	msacm32
[  20263] 0x77be0000	MSACM32
[  20263] 0x77bd0000	midimap
[  20263] 0x73ee0000	KsUser
[  20263] 0x59a60000	DBGHELP
[  20263] Stacktrace:
[  20263] (0) C:\Games\Spring\spring.exe [0x0058563F]
[  20263] (1) C:\Games\Spring\spring.exe [0x00585858]
[  20263] (2) C:\Games\Spring\spring.exe [0x00576159]
[  20263] (3) C:\Games\Spring\spring.exe [0x0058040F]
[  20263] (4) C:\Games\Spring\spring.exe [0x004353B0]
[  20263] (5) C:\Games\Spring\spring.exe [0x004412BF]
[  20263] (6) C:\Games\Spring\spring.exe [0x0081D953]
[  20263] (7) C:\Games\Spring\spring.exe [0x0084965C]
[  20263] (8) C:\Games\Spring\spring.exe [0x0084E9AD]
[  20263] (9) C:\Games\Spring\spring.exe [0x005B918B]
[  20263] (10) C:\Games\Spring\spring.exe [0x005C5320]
[  20263] (11) C:\Games\Spring\spring.exe [0x005B807D]
[  20263] (12) C:\Games\Spring\spring.exe [0x005B8279]
[  20263] (13) C:\Games\Spring\spring.exe [0x00A2DAD1]
[  20263] (14) C:\Games\Spring\spring.exe [0x004010A7]
[  20263] (15) C:\Games\Spring\spring.exe [0x00401123]
[  20263] (16) C:\WINDOWS\system32\kernel32.dll(RegisterWaitForInputIdle+0x49) [0x7C817067]
I note that the 0x7C817067 is the same as the last crash, also strangely the last replay I uploaded didnt crash when I watched it...
User avatar
TheFatController
Balanced Annihilation Developer
Posts: 1177
Joined: 10 Dec 2006, 18:46

Re: Crash occured with .77b2

Post by TheFatController »

These are getting easy to recreate, just sending a ton of units to fight the chicken queen causes it (mass explosions i guess?)

Just posting the last one incase it helps

Code: Select all

Using script script.txt
using configuration source "Software\SJ\Spring 0.77b2"
OS: Microsoft Windows XP Professional Service Pack 3 (build 2600)
Hardware: AMD Athlon(tm) 64 X2 Dual Core Processor 6400+; 2046MB RAM, 3939MB pagefile
Using read-write data directory: C:\Games\Spring\
Scanning: C:\Games\Spring\maps
Scanning: C:\Games\Spring\base
Scanning: C:\Games\Spring\mods
Video mode set to  1280 x 1024 / 32 bit
[      0] SDL:  1.2.10
[      0] GL:   2.1.2
[      0] GL:   NVIDIA Corporation
[      0] GL:   GeForce 8600 GT/PCI/SSE2/3DNOW!
[      0] GLEW: 1.4.0
[      0] Connecting to local server using number 0
[      0] Became player 0
[      0] Using map Aquatic_Divide_TNM05-V2.smf
[      0] Recording demo demos/20081009_221633_Aquatic_Divide_TNM05-V2_0.77b2.sdf
[      0] Using script Commanders
[      0] Using mod BA Chicken Defense V1.36development (BA6.41)
[      0] Connecting to server .
[      0] Parsing unit icons
[      0] Loading all definitions:  0.479000
[      0] Opening map file
[      0] Loading Map
[      0] Loading detail textures
[      0] Creating overhead texture
[      0] Creating ground shading
[      0] Loading tile file
[      0] Reading tiles
[      0] Reading tile map
[      0] Creating projectile texture
[      0] Number of damage types: 43
[      0] Loading weapon definitions
[      0] Loading unit definitions
[      0] WARNING: too many unit categories 33 missed fort
[      0] Loading feature definitions
[      0] Generating trees
[      0] Creating unit textures
[      0] Initializing map features
[      0] Reading estimate path costs (1 thread)
[      0] Pathing data checksum: 6b0a037d
[      0] Creating sky
[      0] Loading LuaRules
[      0] gf1 = LuaRules/Gadgets/areaattack.lua
[      0] gf1 = LuaRules/Gadgets/cmd_nocost.lua
[      0] gf1 = LuaRules/Gadgets/comiscontrol.lua
[      0] gf1 = LuaRules/Gadgets/doesnotcount.lua
[      0] gf1 = LuaRules/Gadgets/lups_manager.lua
[      0] gf1 = LuaRules/Gadgets/lups_manager_77.lua
[      0] gf1 = LuaRules/Gadgets/lups_shockwaves.lua
[      0] gf1 = LuaRules/Gadgets/lups_wrapper.lua
[      0] gf1 = LuaRules/Gadgets/teamcomends.lua
[      0] gf1 = LuaRules/Gadgets/unit_direct_control.lua
[      0] gf1 = LuaRules/Gadgets/unit_mex_upgrader.lua
[      0] gf1 = LuaRules/Gadgets/unit_spawner.lua
[      0] gf2 = LuaRules/Gadgets/areaattack.lua
[      0] gf2 = LuaRules/Gadgets/cmd_nocost.lua
[      0] gf2 = LuaRules/Gadgets/comiscontrol.lua
[      0] gf2 = LuaRules/Gadgets/doesnotcount.lua
[      0] gf2 = LuaRules/Gadgets/lups_manager.lua
[      0] gf2 = LuaRules/Gadgets/lups_manager_77.lua
[      0] gf2 = LuaRules/Gadgets/lups_shockwaves.lua
[      0] gf2 = LuaRules/Gadgets/lups_wrapper.lua
[      0] gf2 = LuaRules/Gadgets/teamcomends.lua
[      0] gf2 = LuaRules/Gadgets/unit_direct_control.lua
[      0] gf2 = LuaRules/Gadgets/unit_mex_upgrader.lua
[      0] gf2 = LuaRules/Gadgets/unit_spawner.lua
[      0] Loaded gadget:  BA Chicken Spawner  <unit_spawner.lua>
[      0] Loaded gadget:  DirectControl       <unit_direct_control.lua>
[      0] Loaded gadget:  NoCost              <cmd_nocost.lua>
[      0] Loaded gadget:  Shockwaves          <lups_shockwaves.lua>
[      0] Loaded gadget:  lups_wrapper.lua    <lups_wrapper.lua>
[      0] Loaded gadget:  Area Attack         <areaattack.lua>
[      0] Loaded gadget:  C Is For Control    <comiscontrol.lua>
[      0] Loaded gadget:  Does Not Count v2   <doesnotcount.lua>
[      0] Loaded gadget:  Team Com Ends       <teamcomends.lua>
[      0] Loaded gadget:  LupsManager         <lups_manager.lua>
[      0] Loaded gadget:  LupsSyncedManager   <lups_manager_77.lua>
[      0] Loaded gadget:  Mex Upgrader Gadget  <unit_mex_upgrader.lua>
[      0] LUARULES-MAIN  (GADGETS)
[      0] gf1 = LuaRules/Gadgets/areaattack.lua
[      0] gf1 = LuaRules/Gadgets/cmd_nocost.lua
[      0] gf1 = LuaRules/Gadgets/comiscontrol.lua
[      0] gf1 = LuaRules/Gadgets/doesnotcount.lua
[      0] gf1 = LuaRules/Gadgets/lups_manager.lua
[      0] gf1 = LuaRules/Gadgets/lups_manager_77.lua
[      0] gf1 = LuaRules/Gadgets/lups_shockwaves.lua
[      0] gf1 = LuaRules/Gadgets/lups_wrapper.lua
[      0] gf1 = LuaRules/Gadgets/teamcomends.lua
[      0] gf1 = LuaRules/Gadgets/unit_direct_control.lua
[      0] gf1 = LuaRules/Gadgets/unit_mex_upgrader.lua
[      0] gf1 = LuaRules/Gadgets/unit_spawner.lua
[      0] gf2 = LuaRules/Gadgets/areaattack.lua
[      0] gf2 = LuaRules/Gadgets/cmd_nocost.lua
[      0] gf2 = LuaRules/Gadgets/comiscontrol.lua
[      0] gf2 = LuaRules/Gadgets/doesnotcount.lua
[      0] gf2 = LuaRules/Gadgets/lups_manager.lua
[      0] gf2 = LuaRules/Gadgets/lups_manager_77.lua
[      0] gf2 = LuaRules/Gadgets/lups_shockwaves.lua
[      0] gf2 = LuaRules/Gadgets/lups_wrapper.lua
[      0] gf2 = LuaRules/Gadgets/teamcomends.lua
[      0] gf2 = LuaRules/Gadgets/unit_direct_control.lua
[      0] gf2 = LuaRules/Gadgets/unit_mex_upgrader.lua
[      0] gf2 = LuaRules/Gadgets/unit_spawner.lua
[      0] Loaded gadget:  BA Chicken Spawner  <unit_spawner.lua>
[      0] Loaded gadget:  NoCost              <cmd_nocost.lua>
[      0] Loaded gadget:  Shockwaves          <lups_shockwaves.lua>
[      0] Loaded gadget:  Area Attack         <areaattack.lua>
[      0] Loaded gadget:  C Is For Control    <comiscontrol.lua>
[      0] Loaded gadget:  LupsManager         <lups_manager.lua>
[      0] Loaded gadget:  LupsSyncedManager   <lups_manager_77.lua>
[      0] Loaded gadget:  Mex Upgrader Gadget  <unit_mex_upgrader.lua>
[      0] Loaded gadget:  Lups                <lups_wrapper.lua>
[      0] LUARULES-DRAW  (GADGETS)
[      0] Loading LuaGaia
[      0] Loading LuaUI
[      0] Using LUAUI_DIRNAME = LuaUI/
[      0] Reloaded ctrlpanel with: LuaUI/ctrlpanel.txt
[      0] LuaUI: bound F11 to the widget selector
[      0] LuaUI: bound CTRL+F11 to tweak mode
[      0] Failed to load: cmd_no_duplicate_orders.lua  (duplicate name)
[      0] Failed to load: gui_attack_aoe.lua  (duplicate name)
[      0] Failed to load: gui_defenserange.lua  (duplicate name)
[      0] Failed to load: gui_display_dps.lua  (duplicate name)
[      0] Failed to load: gui_reclaiminfo.lua  (duplicate name)
[      0] Failed to load: gui_startbox_replacement.lua  (duplicate name)
[      0] Failed to load: init_start_point_remover.lua  (duplicate name)
[      0] Failed to load: unit_dontmove.lua  (duplicate name)
[      0] Failed to load: unit_healthbars.lua  (duplicate name)
[      0] Failed to load: unit_improved_metal_maker.lua  (duplicate name)
[      0] ahoj
[      0] Loaded widget:  MexUpg Helper       <helper.lua>
[      0] Loaded widget:  HealthBars          <unit_healthbars.lua>
[      0] Reloaded ctrlpanel with: LuaUI/Configs/ctrlpanel.txt
[      0] Loaded widget:  BA Layout           <gui_ba_layout.lua>
[      0] Loaded widget:  Chicken Panel       <gui_chicken.lua>
[      0] Loaded widget:  DGunLimit           <gui_limit_dgun.lua>
[      0] Loaded widget:  BuildETA            <gui_build_eta.lua>
[      0] Loaded widget:  Don't Shoot         <unit_dontshoot.lua>
[      0] Loaded widget:  MiniMap Start Boxes  <minimap_startbox.lua>
[      0] Loaded widget:  Display DPS         <gui_display_dps.lua>
[      0] Loaded widget:  Defense Range v4.1  <gui_defenseRange.lua>
[      0] Loaded widget:  DontMove            <unit_dontmove.lua>
[      0] Loaded widget:  Emotes              <cmd_emotes.lua>
[      0] Loaded widget:  ReclaimInfo         <gui_reclaiminfo.lua>
[      0] Loaded widget:  NoDuplicateOrders   <cmd_no_duplicate_orders.lua>
[      0] Loaded widget:  SmartNanos2         <unit_smart_nanos2.lua>
[      0] Loaded widget:  Take Reminderv2.2   <gui_take_remind.lua>
[      0] Loaded widget:  Improved MetalMakers  <unit_improved_metal_maker.lua>
[      0] Loaded widget:  FPS                 <gui_fps.lua>
[      0] Loaded widget:  Start Point Remover  <init_start_point_remover.lua>
[      0] Loaded widget:  StartBox replacement  <gui_startbox_replacement.lua>
[      0] Loaded widget:  take com control too  <takecomcontroltoo.lua>
[      0] Loaded widget:  Attack AoE          <gui_attack_aoe.lua>
[      0] Loaded widget:  Select n Center!    <gui_center_n_select.lua>
[      0] Loaded widget:  LupsManager         <gfx_lups_manager.lua>
[      0] Loaded widget:  Lups                <lups_wrapper.lua>
[      0] LuaUI v0.3
[      0] Finalizing...
[      0] Spring 0.77b2
[      0] Upgrade pairs registered
[      0] Removed:  C:\Games\Spring\LuaUI\Widgets\minimap_startbox.lua
[      0] New connection established in 0 (wanted number was 0)
[      0] Player TheFatController joined as 0
[      0] TheFatController added point: Start 0
[      0] TheFatController added point: Start 0
[      0] Speed set to 1.5 [TheFatController]
[      0] Speed set to 2.0 [TheFatController]
[      0] Speed set to 2.5 [TheFatController]
[      0] Speed set to 3.0 [TheFatController]
[      0] GameID: bf74ee489601c083657696851273f821
[      8] Loading:  C:\Games\Spring\LuaUI\Widgets\minimap_startbox.lua
[    830] /cheat
[    832] Cheating!
[   1165] /give 20 gorg
[   1167] Giving 20 gorg to team 0
[   1540] Juggernaut: Can't reach destination!
[   1684] Juggernaut: Can't reach destination!
[   1914] /give 20 corfus
[   1916] Giving 20 corfus to team 0
[   3193] /give 100 corkarg
[   3196] Giving 100 corkarg to team 0
[   3217] Karganeth: Can't reach destination!
[   3217] Karganeth: Can't reach destination!
[   3217] Karganeth: Can't reach destination!
[   3217] Karganeth: Can't reach destination!
[   3249] Karganeth: Can't reach destination!
[   3250] Karganeth: Can't reach destination!
[   3250] Karganeth: Can't reach destination!
[   3251] Karganeth: Can't reach destination!
[   3258] Karganeth: Can't reach destination!
[   3348] Karganeth: Can't reach destination!
[   3377] Karganeth: Can't reach destination!
[   3377] Karganeth: Can't reach destination!
[   3377] Karganeth: Can't reach destination!
[   3377] Karganeth: Can't reach destination!
[   3430] Karganeth: Can't reach destination!
[   3430] Karganeth: Can't reach destination!
[   3430] Karganeth: Can't reach destination!
[   3441] Karganeth: Can't reach destination!
[   3521] Speed set to 2.5 [TheFatController]
[   3538] Speed set to 2.0 [TheFatController]
[   3550] Speed set to 1.5 [TheFatController]
[   3606] Speed set to 1.0 [TheFatController]
[   3648] /team 1
[   3649] Karganeth: Can't reach destination!
[   3750] Spring 0.77b2 has crashed.
[   3750] Exception: Access violation (0xc0000005)
[   3750] Exception Address: 0x0058563f
[   3750] DLL information:
[   3750] 0x00400000	spring
[   3750] 0x7c900000	ntdll
[   3750] 0x7c800000	kernel32
[   3750] 0x77dd0000	ADVAPI32
[   3750] 0x77e70000	RPCRT4
[   3750] 0x77fe0000	Secur32
[   3750] 0x73f10000	dsound
[   3750] 0x77c10000	msvcrt
[   3750] 0x774e0000	ole32
[   3750] 0x77f10000	GDI32
[   3750] 0x7e410000	USER32
[   3750] 0x77c00000	VERSION
[   3750] 0x76b40000	WINMM
[   3750] 0x68b20000	GLU32
[   3750] 0x5ed00000	OPENGL32
[   3750] 0x73760000	DDRAW
[   3750] 0x73bc0000	DCIMAN32
[   3750] 0x76c90000	IMAGEHLP
[   3750] 0x6fbc0000	mingwm10
[   3750] 0x7c9c0000	SHELL32
[   3750] 0x77f60000	SHLWAPI
[   3750] 0x71ad0000	WSOCK32
[   3750] 0x71ab0000	WS2_32
[   3750] 0x71aa0000	WS2HELP
[   3750] 0x6ed80000	glew32
[   3750] 0x10000000	SDL
[   3750] 0x7c340000	MSVCR71
[   3750] 0x00de0000	DevIL
[   3750] 0x66fc0000	freetype6
[   3750] 0x61b80000	zlib1
[   3750] 0x003e0000	ILU
[   3750] 0x773d0000	comctl32
[   3750] 0x5d090000	comctl32
[   3750] 0x69500000	nvoglnt
[   3750] 0x71a50000	mswsock
[   3750] 0x662b0000	hnetcfg
[   3750] 0x71a90000	wshtcpip
[   3750] 0x76c30000	WINTRUST
[   3750] 0x77a80000	CRYPT32
[   3750] 0x77b20000	MSASN1
[   3750] 0x72d20000	wdmaud
[   3750] 0x72d10000	msacm32
[   3750] 0x77be0000	MSACM32
[   3750] 0x77bd0000	midimap
[   3750] 0x73ee0000	KsUser
[   3750] 0x59a60000	DBGHELP
[   3750] Stacktrace:
[   3750] (0) C:\Games\Spring\spring.exe [0x0058563F]
[   3750] (1) C:\Games\Spring\spring.exe [0x00585858]
[   3750] (2) C:\Games\Spring\spring.exe [0x00585C6C]
[   3750] (3) C:\Games\Spring\spring.exe [0x0055B7B3]
[   3750] (4) C:\Games\Spring\spring.exe [0x0055BB0F]
[   3750] (5) C:\Games\Spring\spring.exe [0x0055BE7C]
[   3750] (6) C:\Games\Spring\spring.exe [0x0055C086]
[   3750] (7) C:\Games\Spring\spring.exe [0x005664BF]
[   3750] (8) C:\Games\Spring\spring.exe [0x00566974]
[   3750] (9) C:\Games\Spring\spring.exe [0x0057CE6B]
[   3750] (10) C:\Games\Spring\spring.exe [0x0057D009]
[   3750] (11) C:\Games\Spring\spring.exe [0x0057D228]
[   3750] (12) C:\Games\Spring\spring.exe [0x0057577D]
[   3750] (13) C:\Games\Spring\spring.exe [0x0044BB68]
[   3750] (14) C:\Games\Spring\spring.exe [0x0044D216]
[   3750] (15) C:\Games\Spring\spring.exe [0x004494AD]
[   3750] (16) C:\Games\Spring\spring.exe [0x0044E738]
[   3750] (17) C:\Games\Spring\spring.exe [0x00479CD2]
[   3750] (18) C:\Games\Spring\spring.exe [0x0044C61D]
[   3750] (19) C:\Games\Spring\spring.exe [0x0068F34E]
[   3750] (20) C:\Games\Spring\spring.exe [0x008162EB]
[   3750] (21) C:\Games\Spring\spring.exe [0x008003AA]
[   3750] (22) C:\Games\Spring\spring.exe [0x00816630]
[   3750] (23) C:\Games\Spring\spring.exe [0x0080F431]
[   3750] (24) C:\Games\Spring\spring.exe [0x00815E72]
[   3750] (25) C:\Games\Spring\spring.exe [0x00815F1F]
[   3750] (26) C:\Games\Spring\spring.exe [0x0080F2AD]
[   3750] (27) C:\Games\Spring\spring.exe [0x006F4DB0]
[   3750] (28) C:\Games\Spring\spring.exe [0x0077D55C]
[   3750] (29) C:\Games\Spring\spring.exe [0x0081D523]
[   3750] (30) C:\Games\Spring\spring.exe [0x0084965C]
[   3750] (31) C:\Games\Spring\spring.exe [0x0084E9AD]
[   3750] (32) C:\Games\Spring\spring.exe [0x005B918B]
[   3750] (33) C:\Games\Spring\spring.exe [0x005C5320]
[   3750] (34) C:\Games\Spring\spring.exe [0x005B807D]
[   3750] (35) C:\Games\Spring\spring.exe [0x005B8279]
[   3750] (36) C:\Games\Spring\spring.exe [0x00A2DAD1]
[   3750] (37) C:\Games\Spring\spring.exe [0x004010A7]
[   3750] (38) C:\Games\Spring\spring.exe [0x00401123]
[   3750] (39) C:\WINDOWS\system32\kernel32.dll(RegisterWaitForInputIdle+0x49) [0x7C817067]
Post Reply

Return to “Help & Bugs”