Error during running Cube.exe

Questions about Wine on Linux
Locked
PotatoHead007
Newbie
Newbie
Posts: 4
Joined: Wed Feb 04, 2015 1:09 am

Error during running Cube.exe

Post by PotatoHead007 »

Hi. I have sucessfully installed xact_jun2010 via winetricks, into a 32-bit wine prefix.
I am trying to run Cube World, but i get this error:

Code: Select all

MYUSER@j4ckxandxj1ll-300E4C:~$ env WINEPREFIX=~/.PlayOnLinux/wineprefix/CW3 Documents/CubeWorld/Cube.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f588,0x00000000), stub!
fixme:ver:GetCurrentPackageId (0x32f7b0 (nil)): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:ole:CoGetClassObject class {5a508685-a254-4fba-9b82-9a24b00306af} not registered
err:ole:CoGetClassObject no class object {5a508685-a254-4fba-9b82-9a24b00306af} could be created for context 0x1
MYUSER@j4ckxandxj1ll-300E4C:~$
Any ideas as to what is happening?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error during running Cube.exe

Post by dimesio »

PotatoHead007 wrote:Hi. I have sucessfully installed xact_jun2010 via winetricks, into a 32-bit wine prefix.
Perhaps you installed it to a wineprefix, but according to

Code: Select all

err:ole:CoGetClassObject class {5a508685-a254-4fba-9b82-9a24b00306af} not registered
it's not installed in the wineprefix you're running the game from.

POL is not supported here, so if you want further help, reinstall to a clean wineprefix using plain Wine.
Locked