Wine ssl security error

Hi everyone.

Romulo Carlos

Level 1
Level 1
Posts: 7
Joined: Mon Aug 01, 2011 12:54 pm

Wine and MSSQL 2008: SSL Security Error

Hi everyone.

I’m trying to use a windows third part software, and it uses a MSSQL database stored in a Windows 2008 Server. For this, I have Ubuntu 11, Wine 1.2 and WineTricks.

Following the instructions on «How to configure Wine», the chapter 3.6 tell me to install MDAC_TYP.EXE, and then run CLICONFG.EXE and ODBCAD32.EXE. I did this.

I run ODBCAD32 to configure my System DNS, but I was unable to connect, with ODBC returning an error about secur32 (don’t remember). So, I go to Winetricks and install secur32.

Again on ODBCAD32 to configure SystemDSN, but now the error is «SSL Conection Error».

So, I go back to CLICONFIG.EXE, and tried some different settings, but I stuck on this message. I can’t connect.

Running ODBCAD32 from terminal (wine odbcad32), the only message returned is «fixme:netbios:NetServerEnum Stub ((null) 100 0x32bad0 -1 0x32bac8 0x32bacc 4 (null) (nil))» when I select my server on the field «Wich SQL Server you want to connect to?»

Another message I’m suspecting is when I select my server: «fixme:ntdll:find_reg_tz_info Can’t find matching timezone information in the registry for bias 180». Maybe this error is affecting my SQL setup, but I don’t know well about this.

Any suggestion about this? Thanks in advice.

Romulo Carlos

Level 1
Level 1
Posts: 7
Joined: Mon Aug 01, 2011 12:54 pm

Post

by Romulo Carlos » Wed Aug 03, 2011 4:46 pm

I copied a fresh new windows installation to wine virtual drive, and still don’t connecting…

Any suggestions?

DaVince

Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post

by DaVince » Wed Aug 03, 2011 6:15 pm

Romulo Carlos wrote:I copied a fresh new windows installation to wine virtual drive, and still don’t connecting…

Any suggestions?

Don’t ever copy a Windows installation to Wine. It’ll break everything. Clean up your wineprefix before trying anything else.

Romulo Carlos

Level 1
Level 1
Posts: 7
Joined: Mon Aug 01, 2011 12:54 pm

Post

by Romulo Carlos » Thu Aug 04, 2011 8:26 am

DaVince wrote:

Romulo Carlos wrote:I copied a fresh new windows installation to wine virtual drive, and still don’t connecting…

Any suggestions?

Don’t ever copy a Windows installation to Wine. It’ll break everything. Clean up your wineprefix before trying anything else.

Thanks for advice, was just for testing, I’m making tests on a Oracle Virtual Machine, BTW. If something goes wrong, I just use a clean copy of VHD.

I make 2 copies of the windows installation: one replacing all files, and another keeping wine’s .exe and .dll files. On first nothing worked, and on second the error persists.

Tried also export my computer certificates and the server certificates, and then importing these certificates to Wine (on Internet Options icon), but again no success.

I tried «SQL Native Client 10.0», too. When I select it to make the System DSN, nothing happens. On my Windows it returns an error, but don’t remember it.

I can’t understand, everything else works fine, but with this connection error we can’t migrate from windows to linux.

Suggestions?

vitamin

Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wine and MSSQL 2008: SSL Security Error

Post

by vitamin » Fri Aug 05, 2011 9:53 am

Romulo Carlos wrote:Wine and MSSQL 2008: SSL Security Error

Few things to try:
1. Upgrade to newest Wine development version (wine-1.3.25)
2. Install FreeTDS, configure UnixODBC, verify it’s working, and try Wine without any native dlls. See Wine’s user manual for some hints about working with UnixODBC.
3. Try all native odbc* dlls (make sure to override then in winecfg to native).

PS. Migration from one platform to another platform means you have to use software available on the new platform. For you that means scrapping mssql, and whatever talks to it. And replacing them with native Linux equivalents. Such as MySQL, PostrgreSQL, etc and any programming language of your choice.

Romulo Carlos

Level 1
Level 1
Posts: 7
Joined: Mon Aug 01, 2011 12:54 pm

Post

by Romulo Carlos » Fri Aug 05, 2011 2:52 pm

Thanks for your suggestions.

I removed the prefix used, uninstall Wine, and install the new version, the erorr is the same.

Then, try to install FreeTDS and unixODBC, but I don’t know why, FreeTDS returns a lot of errors during install. The «tsql» command don’t work, a counter appears on the terminal counting until I stop with CTRL+C.

unixODBC was already installed with LibreOffice 3.2 (office suite), but I don’t know how to configure LibreOffice yet.

Our system is, for now, windows based. We are porting it to a web interface, but it will take some time. So, until this port is not finished, we want to test Linux and see if it meets our needs. For all others applications (internet, office, email, etc) there are no problem, only this third part application is the problem.

Again, thanks for your effort and help.

jjmckenzie

Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Wine and MSSQL 2008: SSL Security Error

Post

by jjmckenzie » Sat Aug 06, 2011 8:58 pm

On 8/5/11 12:52 PM, Romulo Carlos wrote:

Thanks for your suggestions.

I removed the prefix used, uninstall Wine, and install the new version, the erorr is the same.

Then, try to install FreeTDS and unixODBC, but I don’t know why, FreeTDS returns a lot of errors during install. The «tsql» command don’t work, a counter appears on the terminal counting until I stop with CTRL+C.

unixODBC was already installed with LibreOffice 3.2 (office suite), but I don’t know how to configure LibreOffice yet.

The difficulty is not configuring LibreOffice, but rather configuring
unixODBC and insuring that it is available to FreeTDS. This may require
contacting the FreeTDS folks and asking them how to configure it for
your particular application and purpose.

People using Wine have experienced difficulties configuring it to
connect with MS SQL regardless of the ‘flavor’. You might also want to
search the forum for other topics regarding connecting Windows programs
in Wine thorugh unixODBC or even the Windows ODBC.

James

vitamin

Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post

by vitamin » Mon Aug 08, 2011 8:36 pm

Romulo Carlos wrote:Then, try to install FreeTDS and unixODBC, but I don’t know why, FreeTDS returns a lot of errors during install. The «tsql» command don’t work, a counter appears on the terminal counting until I stop with CTRL+C.

Make sure you using the latest FreeTDS. And that you properly added your server instance to /etc/freetds.conf.

Until you get tsql program working don’t bother with anything else.

PS. Make sure your MSSQL server configured with TCP/IP access not just named pipes. NPs won’t work on anything but windows.

Romulo Carlos

Level 1
Level 1
Posts: 7
Joined: Mon Aug 01, 2011 12:54 pm

Post

by Romulo Carlos » Mon May 21, 2012 3:31 pm

Wow… A lot of time since last visit, don’t?? Sorry.

Well, I was unable to proceed with this, but now I like to go ahead… So, the point is:

I have Ubuntu 12.04, Wine 1.4.1.4 and FreeTDS 0.91. I have edited the freetds.conf, and I can get a 1> prompt when I use the command TDSVER=8.0 tsql -S 2k8 -U username

The ‘2k8’ is my server definition in freetds.conf.

So, I’m connected with my server, right? And now, how I can configure ODBCAD32 to connect with the server?

Thanks a lot for your replies.

  • Печать

Страницы: [1]   Вниз

