http://bugs.winehq.org/show_bug.cgi?id=22296
--- Comment #4 from M Welinder terra@gnome.org 2010-04-07 08:58:22 ---
Please 'cd' into program's directory before starting it.
That was done. It was started with "./gnumeric.exe" (with kernel support for running win32 binaries loaded) and with "winedbg ./gnumeric.exe" respectively.
Also that doesn't look like part of Wine's "C:" drive.
It is not.
Which means you haven't installed this application properly.
I haven't even built the installer yet.
I may be misunderstanding the terminology, but if "page fault" just means that the relevant (virtual) memory page was not loaded yet, why is the application told of that? Note, that when the debugger is told to ignore the page faults ("set $BreakOnFirstChance = 0"), the program runs just fine.