http://bugs.winehq.org/show_bug.cgi?id=9317
Summary: Can't run vbtablet Product: Wine Version: CVS Platform: Other URL: http://www.thebest3d.com/dogwaffle/vbtablet/ OS/Version: other Status: NEW Keywords: download Severity: enhancement Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Created an attachment (id=7586) --> (http://bugs.winehq.org/attachment.cgi?id=7586) Output of WINEDEBUG=+seh,+relay,+text,+ole,+dialog wine TabletDemo.exe
People with wacom tablet trouble are advised to run vbtablet as a test (see http://pixarra.invisionzone.com/index.php?act=Msg&CODE=03&VID=in&...)
vbtablet is a vb5 app, so you have to do "winetricks vbrun50" to get the runtime, and then you have to install comctl32.ocx (I tried the one from http://support.microsoft.com/kb/167121; it seemed to need a wineboot to register itself).
The problem seems to show up shortly after the app tries to set up three controls from comctl32.ocx and the warning warn:ole:apartment_disconnectobject couldn't find object 0x170090 shows up. Native dcom doesn't seem to help.
Here's how I reproduced: rm -rf .wine sh winetricks vbvm50 wine comctl32.exe wineboot WINEDEBUG=+relay,+text,+ole,+dialog wine-git/wine TabletDemo.exe