Тема: Wine и SSL  (Прочитано 1861 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн
Valkeru

Не могу активировать игру, в консоли ругается вот так:

err:wininet:netcon_secure_connect_setup SSL_connect failed: 12057

Как победить сию хрень? Вроде нашел, что надо поставить либы Secur32, но это не помогло.

Маленький пушистый полярный лисичк.
Kubuntu 13.04 AMD FX-6100 Six-Core Processor, 8 GB RAM, GeForce GTS 450


Оффлайн
Self-Perfection

Погуглить инструкции запуска вашей игры (название в посте не нашёл) под wine. Вполне возможно, что кто-то с этим уже разобрался.

Читайте документацию, наставницу вашу!
Памятка по описанию проблем:
Для решения [такой-то задачи] делаю [такие-то действия], но вместо [ожидаемый результат] получаю [описание отличий].


Оффлайн
Valkeru

X-Blades игра, но проблема не конкретно в ней, а с тем, как вайн с сетью работает.
Нашел таки в appdb, надо было установить wininet, но теперь проблема сменилась.

valkeru@valkeru-desktop:~/.wine/drive_c/Program Files/XBlades$ fixme:imm:ImmReleaseContext (0x1007e, 0x15dc98): stub
fixme:ras:RasEnumConnectionsW (0x14a168,0x127d798,0x76c623e4),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
fixme:service:EnumServicesStatusW resume handle not supported
fixme:ras:RasEnumEntriesW ((nil),(null),0x16e8f0,0x127dfc8,0x16e5dc),stub!
Строка 3 решилась путём эксгумации из винды rasapi32.dll, осталась строка 4. Майкрософт утверждает, что за неё ответственна либа advapi32.dll, вайн сказал что менять её категорически не следует, а при замене вообще ни черта не запускается :) А дальше ничего найти не могу -_-

Маленький пушистый полярный лисичк.
Kubuntu 13.04 AMD FX-6100 Six-Core Processor, 8 GB RAM, GeForce GTS 450


  • Печать

Страницы: [1]   Вверх

Me again with the same game (interstellar rift) and again with problems.

This time with wine and the problem is as follows.

Before wine 4.12 staging I was using 4.11 staging and all was working fine. Then I updated my system and wine staging got updated to 4.12. Then the problems started. First the game server console started spitting out errors about a failed ssl handshske almost every minute. And I also couldn’t install vcrun2012 in 32bit wine prefixes.

So I downgraded to wine staging 4.11 and I could install vcrun2012 again. But the ssl errors persisted. The game needs the ssl handshake to have the server listed on the main server list.

