| View previous topic :: View next topic |
| Author |
Message |
Grant Guest
|
Posted: Tue Nov 18, 2008 8:29 am Post subject: [gentoo-user] {OT} wine won't work |
|
|
I've tried wine-1.1.4 as well as the latest version from git. No
matter which wine command I try, the error is always just about the
same:
# winecfg
err:heap:HEAP_GetPtr Invalid heap (nil)!
err:heap:HEAP_GetPtr Invalid heap (nil)!
err:module:attach_process_dlls "KERNEL32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\wineboot.exe" failed, status c0000005
err:heap:HEAP_GetPtr Invalid heap (nil)!
err:heap:HEAP_GetPtr Invalid heap (nil)!
err:module:attach_process_dlls "KERNEL32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winecfg.exe" failed, status c0000005
I've tried deleting .wine and I've tried running as a normal user and
as root with the same results. Does anyone know how to fix this?
- Grant |
|
| |
|
Back to top |
Grant Guest
|
Posted: Wed Nov 19, 2008 5:30 am Post subject: [gentoo-user] Re: {OT} wine won't work |
|
|
| Quote: | I've tried wine-1.1.4 as well as the latest version from git. No
matter which wine command I try, the error is always just about the
same:
# winecfg
err:heap:HEAP_GetPtr Invalid heap (nil)!
err:heap:HEAP_GetPtr Invalid heap (nil)!
err:module:attach_process_dlls "KERNEL32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\wineboot.exe" failed, status c0000005
err:heap:HEAP_GetPtr Invalid heap (nil)!
err:heap:HEAP_GetPtr Invalid heap (nil)!
err:module:attach_process_dlls "KERNEL32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winecfg.exe" failed, status c0000005
I've tried deleting .wine and I've tried running as a normal user and
as root with the same results. Does anyone know how to fix this?
- Grant
|
This was due to some of the hardened stuff in my kernel. Most likely pax.
- Grant |
|
| |
|
Back to top |
Andrey Vul Guest
|
Posted: Sat Nov 22, 2008 12:30 am Post subject: Re: [gentoo-user] Re: {OT} wine won't work |
|
|
On Tue, Nov 18, 2008 at 18:23, Grant <emailgrant@gmail.com> wrote:
| Quote: | I've tried wine-1.1.4 as well as the latest version from git. No
matter which wine command I try, the error is always just about the
same:
# winecfg
err:heap:HEAP_GetPtr Invalid heap (nil)!
err:heap:HEAP_GetPtr Invalid heap (nil)!
err:module:attach_process_dlls "KERNEL32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\wineboot.exe" failed, status c0000005
err:heap:HEAP_GetPtr Invalid heap (nil)!
err:heap:HEAP_GetPtr Invalid heap (nil)!
err:module:attach_process_dlls "KERNEL32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winecfg.exe" failed, status c0000005
c0000005 is Windows' way of saying SIGSEGV. |
PaX might be to blame.
I remember that with grsec enabled, wine couldn't create stacks and
said that 3/1 user/kernel split needed to be enabled even when 3/1
user/kernel split was enabled.
--
Andrey Vul
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail? |
|
| |
|
Back to top |
|