Hi, I'd like to run a win-prog with Linux but it fails: Runtime Error - abnormal program termination. In the console I get the following infos: fixme:ole:CoCreateInstance no classfactory created for CLSID {48071bd8-a9f0-11d0-954b-00a0c911760e}, hres is 0x80040154 fixme:ole:MSFT_ReadValue BSTR length = -1? fixme:ole:ITypeLibComp_fnBind (L"Now", 10ba25, 0x3, 0x406ef200, 0x406ef21c, 0x406ef204): stub fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. What do these messages mean ? What can i do to find the prob ? Thanks for help Marek -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20040504/7f7d947f/attachment.htm
Am Die, Mai 04, 2004 at 11:02:06 +0200 schrieb Lindner:> What do these messages mean ?Nothing, if you don't tell us *anything* about the - program - wine version - OS - kernel version - distribution - installation type - run type (from a win partition or standalone) - preinstalled programms or libraries - your attempts to fix the problem Sorry, but I get every day these "it does not work" error descriptions. Is it so difficult to give a detailed error description? Regards Joachim -- "Never touch a running system! Never run a touching system? Never run a touchy system!!!"
On Tue, 4 May 2004, Lindner wrote:> Date: Tue, 04 May 2004 23:02:06 +0200 > From: Lindner <lindner_marek@yahoo.de> > To: wine-users@winehq.org > Subject: Runtime Error - abnormal program termination > > > Hi, > > I'd like to run a win-prog with Linux but it fails: Runtime Error - > abnormal program termination.Just like a real Windows machine! *DUCKS* Sorry, I had to say it ;) -- Jessica L. Blank, Systems Administrator, twu.net Please avoid sending me Word, Excel or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html
Joachim von Thadden wrote:>Am Die, Mai 04, 2004 at 11:02:06 +0200 schrieb Lindner: > > >>What do these messages mean ? >> >> > >Nothing, if you don't tell us *anything* about the >- program >- wine version >- OS >- kernel version >- distribution >- installation type >- run type (from a win partition or standalone) >- preinstalled programms or libraries >- your attempts to fix the problem > >Sorry, but I get every day these "it does not work" error descriptions. >Is it so difficult to give a detailed error description? > >Regards > Joachim > >I agree with you - omitting these infos was daft ! Sometimes I'm as angry as you when other people want me to solve their problems and forget to mention these *important* details ... :-( program: It's a German program called "Immobilienverwaltung 3.5" created by the "Presto Verlag" ( www.presto.de ) . Don't think it's know out there. wine version, OS, kernel version, distribution, installation type: I updated the pre-installed wine with the most recent wine-rpm from SF (Wine 20040408) on my SuSE 9.1 (2.6.4-52-default). run type: Standalone (fake_windows) - I don't have any win partition ! Attempts to fix: At first the string "ole" from wine's output got my attention: "fixme:ole:CoCreateInstance no classfactory created for CLSID {48071bd8-a9f0-11d0-954b-00a0c911760e}, hres is 0x80040154". I thought that IMMO (Immobilienverwaltung 3.5) is looking for some OLE-Connection to MS Office - so installed MS Office 97 but nothing changed. How is OLE handled by Wine ? Then I read through the installation guide but couldn't find any information related to my problem. Well, the major problem is that I don't know the problem ! ;-) I mean the information from the program (Runtime Error - abnormal program termination) is not that useful. Thats why I'm posting to that list. I hope you can point me in the right direction. Thanks Marek -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20040505/9811aec7/attachment.html
Lindner wrote:> Attempts to fix: > At first the string "ole" from wine's output got my attention: > > "fixme:ole:CoCreateInstance no classfactory created for CLSID > {48071bd8-a9f0-11d0-954b-00a0c911760e}, hres is 0x80040154". I thought > that IMMO (Immobilienverwaltung 3.5) is looking for some OLE-Connection > to MS Office - so installed MS Office 97 but nothing changed. How is OLE > handled by Wine ?It may be handled using native M$ dlls, or using built-in ones from Wine. would You mind running Wine in such way: WINEDEBUG=+loaddll wine /some_path/some_binary.exe ..and posting output to the list? That would help us a bit. One q.: what version of windows are you trying to emulate? One more q.: have you installed DCOM package in your Wine-box?
> DCOM package ? > I certainly didn't because I don't know anything about it. May be it is > part of my distribution (SuSE 9.1) ? > What is DCOM for ?A component of windows, you'll need a windows license to download it and use it. You can get it from http://download.microsoft.com Look for dcom98. Ivan.
> What is dcom98 and where to get it ? What is the purpose ?See http://www.winehq.com/hypermail/wine-users/2004/05/0048.html> Where can I find Frank's Corner ?http://frankscorner.org BTW you should try using google, it's a great tool for finding things http://www.google.com Ivan.