[interstellar_rift@Tempest ~]$ env WINEARCH=win32 WINEPREFIX=/home/interstellar_rift /prefixtest wine ./prefixtest/drive_c/Games/InterstellarRift/Build/IR.exe -server -inline
000b:fixme:winediag:start_process Wine Staging 4.11 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
0009:fixme:ntdll:EtwEventRegister ({319dc449-ada5-50f7-428e-957db6791668}, 0x10023780, 0x10071b20, 0x10071b38) stub.
0009:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x10003109, 28) stub
0009:fixme:reg:GetEnabledXStateFeatures 
0009:fixme:ntdll:EtwEventRegister ({319dc449-ada5-50f7-428e-957db6791668}, 0xf41d60, 0x13e1048, 0x13e1060) stub.
0009:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0xd7060d, 28) stub
0009:fixme:kernelbase:QuirkIsEnabled3 (0034F508, FFFFFFFF) stub!
0009:fixme:process:GetNumaHighestNodeNumber (0x34fc3c): semi-stub
0009:fixme:thread:SetThreadStackGuarantee (0x34fc2c): stub
0009:fixme:ntdll:EtwEventRegister ({e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0x104b9f0, 0x13e10b8, 0x13ecb50) stub.
0009:fixme:ntdll:EtwEventRegister ({763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0x104b9f0, 0x13e13c8, 0x13e1540) stub.
0009:fixme:ntdll:EtwEventRegister ({a669021c-c450-4609-a035-5af59af4df18}, 0x104b9f0, 0x13eb840, 0x13ecb60) stub.
0009:fixme:ntdll:EtwEventRegister ({cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0x104b9f0, 0x13e1210, 0x13e1288) stub.
0009:fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\windows\Microsoft.NET\Framework\v4.0.30319\mscordacwks.dll", 0xd60000) stub!
0009:fixme:reg:GetEnabledXStateFeatures 
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 00149924 0034D074 0034D6C8 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00149910 0034D264 0034D8B8 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00149910 0034D264 0034D8B8 00000000
0009:fixme:path:parse_url failed to parse L"System.Core"
0009:fixme:path:parse_url failed to parse L"AlunaNetFramework"
0009:fixme:path:parse_url failed to parse L"AlunaNETWrapper"
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 0015A6A4 0034E8EC 0034EF40 00000000
0009:fixme:nls:LocaleNameToLCID unsupported flags 8000000
0009:fixme:nls:LCIDToLocaleName unsupported flags 8000000
0009:fixme:nls:get_dummy_preferred_ui_language (0x8 0x34ec70 (nil) 0x34ec6c) returning a dummy value (current locale)
0009:fixme:nls:get_dummy_preferred_ui_language (0x8 0x34ec70 0x171ff8 0x34ec6c) returning a dummy value (current locale)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00173C04 0034D734 0034DD88 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 0014EEA4 0034D734 0034DD88 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00173C14 0034BDB4 0034C408 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00173C14 0034BFA4 0034C5F8 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00173C14 0034BFA4 0034C5F8 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 001758E4 0034BDB4 0034C408 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 001758D0 0034BFA4 0034C5F8 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 001758D0 0034BFA4 0034C5F8 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 001719C4 0034BE14 0034C468 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00171CE0 0034C004 0034C658 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00171CE0 0034C004 0034C658 00000000
0009:fixme:path:parse_url failed to parse L"Steamworks.NET"
0009:fixme:path:parse_url failed to parse L"System"
0009:fixme:path:parse_url failed to parse L"log4net"
002c:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:path:parse_url failed to parse L"Newtonsoft.Json"
0009:fixme:path:parse_url failed to parse L"System.Xml"
002e:fixme:ntdll:EtwEventRegister ({319dc449-ada5-50f7-428e-957db6791668}, 0x743780, 0x791b20, 0x791b38) stub.
002e:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x723109, 28) stub
0009:fixme:path:parse_url failed to parse L"System.Numerics"
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0018A918 0034C6C4 0034CD18 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0018A904 0034C8B4 0034CF08 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0018A904 0034C8B4 0034CF08 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 0018879C 0034D314 0034D968 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 0018879C 0034D504 0034DB58 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 0018879C 0034D504 0034DB58 00000000
0009:fixme:path:parse_url failed to parse L"System.Runtime.Serialization"
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 0018C5B8 0034BD44 0034C398 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 0018C5B8 0034BF34 0034C588 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 0018C5B8 0034BF34 0034C588 00000000
0009:fixme:path:parse_url failed to parse L"System.Data"
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 0018F0D4 0034D67C 0034DCD0 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00191674 0034CD64 0034D3B8 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 001912F0 0034E384 0034E9D8 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 001912DC 0034E574 0034EBC8 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 001912DC 0034E574 0034EBC8 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001940D8 0034CCCC 0034D320 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00194EE0 0034C82C 0034CE80 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00194EE0 0034CA1C 0034D070 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 00193AAC 0034D304 0034D958 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00193A98 0034D4F4 0034DB48 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00193A98 0034D4F4 0034DB48 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001A20B4 0034E2CC 0034E920 00000000
0009:fixme:path:parse_url failed to parse L"System.Configuration"
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0014489C 0034BC14 0034C268 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 001A6180 0034BE04 0034C458 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 001A6180 0034BE04 0034C458 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 001AC32C 0034BC14 0034C268 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 001A6178 0034BE04 0034C458 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 001A6178 0034BE04 0034C458 00000000
0009:fixme:bcrypt:BCryptGetFipsAlgorithmMode 0x34d990 - semi-stub
0009:fixme:path:parse_url failed to parse L"Log4Net.Async"
0009:fixme:path:parse_url failed to parse L"log4net"
0009:fixme:nls:LCMapStringEx unsupported lparam 18c648
0009:fixme:path:parse_url failed to parse L"MySql.Data"
0009:fixme:path:parse_url failed to parse L"System.Transactions"
0009:fixme:path:parse_url failed to parse L"System.Drawing"
0009:fixme:path:parse_url failed to parse L"System.EnterpriseServices"
0009:fixme:ole:CoGetDefaultContext -1 {000001c6-0000-0000-c000-000000000046} 0034EF6C stub
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001C9BD8 0034C384 0034C9D8 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001C9BD8 0034C384 0034C9D8 00000000
0009:fixme:ntdll:EtwEventRegister ({8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 0x45e0f06, (nil), 0x1d0e564) stub.
0009:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\windows\system32\tzres.dll", (null), 0x34ed1c, 0x1cd2d0, 0x34ed20, 0x34ed14
0009:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\windows\system32\tzres.dll", (null), 0x34ed1c, 0x1cd2d0, 0x34ed20, 0x34ed14
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001C9250 0034CB6C 0034D1C0 00000000
0009:fixme:combase:RoGetActivationFactory (L"Windows.Foundation.Diagnostics.AsyncCausalityTracer", {50850b26-267e-451b-a890-ab6a370245ee}, 0034E6B8): semi-stub
0009:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Foundation.Diagnostics.AsyncCausalityTracer"
0033:fixme:sync:SetWaitableTimerEx (0x278, 0x82cfea0, 500, (nil), (nil), (nil), 50) semi-stub
0009:fixme:ntdll:EtwEventRegister ({2e5dba47-a3d2-4d16-8ee0-6671ffdcd7b5}, 0x45e0f2e, (nil), 0x1d1b790) stub.
0009:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x1d1b760, 40) stub
0032:fixme:ntdll:EtwEventRegister ({6906e6e1-f9cd-5b3b-c846-27578fd8d69e}, 0x45e0f56, (nil), 0x1d1dc54) stub.
0032:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x1d1dc1c, 46) stub
0032:fixme:process:FlushProcessWriteBuffers : stub
0009:fixme:path:parse_url failed to parse L"System.Management"
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:wbemprox:wbemprox_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:wbem_locator_ConnectServer authentication not supported
0009:fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported
0009:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
0009:fixme:wbemprox:client_security_QueryBlanket 
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:client_security_SetBlanket 0xf4d5c9ec, 0x1e4338, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, (nil), 0x00000020
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:wbem_services_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:client_security_QueryBlanket 
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:client_security_SetBlanket 0xf4d5c9ec, 0x1e3cf8, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, (nil), 0x00000020
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:client_security_QueryBlanket 
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:client_security_SetBlanket 0xf4d5c9ec, 0x1e4600, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, (nil), 0x00000020
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FB54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1F99C, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
0009:fixme:nvapi:unimplemented_stub function 0x694d52e is unimplemented!
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001883F4 0034D88C 0034DEE0 00000000
0009:fixme:path:parse_url failed to parse L"NetSerializer"
0009:fixme:path:parse_url failed to parse L"ENet"
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00129828 0034E70C 0034ED60 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001E3D10 0034E70C 0034ED60 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001E3D10 0034E70C 0034ED60 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00191338 0034E2CC 0034E920 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 00129964 0034D534 0034DB88 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00129838 0034D724 0034DD78 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00129838 0034D724 0034DD78 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0014754C 0034E504 0034EB58 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00147680 0034E6F4 0034ED48 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00147680 0034E6F4 0034ED48 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001E4C20 0034E6F4 0034ED48 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001E4C20 0034E6F4 0034ED48 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 0014755C 0034E504 0034EB58 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 0014755C 0034E6F4 0034ED48 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 0014755C 0034E6F4 0034ED48 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00147684 0034E504 0034EB58 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00147684 0034E6F4 0034ED48 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00147684 0034E6F4 0034ED48 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 001476A0 0034E504 0034EB58 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0018789C 0034E6F4 0034ED48 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0018789C 0034E6F4 0034ED48 00000000
0009:fixme:path:parse_url failed to parse L"PresentationFramework"
16:17:29,437 [Game.Configuration.ServerConfig] {Gamelogic} () INFO: Loading server config file: server.json 
0037:fixme:ole:CoGetDefaultContext -1 {000001c6-0000-0000-c000-000000000046} 0885F478 stub
0037:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0037:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:path:parse_url failed to parse L"System.Data.SQLite"
0037:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0037:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:CoGetDefaultContext -1 {000001c6-0000-0000-c000-000000000046} 0034F16C stub
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0009:fixme:path:parse_url failed to parse L"Microsoft.VisualBasic"
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wmiutils:path_GetInfo some flags are not implemented
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:wbemprox:wbemprox_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:wbem_locator_ConnectServer authentication not supported
0009:fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported
0009:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
0009:fixme:wbemprox:client_security_QueryBlanket 
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:client_security_SetBlanket 0xf4d5c9ec, 0x10096750, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, (nil), 0x00000020
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:wbem_services_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:client_security_QueryBlanket 
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:client_security_SetBlanket 0xf4d5c9ec, 0x10094908, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, (nil), 0x00000020
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:client_security_QueryBlanket 
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:client_security_SetBlanket 0xf4d5c9ec, 0x10094948, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, (nil), 0x00000020
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:client_security_QueryBlanket 
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:client_security_SetBlanket 0xf4d5c9ec, 0x10096a70, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, (nil), 0x00000020
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:wbemprox:wbemprox_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:wbem_locator_ConnectServer authentication not supported
0009:fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported
0009:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
0009:fixme:wbemprox:client_security_QueryBlanket 
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:client_security_SetBlanket 0xf4d5c9ec, 0x10094f68, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, (nil), 0x00000020
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:wbem_services_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:client_security_QueryBlanket 
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:client_security_SetBlanket 0xf4d5c9ec, 0x10097bd8, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, (nil), 0x00000020
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:client_security_QueryBlanket 
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:client_security_SetBlanket 0xf4d5c9ec, 0x10094a38, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, (nil), 0x00000020
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wmiutils:status_code_GetErrorCodeText 0x10093e50, 0x80041002, 0x0000, 0x00000001, 0x34f2dc
0009:fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wmiutils:status_code_GetErrorCodeText 0x10097188, 0x80041002, 0x0000, 0x00000001, 0x34f2dc
0009:fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wmiutils:status_code_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wmiutils:status_code_GetErrorCodeText 0x10092698, 0x80041002, 0x0000, 0x00000001, 0x34f2dc
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:wbemprox:wbemprox_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:wbem_locator_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:wbem_locator_ConnectServer authentication not supported
0009:fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported
0009:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
0009:fixme:wbemprox:client_security_QueryBlanket 
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:client_security_SetBlanket 0xf4d5c9ec, 0x10097368, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, (nil), 0x00000020
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:wbem_services_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:client_security_QueryBlanket 
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:client_security_SetBlanket 0xf4d5c9ec, 0x10094c88, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, (nil), 0x00000020
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:client_security_QueryBlanket 
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:client_security_SetBlanket 0xf4d5c9ec, 0x10094ea8, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, (nil), 0x00000020
0009:fixme:wbemprox:client_security_Release 0xf4d5c9ec
0009:fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wbemprox:class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {af86e2e0-b12d-4c6a-9c5a-d7aa65101e90} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {ecc8691b-c1db-4dc0-855e-65f6c551af49} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
0009:fixme:wmiutils:path_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
0009:fixme:win:GetDisplayConfigBufferSizes (0x2 0x34edec 0x34edcc): stub
0009:fixme:win:QueryDisplayConfig (00000002 0x34edec 0x1d2998 0x34edcc 0x10094b20 (nil))
0009:fixme:win:GetDisplayConfigBufferSizes (0x2 0x34edec 0x34edcc): stub
0009:fixme:win:QueryDisplayConfig (00000002 0x34edec 0x100a6ce0 0x34edcc 0x10097830 (nil))
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001D1C10 0034D86C 0034DEC0 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001D1C14 0034D86C 0034DEC0 00000000
0009:fixme:ntdll:EtwRegisterTraceGuidsW (0x4aa5417, (nil), {f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x4afbc8c, (null), (null), 0x4afcc90): stub
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {72b14a7d-704c-423e-92f8-7e6d64bcb92a}
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {e8a3bf1f-a86b-4390-9c60-5390b969d22c}
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {5727a00f-50be-4519-8256-f7699871fecb}
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {2718d25b-5bf5-4479-8e88-babc64bdbfca}
0009:fixme:process:GetNumaHighestNodeNumber (0x34f174): semi-stub
003d:fixme:ver:GetCurrentPackageId (0xa5bff2c (nil)): stub
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 100C2A04 0034D504 0034DB58 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 100A6408 0034D6F4 0034DD48 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 100A6408 0034D6F4 0034DD48 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 100C2B70 0034D83C 0034DE90 00000000
16:17:30,283 [Game.Program] {Launch Details} () INFO: [u]Server started![/u]
Game Version: 0.2.9.13
Arguments: -server -inline
Renderer debug flags: RDF_None
OS: Microsoft Windows 7 Professional (6.1.7601.65536) 
CPU: 
    {
        Index: 0
        Name:        Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz
        Manufacturer: GenuineIntel
        Description: x86 Family 6 Model 45 Stepping 7
        AdressWidth: 32
        Core Count: 6 / N/A
        ThreadCount: N/A
        Current Clock Speed: 4170 MHz
        Current Voltage: N/A V
    }
RAM: 1.95 GB / 31.42 GB
Virtual: 0.00 GB / 4.00 GB
HDD: [Z:] 44.43 GB / 118.68 GB (37% free): Fixed NTFS
GPU: 
    {
        Index: 0
        Name: Radeon (TM) RX 480 Graphics
        Driver Version: 1.0
        Driver Date: 2017-01-01
        Video Mode: 1920 x 1080 x 4294967296 colors
    }
Display: 
    {
        Index: 0
        Name: 
        Resolution: 1920x1080x32 bpp @ 60 Hz
        Position: (X: 0, Y: 0)
        Orientation: Landscape
    }
    {
        Index: 1
        Name: 
        Resolution: 1920x1080x32 bpp @ 60 Hz
        Position: (X: 0, Y: 0)
        Orientation: Landscape
    }
 
0037:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 100A6418 0034D694 0034DCE8 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 100A6418 0034D694 0034DCE8 00000000
0040:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:ntdll:EtwEventRegister ({35167f8e-49b2-4b96-ab86-435b59336b5e}, 0x45e0896, (nil), 0x1da8ad4) stub.
0009:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x1da8a88, 65) stub
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 100C2B68 0034D4A4 0034DAF8 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 100C31AC 0034D694 0034DCE8 00000000
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 100C31AC 0034D694 0034DCE8 00000000
0037:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0037:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0037:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:path:parse_url failed to parse L"LZ4"
0009:fixme:path:parse_url failed to parse L"LZ4pn"
0009:fixme:path:parse_url failed to parse L""
0042:fixme:ntdll:EtwEventRegister ({319dc449-ada5-50f7-428e-957db6791668}, 0x10023780, 0x10071b20, 0x10071b38) stub.
0042:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x10003109, 28) stub
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FB54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1F99C, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1F994, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1F994, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1F99C, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1F99C, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
0032:fixme:path:parse_url failed to parse L"Microsoft.CSharp"
0042:fixme:reg:GetEnabledXStateFeatures 
0042:fixme:ntdll:EtwEventRegister ({319dc449-ada5-50f7-428e-957db6791668}, 0x921d60, 0xdc1048, 0xdc1060) stub.
0042:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x75060d, 28) stub
0042:fixme:kernelbase:QuirkIsEnabled3 (0032F508, FFFFFFFF) stub!
0042:fixme:process:GetNumaHighestNodeNumber (0x32fc3c): semi-stub
0042:fixme:thread:SetThreadStackGuarantee (0x32fc2c): stub
0042:fixme:ntdll:EtwEventRegister ({e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0xa2b9f0, 0xdc10b8, 0xdccb50) stub.
0042:fixme:ntdll:EtwEventRegister ({763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0xa2b9f0, 0xdc13c8, 0xdc1540) stub.
0042:fixme:ntdll:EtwEventRegister ({a669021c-c450-4609-a035-5af59af4df18}, 0xa2b9f0, 0xdcb840, 0xdccb60) stub.
0042:fixme:ntdll:EtwEventRegister ({cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0xa2b9f0, 0xdc1210, 0xdc1288) stub.
0042:fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\windows\Microsoft.NET\Framework\v4.0.30319\mscordacwks.dll", 0x740000) stub!
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FB54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002b:fixme:ole:Context_CC_ContextCallback (001B86E0/001B86E4)->(00F0EF00, 03A1FAD4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
Saving galaxy (every 300 seconds)
[Server]: Server is saving...
Updating player save data...
0042:fixme:reg:GetEnabledXStateFeatures 
0047:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0018A844 0AAFD604 0AAFDC58 00000000
0047:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 100917F0 0AAFD7F4 0AAFDE48 00000000
0047:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 001A5AB8 0AAFD7F4 0AAFDE48 00000000
Saving systems...
Start saving all systems...
End saving all systems...
Saving player client data...
Saving players...
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 00147EAC 0032D074 0032D6C8 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00147E98 0032D264 0032D8B8 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00147E98 0032D264 0032D8B8 00000000
Saving fleets...
Saving crews...
Saving galaxy updatables...
Saving metadata...
0042:fixme:path:parse_url failed to parse L"Open.Nat"
[Server]: Save completed.
0042:fixme:path:parse_url failed to parse L"System"
0032:fixme:ras:RasEnumConnectionsW (100EAC58,081BF5B0,081BF5B4),stub!
0032:fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
0032:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
0042:fixme:nls:LocaleNameToLCID unsupported flags 8000000
0032:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
0032:fixme:ras:RasConnectionNotificationW (FFFFFFFF,000003D8,0x00000003),stub!
0042:fixme:nls:LCIDToLocaleName unsupported flags 8000000
0042:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32ec50 (nil) 0x32ec4c) returning a dummy value (current locale)
0042:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32ec50 0x14b8e8 0x32ec4c) returning a dummy value (current locale)
0032:fixme:ntdll:EtwEventRegister ({38ed3633-5e3f-5989-bf25-f0b1b3318c9b}, 0x45e08be, (nil), 0x1bd7980) stub.
0032:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x1bd7940, 53) stub
0032:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 100EABE8 081BD97C 081BDFD0 00000000
0032:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 100EAB38 081BD3C4 081BDA18 00000000
0032:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 100EAB38 081BD3C4 081BDA18 00000000
0032:fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
0032:fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001534E8 0032CC64 0032D2B8 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001534E8 0032CE54 0032D4A8 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001534E8 0032CE54 0032D4A8 00000000
0042:fixme:ntdll:EtwEventRegister ({8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 0x3eb04de, (nil), 0x1264a68) stub.
0042:fixme:path:parse_url failed to parse L"System.Core"
0042:fixme:path:parse_url failed to parse L"System.Configuration"
0042:fixme:path:parse_url failed to parse L"System.Xml"
0032:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
0032:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 0015CC84 0032CF2C 0032D580 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0016234C 0032C864 0032CEB8 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00161B08 0032CA54 0032D0A8 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00161B08 0032CA54 0032D0A8 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 00161A4C 0032C864 0032CEB8 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00161300 0032CA54 0032D0A8 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00161300 0032CA54 0032D0A8 00000000
0032:fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
0032:fixme:secur32:schannel_get_mac_algid unknown algorithm 200, cipher 23
0032:fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
0032:fixme:secur32:schannel_get_mac_algid unknown algorithm 200, cipher 23
0032:fixme:crypt:CertAddCertificateLinkToStore (0x100fed48, 0x100f1014, 00000004, (nil)): semi-stub
0042:fixme:bcrypt:BCryptGetFipsAlgorithmMode 0x32e5d8 - semi-stub
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 001A582C 0032CEB4 0032D508 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 001A9440 0032D0A4 0032D6F8 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 001A9440 0032D0A4 0032D6F8 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00161644 0032CA84 0032D0D8 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00161644 0032CC74 0032D2C8 00000000
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00161644 0032CC74 0032D2C8 00000000
0032:fixme:crypt:CNG_VerifySignature Failed to verify signature: c000a000
0032:fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c000a000
0032:fixme:crypt:CNG_VerifySignature Failed to verify signature: c000a000
0032:fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c000a000
0042:fixme:nls:LCMapStringEx unsupported lparam 15e470
0032:fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
0032:fixme:secur32:schannel_get_mac_algid unknown algorithm 200, cipher 23
0032:fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
0032:fixme:secur32:schannel_get_mac_algid unknown algorithm 200, cipher 23
0042:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 001AC220 0032CD3C 0032D390 00000000
0042:fixme:combase:RoGetActivationFactory (L"Windows.Foundation.Diagnostics.AsyncCausalityTracer", {50850b26-267e-451b-a890-ab6a370245ee}, 0032E890): semi-stub
0042:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Foundation.Diagnostics.AsyncCausalityTracer"
0032:fixme:crypt:CNG_VerifySignature Failed to verify signature: c000a000
0032:fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c000a000
0042:fixme:ntdll:EtwEventRegister ({2e5dba47-a3d2-4d16-8ee0-6671ffdcd7b5}, 0x3eb0636, (nil), 0x131a7cc) stub.
0042:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x131a79c, 40) stub
0032:fixme:crypt:CNG_VerifySignature Failed to verify signature: c000a000
0032:fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c000a000
004e:fixme:sync:SetWaitableTimerEx (0x1bc, 0x4c2fea0, 500, (nil), (nil), (nil), 50) semi-stub
0032:fixme:ver:GetCurrentPackageId (0x81bd910 (nil)): stub
System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.ComponentModel.Win32Exception: Unknown error (0x80090302)
   at System.Net.Security.SecureChannel.CreateFatalHandshakeAlertToken(SslPolicyErrors sslPolicyErrors, X509Chain chain)
   at System.Net.Security.SecureChannel.VerifyRemoteCertificate(RemoteCertValidationCallback remoteCertValidationCallback, ProtocolToken& alertToken)
   at System.Net.Security.SslState.CompleteHandshake(ProtocolToken& alertToken)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
   at System.Net.TlsStream.CallProcessAuthentication(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
   at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
   at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
   at System.Net.ConnectStream.WriteHeaders(Boolean async)
   --- End of inner exception stack trace ---
   at System.Net.WebClient.UploadValues(Uri address, String method, NameValueCollection data)
   at System.Net.WebClient.UploadValues(String address, String method, NameValueCollection data)
   at Game.Framework.WebHelpers.DoPOSTRequest(String page, NameValueCollection reqparm)
   at Game.Networking.NetMasterServerClient.AnnounceServer(Int32 port, String description, Int32 players, Int32 maxPlayers, Boolean passwordProtected, String version, String versionSuffix, String ticket, UInt32 serverflags)
Announcing server to master server: Unknown response.
004d:fixme:process:FlushProcessWriteBuffers : stub
004f:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00145C60 04D4D974 04D4DFC8 00000000
004f:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00145C60 04D4DB64 04D4E1B8 00000000
004f:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 2 00145C88 04D4DB64 04D4E1B8 00000000
0046:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
0046:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
0042:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
0042:fixme:ntdll:EtwEventUnregister (deadbeef) stub.

0036:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet
0034:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet
0032:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet
004a:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet
0052:fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
0052:fixme:secur32:schannel_get_mac_algid unknown algorithm 200, cipher 23
0052:fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
0052:fixme:secur32:schannel_get_mac_algid unknown algorithm 200, cipher 23
0052:fixme:crypt:CNG_VerifySignature Failed to verify signature: c000a000
0052:fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c000a000
0052:fixme:crypt:CNG_VerifySignature Failed to verify signature: c000a000
0052:fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c000a000
0052:fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
0052:fixme:secur32:schannel_get_mac_algid unknown algorithm 200, cipher 23
0052:fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
0052:fixme:secur32:schannel_get_mac_algid unknown algorithm 200, cipher 23
0052:fixme:crypt:CNG_VerifySignature Failed to verify signature: c000a000
0052:fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c000a000
0052:fixme:crypt:CNG_VerifySignature Failed to verify signature: c000a000
0052:fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c000a000
System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.ComponentModel.Win32Exception: Unknown error (0x80090302)
   at System.Net.Security.SecureChannel.CreateFatalHandshakeAlertToken(SslPolicyErrors sslPolicyErrors, X509Chain chain)
   at System.Net.Security.SecureChannel.VerifyRemoteCertificate(RemoteCertValidationCallback remoteCertValidationCallback, ProtocolToken& alertToken)
   at System.Net.Security.SslState.CompleteHandshake(ProtocolToken& alertToken)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
   at System.Net.TlsStream.CallProcessAuthentication(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
   at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
   at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
   at System.Net.ConnectStream.WriteHeaders(Boolean async)
   --- End of inner exception stack trace ---
   at System.Net.WebClient.UploadValues(Uri address, String method, NameValueCollection data)
   at System.Net.WebClient.UploadValues(String address, String method, NameValueCollection data)
   at Game.Framework.WebHelpers.DoPOSTRequest(String page, NameValueCollection reqparm)
   at Game.Networking.NetMasterServerClient.AnnounceServer(Int32 port, String description, Int32 players, Int32 maxPlayers, Boolean passwordProtected, String version, String versionSuffix, String ticket, UInt32 serverflags)
Announcing server to master server: Unknown response.

Gnutls and it’s lib32 package are both installed. Also the prefix has gecko, corefonts, vcrun2012 and dotnet472 installed via winetricks.

Any help is appreciated.


0

2

Запускаю хитрое приложение, которое поднимает ssl вебсокет на порту 8484. При попытке подключиться

curl https://127.0.0.1:8484

Вылетает ошибка:

19.03.2017 0:18:55 [Warn] Failed to Authenticate System.Security.Authentication.AuthenticationException: A call to SSPI failed, see inner exception. ---> System.ComponentModel.Win32Exception: Unknown error (0x80090302)
   --- End of inner exception stack trace ---
   at System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)
   at System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result)
   at System.Net.Security.SslStream.EndAuthenticateAsServer(IAsyncResult asyncResult)
   at Fleck.SocketFactory.<>c__DisplayClass11`1.<>c__DisplayClass13.<HandleAsyncVoid>b__10()
   at Fleck.SocketFactory.<>c__DisplayClass16.<DoAsyncTask>b__15(Object param0)

Если в настройках wine указать библиотеку secur32 как стороннюю, то вылетает такая ошибка:

19.03.2017 0:23:17 [Warn] Failed to Authenticate System.EntryPointNotFoundException: Unable to find an entry point named 'EnumerateSecurityPackagesW' in DLL 'security.dll'.
   at System.Net.UnsafeNclNativeMethods.SafeNetHandles_SECURITY.EnumerateSecurityPackagesW(Int32& pkgnum, SafeFreeContextBuffer_SECURITY& handle)
   at System.Net.SafeFreeContextBuffer.EnumeratePackages(SecurDll Dll, Int32& pkgnum, SafeFreeContextBuffer& pkgArray)
   at System.Net.SSPISecureChannelType.EnumerateSecurityPackages(Int32& pkgnum, SafeFreeContextBuffer& pkgArray)
   at System.Net.SSPIWrapper.EnumerateSecurityPackages(SSPIInterface SecModule)
   at System.Net.SSPIWrapper.GetVerifyPackageInfo(SSPIInterface secModule, String packageName, Boolean throwIfMissing)
   at System.Net.Security.SecureChannel..ctor(String hostname, Boolean serverMode, SchProtocols protocolFlags, X509Certificate serverCertificate, X509CertificateCollection clientCertificates, Boolean remoteCertRequired, Boolean checkCertName, Boolean checkCertRevocationStatus, LocalCertSelectionCallback certSelectionDelegate)
   at System.Net.Security.SslState.ValidateCreateContext(Boolean isServer, String targetHost, SslProtocols enabledSslProtocols, X509Certificate serverCertificate, X509CertificateCollection clientCertificates, Boolean remoteCertRequired, Boolean checkCertRevocationStatus, Boolean checkCertName)
   at System.Net.Security.SslState.ValidateCreateContext(Boolean isServer, String targetHost, SslProtocols enabledSslProtocols, X509Certificate serverCertificate, X509CertificateCollection clientCertificates, Boolean remoteCertRequired, Boolean checkCertRevocationStatus)
   at System.Net.Security.SslStream.BeginAuthenticateAsServer(X509Certificate serverCertificate, Boolean clientCertificateRequired, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation, AsyncCallback asyncCallback, Object asyncState)
   at Fleck.SocketWrapper.<>c__DisplayClass2.<Authenticate>b__0(AsyncCallback cb, Object s)
   at Fleck.SocketFactory.<>c__DisplayClass11`1.<HandleAsyncVoid>b__e()
   at Fleck.SocketFactory.<>c__DisplayClass16.<DoAsyncTask>b__15(Object param0)

Как можно побороть?

  • Home
  • Forum
  • The Ubuntu Forum Community
  • Ubuntu Specialised Support
  • Wine
  • how to enable ssl in wine

  1. how to enable ssl in wine

    I’m trying to use iTunes under wine. When I attempt to log in or create an account, i get an error message saying «secure connection failed. make sure ssl 3.0 is enabled under internet options»

    How do i enable ssl?


  2. Re: how to enable ssl in wine

    Is https://bugs.launchpad.net/ubuntu/+s…ne/+bug/178191 what you’re referring to?

    Update to the latest wine version (1.1.22) if you havent already.


  3. Re: how to enable ssl in wine

    I have upgraded to 1.1.31 and iTunes us still giving the error

    We could not complete your iTunes store request. A secure network connection could not be established.
    Make sure SSL 3.0 or TLS 1.0 is enabled in the internet options control panel, then try again.’

    Any advice?


  4. Re: how to enable ssl in wine

    Quote Originally Posted by Sebvett
    View Post

    I have upgraded to 1.1.31 and iTunes us still giving the error

    We could not complete your iTunes store request. A secure network connection could not be established.
    Make sure SSL 3.0 or TLS 1.0 is enabled in the internet options control panel, then try again.’

    Any advice?

    Solution is there, so do it:

    Make sure SSL 3.0 or TLS 1.0 is enabled in the internet options control panel


  5. Re: how to enable ssl in wine

    Im running the latest stable wine release and installed itunes 10.2, and every time i tried to use genius I have the same error about SSL 3.0 or TLS, how can I solve that??


Tags for this Thread

Bookmarks

Bookmarks


Posting Permissions

Moderators: Quade, dexter, newsraider, DThor

  • Reply with quote

{SOLVED}Mate+Wine 1.4+ NB = SSL error

Trying to get NB 6.3/4 running on my new Mint 13/64bit/Mate install.
Installed Wine 1.4 fine, installed NB 6.3 fine, when I run it the registration says ssl error. If I copy my working MB 6.4 over i get SSL errors connecting to astraweb. Works fine under Mint 11/64bit/G2 Wine 1.4.
Anybody got any ideas?

Last edited by kenr on Sun Jun 17, 2012 10:29 am, edited 1 time in total.

User avatar
kenr
Seasoned User
Seasoned User
 
Posts: 313
Joined: Wed Mar 27, 2002 6:14 am
Location: Galashiels
Registered Newsbin User since: 04/13/03

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby DThor » Sat Jun 09, 2012 6:40 am

Newsbin has it’s own dll that handles SSL, but there was a problem with the latest Ubuntu where SSL apps weren’t working. Check the last few linux threads for more information. I’m wondering if the problem has bizarrely crept over to this distro too? I do know that Quade recently ran Mint as an experiment but I’m unsure if he actually tested Newsbin on it.

Well, before you get into all of that, probably best to check your firewall first to make sure it’s allowed the correct port access. :) Testing any other app outside of wine that uses SSL would be useful too — all SSL was busted in the Ubuntu scenario.

