Install of Rite Series 1.5

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
agerlach74
Newbie
Newbie
Posts: 2
Joined: Tue Jul 21, 2009 10:12 pm

Install of Rite Series 1.5

Post by agerlach74 »

I have a program for planning liturgies in the Episcopal Church that I'm trying to install. The setup program crashes almost immediately. I am using Wine 1.1.26 and OpenSUSE 11.2.

The Debug with all channels on is:
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Install of Rite Series 1.5

Post by vitamin »

Don't post that much log, especially when using warn+all. Put it on pastebin and link it here.
agerlach74
Newbie
Newbie
Posts: 2
Joined: Tue Jul 21, 2009 10:12 pm

Re: Install of Rite Series 1.5

Post by agerlach74 »

vitamin wrote:Don't post that much log, especially when using warn+all. Put it on pastebin and link it here.
Thanks for letting me know....obviously my first time debugging via a forum. Here is the log when I run it with normal debugging:

Code: Select all

 wine "/media/Rite Series/tools/setup.exe"
fixme:advapi:LookupAccountNameW (null) L"agerlach" (nil) 0x33f80c (nil) 0x33f810 0x33f804 - stub
fixme:advapi:LookupAccountNameW (null) L"agerlach" 0x12fc08 0x33f80c 0x12f1f0 0x33f810 0x33f804 - stub
fixme:font:WineEngCreateFontInstance Untranslated charset 77
fixme:font:WineEngCreateFontInstance Untranslated charset 77
fixme:font:WineEngCreateFontInstance Untranslated charset 77
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
fixme:msi:msi_unimplemented_action_stub RemoveShortcuts -> 12 ignored L"Shortcut" table values
fixme:msi:msi_unimplemented_action_stub RemoveFolders -> 3 ignored L"CreateFolder" table values
off 
C:\>REM Using 2>>NUL hides bash's error message about the /tmp directory not existing, and also hides the verbose shell exection output from the -x option
C:\>bash.exe -x preinst.sh 
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
and the link to the log with all channels turned on: http://pastebin.com/m1dfec630
Locked