The forum

Internet connection

Author Replies
davedavy Thursday 18 December 2014 at 22:18
davedavyAnonymous

Hi,

I am trying to install a modification for my Emergency 4 installation. The game is working completly with Wine. The only problem is that for the mod getting to work I have to run a updater, the updater opens but it is telling me that it isn't possible to connect to the update server. I already have checked their server status and should be up. My question is, does Wine support usage of my internet connection in a program?

 

 

 

 

 

Ronin DUSETTE Thursday 18 December 2014 at 22:36
Ronin DUSETTE

Yes. It should support it, depending on what it is trying to do. Of course, without computer specs and debug output, we don't know. Please post that info. Also, next time, post in the PlayOnLinux forum. I will move this thread there for you. :)


Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
davedavy Thursday 18 December 2014 at 22:47
davedavyAnonymous

Well, Im using a Mac so I thought it belongs to PlayOnMac, but okay :P

My Mac specs are a MB Air 2014, 8GB RAM, I5 1,4GHZ, Intel HD Graphics 5000.

Debug information:

12/18/14 22:45:01] - Running wine- /Users/Davy/Desktop/Mod-Updater.exe (Working directory : /Users/Davy/Desktop)
fixme:wincodecs:PngDecoder_Block_GetCount stub
System.NotImplementedException: The requested feature is not implemented.
  at System.Management.ObjectQuery..ctor () [0x00000] in <filename unknown>:0 
  at System.Management.WqlObjectQuery..ctor () [0x00000] in <filename unknown>:0 
  at System.Management.SelectQuery..ctor (System.String queryOrClassName) [0x00000] in <filename unknown>:0 
  at Mod_Updater.clsComputerInfo.GetProcessorId () [0x00000] in <filename unknown>:0 
  at Mod_Updater.Updater.get_HWID () [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) Mod_Updater.Updater:get_HWID ()
  at Mod_Updater.Updater.Form1_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 

 

  •  
Ronin DUSETTE Thursday 18 December 2014 at 23:02
Ronin DUSETTE

Oh. haha. Didn't know it was a Mac. THis is why we need this stuff posted in the first post. ;)

How exactly are you trying to run this? Step by step. Are you trying to run it in the virtual drive the game that is working?


Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
davedavy Thursday 18 December 2014 at 23:11
davedavyAnonymous

Yes indeed. I havemade avirtusl drive for the game in whichInhave the game installed. Then I go to preferences and open the exe file by "Open a .exe file on this virtual drive". 

Ronin DUSETTE Friday 19 December 2014 at 2:59
Ronin DUSETTE

It is throwing an exception, but I am not sure what it might be related to. To me, it looks like something .NET related. In your debut output, those errors with "0x000000" should usually be something else, as with all zeroes, it is essentially NULL. It may require a patch. What version of Wine are you using for this? 


Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
davedavy Friday 19 December 2014 at 10:12
davedavyAnonymous

 

I am using the latest stable one, 1.6.2.

Edit just tested with 1.7.3, but did not really work. The 'Cannot connect to server' windows isn't popping up at all.

Edit: I am one step ahead by installing Dotnet35SP1. I can start it now, but it sends me the following error:

