winecfg (wine 1.7.18) crashes on Ubuntu 12.04 (64bit)

Questions about Wine on Linux
Locked
tow.mauzer
Newbie
Newbie
Posts: 2
Joined: Sun Jan 04, 2015 8:26 am

winecfg (wine 1.7.18) crashes on Ubuntu 12.04 (64bit)

Post by tow.mauzer »

I'm trying to get to work Wine on my Ubuntu 12.04 64-bit installation. Previously I used to have Wine 1.4, on which I've experienced the same problem and which I've had purged. Reinstalling Wine doesn't help.

The problem is, Wine can't run any programs, beginning with the winecfg itself. It returns following error:

Code: Select all

err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winecfg.exe" failed, status c0000005
What can be the cause? Version of Wine? Version of Ubuntu? Lacking packages? Some software conflict?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: winecfg (wine 1.7.18) crashes on Ubuntu 12.04 (64bit)

Post by dimesio »

Try a clean wineprefix.

Where did you get Wine from?
tow.mauzer
Newbie
Newbie
Posts: 2
Joined: Sun Jan 04, 2015 8:26 am

Re: winecfg (wine 1.7.18) crashes on Ubuntu 12.04 (64bit)

Post by tow.mauzer »

The same error:

Code: Select all

pamirocha@Piotr05:~$ winecfg
wine: created the configuration directory '/home/pamirocha/.wine'
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0xd9e258, overlapped 0xd9e270): stub
err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\rundll32.exe" failed, status c0000005
wine: configuration in '/home/pamirocha/.wine' has been updated.
err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winecfg.exe" failed, status c0000005
I've got Wine from the package repository http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu precise.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: winecfg (wine 1.7.18) crashes on Ubuntu 12.04 (64bit)

Post by dimesio »

Report the problem to the package maintainer.
Locked