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?
Word Viewer 2003
Word Viewer 2003
On Sat, Mar 29, 2008 at 5:11 AM, UTF16 <[email protected]> wrote:
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
Worked fine for me just now on a clean .wine.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
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
You reinstall them. Or use that directory as a separate WINEPREFIX ex: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?
Code: Select all
WINEPREFIX=~/.wine.old wine my_old_program.exe