ThimbleweedPark

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
JPRuehmann
Level 2
Level 2
Posts: 14
Joined: Thu Sep 18, 2014 1:10 pm

ThimbleweedPark

Post by JPRuehmann »

Hello
I try to Run Thimbleweed Park in Wine but get only a black Window and Sound.
Anyone here that can Help me on that?
Thanks,
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: ThimbleweedPark

Post by lahmbi5678 »

Upgrade to latest wine version, if you haven't already. Please run wine and the game in a terminal and post output.

Thimbleweed Park seems to have DX11 as requirement. Wine's DX11 is still very incomplete, you probably will have to file a bug report, if there are no obvious errors in the terminal output.

There seems to be a native linux version of Thimbleweed Park, maybe you could try it?
JPRuehmann
Level 2
Level 2
Posts: 14
Joined: Thu Sep 18, 2014 1:10 pm

Re: ThimbleweedPark

Post by JPRuehmann »

There is only an 64Bit Linux Version, Therefore I am using 32Bit Kubuntu.
So that won´t work for me.
I will try the Console first.
Thanks,
JPRuehmann
Level 2
Level 2
Posts: 14
Joined: Thu Sep 18, 2014 1:10 pm

Re: ThimbleweedPark

Post by JPRuehmann »

Here is the output of my Commandline,

which wine /usr/local/bin/wine
wine --version wine-2.5-75-gafaec19
wine ThimbleweedPark.exe
kubuntu 16.04 LTS

Code: Select all

it's infected by a Virus or cracked. This file won't work anymore.failed to create driver L"acedrv11": c0000183
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:wtsapi:WTSQuerySessionInformationW Stub (nil) 0xffffffff 4 0x86e644 0x86e634
err:winediag:wined3d_dll_init The GLSL shader backend has been disabled. You get to keep all the pieces if it breaks.
fixme:win:EnumDisplayDevicesW ((null),0,0x33f92c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x33f92c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x33f570,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",1,0x33f92c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x33f92c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f92c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x33f92c,0x00000000), stub!
err:ole:CoGetClassObject class {25e609e4-b259-11cf-bfc7-444553540000} not registered
err:ole:CoGetClassObject no class object {25e609e4-b259-11cf-bfc7-444553540000} could be created for context 0x1
fixme:wtsapi:WTSQuerySessionInformationW Stub (nil) 0xffffffff 4 0x86e640 0x86e630
fixme:wtsapi:WTSQuerySessionInformationW Stub (nil) 0xffffffff 4 0x86e640 0x86e630
fixme:wtsapi:WTSQuerySessionInformationW Stub (nil) 0xffffffff 4 0x86e684 0x86e674
err:ole:CoGetClassObject class {00020424-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00020424-0000-0000-c000-000000000046} could be created for context 0x80000001
err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
err:rpc:I_RpcReceive we got fault packet with status 0x80004002
fixme:ole:NdrClearOutParameters (0x86cedc,0x7e7d8360,0x86d064): stub
err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
fixme:ole:CoCreateInstanceEx no instance created for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5} of class {96cd9b1d-9ef2-49a2-b9fa-a244b310dbec}, hres is 0x80004002
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime Optimization Service"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000456,(nil),0x0001,0x00000000,0x86e1fc,(nil)): stub
err:eventlog:ReportEventW L".NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Service Manager returned a fatal error (0x80004002). Will stop service\n"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime Optimization Service"): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
./configure says that libhal-dev not found, is there a way to disable this because libhal not there anymore since ubuntu 13.04.
Thanks,
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: ThimbleweedPark

Post by lahmbi5678 »

Code: Select all

it's infected by a Virus or cracked. This file won't work anymore.failed to create driver L"acedrv11": c0000183
This look like there's some advanced copy protection scheme at work. You'll have to file a bug for that.


Code: Select all

err:winediag:wined3d_dll_init The GLSL shader backend has been disabled. You get to keep all the pieces if it breaks.
Did you change any settings in wine's registry, especially to DirectDrawRenderer (https://wiki.winehq.org/Useful_Registry_Keys)? If so, please revert them. This error message could also be related to wine's missing DX11 functionality. If so, there's probably not much you can do, apart from filing a bug report.


Code: Select all

./configure says that libhal-dev not found
You shouldn't compile wine yourself, if you can use winehq's Ubuntu repositories. I don't think, that missing libhal-dev impairs wine's functionality.
Locked