Closed GoogleCodeExporter closed 9 years ago
what revision of galaxium are you using?
Original comment by ben.motm...@gmail.com
on 22 Apr 2008 at 11:36
i don't have my laptop on me at the moment so i can't check.
i just added the ubuntu repo and got the latest from that (so whatever is in
that)
Original comment by xdieyoun...@gmail.com
on 22 Apr 2008 at 11:45
Thats r416 then. Could you run the following in a terminal, sign in and attach
the
file galaxium.log that it creates? You might want to remove your contacts email
addresses before attaching it.
MONO_OPTIONS=--debug galaxium > galaxium.log
Original comment by paulburt...@gmail.com
on 22 Apr 2008 at 1:34
used cat galaxium.log | grep -v -n MsnSession.UpdateContacts > galaxium2.log
if you needed the MsnSession output just give me a shoutt ^^.
btw this is by far the best msn client ive seen on *nix.(well what ive seen of
it so
far) ^_^
Original comment by xdieyoun...@gmail.com
on 22 Apr 2008 at 3:12
Attachments:
I think the problem is that I forgot to add mono-gmcs as a dependency (oops...).
Anyway, I've added it for the next build which should be available to update to
within an hour or so. Alternatively you could install mono-gmcs yourself if you
can't
wait :)
Original comment by paulburt...@gmail.com
on 22 Apr 2008 at 3:53
I just installed mono-gmcs(yeah im impatient ^^), im still getting the problem,
it gets up to Synchronising then sits for abit, then "Connection closed by
server"
2008/04/23 02:19:26 << NS 1 TCP [207.46.110.88]: 240 7
2008/04/23 02:19:26 [ERROR] [NSConnection.OnErrorReceived] Error Occurred: 240 7
2008/04/23 02:19:26 [ERROR] [TCPConnection.EndReceiveCallback] Connection
closed by
server [207.46.110.88].
2008/04/23 02:19:26 [DEBUG] [TCPConnection.Dispose] Disconnecting during
disposing of
abstract connection.
is the last thing i get in the console
(still getting the:
2008/04/23 02:19:25 [ERROR] [MsnSession.UpdateContacts] Error loading contact
ApplicationException: Unknown network for contact
at Galaxium.Protocol.Msn.MsnSession.UpdateContacts () [0x00000]
aswell
:(
Original comment by xdieyoun...@gmail.com
on 22 Apr 2008 at 4:22
If you run the command above again, does it still show the following at the
beginning?
System.ComponentModel.Win32Exception: ApplicationName='gmcs'
Original comment by paulburt...@gmail.com
on 22 Apr 2008 at 4:42
Nope, i just tried compiling from the svn but it seems im unlucky there too
checking for MONO... no
configure: error: Please install mono version 1.2.4 or later to install
Galaxium.
Please see http://www.mono-project.org/ to download latest mono sources or
packages
ikex@ikex-laptop:~/galaxium-read-only$ mono -V
Mono JIT compiler version 1.2.4 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Architecture: x86
Disabled: none
Original comment by xdieyoun...@gmail.com
on 22 Apr 2008 at 4:55
To get past configure you'll need to install libmono-dev, but the deb is now up
to
date with current svn anyway. Could you produce a full log again now you have
gmcs
installed?
Original comment by paulburt...@gmail.com
on 22 Apr 2008 at 4:58
sure can
Original comment by xdieyoun...@gmail.com
on 22 Apr 2008 at 5:13
Attachments:
Its weird, error 240 usually comes out from ADL when its formatted incorrectly.
That's almost impossible, unless he has some kind of anomaly inside his contact
list.
We may need to know what is in his account in order to fix it. A full log
should give
us a good idea of whats going on, alas, its almost impossible to diagnose
contact
list issues without knowing the contact list data. Thats just the name of the
game
with this stuff.
Its funny that Lord_Init doesn't produce any errors, and its the most complex
list
i've seen yet.
Original comment by dra...@gmail.com
on 24 Apr 2008 at 10:53
We could really use a log of running galaxium with the [LogExtension] attribute
on
the ABFindAll and FindMembersip methods so we can see whats being received.
Alternatively a wireshark capture of the network activity during login would
give us
the same data.
Original comment by paulburt...@gmail.com
on 24 Apr 2008 at 11:09
Original issue reported on code.google.com by
xdieyoun...@gmail.com
on 22 Apr 2008 at 1:39