ee the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at Mod_Updater.clsComputerInfo.GetMACAddress()
   at Mod_Updater.Updater.get_HWID()
   at Mod_Updater.Updater.Form1_Load(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Mod-Updater
    Assembly Version: 1.0.1.5
    Win32 Version: 1.0.1.5
    CodeBase: file:///Z:/Users/Davy/Downloads/Winterberg_Updater/Mod-Updater.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Xml.Linq
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.21022.8 built by: RTM
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Management
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Debug output:

[12/19/14 11:06:34] - Running wine- /Users/Davy/Library/PlayOnMac/wineprefix/EM4/drive_c/Program Files/sixteen tons entertainment/Emergency 4/Mod-Updater.exe (Working directory : /Users/Davy/Library/PlayOnMac/wineprefix/EM4/drive_c/Program Files/sixteen tons entertainment/Emergency 4)
fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:wtsapi:WTSQuerySessionInformationW Stub 0x0 0xffffffff 4 0x86f2cc 0x86f2bc
fixme:thread:SetThreadStackGuarantee (0x33fcbc): stub
err:ole:CoGetContextToken apartment not initialised
fixme:shell:URL_ParseUrl failed to parse L"Microsoft.VisualBasic"
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:shell:URL_ParseUrl failed to parse L"Accessibility"
fixme:shell:URL_ParseUrl failed to parse L"System.Runtime.Remoting"
fixme:shell:URL_ParseUrl failed to parse L"System.Xml.Linq"
fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
fixme:gdiplus:GdipGetFamilyName No support for handling of multiple languages!
fixme:shell:URL_ParseUrl failed to parse L"Mod-Updater.resources"
fixme:msvcrt:__clean_type_info_names_internal (0x60345094) stub
fixme:shell:URL_ParseUrl failed to parse L"Mod-Updater.resources"
fixme:wincodecs:PngDecoder_Block_GetCount stub
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"System.Configuration"
fixme:shell:URL_ParseUrl failed to parse L"System.resources"
fixme:shell:URL_ParseUrl failed to parse L"System.resources"
fixme:ras:RasEnumConnectionsW (0x19d2a0,0x33e970,0x33e974),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
fixme:ntdll:server_ioctl_file Unsupported ioctl 28000017 (device=2800 access=0 func=5 method=3)
fixme:winsock:server_ioctl_sock Unsupported ioctl 28000017 (device=2800 access=0 func=5 method=3)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (_WSAIO(IOC_WS2, 23))
fixme:ras:RasConnectionNotificationW (0xffffffff,0x248,0x00000003),stub!
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
fixme:wtsapi:WTSQuerySessionInformationW Stub 0x0 0xffffffff 4 0x86f2c8 0x86f2b8
fixme:wtsapi:WTSQuerySessionInformationW Stub 0x0 0xffffffff 4 0x86f2c8 0x86f2b8
fixme:wtsapi:WTSQuerySessionInformationW Stub 0x0 0xffffffff 4 0x86f318 0x86f308
fixme:wtsapi:WTSQuerySessionInformationW Stub 0x0 0xffffffff 4 0x86f2cc 0x86f2bc
fixme:ntdll:server_ioctl_file Unsupported ioctl 28000017 (device=2800 access=0 func=5 method=3)
fixme:winsock:server_ioctl_sock Unsupported ioctl 28000017 (device=2800 access=0 func=5 method=3)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (_WSAIO(IOC_WS2, 23))
fixme:shell:URL_ParseUrl failed to parse L"System.Management"
fixme:wbemprox:wbemprox_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:wbem_locator_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:wbem_locator_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:wbem_locator_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:wbemprox:wbem_locator_ConnectServer authentication not supported
fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:wbem_services_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:wbem_services_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:wbem_services_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:wbem_services_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:wbemprox:client_security_QueryBlanket 
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:client_security_SetBlanket 0x4914f508, 0x41fdd88, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, 0x0, 0x00000020
fixme:wbemprox:client_security_Release 0x4914f508
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:wbemprox:client_security_QueryBlanket 
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:client_security_SetBlanket 0x4914f508, 0x41fdd88, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, 0x0, 0x00000020
fixme:wbemprox:client_security_Release 0x4914f508
fixme:rpc:RpcMgmtEnableIdleCleanup (): stub
fixme:ole:Context_CC_ContextCallback (0x41fea80/0x41fea84)->(0x7a043cc9, 0x33e8a8, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41fea80/0x41fea84)->(0x7a043cc9, 0x33e4f0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:wbemprox:enum_class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:client_security_QueryBlanket 
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:client_security_SetBlanket 0x4914f508, 0x41fcd38, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, 0x0, 0x00000020
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:enum_class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:client_security_QueryBlanket 
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:client_security_SetBlanket 0x4914f508, 0x4200a38, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, 0x0, 0x00000020
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:wbemprox_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:wbem_locator_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:wbem_locator_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:wbem_locator_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:wbemprox:wbem_locator_ConnectServer authentication not supported
fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:wbem_services_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:wbem_services_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:wbem_services_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:wbem_services_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:wbemprox:client_security_QueryBlanket 
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:client_security_SetBlanket 0x4914f508, 0x4205a60, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, 0x0, 0x00000020
fixme:wbemprox:client_security_Release 0x4914f508
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:wbemprox:client_security_QueryBlanket 
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:client_security_SetBlanket 0x4914f508, 0x4205a60, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, 0x0, 0x00000020
fixme:wbemprox:client_security_Release 0x4914f508
fixme:ole:Context_CC_ContextCallback (0x42028d8/0x42028dc)->(0x7a043cc9, 0x33e8d0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x42028d8/0x42028dc)->(0x7a043cc9, 0x33e620, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
fixme:wbemprox:wbemprox_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:wbem_locator_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:wbem_locator_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:wbem_locator_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:wbemprox:wbem_locator_ConnectServer authentication not supported
fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:wbem_services_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:wbem_services_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:wbem_services_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:wbem_services_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:wbemprox:client_security_QueryBlanket 
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:client_security_SetBlanket 0x4914f508, 0x42067b0, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, 0x0, 0x00000020
fixme:wbemprox:client_security_Release 0x4914f508
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:wbemprox:client_security_QueryBlanket 
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:client_security_SetBlanket 0x4914f508, 0x42067b0, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, 0x0, 0x00000020
fixme:wbemprox:client_security_Release 0x4914f508
fixme:ole:Context_CC_ContextCallback (0x4202dd8/0x4202ddc)->(0x7a043cc9, 0x33e8a8, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x4202dd8/0x4202ddc)->(0x7a043cc9, 0x33e4f0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:wbemprox:enum_class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:client_security_QueryBlanket 
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:client_security_SetBlanket 0x4914f508, 0x4203258, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, 0x0, 0x00000020
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:enum_class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:client_security_QueryBlanket 
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:client_security_SetBlanket 0x4914f508, 0x4203290, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, 0x0, 0x00000020
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:wbemprox_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:wbem_locator_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:wbem_locator_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:wbem_locator_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:wbemprox:wbem_locator_ConnectServer authentication not supported
fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:wbem_services_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:wbem_services_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:wbem_services_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:wbem_services_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:wbemprox:client_security_QueryBlanket 
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:client_security_SetBlanket 0x4914f508, 0x4209b00, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, 0x0, 0x00000020
fixme:wbemprox:client_security_Release 0x4914f508
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:wbemprox:client_security_QueryBlanket 
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:client_security_SetBlanket 0x4914f508, 0x4209b00, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, 0x0, 0x00000020
fixme:wbemprox:client_security_Release 0x4914f508
fixme:ole:Context_CC_ContextCallback (0x4208ad8/0x4208adc)->(0x7a043cc9, 0x33e8a0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x4208ad8/0x4208adc)->(0x7a043cc9, 0x33e814, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x4208ad8/0x4208adc)->(0x7a043cc9, 0x33e560, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x4208ad8/0x4208adc)->(0x7a043cc9, 0x33e5f0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x00000011
fixme:wbemprox:enum_class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:client_security_QueryBlanket 
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:client_security_SetBlanket 0x4914f508, 0x420a760, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, 0x0, 0x00000020
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:enum_class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:enum_class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:client_security_QueryBlanket 
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:client_security_SetBlanket 0x4914f508, 0x42099b8, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 2, 3, 0x0, 0x00000020
fixme:wbemprox:client_security_Release 0x4914f508
fixme:wbemprox:class_object_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
fixme:wbemprox:class_object_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
fixme:wbemprox:class_object_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
fixme:wbemprox:class_object_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms.resources"
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms.resources"
fixme:gdiplus:GdipCreateHalftonePalette stub
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:GdipGetNearestColor (0x4237a18, 0x33d5f4): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x4237a18, 0x33d5f4): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x4237a18, 0x33d5f4): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x4237a18, 0x33d5f4): Passing color unmodified
fixme:gdiplus:GdipTranslateLineTransform not implemented
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:process:FlushProcessWriteBuffers : stub
fixme:ole:Context_CC_ContextCallback (0x41fc770/0x41fc774)->(0x7a043cc9, 0x2c2f0e0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x4208ad8/0x4208adc)->(0x7a043cc9, 0x2c2f0e0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x4202dd8/0x4202ddc)->(0x7a043cc9, 0x2c2f0e0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x42028d8/0x42028dc)->(0x7a043cc9, 0x2c2f0e0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41fea80/0x41fea84)->(0x7a043cc9, 0x2c2f0e0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41f10c8/0x41f10cc)->(0x7a043cc9, 0x2c2f0e0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41f10c8/0x41f10cc)->(0x7a043cc9, 0x2c2f070, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41f10c8/0x41f10cc)->(0x7a043cc9, 0x2c2f070, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41f10c8/0x41f10cc)->(0x7a043cc9, 0x2c2f070, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41f10c8/0x41f10cc)->(0x7a043cc9, 0x2c2f070, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41f10c8/0x41f10cc)->(0x7a043cc9, 0x2c2f070, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41f10c8/0x41f10cc)->(0x7a043cc9, 0x2c2f070, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41f10c8/0x41f10cc)->(0x7a043cc9, 0x2c2f03c, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41f10c8/0x41f10cc)->(0x7a043cc9, 0x2c2f03c, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41f10c8/0x41f10cc)->(0x7a043cc9, 0x2c2f03c, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:shell:URL_ParseUrl failed to parse L"System.Core"
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:shell:BrsFolder_OnCreate flags BIF_NEWDIALOGSTYLE partially implemented
fixme:ole:Context_CC_ContextCallback (0x41fc770/0x41fc774)->(0x7a043cc9, 0x2c2f0e0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x4208ad8/0x4208adc)->(0x7a043cc9, 0x2c2f0e0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x4208ad8/0x4208adc)->(0x7a043cc9, 0x2c2f070, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x4202dd8/0x4202ddc)->(0x7a043cc9, 0x2c2f0e0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x4202dd8/0x4202ddc)->(0x7a043cc9, 0x2c2f070, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x42028d8/0x42028dc)->(0x7a043cc9, 0x2c2f0e0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x42028d8/0x42028dc)->(0x7a043cc9, 0x2c2f070, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41fea80/0x41fea84)->(0x7a043cc9, 0x2c2f0e0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41fea80/0x41fea84)->(0x7a043cc9, 0x2c2f070, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41f10c8/0x41f10cc)->(0x7a043cc9, 0x2c2f0e0, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:ole:Context_CC_ContextCallback (0x41f10c8/0x41f10cc)->(0x7a043cc9, 0x2c2f070, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0x0)
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:thread:NtGetCurrentProcessorNumber need multicore support (4 processors)
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:wtsapi:WTSQuerySessionInformationW Stub 0x0 0xffffffff 4 0x86f2c8 0x86f2b8
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:wtsapi:WTSQuerySessionInformationW Stub 0x0 0xffffffff 4 0x86f2c8 0x86f2b8
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
 ​

While I can start it, im still unable to update the files :/ If I update the files the console says the following:

19.12.2014 11:14:35:056 | sammle Daten für Update - collect data for update
19.12.2014 11:14:35:356 | ERROR:'"C:\Program Files\sixteen tons entertainment\Emergency 4\bin\rsync.exe" -hhtlrR4Pnc --exclude "Updater_log.txt" --exclude "backup"  --exclude="Save" "ccbnet05.ccb-net.it::WEMRel" "."' niet herkend als intern of extern commando dan wel batchbestand.​

The last sentece is translated as 'Not reconized as internal or external command or batch file'.

Edited by davedavy

Ronin DUSETTE Friday 19 December 2014 at 19:08
Ronin DUSETTE

Hmm. It is for sure a .NET thing, but you can either use .NET or Mono. Try to create a fresh virtual drive, install the newest version of wine (it will automatically install Mono), and see if that works. Sometimes Mono instead of regular .NET works better in Wine. It just depends. It is worth a try, though. 


Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
davedavy Friday 19 December 2014 at 20:21
davedavyAnonymous

 

Okay well I did complete reinstall, and made a new virtual drive. I did not install any version of .NET and couldnt get it started. Maybe did I install the wrong one? I needed .NET4 for the game and I did install .NET35 SP1 (Which installed 2.0,2.5,3.0 and 3.5) for the updater to get start. 

[12/19/14 20:17:11] - Running wine-1.7.33 ModInstaller.exe (Working directory : /Users/Davy/Library/PlayOnMac/wineprefix/Drives/drive_c/Program Files/sixteen tons entertainment/Emergency 4)
[12/19/14 20:19:16] - Running wine-1.7.33 /Users/Davy/Library/PlayOnMac/wineprefix/Drives/drive_c/Program Files/sixteen tons entertainment/Emergency 4/Mod-Updater.exe (Working directory : /Users/Davy/Library/PlayOnMac/wineprefix/Drives/drive_c/Program Files/sixteen tons entertainment/Emergency 4)

Unhandled Exception:
System.InvalidOperationException: WinForms_SeeInnerException ---> System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown.

  at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0 

  at System.CurrentSystemTimeZone.GetUtcOffset (DateTime time) [0x00000] in <filename unknown>:0 

  at System.TimeZone.GetLocalTimeDiff (DateTime time) [0x00000] in <filename unknown>:0 

  at System.DateTime.get_Now () [0x00000] in <filename unknown>:0 

  at System.Windows.Forms.TextBoxBase..ctor () [0x00000] in <filename unknown>:0 

  at System.Windows.Forms.TextBox..ctor () [0x00000] in <filename unknown>:0 

  at (wrapper remoting-invoke-with-check) System.Windows.Forms.TextBox:.ctor ()

  at Mod_Updater.Updater.InitializeComponent () [0x00000] in <filename unknown>:0 

  at (wrapper remoting-invoke-with-check) Mod_Updater.Updater:InitializeComponent ()

  at Mod_Updater.Updater..ctor () [0x00000] in <filename unknown>:0 

  at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)

  at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0 

  --- End of inner exception stack trace ---

  at Mod_Updater.My.MyProject+MyForms.Create__Instance__[Updater] (Mod_Updater.Updater Instance) [0x00000] in <filename unknown>:0 

  at Mod_Updater.My.MyProject+MyForms.get_Updater () [0x00000] in <filename unknown>:0 

  at Mod_Updater.My.MyApplication.OnCreateMainForm () [0x00000] in <filename unknown>:0 

  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00000] in <filename unknown>:0 

  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String[] commandLine) [0x00000] in <filename unknown>:0 

  at Mod_Updater.My.MyApplication.Main (System.String[] Args) [0x00000] in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: WinForms_SeeInnerException ---> System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown.

  at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0 

  at System.CurrentSystemTimeZone.GetUtcOffset (DateTime time) [0x00000] in <filename unknown>:0 

  at System.TimeZone.GetLocalTimeDiff (DateTime time) [0x00000] in <filename unknown>:0 

  at System.DateTime.get_Now () [0x00000] in <filename unknown>:0 

  at System.Windows.Forms.TextBoxBase..ctor () [0x00000] in <filename unknown>:0 

  at System.Windows.Forms.TextBox..ctor () [0x00000] in <filename unknown>:0 

  at (wrapper remoting-invoke-with-check) System.Windows.Forms.TextBox:.ctor ()

  at Mod_Updater.Updater.InitializeComponent () [0x00000] in <filename unknown>:0 

  at (wrapper remoting-invoke-with-check) Mod_Updater.Updater:InitializeComponent ()

  at Mod_Updater.Updater..ctor () [0x00000] in <filename unknown>:0 

  at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)

  at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0 

  --- End of inner exception stack trace ---

  at Mod_Updater.My.MyProject+MyForms.Create__Instance__[Updater] (Mod_Updater.Updater Instance) [0x00000] in <filename unknown>:0 

  at Mod_Updater.My.MyProject+MyForms.get_Updater () [0x00000] in <filename unknown>:0 

  at Mod_Updater.My.MyApplication.OnCreateMainForm () [0x00000] in <filename unknown>:0 

  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00000] in <filename unknown>:0 

  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String[] commandLine) [0x00000] in <filename unknown>:0 

  at Mod_Updater.My.MyApplication.Main (System.String[] Args) [0x00000] in <filename unknown>:0 

