On January 3, 2003 01:43 am, Ben Clewett wrote:
Wine,
Running a large VB app on 20021125, and I get this output:
fixme:ole:CoSetState (0x653c3f80),stub! fixme:ole:CoRegisterMessageFilter stub fixme:win32:PE_CreateModule Security directory ignored fixme:win32:GetCalendarInfoA (00000809,00000001,20000030,(nil),0,0x403ac1f4): quarter-stub fixme:win32:GetCalendarInfoW (00000809,00000001,20000030,(nil),0,0x403ac1f4): quarter-stub fixme:win32:PE_CreateModule Security directory ignored wine: Unhandled exception, starting debugger... fixme:ole:CoSetState ((nil)),stub!
Is there anything I can do to make my application run?
Ben
That output probably has little to do with the application not running.
Did the debugger come up? If so were you able to get a stack trace?
Try running with --debugmsg +relay to see if the failure occurred during a wine function (but don't be surprised if it doesn't).
Is the VB App commercial or a one-off? Does it have a name? (You never know; someone else may have been working with it)