DT

User avatar
DThor
Elite NewsBin User
Elite NewsBin User
 
Posts: 5943
Joined: Mon Jul 01, 2002 9:50 am
Registered Newsbin User since: 04/01/03


  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby Quade » Sat Jun 09, 2012 8:50 am

Works fine under Mint 11/64bit/G2 Wine 1.4.
Anybody got any ideas?

I’d say you’ve done a good job of characterizing the problem and that it seems to be Linux and/or wine. As D said, Newsbin has SSL built in so, it needs nothing external for SSL to work. It sounds like something is messing with it at the TCP level. Does non-SSL work? How about SSL alternate ports?

User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44695
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US
Registered Newsbin User since: 10/24/97
  • Website

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby kenr » Sat Jun 09, 2012 9:43 am

Not an NB issue, sorry for reporting it.
It appears the openssl is broken in Ubuntu 12.04 and Mint 13 is based on that.
Nothing to be done till the filter the patches down from Debian.

Tried the upstream Openssl from Debian but it still fails, so will have to wait for them to fix it.
Thanks for the help guys.

User avatar
kenr
Seasoned User
Seasoned User
 
Posts: 313
Joined: Wed Mar 27, 2002 6:14 am
Location: Galashiels
Registered Newsbin User since: 04/13/03

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby DThor » Sat Jun 09, 2012 10:25 am