Hmm and the game crashes now aswell while i'm loading it..

[12/19/14 20:24:11] - Running wine-1.7.33 Em4.exe (Working directory : /Users/Davy/Library/PlayOnMac/wineprefix/Drives/drive_c/Program Files/sixteen tons entertainment/Emergency 4)

fixme:win:EnumDisplayDevicesW ((null),0,0x100f0ec,0x00000000), stub!

err:quartz:GetClassMediaFile Media class not found

err:avicap:query_video_device Video 4 Linux support not enabled

err:avicap:query_video_device Video 4 Linux support not enabled

err:avicap:query_video_device Video 4 Linux support not enabled

err:avicap:query_video_device Video 4 Linux support not enabled

err:avicap:query_video_device Video 4 Linux support not enabled

err:avicap:query_video_device Video 4 Linux support not enabled

err:avicap:query_video_device Video 4 Linux support not enabled

err:avicap:query_video_device Video 4 Linux support not enabled

err:avicap:query_video_device Video 4 Linux support not enabled

err:avicap:query_video_device Video 4 Linux support not enabled

...skipped 1 line(s)...

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x3e

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x21

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x42

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x28

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff4

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x2c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

fixme:quartz:DSoundRender_QueryInterface No interface for {37d84f60-42cb-11ce-8135-00aa004bb851}!

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

