http://bugs.winehq.org/show_bug.cgi?id=15708
--- Comment #10 from Jeff Zaroyko jeffz@jeffz.name 2008-10-31 08:59:56 --- (In reply to comment #9)
It has been a bit quiet lately so I'm guessing that either there wasn't sufficient info in my last attachment or that this particular problem is at present insoluble.
The log is fine, I looked when you posted it.
The log shows that thread 001b calls GlobalMemoryStatus: 001b:trace:heap:GlobalMemoryStatus Length 32, MemoryLoad 11, TotalPhys be2e6000, AvailPhys a9325000, TotalPageFile ffffffff, AvailPageFile d6cdafff, TotalVi\ rtual 7ffdffff, AvailVirtual 7ffcffff
and 001b appears to be InstallShield:
001b:trace:process:__wine_kernel_init starting process name=L"C:\Program Files\Common Files\InstallShield\engine\6\Intel 32\IKernel.exe" argv[0]=L"C:\ \PROG~FBU\COMM~CP1\INST~JM1\engine\6\INTE~MEX\IKernel.exe"
And so it looks like TotalPhys is the value which is too high for the installer, 0xbe2e6000 interpreted as a signed int -1104257024/1024/1024 = -1053 MB
which means it's not a duplicate as I earlier suspected... can you attach the output of
winedump "~/.wine/drive_c/Program Files/Common Files/InstallShield/engine/6/Intel 32/IKernel.exe"