Not a problem, but I must admit I’m mystified how the openssl can cause the problem when Newsbin doesn’t even use it. I don’t really pose that as a question to you, but I wonder why? My initial thoughts were that something in the firewall, but you aren’t using it. Hmmm…

Plus, I have to say it again — I’m rather stunned that this hasn’t been fixed yesterday. A linux distro with no SSL? Pretty shabby…

DT

User avatar
DThor
Elite NewsBin User
Elite NewsBin User
 
Posts: 5943
Joined: Mon Jul 01, 2002 9:50 am
Registered Newsbin User since: 04/01/03

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby Quade » Sat Jun 09, 2012 11:11 am

Not a problem, but I must admit I’m mystified how the openssl can cause the problem when Newsbin doesn’t even use it.

This. I’m not sure how something in wine or Linux is messing with SSL in Newsbin. That implies that something is trying to intercept the SSL connection and isn’t doing it very well. To Wine and Linux an SSL connection from Newsbin should be treated like any other TCP connection. Meaning pass the data back and forth and don’t mess with the contents. This sounds like something is messing with the contents of the connection. I think it’s very suspicious.

If regular TCP works, and SSL from Newsbin doesn’t. Something is noting that the data is SSL and is messing with it.

User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44695
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US
Registered Newsbin User since: 10/24/97
  • Website

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby kenr » Sat Jun 09, 2012 12:03 pm