err:quartz:GetClassMediaFile Media class not found

fixme:qtsplitter:QT_QueryInterface No interface for {37d84f60-42cb-11ce-8135-00aa004bb851}!

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x3e

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x21

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x42

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x28

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff4

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x2c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

fixme:quartz:DSoundRender_QueryInterface No interface for {37d84f60-42cb-11ce-8135-00aa004bb851}!

fixme:qtsplitter:QT_QueryInterface No interface for {56a868b3-0ad4-11ce-b03a-0020af0ba770}!

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x2c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

fixme:quartz:DSoundRender_SendSampleData Sample dropped 3384 of 4520 bytes

fixme:quartz:DSoundRender_UpdatePositions Underrun of data occurred!

fixme:quartz:DSoundRender_SendSampleData Sample dropped 1124 of 4520 bytes

fixme:quartz:DSoundRender_UpdatePositions Underrun of data occurred!

fixme:quartz:DSoundRender_SendSampleData Sample dropped 4516 of 4520 bytes

err:qtsplitter:QTSplitter_thread Video: Unable to get delivery buffer (80040211)

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

err:quartz:GetClassMediaFile Media class not found

fixme:qtsplitter:QT_QueryInterface No interface for {37d84f60-42cb-11ce-8135-00aa004bb851}!

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x3e

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x21

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x42

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x28

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff4

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x2c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

