Solving last errors

Questions about Wine on Linux
Locked
seabird
Level 1
Level 1
Posts: 6
Joined: Mon Oct 07, 2013 10:40 am

Solving last errors

Post by seabird »

Hi everyone,

I succesfully installed a program called Lopgbook Pro. Most functions work but some do not. I am wondering if it has anything to do with the last few points in my log.

Any help to get rid of these is appreciated:

-Linux Mint 15 (64) (Kernel 3.11.2)
-Wine 1.7.3
-Enviroment 32 bit (WINEARCH=win32 WINEPREFIX=~/.wine winecfg)
-Winetricks 20130707

Code: Select all

$ winetricks list-installed
art2kmin
baekmuk
consolas
corefonts
dotnet40
droid
mdac27
mdac28
mfc42
msls31
msmask
msvcirt
riched20
riched30
tabctl32
tahoma
vcrun6sp6
vcrun6
wsh56vb
wsh57

Code: Select all

env WINEPREFIX="/home/jacco/.wine" wine C:\\Program\ Files\\Logbook\ Pro\\Logbook.exe 
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:share:NetShareEnum Stub ((null) 2 0x33e3d8 -1 0x33e3e0 0x33e3d4 (nil))
fixme:share:NetShareEnum Stub ((null) 2 0x33e0d0 -1 0x33e0d8 0x33e0cc (nil))
fixme:share:NetShareEnum Stub ((null) 2 0x33e1ac -1 0x33e1b4 0x33e1a8 (nil))
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1
fixme:share:NetShareEnum Stub ((null) 2 0x33dbbc -1 0x33dbc4 0x33dbb8 (nil))
fixme:resource:DestroyAcceleratorTable other process handle 0x1?
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1
err:ole:RevokeDragDrop invalid hwnd 0x10166
fixme:share:NetShareEnum Stub ((null) 2 0x33da58 -1 0x33da60 0x33da54 (nil))
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: Solving last errors

Post by oiaohm »

seabird something has gone wrong before the first call of
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered

All zeros like that is GUID.empty or basically nothing. I do have a suspect.
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} That is OLE32 IExternalConnection Fixing that feature might fix the ones under it or might not.
Locked