From the WineHq site, the issue is with the libssl lib. If wine is built using an older version as a static as opposed to the normal one it works fine apparently the POL wine version works but the «normal» ones don’t.

SSL V3 is fine is just ssl2 & TLS that are affected.

User avatar
kenr
Seasoned User
Seasoned User
 
Posts: 313
Joined: Wed Mar 27, 2002 6:14 am
Location: Galashiels
Registered Newsbin User since: 04/13/03

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby DThor » Sat Jun 09, 2012 2:34 pm

Yeah, I guess that means no matter what you do in wine, it stays there in wine space. You end up using wine to interface with the linux OS.

DT

User avatar
DThor
Elite NewsBin User
Elite NewsBin User
 
Posts: 5943
Joined: Mon Jul 01, 2002 9:50 am
Registered Newsbin User since: 04/01/03

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby Quade » Sat Jun 09, 2012 3:52 pm

What’s the actual error message Newsbin reports when connecting to astra?

User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44695
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US
Registered Newsbin User since: 10/24/97
  • Website

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby kenr » Sun Jun 10, 2012 6:21 am

[10:20:41] ERROR InterSocket — Error: Socket Open Failed, Host: news.astraweb.com Error Code: 10061 Connection refused.

Thats on the standard port haven’t tried any others.

User avatar
kenr
Seasoned User
Seasoned User
 