fixme:quartz:DSoundRender_QueryInterface No interface for {37d84f60-42cb-11ce-8135-00aa004bb851}!

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

err:quartz:GetClassMediaFile Media class not found

fixme:qtsplitter:QT_QueryInterface No interface for {37d84f60-42cb-11ce-8135-00aa004bb851}!

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x3e

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x21

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x42

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x28

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff4

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x2c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

fixme:quartz:DSoundRender_QueryInterface No interface for {37d84f60-42cb-11ce-8135-00aa004bb851}!

fixme:qtsplitter:QT_QueryInterface No interface for {56a868b3-0ad4-11ce-b03a-0020af0ba770}!

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x2c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

fixme:quartz:DSoundRender_SendSampleData Sample dropped 5648 of 4520 bytes

fixme:quartz:DSoundRender_SendSampleData Sample dropped 2252 of 4520 bytes

fixme:quartz:DSoundRender_UpdatePositions Underrun of data occurred!

fixme:quartz:DSoundRender_SendSampleData Sample dropped 5644 of 4520 bytes

fixme:quartz:DSoundRender_SendSampleData Sample dropped 2252 of 4520 bytes

fixme:quartz:DSoundRender_UpdatePositions Underrun of data occurred!

fixme:quartz:DSoundRender_SendSampleData Sample dropped 1124 of 4520 bytes

