On Fri, May 2, 2008 at 3:59 PM, dimesio <wineforum-user@xxxxxxxxxx> wrote: > This is on OpenSUSE 10.3, Wine 0.9.60, with a clean wineprefix. Good... > I installed the trial version of Movie Magic Screenwriter 6. > When I try to run the program it freezes almost immediately > > wine "C:\Program Files\Write Brothers, Inc\Movie Magic Screenwriter 6 Trial\scwriter32.exe" > > err:winedevice:ServiceMain driver L"TPkd" failed to load > > err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not registered The service not loading seems troubling, no idea there. But that UUID (if you google it) is associated with msxml, which you can install with winetricks. But the most important thing you could have searched for was an existing bug report. Turns out there is one! http://bugs.winehq.org/show_bug.cgi?id=12297 says you can get indeed the demo running with wget http://kegel.com/wine/winetricks sh winetricks msxml3 That help? - Dan