FC has some security patch in the kernel, so wine fails with this error:
err:virtual:map_image Standard load address for a Win32 program (0x00400000) not available - security-patched kernel ? wine: could not load L"C:\Program Files\Common Files\InstallShield\Engine\6\Intel 32\IKernel.exe" as Win32 binary
as reported by Marek Lipovcan and some users on the newsgroup, I don't have fc myself, but I guess something should be done about this.
Ivan.
On Thu, 29 Jan 2004 18:05:44 +0100, Ivan Leo Murray-Smith wrote:
FC has some security patch in the kernel, so wine fails with this error:
err:virtual:map_image Standard load address for a Win32 program (0x00400000) not available - security-patched kernel ? wine: could not load L"C:\Program Files\Common Files\InstallShield\Engine\6\Intel 32\IKernel.exe" as Win32 binary
as reported by Marek Lipovcan and some users on the newsgroup, I don't have fc myself, but I guess something should be done about this.
I'm working on this. I hope to have something to show at WineConf. For now the Fedora RPMs contain a hack to keep things rolling along, I suggest people who encounter this error use them.
I've found that setting my /etc/sysconfig/prelink file options to this
PRELINK_OPTS="-m --no-exec-shield"
And then
prelink -au
to undo the existing links and then
prelink -a
to do the prelinking with the new options
Kevin
On Thursday 29 January 2004 10:05 am, Ivan Leo Murray-Smith wrote:
FC has some security patch in the kernel, so wine fails with this error:
err:virtual:map_image Standard load address for a Win32 program (0x00400000) not available - security-patched kernel ? wine: could not load L"C:\Program Files\Common Files\InstallShield\Engine\6\Intel 32\IKernel.exe" as Win32 binary
as reported by Marek Lipovcan and some users on the newsgroup, I don't have fc myself, but I guess something should be done about this.
Ivan.
Ivan Leo Murray-Smith wrote:
FC has some security patch in the kernel, so wine fails with this error:
err:virtual:map_image Standard load address for a Win32 program (0x00400000) not available - security-patched kernel ? wine: could not load L"C:\Program Files\Common Files\InstallShield\Engine\6\Intel 32\IKernel.exe" as Win32 binary
as reported by Marek Lipovcan and some users on the newsgroup, I don't have fc myself, but I guess something should be done about this.
Ivan.
i made myself a script that runs LD_ASSUME_KERNEL=2.2.5 setarch i386 wine $*
it should work if you run wine in a similar format to this in bash
i made myself a script that runs LD_ASSUME_KERNEL=2.2.5 setarch i386 wine $*
it should work if you run wine in a similar format to this in bash
Ivan Leo Murray-Smith wrote:
FC has some security patch in the kernel, so wine fails with this error:
err:virtual:map_image Standard load address for a Win32 program (0x00400000) not available - security-patched kernel ? wine: could not load L"C:\Program Files\Common Files\InstallShield\Engine\6\Intel 32\IKernel.exe" as Win32 binary
as reported by Marek Lipovcan and some users on the newsgroup, I don't have fc myself, but I guess something should be done about this.
Ivan.