err:qtsplitter:QTSplitter_thread Video: Unable to get delivery buffer (80040211)

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

fixme:wgl:macdrv_wglChoosePixelFormatARB unused pfAttribFList

fixme:wgl:macdrv_wglChoosePixelFormatARB unused pfAttribFList

err:quartz:GetClassMediaFile Media class not found

fixme:qtsplitter:QT_QueryInterface No interface for {37d84f60-42cb-11ce-8135-00aa004bb851}!

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x3e

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x21

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x42

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x28

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff4

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

...skipped 6 line(s)...

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x3e

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x21

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x42

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x28

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff4

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x2c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

...skipped 2 line(s)...

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x3e

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x21

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x42

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x28

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff4

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x2c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

...skipped 3 line(s)...

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x3e

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x21

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x42

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x28

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff4

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x27

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x4c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0xfffffff5

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x2c

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x111

fixme:qtdatahandler:myComponentRoutineProc unhandled select 0x44

wine: Unhandled page fault on read access to 0x00000004 at address 0x100af660 (thread 0009), starting debugger...

 

Edited by davedavy

Ronin DUSETTE Friday 19 December 2014 at 21:42
Ronin DUSETTE

Ok, so you may want to try a version of Wine below 1.7.25 (I think), because that comes with Mono (an open-source ".NET" clone, if you will) automatically. Wine versions below that will not do it automatically, and you can install .NET 4 into that virtual drive. Mono and .NET get grumpt when mixed together in a virtual drive.

You might want to post at appdb.winehq.org about this game and adding this mod. You might find more info on this particular crash via their forums or appdb.


Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
davedavy Friday 19 December 2014 at 21:48
davedavyAnonymous

Well I give up. I just ordered a 8GB flash drive to install Windows with bootcamp :P

Though I want to thank you VERY much for all the help :) Will defintly keep using the program and do a donation. It is much easier then running Wine manually.

Ronin DUSETTE Friday 19 December 2014 at 21:57
Ronin DUSETTE

No problem. Sorry about that. I would totally watch appd.winehq.org though. You would be surprised how fast things start working on Wine sometimes. If you figure anything out, please post up the solution here. That way at least if someone else has the issue, and it is posted here, it will be documented and people can find it. :)


Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts