World: r3wp
[!AltME] Discussion about AltME
older newer | first last |
Janko 22-Mar-2011 [5302] | Altme works on my linux now ! Great |
Endo 23-Mar-2011 [5303] | Possible bug in Altme: I connect to world rebol3 then click on world name on the top-left corner that opens a combobox to select other worlds which I connected previously, but non-existing worlds anymore. When I choose one of them Altme tries to connect and fails, then when I click on Return to World button altme get closed immediately without showing the message "Disconnecting". |
Henrik 25-Mar-2011 [5304] | hmm... I just experienced AltME in the Rebol 3 world with a memory leak and eating CPU. It was upward of 150 MB RAM usage, and then I killed the process. |
Kaj 25-Mar-2011 [5305] | That memory use is unfortunately normal after running a while |
PeterWood 26-Mar-2011 [5306] | Got a few error message in the terminal session that AltME always opens (and leaves open after quitting.): altme(6254,0xa038c620) malloc: *** mmap(size=3021340672) failed (error code=12) *** error: can't allocate region *** set a breakpoint in malloc_error_break to debug |
Kaj 26-Mar-2011 [5307x2] | It seems to try to allocate a 3 GB file or area there. It's not surprising that fails, but it's surprising it would try that |
Did it crash or were they just operational messages? | |
PeterWood 26-Mar-2011 [5309] | Just operational messages - four of them in total. It's happenned a couple of times before but is very infrequent. |
Dockimbel 24-Apr-2011 [5310] | I've made the Red group [web-public] a few weeks ago, but I still don't see it been exported: http://www.rebol.org/aga-index.r, does it require some admin validation? |
GrahamC 24-Apr-2011 [5311x3] | Sunanda has to ok it |
to make sure it's not an error | |
but I guess there might be some issue with hosting on rebol.org a group which is competition with Rebol?? | |
Sunanda 24-Apr-2011 [5314] | Thanks Doc -- I had not noticed that Red is flagged [web-public]. Theoretically, [web-public] gets you: ....automatically published on REBOL.net (though that appears to no longer be updated): http://www.rebol.net/altweb/rebol3/index.html ....and published on REBOL.org at the discretion of the Library Team. http://www.rebol.org/aga-groups-index.r?world=r3wp As Graham suggests there may be some issues, especially as REBOL.org is funded by RT. I'll ask the Library team to discuss. |
Sunanda 28-Apr-2011 [5315] | The Red group is now published on REBOL.org -- my thanks to Library Team for the discussion: http://www.rebol.org/aga-display-posts.r?post=r3wp840x0 |
Dockimbel 28-Apr-2011 [5316] | Thanks to the Library Team. |
Andreas 9-May-2011 [5317x2] | In another AltME world I'm participating in, AltME file sharing is used to share 103 files, all of which I have downloaded. Every time I (re)connect, AltME offers me to re-download 63 of them. Irrespective of whether I re-download or not, I'm again offered this each and every time I connect. |
I faintly recall having heard of this problem before, anyone has a clue what's going on (and more importantly: how to fix it?). I'm using AltME 1.2.25 on Linux. | |
BrianH 9-May-2011 [5319] | It may be the daylight savings time bug, where that changeover makes all the file times apparently an hour off. This is because the AltME file time handling isn't converted to UTC. |
Andreas 9-May-2011 [5320] | Any known fixes/workarounds? |
BrianH 9-May-2011 [5321] | Once a year, go through and redownload every file in the world. And be careful to not repost those files, which is hard to do because of UI problems. |
Andreas 9-May-2011 [5322] | I deleted and re-downloaded all files several times already, so I guess it's a different problem. |
Kaj 9-May-2011 [5323] | No, this is the yearly daylight savings time problem. It's just not fixable. Redownloading doesn't help |
Andreas 9-May-2011 [5324] | Thanks. Sucks. |
Kaj 9-May-2011 [5325x4] | As usual, the non-Windows versions such more. In the winter, you can use AltME Linux version. In the summertime, you can switch to running the Windows version on WINE... |
suck more | |
That only fixes the redownloading, though. (For every changed file you want to fetch, you have to download all of them.) In the winter, files that you created in the summer will have the wrong status. In the summer, files that you created in any winter will have the wrong status | |
Gotta love it | |
GrahamC 10-May-2011 [5329] | Can't you just set the PCs all to GMT? |
Kaj 10-May-2011 [5330x2] | You can, if you want to make your problems worse |
It will corrupt all other programs that use time. It won't fix AltME's problems. We've tried | |
amacleod 16-Jun-2011 [5332] | Is there a way to change the port that an altme world uses? |
Pekr 16-Jun-2011 [5333] | I think so, you can specify it as a command-line parameter. But port numbers are limited, IIRC. |
Endo 16-Jun-2011 [5334] | there is a config.txt file in same folder with altme.exe but I'm not sure if there is an option like that. there is a line "host-port: 5400" but this is for client. |
Pekr 16-Jun-2011 [5335x2] | http://altme.com/guide/advanced.html#sect0.9. |
I have following in my altme.cmd command line script: start altme -s "my-world" -p 5400 | |
amacleod 16-Jun-2011 [5337x2] | The world becomes unreachable when I start it on a different port. Altm.com still thinks its on port 5400 |
is there a way to reset it on altme.com? | |
Pekr 16-Jun-2011 [5339x2] | well, that might be tricky, as IIRC altme.com keeps the world info from xy days. You would have to let it time-out at altme.com, turning off the world for xy days imo. |
and also - there might be one bug I noticed and reported. When you start first world on 5400, and the other one on 5401, altme.com registers the second one on 5400 too. I overcame it by disallowing port 5400 on my firewall for the time of registration of the 5401 world, or it would connect users to my first world. | |
Kaj 16-Jun-2011 [5341] | Alan, does your firewall allow the other port to be reached? I've never had much problems switching ports. Altme.com should detect the port change when the world is restarted, but it needs to be able to contact altme.com and the world shouldn't be run double on the old port |
amacleod 16-Jun-2011 [5342] | Kaj, I'm pretty sure I opened the whole range for altme 5400-5409 and I tried a port that I know is open which I had another world running on. |
Kaj 16-Jun-2011 [5343] | Ah, altme.com may be temporarily confused by the previous world on that port. If it doesn't work after restarting the world a few times, something may have changed in altme.com |
amacleod 16-Jun-2011 [5344] | I tried maikng another world from altme.com hoping it would not assign the port until I started teh world for the first time with my desired port but no good...it was assigned 5400 so same issue. |
Pekr 16-Jun-2011 [5345] | amacleod - when starting second world, e.g. on port 5401, during the time of setting-up the world, please prohibit altme.com from accessing another port on already opened 5400 port. That is imo a bug I found, and it did not get fixed yet. So disable 5400 port temporarily on port 5400. Maybe it will be enough if you turn-off the world running on 5400 port, because I got into situation, when Altme.com pointed two different worlds to the same 5400 port ... |
amacleod 16-Jun-2011 [5346] | Thats what I got going on. two worlds on same port. I will try again but close off the other ports first...let you know how it goes...thanks all |
Kaj 16-Jun-2011 [5347x2] | Did you move one of those worlds to a different port? Are you aware that the port number is entered into a configuration file when the world is created? If you move it later, you have to edit the configuration file. AltME doesn't check for port conflicts on worlds you start |
altme.com is flexible about port numbers, but AltME running as server is not | |
Pekr 16-Jun-2011 [5349] | no, it's altme.com, which si buggy, as I described. |
onetom 8-Jul-2011 [5350x2] | 011-07-09 01:57:47.836 altme[3539:903] Warning - conversion from 64 bit to 32 bit integral value requested within NSPortCoder, but the 64 bit value 9223372036854775807 cannot be represented by a 32 bit value |
anyone knows whats this? i had altme open on my intel mac for a few weeks and this is what it was spitting onto the terminal. there was interesting glicth happening at the same time: my clicks were interpreted with some offset. | |
older newer | first last |