http://bugs.winehq.org/show_bug.cgi?id=30380 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet CC| |focht(a)gmx.net --- Comment #1 from Anastasius Focht <focht(a)gmx.net> 2012-04-09 09:47:58 CDT --- Hello, please don't paste backtrace/crash data, *attach* it instead (Bugzilla should have told you that in *red* letters). The application seems to be mentioned here (german): http://www.vb-paradise.de/sonstiges/showroom-testcenter/internet-netzwerksof... Looks like a hobby/private project of you? Required prerequisite: .NET Framework 3.5 The server seems to be a console app, reading commands from stdin. --- snip --- $ wine ./Keppe\ Chat\ Server.exe err:ole:CoGetContextToken apartment not initialised fixme:shell:URL_ParseUrl failed to parse L"System" fixme:shell:URL_ParseUrl failed to parse L"System.Configuration" fixme:shell:URL_ParseUrl failed to parse L"System.Xml" fixme:shell:URL_ParseUrl failed to parse L"Microsoft.VisualBasic" --------------------------------- | | | Keppe Chat Server | | Version 1.0b R3 | | | | IP: xx (my external ip) | | Port: 9501 (TCP) | | | --------------------------------- [16:30:01] This Server is registed! help --------------------------------- | | | Commands: | | | | shutdown | | getlist | | help | | kick (Name) | | getpw | | setpw (Pass) | | ban (Name) | | say (Text) | | | --------------------------------- say hello [16:30:09] Console: hello getlist [16:30:15] Get the List of connected Clients start. [16:30:15] Get the List of connected Clients ended. shutdown --------------------------------- | | | Server is stopping.. | | | --------------------------------- --- snip --- Trying to locally connect to the server using "admin" tool fails though. --- snip --- $ wine ./Keppe\ Chat\ Admin.exe err:ole:CoGetContextToken apartment not initialised fixme:shell:URL_ParseUrl failed to parse L"System" fixme:shell:URL_ParseUrl failed to parse L"System.Configuration" fixme:shell:URL_ParseUrl failed to parse L"System.Xml" fixme:shell:URL_ParseUrl failed to parse L"Microsoft.VisualBasic" Welcome to the Keppe Chat Admin Client, Standard PW: keppechat Please enter the Root IP 127.0.0.1 Typed IP: 127.0.0.1 Please enter the Root Password xxx Typed Password: xxx Error to connecting to 127.0.0.1 with Password xxx! Error to Connection --- snip --- Server side: --- snip --- [16:32:44] Connecting of Port 9502 Incoming with IP 127.0.0.1:50912 fixme:shell:URL_ParseUrl failed to parse L"System.Core" ... --- snip --- The problem seems to be some console functionality used on the admin (client) side. Using 'wineconsole ./Keppe\ Chat\ Admin.exe' and sending command "say hello" yields better results. --- snip --- [16:38:06] Connecting of Port 9502 Incoming with IP 127.0.0.1:50915 [16:38:06] Admin Client connected with IP 127.0.0.1:50915 [16:38:06] This Connection is with AES-128 Crypted, this Connection is slow. --------------------------------- | | | Commands: | | | | shutdown | | getlist | | help | | kick (Name) | | getpw | | setpw (Pass) | | ban (Name) | | say (Text) | | | --------------------------------- [16:38:25] Console: hello --- snip --- You problem might be the result of improper installation of .NET Framework 3.5 or messed up WINEPREFIX. Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.