http://bugs.winehq.org/show_bug.cgi?id=16779
Sander info@goldenelite.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|DUPLICATE |
--- Comment #5 from Sander info@goldenelite.com 2009-01-04 16:10:50 --- I swapped in a new disk, formatted it Ext3 and mounted it /home which so my .wine directory or drive_c directory are no longer symlinked. This fixed the status c00000005 issue for me.
Now, when i symlink my .wine folder as per instructions below to my JFS-partition i get the c0000005 error again. I tested with yesterdays git, version: wine-1.1.12-35-g62d6a4e
Steps to reproduce:
Situation: - new Ext3 is mounted /home in fstab - .wine directory resides on the Ext3 disk, without any symlinks - applications load normally, there is no c0000005 bug - when i try to symlink to my JFS-partition mounted /jfs, i get the c0000005 error again - /jfs/winecur and ~/.wine are exact copies
Commands used: <working state from here> vortex@vortex-desktop:~$ mv .wine wine-good vortex@vortex-desktop:~$ ln -s /jfs/winecur .wine vortex@vortex-desktop:~/.wine/drive_c/Program Files/Winamp$ padsp wine winamp.exe err:module:attach_process_dlls "NSCRT.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Winamp\winamp.exe" failed, status c0000005 <after symlinking all apps needing to load some dll fail with this error>
Reopening bug - to me its not clear yet whether it's JFS or the Symlink which is causing this error.