Search found 13 matches
- 26 Apr 2011, 11:54
- Forum: Linux
- Topic: Can't load Maps archive in SpringLobby[Solved]
- Replies: 3
- Views: 1522
Re: Can't load Maps archive in SpringLobby[Solved]
Turns out I just have to update the lobby version.
- 24 Apr 2011, 21:35
- Forum: Linux
- Topic: Can't load Maps archive in SpringLobby[Solved]
- Replies: 3
- Views: 1522
Re: Can't load Maps archive in SpringLobby
I tried several different popular maps, all downloaded from springfiles. I can try redownloading them, but I doubt they were all corrupted.
- 24 Apr 2011, 20:49
- Forum: Linux
- Topic: Can't load Maps archive in SpringLobby[Solved]
- Replies: 3
- Views: 1522
Can't load Maps archive in SpringLobby[Solved]
I just reinstalled Spring after a fairly long hiatus. I'm failing at launching from SpringLobby, with the error: Couldn't load archive 'tropical.smf' for 'Tropical.smf'. Map is in ~/.spring/maps The map shows up in the lobby and is displayed properly. I tried it with BA and with NOTA. I also tried r...
- 24 May 2009, 13:48
- Forum: Linux
- Topic: spring data dir paths
- Replies: 7
- Views: 1834
Re: spring data dir paths
Maybe try this....
make sure there is a line that says:
Code: Select all
sudo pico /etc/spring/datadir
Code: Select all
$HOME/.spring
- 23 May 2009, 14:39
- Forum: AI
- Topic: How do I make an AI?
- Replies: 2
- Views: 936
Re: How do I make an AI?
Mario,
Don't worry you're not the only newb wanting to build an AI. I found the source for C.R.A.I.G (Spring: 1944) with this:
git clone git://github.com/tvo/craig
That's from Bash, I'm not sure how you'd go about it in Windows.
Don't worry you're not the only newb wanting to build an AI. I found the source for C.R.A.I.G (Spring: 1944) with this:
git clone git://github.com/tvo/craig
That's from Bash, I'm not sure how you'd go about it in Windows.
- 17 May 2009, 07:15
- Forum: SpringLobby Client
- Topic: SpringLobby
- Replies: 431
- Views: 99996
Re: SpringLobby
You were right Hoijui: the Javas became available when I changed the libsync. Also, the Springlobby release version does seem to support the Java the same as the development copy. I didn't realize that I could launch Spring outside of the lobby, so now I can't blame errors on the lobby anymore :wink...
- 14 May 2009, 12:35
- Forum: SpringLobby Client
- Topic: SpringLobby
- Replies: 431
- Views: 99996
Re: SpringLobby
Good call Hoijui. that worked just fine. :-) This version from git is 1.10448, which is the same version as when I downloaded the tarball from springlobby.info and installed. Does this version support the Java AIs, because I don't have the two NullJava AIs listed in the lobby. My Java works and my d...
- 14 May 2009, 12:21
- Forum: SpringLobby Client
- Topic: SpringLobby
- Replies: 431
- Views: 99996
Re: SpringLobby
I goggled 'git springlobby', although it's entirely possible it was 'springlobby git' :wink: I'm trying to tinker with the Java AI Interface, and Hoijui said the development version supported that (the latest release seems not to). I just tried the git repo you provided and got the same error. What'...
- 14 May 2009, 10:58
- Forum: SpringLobby Client
- Topic: SpringLobby
- Replies: 431
- Views: 99996
Re: SpringLobby
Installing in Ubuntu 9.04, I get an error. I run these commands: git clone git://github.com/springlobby/springlobby.git cmake -DOPTION_SOUND=OFF -DOPTION_TORRENT_SYSTEM=OFF . make make install At 100% of install command I get the error: -- Install configuration: "" CMake Error at cmake_ins...
- 11 Jan 2009, 12:17
- Forum: Help & Bugs
- Topic: Crashes when compiled from source
- Replies: 0
- Views: 434
Crashes when compiled from source
Ubuntu Intrepid AMD , GeForce 8600 I run the stable version of Spring from the repos and it works perfectly. I am trying to work with the caiinterface branch and it is crashing. This branch has been tested in Ubuntu by others, so I believe I am doing something wrong. I pulled the source code from SV...
- 31 Dec 2008, 07:44
- Forum: AI
- Topic: Java AI Interface for Spring
- Replies: 405
- Views: 74948
Re: Java AI Interface for Spring
I run Ubuntu not Mac. Sorry, I should have mentioned that somewhere. I still don't compile but my problem is definitely with FindJNI.cmake and is not with caiinterface. For some reason the value JAVA_JVM_LIBRARY is always being set to JVM_LIBRARY_LIBRARY-NOT FOUND even when I point it directly at (w...
- 29 Dec 2008, 16:08
- Forum: AI
- Topic: Java AI Interface for Spring
- Replies: 405
- Views: 74948
Re: Java AI Interface for Spring
Okay I was getting a warning about 'No Java icludes found -> Java AI interface not created' from CMake. I fixed that by going to FindJNI.cmake under SET (JAVA_AWT_INCLUDE_DIRECTORIES) and adding $ENV{JAVA_HOME}. $ENV{JAVA_HOME}/include was already present but it didn't fix the error until I added in...
- 28 Dec 2008, 14:49
- Forum: AI
- Topic: Java AI Interface for Spring
- Replies: 405
- Views: 74948
Re: Java AI Interface for Spring
@Hoijui (regarding PM) I still cannot compile caiinterface. Are you sure that com/clan-sy/spring/ai is fully up-to-date? My copy is missing everything out of oo, command, and event directories. The compiler errors are all of the form: package com.clan-sy.spring.ai.(something) does not exist. To make...