Search found 13 matches
- 18 Feb 2010, 12:08
- Forum: Help & Bugs
- Topic: Archive loading error
- Replies: 2
- Views: 762
Re: Archive loading error
Still nothing on this error? :) Just took the latest git and compiled, still getting this error. I attached the script file used when getting this error
- 11 Feb 2010, 13:44
- Forum: Help & Bugs
- Topic: Linux directory error in newest spring from GIT
- Replies: 10
- Views: 1249
Re: Linux directory error in newest spring from GIT
it's a homemade map.. also tried adamantine_mountain and tropical. I just dont get it..
- 11 Feb 2010, 12:51
- Forum: Help & Bugs
- Topic: Linux directory error in newest spring from GIT
- Replies: 10
- Views: 1249
Re: Linux directory error in newest spring from GIT
I just did a complete reinstall (in a virtual machine) of ubuntu and then compiled spring.. still get this error.
I see that Auswaschbar rewrote all of this just 2 days ago, so maybe we should get him to take a look at it? :)
I see that Auswaschbar rewrote all of this just 2 days ago, so maybe we should get him to take a look at it? :)
- 11 Feb 2010, 09:11
- Forum: Help & Bugs
- Topic: Linux directory error in newest spring from GIT
- Replies: 10
- Views: 1249
Re: Linux directory error in newest spring from GIT
3 maps tried, all fails. They are all there
tried one of them in zip, works fine. Very weird :/ The funny thing is that it works if I just start up spring, and choose a map in there.. but not through springlobby.

- 10 Feb 2010, 15:28
- Forum: Help & Bugs
- Topic: Linux directory error in newest spring from GIT
- Replies: 10
- Views: 1249
Re: Linux directory error in newest spring from GIT
Ok, both those existed, and had the correct path. Deleting them removed the error though :) But I then get a new error (yay) .. it now can't load the map Content error: Couldn't load archive 'wuhu.smf' for map 'Wuhu.smf'. Changing the casing in the script file doesnt help :/ Also double checked the ...
- 10 Feb 2010, 14:35
- Forum: Help & Bugs
- Topic: Linux directory error in newest spring from GIT
- Replies: 10
- Views: 1249
Re: Linux directory error in newest spring from GIT
... having a look at the code ... edit: or better: give us the command you use to compile spring. I just do the following: cmake . make sudo make install then I run spring with spring script.txt, where script is taken from a springlobby game in other words, I do nothing special. Edit: just saw the ...
- 10 Feb 2010, 13:49
- Forum: Help & Bugs
- Topic: Linux directory error in newest spring from GIT
- Replies: 10
- Views: 1249
Linux directory error in newest spring from GIT
Hi. After downloading and compiling the newest spring (without error), I get an error message when trying to run it.. Content error: Error: datadir specified with relative path: " /home/d513a/.spring/" It is obvious that this is because of the space in front of the path, as this is checked...
- 26 Nov 2009, 15:17
- Forum: Help & Bugs
- Topic: Strange team identification in infolog
- Replies: 2
- Views: 785
Strange team identification in infolog
Hi. I have come upon some weirdness in an infolog, presented here: [ 40] Skirmish AI "brAIn" took over control of team 0 [ 76] Skirmish AI "RAI" took over control of team 1 [ 18345] Shellshocker: Can't reach destination! [ 18599] Shellshocker: Can't reach destination! [ 18671] Sh...
- 26 Nov 2009, 15:05
- Forum: AI
- Topic: crash in spring-HL, just compiled from git
- Replies: 5
- Views: 1231
Re: crash in spring-HL, just compiled from git
Thanks for the debug3 (or 2) help.. I haven't been able to recreate the error though, will follow up if I do :)
- 25 Nov 2009, 21:49
- Forum: AI
- Topic: crash in spring-HL, just compiled from git
- Replies: 5
- Views: 1231
Re: crash in spring-HL, just compiled from git
will try and post followup tomorrow :)
- 25 Nov 2009, 21:29
- Forum: AI
- Topic: crash in spring-HL, just compiled from git
- Replies: 5
- Views: 1231
crash in spring-HL, just compiled from git
Hi. Today I just updated and compiled spring, and began receiving some errors when running it. Please note that this is the headless version of spring, from http://github.com/hughperkins/springheadless . The stacktrace from GDB is at the following link: http://pastebin.com/m70532b3d I can't seem to ...
- 12 Oct 2009, 12:34
- Forum: AI
- Topic: debugging AI with breakpoints
- Replies: 3
- Views: 1014
Re: debugging AI with breakpoints
It's the new CPP interface, on windows 7(don't know if that is a problem for gdb). Compiled spring(and AI) using Cmake and MINGW with gcc 4.4, and setting the breakpoints in GDB using fx. "break main" for the main function, or more generally: break 'namespace::class:function()'. Now my c++...
- 11 Oct 2009, 20:53
- Forum: AI
- Topic: debugging AI with breakpoints
- Replies: 3
- Views: 1014
debugging AI with breakpoints
Hi. Does anyone have a small guide on how to use breakpoints in AI's for Spring? I am looking in to doing this, but having some issues. I was thinking this has be done in "GDB", which is also suggested on the Spring development WIKI, and have downloaded Version 7. When trying to set a brea...