draek / galaxium

Automatically exported from code.google.com/p/galaxium
0 stars 0 forks source link

error on startup #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build
2. install
3. run

What is the expected output? What do you see instead?
I expect the application to load.  It does not.

What version of the product are you using? On what operating system?
galaxium: svn 217
Linux: Arch Linux 
uname -a: Linux 2.6.24-ARCH #1 SMP PREEMPT i686 Genuine Intel(R) CPU T2500
@ 2.00GHz GenuineIntel GNU/Linux

Please provide any additional information below.
direct output:
[zeqadious@Taylor ~]$ galaxium
Galaxium Messenger
Copyright (C) 2003-2008 Philippe Durand <draekz@gmail.com>
Copyright (C) 2006-2008 Ben Motmans <ben.motmans@gmail.com>
Copyright (C) 2007-2008 Paul Burton <paulburton89@gmail.com>

WARNING: The add-in 'Galaxium.Protocol.Irc.GtkGui,1.0' is trying to extend
'/Galaxium/CommandInputHandlers', but there isn't any compatible add-in
defining this extension point

Unhandled Exception: System.Net.Sockets.SocketException: No such host is known
  at System.Net.Dns.GetHostByName (System.String hostName) [0x00000] 
  at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00000] 
  at Mono.Nat.NatUtility.GetLocalAddresses (Boolean includeIPv6) [0x00000] 
  at Galaxium.Protocol.NetworkUtility.Initialize () [0x00000] 
  at Galaxium.Client.ClientUtility.Initialize () [0x00000] 
  at Galaxium.Client.GtkGui.MainWindow.ExecuteEntryPoint (System.Object[]
args) [0x00000] 
  at Galaxium.Core.EntryPointExtension.Execute (System.Object[] args)
[0x00000] 
  at Galaxium.Core.AddinUtility.Initialize () [0x00000] 
  at Galaxium.Startup.Program..ctor (Boolean debug) [0x00000] 
  at Galaxium.Startup.Program.Main (System.String[] args) [0x00000] 

Original issue reported on code.google.com by Zeqadi...@gmail.com on 26 Mar 2008 at 7:31

GoogleCodeExporter commented 9 years ago
Added my hostname to /etc/hosts and solved.

Original comment by Zeqadi...@gmail.com on 26 Mar 2008 at 7:33

GoogleCodeExporter commented 9 years ago
Not really a Galaxium issue but the exception should be caught as of r231 and 
logged
rather than crashing the app.

Original comment by paulburt...@gmail.com on 26 Mar 2008 at 10:17