dimesio
2008-May-02 22:59 UTC
[Wine] Movie Magic Screenwriter 6 Trial installs, crashes when run
This is on OpenSUSE 10.3, Wine 0.9.60, with a clean wineprefix. I installed the trial version of Movie Magic Screenwriter 6. The install went fine. When I try to run the program it freezes almost immediately after loading. A box pops up telling me I have encountered OLE Error 80004001 and wants to send an error report. If I click ok, it opens Thunderbird and can even send an email, though it is does not actually attach an error report. At this point the program has control of my display and I have to kill it with ctrl-alt-esc. Here's the console output:> dimesio at linux-95tw:~> WINEPREFIX="/home/dimesio/moviemagic" wine "C:\Program Fil es\Write Brothers, Inc\Movie Magic Screenwriter 6 Trial\scwriter32.exe" > err:winedevice:ServiceMain driver L"TPkd" failed to load > fixme:win:SetLayeredWindowAttributes (0x400a0,0x00000000,255,2): stub! > err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not regist ered > err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not registere d > err:ole:CoGetClassObject no class object {88d969c0-f192-11d4-a65f-0040963251e5} could be created for context 0x5 > fixme:msxml:xmlnode_get_namespaceURI > fixme:win:EnumDisplayDevicesW ((null),0,0x7d045c30,0x00000000), stub! > err:seh:setup_exception_record stack overflow 136 bytes in thread 0029 eip 7cd2e 270 esp 002312a8 stack 0x230000-0x231000-0x330000 > fixme:mapi:MAPILogon (0x00000000 (null) (nil) 0x00000001 0x00000000 0x7cdd28dc) Stub > fixme:mapi:MAPISendMail Ignoring attachments > fixme:mapi:MAPILogoff (0x00000001 0x00000000 0x00000000 0x00000000) Stub > err:ntdll:RtlpWaitForCriticalSection section 0x7bc911c0 "exception.c: vectored_h andlers_section" wait timed out in thread 0042, blocked by 0029, retrying (60 se c) > err:ntdll:RtlpWaitForCriticalSection section 0x7bc911c0 "exception.c: vectored_handlers_section" wait timed out in thread 0042, blocked by 0029, retrying (60 sec) > Killed > dimesio at linux-95tw:~>The free trial can be downloaded from http://www.screenplay.com/t-mmsdemo.aspx. Any suggestions as to things I should try before filing a bug report?
Dan Kegel
2008-May-02 23:30 UTC
[Wine] Movie Magic Screenwriter 6 Trial installs, crashes when run
On Fri, May 2, 2008 at 3:59 PM, dimesio <wineforum-user at winehq.org> 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 registeredThe 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
dimesio
2008-May-03 01:05 UTC
[Wine] Re: Movie Magic Screenwriter 6 Trial installs, crashes when run
Dan Kegel wrote:> > > But the most important thing you could have searched for was an > existing bug report. Turns out there is one! > - DanI should know this, shouldn't I? [Embarassed] As my penance I will personally add it to the AppDB (which I did remember to search). But I do have a couple of questions. When I ran winetricks to install msxml3 to that wineprefix I got the same error message about the driver that wouldn't load.> err:winedevice:ServiceMain driver L"TPkd" failed to loadat the beginning, though winetricks then ran and installed msxml3 just fine, and the demo does run now. I'm wondering why, since I wasn't trying to run the demo at that point. Is it simply because I was installing to that wineprefix? My second question comes from reading the bug report. I gather that "TPkd" is related to a heavy-duty copy protection system that Wine (probably) can't handle. I'm inferring from> At least the demo can be used without the driverthat there's a pretty good chance that the full version of this program won't work in Wine. Is that correct? Because if it is, I want to include a warning to that effect in the AppDB (and not purchase the full version myself).