Hi... I am new to Wine... so I went from running to Solitaire to Running ColdFusion studio grin. I installed CFS by running the setup from CD using wine. All seemed to go OK, but when I try to run the application I get this error.... 0806a430:fixme:win32:PE_CreateModule Unknown directory 15 ignored and it bombs out... any ideas ?? Help ?? Thanks Benj.
On Tue, 21 Aug 2001 14:03:04 GMT, bens@harrythehirer.com.au wrote:>0806a430:fixme:win32:PE_CreateModule Unknown directory 15 ignored=20This message can be seen for apps that are starting fine, I don't think this is the problem.>and it bombs out... any ideas ?? Help ??Read documentation/bugs - in short, run with -debugmsg +relay command line switch and post the last 200 lines on this news group. Gerard
On Tue, 21 Aug 2001 22:33:26 GMT, bens@harrythehirer.com.au wrote:>Gerard, >Thanks for taking a look at this. I have posted a few more than 200 line>s=20 >as I am not sure that the last couple of hundred lines are relevant (jus>t=20 >the stuff to display the message box I get. The message that is displaye>d=20 >to me is "Runtime error 217 at 0001f170" >.... anyways here you go....=20<snip enormous trace> Both your traces are useless and capture only what happens when you acknoledge the error message. What is needed is to use an editor to search the trace for the first occurence of the error message and trim everything *after*. Then take the 200 lines remaining at the end of the trace file. Gerard
On Wed, 22 Aug 2001 00:54:43 GMT, bens@harrythehirer.com.au wrote: <snip>>0806a430:Call gdi32.SelectObject(000009f8,0000099c) ret=3D00422f28 >0806a430:Call x11drv.SelectObject(403a7d3c,0000099c) ret=3D40761af3 >0806a430:Ret x11drv.SelectObject() retval=3D00000000 ret=3D40761af3 >0806a430:Ret gdi32.SelectObject() retval=3D00000000 ret=3D00422f28 >0806a430:Call kernel32.GetLastError() ret=3D0041f119 >0806a430:Ret kernel32.GetLastError() retval=3D00000006 ret=3D0041f119 >0806a430:Call=20 >kernel32.FormatMessageA(00001000,00000000,00000006,00000400,405b6b08,000> >00100,00000000) ret=3D0041f13f >0806a430:Ret kernel32.FormatMessageA() retval=3D00000010 ret=3D0041f13f> >0806a430:Call=20 >kernel32.RaiseException(0eedfade,00000001,00000007,405b6ad8) ret=3D0041f>170That's the point where the problem happens - which version of Wine do you use (if it's Cvs, the exact date of extraction) ? Gerard
Has anybody had any success? I've tried it and I get the error messages: fixme:ddeml:DdeNameService (1,49183,0,1): stub fixme:ole:LoadTypeLibEx registration of typelibs not supported yet! fixme:ole:TLB_ReadTypeLib Header type magic 0x47544c53 not supported. err:ole:TLB_ReadTypeLib Loading of typelib c:\programfiles\allaire\coldfusionstudio4\cfstudio4.exe failed with error 0x00000006 fixme:ddeml:DdeNameService (1,49183,0,2): stub fixme:ddeml:DdeUninitialize (1): partial stub bens@harrythehirer.com.au wrote:> Hi... I am new to Wine... so I went from running to Solitaire to Running > ColdFusion studio grin. I installed CFS by running the setup from CD > using wine. All seemed to go OK, but when I try to run the application I > get this error.... > > 0806a430:fixme:win32:PE_CreateModule Unknown directory 15 ignored > > and it bombs out... any ideas ?? Help ?? > > Thanks Benj. > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users > >