Anvil Studio - installation crashes

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mick12345678
Newbie
Newbie
Posts: 4
Joined: Tue Sep 16, 2008 1:54 pm

Anvil Studio - installation crashes

Post by mick12345678 »

When I try to install Anvil Studio (Midi progam) under WIne, the Anvil installer gives me the error

Code: Select all

ActiveX component can't create object
and crashes (this is under Vector Linux 5.9 Gold).

Can anyone give me a clue what to do ?
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

most likely you need some additional packages installed. could you paste the entire console output please?
mick12345678
Newbie
Newbie
Posts: 4
Joined: Tue Sep 16, 2008 1:54 pm

Post by mick12345678 »

Here's the console output

Code: Select all

user:$ wine mstudioZ.exe 
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:ole:DllRegisterServer stub
err:ole:CoGetClassObject class {13709620-c279-11ce-a49e-444553540000} not registered
err:ole:create_server class {13709620-c279-11ce-a49e-444553540000} not registered
err:ole:CoGetClassObject no class object {13709620-c279-11ce-a49e-444553540000} could be created for context 0x5
and here is the content of the installation logfile

Code: Select all


user:$ cat ST5UNST.000
 %% PLEASE DO NOT MODIFY OR DELETE THIS FILE! %% 
 %% This file contains information about the installation of an application. %% 
 %% It will be used to automatically remove all application components from your computer if you choose to do so. %% 


NOTE: Beginning of the bootstrapper section

CONFIG: Title: "Anvil Studio"

ACTION: TempFile: "C:\windows\setup1.exe"
(File was not found or was an older version -- new file copied)

ACTION: RegKey: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion", "SharedDLLs"

ACTION: SharedFile: "C:\windows\system32\VB5StKit.dll"
(File currently on disk was already up to date)

ACTION: SystemFile: "C:\windows\system32\MSVBVM50.dll"
(File currently on disk was already up to date)

ACTION: SystemFile: "C:\windows\system32\StdOle2.tlb"
(File currently on disk was already up to date)

ACTION: SystemFile: "C:\windows\system32\OleAut32.dll"
(File currently on disk was already up to date)

ACTION: SystemFile: "C:\windows\system32\OlePro32.dll"
(File currently on disk was already up to date)

ACTION: SystemFile: "C:\windows\system32\AsycFilt.dll"
(File currently on disk was already up to date)

ACTION: SystemFile: "C:\windows\system32\ComCat.dll"
(File currently on disk was already up to date)

ACTION: DllSelfRegister: "C:\windows\system32\MSVBVM50.dll"

*** ERROR: Error trying to register file 'C:\windows\system32\StdOle2.tlb'
*** DURING THIS ACTION: TLBRegister: "C:\windows\system32\StdOle2.tlb"

ACTION: DllSelfRegister: "C:\windows\system32\OleAut32.dll"

ACTION: DllSelfRegister: "C:\windows\system32\OlePro32.dll"

ACTION: DllSelfRegister: "C:\windows\system32\ComCat.dll"

NOTE: End of the bootstrapper section

NOTE: Now spawning the main Setup program 'C:\windows\setup1.exe'....
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

err:ole:CoGetClassObject class {13709620-c279-11ce-a49e-444553540000} not registered
err:ole:create_server class {13709620-c279-11ce-a49e-444553540000} not

That l;ooks like bug http://bugs.winehq.org/show_bug.cgi?id=8987
Guess for now there's no real go to get it going, but i'll be glad if someone proves me wrong
mick12345678
Newbie
Newbie
Posts: 4
Joined: Tue Sep 16, 2008 1:54 pm

Post by mick12345678 »

that's a shame :cry:
Thanks anyway.
Locked