Posts: 313
Joined: Wed Mar 27, 2002 6:14 am
Location: Galashiels
Registered Newsbin User since: 04/13/03

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby Quade » Sun Jun 10, 2012 9:34 am

Have you looked at the net traffic with TCPDump? A 10061 error isn’t an SSL error. It’s a TCP error below the level of SSL. Basically Newsbin has to establish a connection before it hands the connection off to SSL. This error is happening at the connection stage before SSL is even consulted.

«news.astraweb.com» is the wrong address if you’re trying to use SSL. You have to use «ssl.astraweb.com».

User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44695
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US
Registered Newsbin User since: 10/24/97
  • Website

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby kenr » Sun Jun 10, 2012 11:18 am

OK changed to ssl.astraweb.com
error now is
[15:16:49] ERROR InterSocket — Error: SSL Negotiation Failed, Host: ssl.astraweb.com Error: SSL Connection Failed 0 Success.

I did have the entire .wine copied over but deleted it when I couldn’t get it working, so this is a new install of NB and I was working from memory, hence the error in the name.

User avatar
kenr
Seasoned User
Seasoned User
 
Posts: 313
Joined: Wed Mar 27, 2002 6:14 am
Location: Galashiels
Registered Newsbin User since: 04/13/03

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby Quade » Sun Jun 10, 2012 11:42 pm

Well, that’s pretty SSL specific. I changed the error message to give more details. New beta should be up in a couple days.

User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44695
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US
Registered Newsbin User since: 10/24/97
  • Website

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby kenr » Fri Jun 15, 2012 2:18 pm

Same results with b3 no real change to the error message.
[18:18:24] ERROR InterSocket — Error: SSL Negotiation Failed, Host: ssl.astraweb.com Error: SSL Connection Failed: 5 Error 0 Success.

User avatar
kenr
Seasoned User
Seasoned User
 
Posts: 313
Joined: Wed Mar 27, 2002 6:14 am
Location: Galashiels
Registered Newsbin User since: 04/13/03

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby Quade » Fri Jun 15, 2012 2:50 pm

I wasn’t expecting it to fix anything because the problem isn’t in Newsbin.

SSL Connection Failed: 5 Error 0 Success.

#define SSL_ERROR_SYSCALL 5 /* look at error stack/return value/errno */

This is error 5. It’s saying something in Wine’s socket layer’s dropping the ball.

Have you tried both SSL ports?

User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44695
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US
Registered Newsbin User since: 10/24/97
  • Website

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby kenr » Fri Jun 15, 2012 2:55 pm

OK thanks for that. I have tried POL wine 1.4 but it gives the same error, looks like I will just have to wait for them to fix the ssl 2 errors.
No way you can force ssl v3 is there?

User avatar
kenr
Seasoned User
Seasoned User
 
Posts: 313
Joined: Wed Mar 27, 2002 6:14 am
Location: Galashiels
Registered Newsbin User since: 04/13/03

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby DThor » Fri Jun 15, 2012 3:29 pm

I caught this thread:

http://ubuntuforums.org/showthread.php?t=1988735

where it indicates RC4-MD5 is busted. This might well be a completely red-herring other issue, but wonder if you try the suggestion:

Code: Select all
workaround is to add to /etc/postfix/main.cf

smtpd_tls_exclude_ciphers = RC4-MD5

if that works? I’m thinking the server should roll to the next cypher if that one is disabled, but not sure.

DT

User avatar
DThor
Elite NewsBin User
Elite NewsBin User
 
Posts: 5943
Joined: Mon Jul 01, 2002 9:50 am
Registered Newsbin User since: 04/01/03

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby Quade » Fri Jun 15, 2012 3:33 pm

Just for shits and grins, add

«news.giganews.com» to a new server entry, then click «Use SSL» then see if you can connect to giganews. You won’t be able to download but, if SSL works, that would be interesting.

They use a different protocol than Astra.

User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44695
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US
Registered Newsbin User since: 10/24/97
  • Website

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby DThor » Fri Jun 15, 2012 3:50 pm

Yeah, try Quade’s idea first. I realized after posting that exclude statement is related to mail, since it was a mail issue. However, I’m thinking this is related to the problem, the giganews test might prove it.

DT

User avatar
DThor
Elite NewsBin User
Elite NewsBin User
 
Posts: 5943
Joined: Mon Jul 01, 2002 9:50 am
Registered Newsbin User since: 04/01/03

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby kenr » Sat Jun 16, 2012 6:13 am

OK same error

[10:20:48] ERROR InterSocket — Error: SSL Negotiation Failed, Host: news.giganews.com Error: SSL Connection Failed: 5 Error 0 Success.

User avatar
kenr
Seasoned User
Seasoned User
 
Posts: 313
Joined: Wed Mar 27, 2002 6:14 am
Location: Galashiels
Registered Newsbin User since: 04/13/03

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby kenr » Sat Jun 16, 2012 7:06 am

OK openened a «question» of launchpad saying it is a bug in ssl 1.0.1 will see what they say.

User avatar
kenr
Seasoned User
Seasoned User
 
Posts: 313
Joined: Wed Mar 27, 2002 6:14 am
Location: Galashiels
Registered Newsbin User since: 04/13/03

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby Quade » Sat Jun 16, 2012 10:33 am

Newsbin’s not using «ssl 1.0.1»

I haven’t upgraded the SSL yet.

Got a link to the problem report? I’d like to see what people are saying about it.

User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44695
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US
Registered Newsbin User since: 10/24/97
  • Website


  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby Quade » Sun Jun 17, 2012 8:53 am

fixme:wininet:INET_QueryOption INTERNET_OPTION_CONNECTED_STATE: semi-stub
fixme:wininet:InternetAttemptConnect Stub
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(60000): STUB
fixme:wininet:InternetSetOptionW
INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 60000
fixme:wininet:InternetSetOptionW
INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 300000
err:wininet:NETCON_secure_connect SSL_connect failed: 12157

Last message was generated in dlls/wininet/netconnection.c:

Do you see any log messages that look like this when Newsbin tries to connect? Newsbin isn’t using WinInet but, I wonder if you see any kind of errors in wine itself when you try SSL connections.

