Word Viewer 2003

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
UTF16
Newbie
Newbie
Posts: 4
Joined: Sat Mar 29, 2008 7:07 am

Word Viewer 2003

Post by UTF16 »

I'm trying to install Word Viewer 2003. Even in the application DB it is stated that this program installs and runs (almost) flawlessly, I get the following text in the console:

fixme:spoolsv:serv_main (0 (nil))
err:service:service_get_status service protocol error - failed to write pipe!
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:mixer:ALSA_MixerInit No master control found on MPU-401 UART, disabling mixer
fixme:mixer:ALSA_MixerInit No master control found on Brooktree Bt878, disabling mixer
err:module:LdrInitializeThunk "RPCRT4.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\temp\\IXP000.TMP\\SETUP.EXE" failed, status c0000005

Any ideas?
Dan Kegel

Word Viewer 2003

Post by Dan Kegel »

On Sat, Mar 29, 2008 at 5:11 AM, UTF16 <[email protected]> wrote:
I'm trying to install Word Viewer 2003.

err:module:LdrInitializeThunk "RPCRT4.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\temp\\IXP000.TMP\\SETUP.EXE" failed, status c0000005
Worked fine for me just now on a clean .wine.

Perhaps you have some cruft in your .wine directory,
e.g. native DLL overrides that are no longer needed.
Try renaming your .wine directory and reinstalling word viewer, e.g.
mv .wine .wine.old
wine wdviewer.exe
UTF16
Newbie
Newbie
Posts: 4
Joined: Sat Mar 29, 2008 7:07 am

Post by UTF16 »

It worked! Thanks! But there's another problem: since I renamed the old Wine folder, all other programs I installed previously stopped working. How do I merge those two folders so that all programs can work?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

UTF16 wrote:It worked! Thanks! But there's another problem: since I renamed the old Wine folder, all other programs I installed previously stopped working. How do I merge those two folders so that all programs can work?
You reinstall them. Or use that directory as a separate WINEPREFIX ex:

Code: Select all

WINEPREFIX=~/.wine.old wine my_old_program.exe
UTF16
Newbie
Newbie
Posts: 4
Joined: Sat Mar 29, 2008 7:07 am

Post by UTF16 »

Since installing those programs was a nightmare, I renamed the Wine folder with Word Viewer and modified the quicklaunch path according to vitamin's description. Now everything works fine.

Thank you very much!
UTF16
Newbie
Newbie
Posts: 4
Joined: Sat Mar 29, 2008 7:07 am

Post by UTF16 »

Oh, and a quick question: all the text every document I open appears to be bold. Which is odd, because everything seems to be normal in OpenOffice and in the same application on Windows.
Locked