[Linux Lobby] AFLobby Beta 3.9.7
Moderator: Moderators
Without the message that caused that error I cannot help you. open the traffic window from the first tab then re-attempt to host.
Can your post that error in my bug tracker?
Are you using svn unitsync? (anything past official 0.75b2 release)
Are you running from a command prompt, and fi so what stack traces are displayed? And if not can you run from a command prompt with the -verbose parameter?
Can your post that error in my bug tracker?
Are you using svn unitsync? (anything past official 0.75b2 release)
Are you running from a command prompt, and fi so what stack traces are displayed? And if not can you run from a command prompt with the -verbose parameter?
- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05
- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05
- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05
As far as I can remember it will pick the last map used, starting with the small divide map. You only need to delete the map after you've hosted once or modify settings.tdf by hand.
It would be nice if you could add a suggestion to uae a different default map for the default value of the first initial map, such as the first or last map in your install to mantis @ http://mantis.darkstars.co.uk
It would be nice if you could add a suggestion to uae a different default map for the default value of the first initial map, such as the first or last map in your install to mantis @ http://mantis.darkstars.co.uk
yea
I can't seem to find this sun-java-jre that it requires. Any help?
I'm on Ubuntu 6.06 Dapper Drake [Don't say it's old, I don't too much care.], do I need to update to the newest Ubuntu, or is there a way to get it to work here?
EDIT: Screw it, just gonna get 7.10 and make a new Live CD again. Slow DSL is Slow.
I'm on Ubuntu 6.06 Dapper Drake [Don't say it's old, I don't too much care.], do I need to update to the newest Ubuntu, or is there a way to get it to work here?
EDIT: Screw it, just gonna get 7.10 and make a new Live CD again. Slow DSL is Slow.
- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05
Re: [Linux Lobby] AFLobby Beta 3.9.7
So any updates recently then AF?
Re: [Linux Lobby] AFLobby Beta 3.9.7
Yes, if you look at darkstars there's a blogpost on aflobby right at the top.
http://www.darkstars.co.uk/2008/aflobby-update/
(AFLobby 3.9.7? There must be a newer beta 4.2 thread at least?!?!)
http://www.darkstars.co.uk/2008/aflobby-update/
(AFLobby 3.9.7? There must be a newer beta 4.2 thread at least?!?!)
Re: [Linux Lobby] AFLobby Beta 3.9.7
AF witch java complier do you use as im making a java lobby aswell then i will be changing the jar file to exe file so i need a java complier
Re: [Linux Lobby] AFLobby Beta 3.9.7
mm...
i cant see a good reason for doing this, there are other solutions which all are better in my eyes:
1. let the user double click on your jar (works since JRE 1.4 or something, if oyu have a Main-Class attribute in the manifest)
2. make a bat file or a windows shortcut ("java -jar /yourlobby.jar")
pros:
- no additional source of problems
- cross platform (i can copy your lobby from my windows to my linux box 1:1)
- you can choose to bundle the JRE or use the one the user has installed already (two downloads eg.)
- we will soon see Java AIs comming, and therefore more spring users will have a JRE/JDK installed
btw... if you need/want assistance.. i dont know how much time i can spare, but i know java and spring, so if you have problems, dont hesitate to ask me
also if you want to call unitsync functions, and dont have experience iwht JNI/JNA, i recommend you come to me, to safe yourself a lot of trouble, as i have gone through that already.
good luck btw! i would like to see a java lobby!
i cant see a good reason for doing this, there are other solutions which all are better in my eyes:
1. let the user double click on your jar (works since JRE 1.4 or something, if oyu have a Main-Class attribute in the manifest)
2. make a bat file or a windows shortcut ("java -jar /yourlobby.jar")
pros:
- no additional source of problems
- cross platform (i can copy your lobby from my windows to my linux box 1:1)
- you can choose to bundle the JRE or use the one the user has installed already (two downloads eg.)
- we will soon see Java AIs comming, and therefore more spring users will have a JRE/JDK installed
btw... if you need/want assistance.. i dont know how much time i can spare, but i know java and spring, so if you have problems, dont hesitate to ask me

also if you want to call unitsync functions, and dont have experience iwht JNI/JNA, i recommend you come to me, to safe yourself a lot of trouble, as i have gone through that already.

good luck btw! i would like to see a java lobby!
Re: [Linux Lobby] AFLobby Beta 3.9.7
If you can point conveniently at the unitsync JNA classes ^_^