I posted to your bug report.

User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44695
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US
Registered Newsbin User since: 10/24/97
  • Website

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby kenr » Sun Jun 17, 2012 10:09 am

I just get

fixme:wininet:query_global_option INTERNET_OPTION_SECURITY_FLAGS: Stub
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_SECURITY_FLAGS; STUB
err:wininet:HTTP_ParseDateAsAsctime unexpected weekday L»133″
err:wininet:HTTP_ParseDate unexpected date format L»1339699522″
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache — don’t know what to do!
fixme:ieframe:WebBrowser_Stop (0xb4de0)
fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (0xb4de0)
fixme:heap:HeapSetInformation 0x1365000 0 0x23e900 4
fixme:heap:HeapSetInformation 0x1475000 0 0x23e960 4

Nothing when I click on get group list, other than the no connection on the newsbin screen.
Seen your post, maybe they will do something now that you have posted.
Its a nucance as it is all that is stopping me from switching to Mint 13 totally now, I have everything working bar this.

User avatar
kenr
Seasoned User
Seasoned User
 
Posts: 313
Joined: Wed Mar 27, 2002 6:14 am
Location: Galashiels
Registered Newsbin User since: 04/13/03

  • Reply with quote

Re: Mate+Wine 1.4+ NB = SSL error

Postby kenr » Sun Jun 17, 2012 10:29 am

OK thinking OOB and reading the thread about not being able to register NB I tried the solution

Seems there is a kernel bug with the LTS 12.04 release of Ubuntu. I was able to register and download via SSL by performing the following:

echo 0|sudo tee /proc/sys/kernel/yama/ptrace_scope

This solution was found at:

http://www.codeweavers.com/support/wiki

… ubuntu1204

And this seems to have fixed it for me, I can both register and download headers using ssl.

Wierd bugs floating about!

From the file:-

# The PTRACE system is used for debugging. With it, a single user process
# can attach to any other dumpable process owned by the same user. In the
# case of malicious software, it is possible to use PTRACE to access
# credentials that exist in memory (re-using existing SSH connections,
# extracting GPG agent information, etc).
#
# A PTRACE scope of «0» is the more permissive mode. A scope of «1» limits
# PTRACE only to direct child processes (e.g. «gdb name-of-program» and
# «strace -f name-of-program» work, but gdb’s «attach» and «strace -fp $PID»
# do not). The PTRACE scope is ignored when a user has CAP_SYS_PTRACE, so
# «sudo strace -fp $PID» will work as before. For more details see:
#

https://wiki.ubuntu.com/SecurityTeam/Ro … ing#ptrace

#
# For applications launching crash handlers that need PTRACE, exceptions can
# be registered by the debugee by declaring in the segfault handler
# specifically which process will be using PTRACE on the debugee:
# prctl(PR_SET_PTRACER, debugger_pid, 0, 0, 0);
#
# In general, PTRACE is not needed for the average running Ubuntu system.
# To that end, the default is to set the PTRACE scope to «1». This value
# may not be appropriate for developers or servers with only admin accounts.

So I don’t quite see why it is stopping ssl communications in wine but it is!

Thanks for the help.

User avatar
kenr
Seasoned User
Seasoned User
 
Posts: 313
Joined: Wed Mar 27, 2002 6:14 am
Location: Galashiels
Registered Newsbin User since: 04/13/03

  • Reply with quote

Re: {SOLVED}Mate+Wine 1.4+ NB = SSL error

Postby Quade » Sun Jun 17, 2012 10:48 am

I still have my tinfoil hat on. It still seems suspicious to me. It’s not clear to me why only SSL would be impacted by this.

I think your log messages are for the MOTD for the most part.

http://www.codeweavers.com/support/wiki … ubuntu1204

When I followed your link, it didn’t take me to the proper place.

User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44695
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US
Registered Newsbin User since: 10/24/97
  • Website

  • Reply with quote

Re: {SOLVED}Mate+Wine 1.4+ NB = SSL error

Postby kenr » Sun Jun 17, 2012 2:38 pm

I totally agree that this SHOULD not impact only ssl comns but it does and the like was a quote from the «cant register newsbin» a couple of posts down in this forum.

The fact that it works as a work around is enough for me to use Newsbin now and see if they fix it upstream.

User avatar
kenr
Seasoned User
Seasoned User
 
Posts: 313
Joined: Wed Mar 27, 2002 6:14 am
Location: Galashiels
Registered Newsbin User since: 04/13/03

  • Reply with quote

Re: {SOLVED}Mate+Wine 1.4+ NB = SSL error

Postby kenr » Sun Jul 15, 2012 8:44 am

Update on this, they seem to have fixed it in Wine 1.5.8
Changed the ptrace back to 1 and ssl still works.
Got a new problem but will open a new thread for that.

User avatar
kenr
Seasoned User
Seasoned User
 
Posts: 313
Joined: Wed Mar 27, 2002 6:14 am
Location: Galashiels
Registered Newsbin User since: 04/13/03

  • Reply with quote

Re: {SOLVED}Mate+Wine 1.4+ NB = SSL error

Postby DThor » Sun Jul 15, 2012 11:37 am

Good info, thanks. Glad they finally acknowledged it.

DT

User avatar
DThor
Elite NewsBin User
Elite NewsBin User
 
Posts: 5943
Joined: Mon Jul 01, 2002 9:50 am
Registered Newsbin User since: 04/01/03

  • Reply with quote

Re: {SOLVED}Mate+Wine 1.4+ NB = SSL error

Postby newsraider » Thu Dec 31, 2015 11:14 pm

thread sticky prob not needed anymore

User avatar
newsraider
Seasoned User
Seasoned User
 
Posts: 221
Joined: Fri Dec 31, 2004 5:57 am
Registered Newsbin User since: 02/13/06

  • Reply with quote

Re: {SOLVED}Mate+Wine 1.4+ NB = SSL error

Postby Quade » Fri Jan 01, 2016 1:18 am

I just tried to unstall it under wine. Installer failed. Couldn’t write to «Program Files». It was there but I guess it couldn’t write to it. Any hints?

User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44695
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US
Registered Newsbin User since: 10/24/97
  • Website

  • Reply with quote

Re: {SOLVED}Mate+Wine 1.4+ NB = SSL error

Postby newsraider » Fri Jan 01, 2016 5:41 am

using alternative installer? won’t install with regular installer for me but the alt works fine.

User avatar
newsraider
Seasoned User
Seasoned User
 
Posts: 221
Joined: Fri Dec 31, 2004 5:57 am
Registered Newsbin User since: 02/13/06

  • Reply with quote

Re: {SOLVED}Mate+Wine 1.4+ NB = SSL error

Postby kenr » Fri Jan 01, 2016 7:15 am

Never tried to uninstall it. I have it in its own wine prefix (using winetools) so I can just copy the useful stuff off it if I need to move it/re-install in. Usually I just delete the wine folder and start again.

User avatar
kenr
Seasoned User
Seasoned User
 
Posts: 313
Joined: Wed Mar 27, 2002 6:14 am
Location: Galashiels
Registered Newsbin User since: 04/13/03

  • Reply with quote

Re: {SOLVED}Mate+Wine 1.4+ NB = SSL error

Postby Quade » Fri Jan 01, 2016 1:05 pm

Thanks. I can always just copy the files over but I wanted to try it the official way.

User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44695
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US
Registered Newsbin User since: 10/24/97
  • Website


Return to Linux

Who is online

Users browsing this forum: No registered users and 1 guest

Понравилась статья? Поделить с друзьями:
  • Wine signtool error
  • Wine runtime error could not call proc
  • Wine rundll32 error
  • Wine ole error 80040154
  • Wine libgl error failed to load driver swrast