World: r3wp
[!AltME] Discussion about AltME
older newer | first last |
Oldes 23-Apr-2009 [3358] | Chris.. I don't need to see any code, I know where the bug is. Check this: >> size-text make face [size: 10x10 text: "hello"] == 9x75 >> size-text make face [size: 100x10 text: "hello"] == 29x15 From the above it's clear that to fix the stupid link bug just needs to add one char (zero) to enhance the size of face which is used to count the text size. |
Cyphre 23-Apr-2009 [3359] | Oldes, better is to turn the wrapping off completely: size-text make face [size: 10x10 text: "hello" para: make para [wrap?: false]] == 29x15 |
Oldes 23-Apr-2009 [3360] | I don't care how exactly .. I just want to have the Altme fixed! |
Pekr 23-Apr-2009 [3361] | Carl did not login to r3-alpha yet, so he did not saw my message probably yet ... I don't want to contat him via Chat, as I am not sure if private messages there are really private :-) |
Oldes 23-Apr-2009 [3362] | I've send him private message in R3 Chat, do you see it? |
Henrik 23-Apr-2009 [3363] | nope |
Brock 23-Apr-2009 [3364x2] | Pekr, that is why I will only run one world on a server. I was getting that problem on a regular basis. I had reported it to Safeworlds as well, bu they could see no reason for it. |
I suspect it is due to the worlds not being 'reserved'. But of course, haven't reserved a world to see if this is the case. Bottom line, since I stopped all worlds but one, I have far fewer instances of my worlds expiring, but it still happens on occasion. | |
mhinson 3-May-2009 [3366] | I have been having a bit of trouble with AltME. for a while it could not log on today, and all the time I have been using it I see it disconnect quite often. It also often comes up with the message under my name of "Internet busy" which I dont understand. Now just now it said "depot update" |
Pekr 3-May-2009 [3367] | the same here and the same for some other ppl too. I thought it is my connection, but then I realised my worlds do run OK. I think it was rebol.net having problems ... |
Sunanda 4-May-2009 [3368] | Short outages of this world do seem common. You can see if an AltME world is accessible here: http://www.altme.com/check.html |
mhinson 4-May-2009 [3369x2] | I logon to the rebol3 AltME world again for a while just now, but the check above said the world was ok. Are the issues with AltME all known about or should I start submitting information from my sniffer about exactly what occurs? |
I logon = I could not logon | |
Sunanda 4-May-2009 [3371] | I saw a break too. Did not check the check page. I guess they need all the help they can if there are undiagnosed issues. |
Robert 4-May-2009 [3372] | Is there a way to sync the state between two or more AltMe systems? I post this from OSX and just installed AltMe there. But, the initial sync makes everything red... I want to have it like on my PC system. |
Oldes 4-May-2009 [3373] | using the same data files should be enough. |
Robert 4-May-2009 [3374x2] | So, copying it. |
But will it stay in sync? | |
Oldes 4-May-2009 [3376x2] | I use linux and win on same PC so no need to copy.. with Mac it's not possible probably. |
But you may try to check, which data file modifies and how. | |
Pekr 4-May-2009 [3378] | When I use flash disk, to prevent long syncing process (dunno why altme running from USB flash is so slow), I simply copy the whole dir. It works perfectly. Just copy all your files ... |
BrianH 4-May-2009 [3379x2] | AltME uses blocking calls to file operations, and USB flash drives are much slower than hard drives, or even internal flash drives. Sometimes they are 2 or more orders of magnitude slower. |
Write operations to flash are even slower still. | |
Rebolek 5-May-2009 [3381] | writing bunch of small files to USB flash disk is very retro in the floppy way. |
Pekr 5-May-2009 [3382] | Pity AltME is not open sourced, we could move it to SQLite storage .... |
eFishAnt 8-May-2009 [3383] | Aha, multipler servers > 2 must be started in the order they were generated at first. (Reading Pekr et al) |
Graham 8-May-2009 [3384] | do they just grab the next port up? |
eFishAnt 8-May-2009 [3385x6] | dunno, my batting average for 4 worlds to connect is .250 |
I did come up with a process for IOS so I could tell people the way to connect many clients without all keys in one to be able to coexist (Ashley, Scot, Chris...IIRC)...I wonder if I can still repeat that now...;-) | |
no matter what I have tried, I am batting .250 out of 1.000 (1 of 4 servers is reachable outside of my firewall, but I have 5400 to 5409 open. Chaging the order of starting servers, rebooting the server PC (Win2000) did not have ANY effec.t | |
the server which is working is the one I need the most, and is on 5403 | |
it doesn't matter when it starts, it works, and the others don't. | |
maybe there is a lease timeout like in DHCP | |
Graham 8-May-2009 [3391x2] | Have you thought of moving to a different solution? |
ie. another rebol chat program :) | |
Maxim 8-May-2009 [3393] | hehehe |
eFishAnt 8-May-2009 [3394x2] | you have me thinking. Is it one I would know? Like Qchat or something like that? |
My server that runs on 5403 works fine, but 5400, 5401 and 5402 I cannot get to work. Anyone know a way to redo the worlds without losing the current information to get these 3 working? Do I need to buy a computer or VM for each world served? | |
[unknown: 5] 8-May-2009 [3396x2] | Maybe a port issue? |
Downlaod this and take a look at what processes are using which ports http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx | |
eFishAnt 8-May-2009 [3398x2] | Hmmn, not sure how to make sense of it, My local machined do connect, BTW, within my own office space. But the AltME check fails on 3 of them, and I can't reach them outside the firewall. But Paul, on your TcpView thingamajig, I see 5400, 5401, 5402, and 5503 ports open, but the process names are unclear which is which. I guess I have to bring them up one at a time while watching, and turn all other net stuff off |
including this... | |
Pekr 8-May-2009 [3400] | eFish - first thing to check is altme.com check page. There you will see, what port are your particular worlds registered to ... |
eFishAnt 8-May-2009 [3401x2] | Pekr, yes, I did that, and the ones that come up in TCPView are exactly the same as the check page, but 3 of them don't work. only the last, 5403 |
On the check page, it shows up as "Active" but I think that means from a registration point of view. Pushing the button delays and then says there is no connectivity | |
[unknown: 5] 8-May-2009 [3403] | Steve, just rename the processes so you can determine which is which. |
eFishAnt 8-May-2009 [3404x2] | Paul, by bringing them up one at a time, I was able to identify which is which. I see no problem in the ports being used, and my router allows 5400 - 5409 in DMZ |
but only 5403 works to the outside world. | |
[unknown: 5] 8-May-2009 [3406] | What about a windows firewall? |
Pekr 8-May-2009 [3407] | Steve - I mean - does altme.com check page show you correct and expected port numbers? My experience is, that if you are not carefull enough, you get your worlds registered to incorrect port numbers ... |
older newer | first last |