http://bugs.winehq.org/show_bug.cgi?id=8756
Summary: vb6 invalid property and automation errors (rich text control) Product: Wine Version: 0.9.33. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: scottc@movingtofreedom.org
Hi. This bug report is at Dan Kegel's prompting. :)
I'm attaching VB6 source files and a binary that demonstrates a couple of errors in Wine for a program that uses the VB6 Rich Textbox Control. (One of them might be related to a call to the LockWindowUpdate user32 API, but the error happens while manipulating the rich text control.)
Click on Error 1:
Run-time error '380': Invalid property value (program crash)
Commenting out the color setting in Command1 makes the error go away. Uncommenting the color setting and other lines results in the error happening on the alignment step instead.
Click on Error 2 (first) and then (second):
Run-time error '-2147417848 (80010108)': Automation error (program crash)
It seems like after getting a number of these, X will eventually reset. (I'm just learning GNU/Linux -- that's what it looks like to me. I lose the graphical environment and see some text on the display before it gets me back to an X logon.)
Environments:
Windows 2000 VB6 + SP4
Ubuntu 7.04 wine-0.9.33 i386