http://bugs.winehq.org/show_bug.cgi?id=27713
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution| |INVALID
--- Comment #4 from Anastasius Focht focht@gmx.net 2011-07-10 08:18:39 CDT --- Hello,
why are you running the app through debugger (winedbg)? Don't do that unless you know what that means.
When you start the app as debuggee with winedbg, the stop before the call to process entry point is by design.
Run apps with "wine" and not with "winedbg"
$ wine ./Picasa3.exe
Regards