Error when running RSSEditor in Wine, dhtmled.ocx missing

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
craigymitchell
Newbie
Newbie
Posts: 2
Joined: Tue Jul 14, 2009 11:37 am

Error when running RSSEditor in Wine, dhtmled.ocx missing

Post by craigymitchell »

I have just installed wine on ubuntu 9.04 and am trying to install RSSeditor www.rss-info.com. The programs creators say you need IE6 installed.
I installed the RSSeditor no problems and added it to the applications in 'configure wine'.
When i run the program the following error comes up:
Runtime error 339
Component 'dhtmled.ocx' or one of it's dependencies not correctly registered: a file is missing or invalid
I then installed IE6 from winetricks and tried again but same error.
I also ran regsvr32 dhtmled.ocx and it registered successfully but the program still gave the same error message.
I read somewhere that maybe i should use the fakeie6 and set the windows version to 2K but the fakeie6 won't install, there is an error message about the folder already existing which it would due to the previous IE6 install.

I guess there are a couple questions and being a new comer will probably be very dumb :
1 How can you remove items installed by winetricks
2 Any ideas on making the RSSeditor run
3 Should I be able to run IE6 as installed by winetricks or is it just there for the use of its DLL's. If you are supposed to be able to run it how can I do that, I am guessing it would be via a terminal command but I am not fully up to speed on doing that yet.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Error when running RSSEditor in Wine, dhtmled.ocx missin

Post by vitamin »

craigymitchell wrote:When i run the program the following error comes up:
Runtime error 339
Component 'dhtmled.ocx' or one of it's dependencies not correctly registered: a file is missing or invalid
Run your program from the terminal and post complete output. http://wiki.winehq.org/FAQ#get_log
craigymitchell
Newbie
Newbie
Posts: 2
Joined: Tue Jul 14, 2009 11:37 am

Post by craigymitchell »

Hello
I get the following when running via the Terminal

craig@craig-laptop:~$ cd '.wine/drive_c/Program Files/RSSeditor'
craig@craig-laptop:~/.wine/drive_c/Program Files/RSSeditor$ wine RSSEditor.exe
fixme:ole:OleLoadPictureEx (0xac12b4,24638,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f97c), partially implemented.
err:ole:CoGetClassObject class {2d360200-fff5-11d1-8d03-00a0c959bc0a} not registered
err:ole:CoGetClassObject class {2d360200-fff5-11d1-8d03-00a0c959bc0a} not registered
err:ole:CoGetClassObject no class object {2d360200-fff5-11d1-8d03-00a0c959bc0a} could be created for context 0x3
err:ole:CoGetClassObject class {438da5e0-f171-11d0-984e-0000f80270f8} not registered
err:ole:CoGetClassObject no class object {438da5e0-f171-11d0-984e-0000f80270f8} could be created for context 0x1
fixme:ole:CoCreateInstance no instance created for interface {00000000-0000-0000-c000-000000000046} of class {2d360201-fff5-11d1-8d03-00a0c959bc0a}, hres is 0x80040154
Locked