Page 49 of 49

Posted: 14 Nov 2007, 20:31
by AF
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?

Posted: 15 Nov 2007, 13:40
by clericvash

Posted: 15 Nov 2007, 17:56
by AF
You do have the map small divide right?

If you do nto have small divide then the hash rturned for smalld ivide will be 'null' and null will make TASServer throw an exception which makes it reject the command and gives an error message.

Posted: 16 Nov 2007, 13:55
by clericvash
Well why is it looking for small divide? No i don't have it, never play it, the map just bores me, too small.

Let me guess you made it load small divide by default.

Posted: 16 Nov 2007, 14:01
by Relative
clericvash wrote:
Let me guess you made it load small divide by default.
Bingo!

Posted: 16 Nov 2007, 16:38
by clericvash
Ugh how annoying to have to keep a map i don't use and will never use.

Posted: 16 Nov 2007, 18:01
by AF
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

yea

Posted: 17 Nov 2007, 03:44
by rcdraco
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.

Posted: 30 Nov 2007, 13:47
by clericvash
Any updates at all AF?

Posted: 30 Nov 2007, 18:02
by AF
Not yet, NTai has taken up the priority lately. Clean java code is useless compared to clean C++ code when applying for the work placements I'm after.

Posted: 02 Dec 2007, 00:00
by AF
I committed a few changes I made here and there I'd forgotten about.

Posted: 02 Dec 2007, 03:03
by AF
Fixed a bug that lead to mapnames with "" which caused about 2 or 3 other bugs such as the script generation bug.

Re: [Linux Lobby] AFLobby Beta 3.9.7

Posted: 06 May 2008, 10:52
by clericvash
So any updates recently then AF?

Re: [Linux Lobby] AFLobby Beta 3.9.7

Posted: 06 May 2008, 20:29
by AF
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?!?!)

Re: [Linux Lobby] AFLobby Beta 3.9.7

Posted: 03 Aug 2009, 02:43
by command
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

Posted: 03 Aug 2009, 13:47
by hoijui
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!

Re: [Linux Lobby] AFLobby Beta 3.9.7

Posted: 04 Aug 2009, 15:56
by AF
If you can point conveniently at the unitsync JNA classes ^_^