Issues installing game "The great Tree"

Questions about Wine on Linux
Locked
daga68
Newbie
Newbie
Posts: 3
Joined: Fri Sep 11, 2015 9:29 am

Issues installing game "The great Tree"

Post by daga68 »

Hi all,

I have Ubuntu 14.04 64bits on I5 cpu, plenty ram and hardisk, using onboard video card.

I run into problems when running the game "The Great Tree" after succesfull instalation.

Wine version: 1.6.2

1) Installing and Running:
--
ubuntu1404(dgarcia):/home/dgarcia/Downloads> wine the_great_tree.exe
fixme:win:DisableProcessWindowsGhosting : stub
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files (x86)\\The Great Tree\\ReflexiveArcade\\unins000.exe") stub
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
ubuntu1404(dgarcia):/home/dgarcia/Downloads> fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.org/showthread.php?t=1960599
err:ole:CoGetClassObject class {00000507-0000-0010-8000-00aa006d2ea4} not registered
err:ole:create_server class {00000507-0000-0010-8000-00aa006d2ea4} not registered
err:ole:CoGetClassObject no class object {00000507-0000-0010-8000-00aa006d2ea4} could be created for context 0x5
wine: Unhandled exception 0x0eedfade in thread 33 at address 0x9debaef2:0x7b83aace (thread 0033), starting debugger...
err:seh:setup_exception_record stack overflow 896 bytes in thread 0033 eip 7bc77d10 esp 00240fb0 stack 0x240000-0x241000-0x340000
--

Please advice,

Dave.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issues installing game "The great Tree"

Post by dimesio »

Your Wine version is old; start by upgrading to the latest development release. You should also try installing to a 32 bit wineprefix.
daga68
Newbie
Newbie
Posts: 3
Joined: Fri Sep 11, 2015 9:29 am

Re: Issues installing game "The great Tree"

Post by daga68 »

Hi Dimesio,

Thanks for the advice.

Here is what I have now:
--
ubuntu1404(dgarcia):/home/dgarcia/Downloads> wine --version
wine-1.7.50
--

ubuntu1404(dgarcia):/home/dgarcia/Downloads> WINEPREFIX=$HOME/prefix32 WINEARCH='win32' wine 'wineboot'
wine: created the configuration directory '/home/dgarcia/prefix32'
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80040155
err:ole:get_local_server_stream Failed: 80040155
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80040155
err:ole:get_local_server_stream Failed: 80040155
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a07afa1, context 0xa33b50, init_notify 0, handle 0x130e794): stub
fixme:iphlpapi:CancelMibChangeNotify2 (handle (nil)): stub
wine: configuration in '/home/dgarcia/prefix32' has been updated.
--


ubuntu1404(dgarcia):/home/dgarcia/Downloads> WINEPREFIX=$HOME/prefix32 WINEARCH='win32' wine the_great_tree.exe
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:win:DisableProcessWindowsGhosting : stub
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\The Great Tree\\ReflexiveArcade\\unins000.exe") stub
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
ubuntu1404(dgarcia):/home/dgarcia/Downloads> err:ole:CoGetClassObject class {00000507-0000-0010-8000-00aa006d2ea4} not registered
err:ole:create_server class {00000507-0000-0010-8000-00aa006d2ea4} not registered
err:ole:CoGetClassObject no class object {00000507-0000-0010-8000-00aa006d2ea4} could be created for context 0x5
wine: Unhandled exception 0x0eedfade in thread 35 at address 0xdd4b5503:0x7b83bfee (thread 0035), starting debugger...
err:seh:setup_exception_record stack overflow 896 bytes in thread 0035 eip 7bc819c0 esp 00240fb0 stack 0x240000-0x241000-0x340000
--

Please advice,
Dave.
daga68
Newbie
Newbie
Posts: 3
Joined: Fri Sep 11, 2015 9:29 am

Re: Issues installing game "The great Tree"

Post by daga68 »

Any ideas please?
Locked