Hi, I'm using wine 20031188 under FreeBSD 5.2.1. I mounted a CD and went to execute the 'Setup.exe' and after the dialog appears, there is an unhandled exception: Unhandled page fault on read access to 0x0040ee96 at address 0x00405b1d Any ideas what this could be? The application is a simple encyclopedia that should run on Win95 and up. myer
Installshield is known to have problems with wine, this should be fixed in the not to distant future. In the mean time, if you have a windows license, you may want to try a native stdole32.tlb, just copy it to your fake c:\windows\system directory. Ivan.
On Wed, Feb 04, 2004 at 04:04:11PM +0100, Ivan Leo Murray-Smith wrote:> Installshield is known to have problems with wine, this should be fixed in the > not to distant future. In the mean time, if you have a windows license, you may > want to try a native stdole32.tlb, just copy it to your fake c:\windows\system > directory.You mean the tlb, and not the dll?
On Wed, Feb 04, 2004 at 04:04:11PM +0100, Ivan Leo Murray-Smith wrote:> Installshield is known to have problems with wine, this should be fixed in the > not to distant future. In the mean time, if you have a windows license, you may > want to try a native stdole32.tlb, just copy it to your fake c:\windows\system > directory.Hmmm. Is that all I need to do? I did mention this is FreeBSD and not Linux, right? Is there anything else besides the typelibrary that I could use?