I had the same problem, i'm running windows 7 professional, once installed the lobby would not be launched. The bug repport was
===============
12/05/2011 20:17
FATAL: System.Windows.Markup.XamlParseException: L'invocation du constructeur sur le type 'ZeroKLobby.MicroLobby.ServerTab' qui correspond aux contraintes de liaison spécifiées a levé une exception. ---> System.ArgumentException: La police 'Verdana' ne prend pas en charge le style 'Regular'.
à System.Drawing.Font.CreateNativeFont()
à System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
à System.Drawing.Font.Initialize(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
à System.Drawing.Font..ctor(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet)
à ZeroKLobby.MicroLobby.TextWindow.InitializeComponent()
à ZeroKLobby.MicroLobby.TextWindow..ctor()
à ZeroKLobby.MicroLobby.ChatBox..ctor()
à ZeroKLobby.MicroLobby.ServerTab..ctor()
--- Fin de la trace de la pile d'exception interne ---
à System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
à System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
à System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
à System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
à System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
à ZeroKLobby.MainWindow.InitializeComponent()
à ZeroKLobby.MainWindow..ctor()
à ZeroKLobby.Program.Main(String[] args)
so installed the verdana font and now, it works fine :)
PS: Sorry for my English.