Page 25 of 49
Posted: 13 Jun 2007, 01:52
by Lippy
Wow! Double buffering helps sooo much.. no more epilepsy fits! Let's just hope it doesn't cause too much problems in the future.
Unfortunately I have a few bugs for you to fix which i'll post before i turn in:
*When you pm someone; the stuff you say i headed under the other person's name i.e. when I pm'd you it said "[]AF says:" for all my comments (this weren't there in beta1 as far as I can remember)
*URLs without the http:// prefix still don't work
*The messagebox that comes up when you do things like trying to join main twice, is fixed and cannot be moved; (for me it pop-ups in the bottom right corner of my second monitor)
Posted: 13 Jun 2007, 10:47
by Relative
Double Buffering is a huge improvement, it really makes a difference for the user experience. I haven't noticed any of the problems that people were plagued with in the earlier alphas.
I can confirm all the issues that Lippy has brought to your attention, although that last one is less a bug and more just something I don't think has ever happened or was meant to.
Edit: Also, more issues I have noticed:
*if I logout and then try to login again in the same session it always gets stuck on "refreshing unitsync hashes"
*Each login it rewrites all the minimaps, even though I already have them in .aflobby. This can take quite a while considering that I have about 150 maps.
The lobby is shaping up nicely AF, you are doing great work.
Edit again: Ok the minimap thing is screwed up

It no longer reads or writes from .aflobby. I have no idea where it's writing those minimaps to each login, but it does not read from this new location as I have no minimaps in the battle lobby or maps tab.
Posted: 13 Jun 2007, 11:16
by AF
I added a '/' to the end of minimaps.
It used to read minimsp*mapname*.jpg whereas it now reads minimaps/*mapname*.jpg
I never did add the ability to move the mesages/toasts window
Ill look into the hang on login
I also suspect the channel view might not be getting discarded correctly.
I've fixed the pm bug
Relative, can you check that your aflobby folder in home has a minimaps folder? It may be that unitsync doesnt create the folder if its not found and has instead just given up after a no write error.
Posted: 13 Jun 2007, 11:25
by Lippy
Mhh.. for me when I logout (by clicking the logout button) & try to login again, an error pops up in the "messages" boxes i wrote about in my last post saying "Login Failed Already logged in"
And indeed, AFlobby seems to crash on startup quite a lot now. The good news, is the crashes don't seem to be random; they seem to happen every second time you try to start up the lobby, so it should be trackable.
Posted: 13 Jun 2007, 11:30
by AF
Mhh.. for me when I logout (by clicking the logout button) & try to login again, an error pops up in the "messages" boxes i wrote about in my last post saying "Login Failed Already logged in"
Sadly this isn't a lobby bug. Infact you get this under tasclient and even the supreme commander lobby.
To logout from the server you disconnect. When the connection timesout on the servers end it logs you out.
This is a terrible way of doing things and needs to be augmented by a LOGOUT command. If you disconnect and then login before the server realises you closed the connection, it kicks you with that message.
I tried to explain this to betalord and he said he cba and it wasn't an issue, it'd take care of itself.
Posted: 13 Jun 2007, 11:40
by Lippy
AF wrote:Mhh.. for me when I logout (by clicking the logout button) & try to login again, an error pops up in the "messages" boxes i wrote about in my last post saying "Login Failed Already logged in"
Sadly this isn't a lobby bug. Infact you get this under tasclient and even the supreme commander lobby.
To logout from the server you disconnect. When the connection timesout on the servers end it logs you out.
This is a terrible way of doing things and needs to be augmented by a LOGOUT command. If you disconnect and then login before the server realises you closed the connection, it kicks you with that message.
I tried to explain this to betalord and he said he cba and it wasn't an issue, it'd take care of itself.
But I waited for a few minutes and it still didn't work... and everytime if I restart AFlobby it works fine; e.g. If i click logout and wait 5 mins then try to login it still won't work. If instead I logout, then quit AFlobby, then start it up again all within 30 seconds it works fine...
EDIT: Just tested it after 30 mins of leaving it open and it still didn't work
Posted: 13 Jun 2007, 15:27
by AF
http://www.darkstars.co.uk/randomfiles/ ... build2.zip
Fixes www hyperlinks regex and bad link message, and fixes the logout GUI message not reaching connection class and never actually logging out spawning a second channel view
Posted: 13 Jun 2007, 15:55
by Agon
Tested newest version. No minimap! Version from 13juni 07 build 2
Code: Select all
heapsize=85196800
JSync Setup
Image loading error for /home/agon/.aflobby/minimaps/mars.smf.jpg: ERRORED
Image loading error for /home/agon/.aflobby/minimaps/mars.smf.jpg: ERRORED
Edit:
In the folder is no image available.
Posted: 13 Jun 2007, 15:55
by Relative
Yay, but my minimap issue still exists.

Has no one else had the problem I mentioned in my above post?
Edit: Looks like Agon has stumbled upon it.
Posted: 13 Jun 2007, 16:26
by Lippy
Well I tested out the 12th June Build 1 again and the minimaps work in it.
Out of interest I checked the memory usage of double buffered vs standard, and double buffered takes up an extra ~20mb which is fine (90mb vs 110mb). Definitely worth it.
EDIT: I over estimated; it's less; only about 10mb.
Posted: 13 Jun 2007, 16:32
by Relative
Lippy wrote:Well I tested out the 12th June Build 1 again and the minimaps work in it.
Out of interest I checked the memory usage of double buffered vs standard, and double buffered takes up an extra ~20mb which is fine (90mb vs 110mb). Definitely worth it.
That's a lot, for me it's only 50MB with 5 channels open and 80MB when + the battle lobby open.
Posted: 13 Jun 2007, 16:34
by Agon
Found another bug! I want to host a game and I have only one mod (NanoBlobs064.sdz)
but in the modlist there is no mod.
Posted: 13 Jun 2007, 16:40
by Lippy
Relative wrote:Lippy wrote:Well I tested out the 12th June Build 1 again and the minimaps work in it.
Out of interest I checked the memory usage of double buffered vs standard, and double buffered takes up an extra ~20mb which is fine (90mb vs 110mb). Definitely worth it.
That's a lot, for me it's only 50MB with 5 channels open and 80MB when + the battle lobby open.
Really? I tested mine like this: login; (don't join any extra channels); This gives 50mb; then click on every tab, waiting a few secs between each tab; this rises rapidly rises to just under 100mb.
Posted: 13 Jun 2007, 17:18
by AF
Let me clear this up
/home/agon/.aflobby/minimaps/mars.smf.jpg
That folder must exist. If it does not exist then unitsync wont write any minimaps, itll be wasting tis tiem generating jpegs trying to write them then skipping to the next minimap.
/home/*username*/.aflobby/minimaps/
That folder and the subfolder must exist. Without it no settings can be saved, no minimaps can be created. Current AFLobby builds will not create the folders for you!
Posted: 13 Jun 2007, 17:50
by Agon
Sry, my mistake. I wrote afflobby twp f´s.
Okay now all works. But I don´t test joining as a spectator. And I had an problem with loading a mod:
Code: Select all
JSync Setup
aflobby.sh: line 1: 9342 Speicherzugriffsfehler java -Djava.library.path=. -jar aflobby.jar
Posted: 13 Jun 2007, 17:51
by Lippy
Lolz... were such noobs. I remember reading that but I just somehow forgot it.
Agon wrote:Sry, my mistake. I wrote afflobby twp f´s.
Okay now all works. But I don´t test joining as a spectator. And I had an problem with loading a mod:
Code: Select all
JSync Setup
aflobby.sh: line 1: 9342 Speicherzugriffsfehler java -Djava.library.path=. -jar aflobby.jar
I'm not surprised.. you even wrote two as 'twp' lol
Posted: 13 Jun 2007, 17:59
by AF
I dont speak german =p
Posted: 13 Jun 2007, 18:26
by Agon
Oh, sry. I only copy pasted. Edited;
Code: Select all
JSync Setup
aflobby.sh: line 1: 9342 segmentation fault java -Djava.library.path=. -jar aflobby.jar
Okay found problem, FF uses two mod files:
FF 1.21 Data.sdz ; FF 1.21 S.sdz
The first one causes the error.
Oh and a feature request: A user can right click on a hosted game to select events like:
hosts opened the game, host made the game private, host changed the map, player joined leave. All selectable via a "drop down menu" and checkboxes.
Posted: 13 Jun 2007, 19:30
by AF
Can you rephrase that last request a bit clearer?
Posted: 13 Jun 2007, 19:49
by Agon
Yeah, a screenshot with the modification:
