runtime error 429, activex component can't create object 76f61208-6a7f-402e-bae5-40c9562aa893

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Post Reply
maindamsel
Newbie
Newbie
Posts: 2
Joined: Mon Jan 27, 2025 3:33 am

runtime error 429, activex component can't create object 76f61208-6a7f-402e-bae5-40c9562aa893

Post by maindamsel »

i'm trying to run "karaoke builder studio", however i get the error described in the title. i've tried installing msscript but it still doesn't work

output log:

Code: Select all

0294:err:ole:com_get_class_object class {76f61208-6a7f-402e-bae5-40c9562aa893} not registered
0294:err:ole:create_server class {76f61208-6a7f-402e-bae5-40c9562aa893} not registered
0294:err:ole:com_get_class_object no class object {76f61208-6a7f-402e-bae5-40c9562aa893} could be created for context 0x5
bgc
Newbie
Newbie
Posts: 3
Joined: Mon Aug 08, 2022 5:29 pm

Re: runtime error 429, activex component can't create object 76f61208-6a7f-402e-bae5-40c9562aa893

Post by bgc »

Try installing it in a virtual machine, with a version of Windows that worked. Then, go into the registry editor, click "HKEY_CLASSES_ROOT", press Ctrl+F to bring up the find dialog, and then search for "76f61208-6a7f-402e-bae5-40c9562aa893". There may be a sub-key called "InprocServer32", which usually contains a default entry with a path to the component's DLL. If the key doesn't contain that sub-key, it may reference other GUID's that you can search for, which may then have a path to the DLL, under "InprocServer32", or some other sub-key.
maindamsel
Newbie
Newbie
Posts: 2
Joined: Mon Jan 27, 2025 3:33 am

Re: runtime error 429, activex component can't create object 76f61208-6a7f-402e-bae5-40c9562aa893

Post by maindamsel »

76f61208-6a7f-402e-bae5-40c9562aa893 referred to ImgX61.dll which was included in the program's installation directory but wasn't properly registered by wine
to fix this, i opened a terminal in that directory and did

Code: Select all

wine cmd
regsvr32 ImgX61.dll
after that, the program worked

note that this problem occurred because i installed the program before installing vb6run which had a different necessary dll for the program
in a new wine prefix, i installed vb6run first, then the program after and i didn't have to manually find and register ImgX61.dll
Last edited by maindamsel on Tue Jun 17, 2025 12:13 am, edited 1 time in total.
Post Reply