http://bugs.winehq.org/show_bug.cgi?id=16092
Summary: StickyDrive app crashes on startup Product: Wine Version: 1.1.8 Platform: Other URL: http://mmiline.com/ OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
(From mmiline.com's main page, click on StickyDrive and then "Learn More", then under Red Sox demo, click "Download Now". This points to http://www2.stickyinc.com/download/getDownload.php?idTag=BOSTN-1668&acti... which downloads the installer in question, InstallStickyDrive-BOSTN-1668.exe.)
Insert a blank USB key, run the installer, and get past bug 16091 by clicking "Show all drives"; then pick the USB drive and let the installer install the demo on the USB key.
Then try running "Launch stickydrive.exe". It first complains err:module:import_dll Library MSVBVM60.DLL ... not found so do "winetricks vbrun60". It then complains err:ole:CoGetClassObject no class object {00000507-0000-0010-8000-00aa006d2ea4} could be created for context 0x5 wine: Unhandled exception 0x0eedfade at address 0x0000:0x7ee349d0 (thread 0023), starting debugger... To get past that, do "winetricks mdac27". It then complains err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 but that's probably innocuous (it's a visual studio debugging dll, and is probably optional) and crashes with First chance exception: page fault on read access to 0x02b67318 in 32-bit code (0x003bfc5a). and a dialog box.
This app, Stickydrive, is used on some schwag usb keys, e.g. it's used on a USB key we got in our copy of Daily Variety (!) advertising Burn Notice. Happily, users who know what they're doing can usually navigate down into __stickydrive/content and find the real content there. But the stickydrive app really ought to work, even though it's, um, not the kind of app I'd write myself.