No luck with 1.1, it fails earlier due to unknown reasons (possibly something with mscorrc) giving an error about being unable to load some resource.
I've tried with 2.0 some more, and I have identified three possible paths when running (sorted by frequency):
1. Crash due to stack overflow (caught by the guard page).
2. Successful launch.
3. Crash in LocalAlloc16.
4. Crash somewhere else (I don't seem to be getting these any more, though).
It's probably a good idea to do a wineserver -k between runs, in order to increase the chances of getting #2.
As for some black magic that might work, I seem to have more luck if I manage to click or hover over the application tray icon that appears... but that's probably wrong as it crashes the moment it appears, it only runs if it doesn't crash right away.
|