http://bugs.winehq.org/show_bug.cgi?id=27713
Summary: picasa 3.8 stopped working winedbg provides very little info: 0x7b85bb05 ExitProcess+0xd15 in kernel32: movl %edi,0x4(%esp) Product: Wine Version: 1.3.2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dennisgdaniels@gmail.com
Picasa 3.8 was running then stopped All efforts to get it working (except for complete restart) have failed.
[user@localhost Picasa3]$ winedbg Picasa3.exe WineDbg starting on pid 0041 0x7b85bb05 ExitProcess+0xd15 in kernel32: movl %edi,0x4(%esp) Wine-dbg>run 0x7b85bb05 ExitProcess+0xd15 in kernel32: movl %edi,0x4(%esp) Wine-dbg>Ctrl-C: only stopping the first process [user@localhost Picasa3]$ wine --version wine-1.3.21
http://bugs.winehq.org/show_bug.cgi?id=27713
--- Comment #1 from Dennis dennisgdaniels@gmail.com 2011-07-07 07:20:33 CDT --- for more info: http://www.youtube.com/watch?v=4pK_Sdm8IHo
http://bugs.winehq.org/show_bug.cgi?id=27713
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #2 from André H. nerv@dawncrow.de 2011-07-08 13:46:15 CDT --- could you please do objdump -d kernel32.dll.so > log.txt and attach log.txt here? (be sure to use the same one, so that it's still ExitProcess+0xd15, otherwise post the new offset)
http://bugs.winehq.org/show_bug.cgi?id=27713
--- Comment #3 from André H. nerv@dawncrow.de 2011-07-10 07:31:22 CDT --- i downloaded and installed picasa 3.8 and it works. running it through winedbg brings up the mentioned problem, but typing "cont" makes it continue
http://bugs.winehq.org/show_bug.cgi?id=27713
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression URL| |http://picasa.google.com/
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
http://bugs.winehq.org/show_bug.cgi?id=27713
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | CC| |wylda@volny.cz
http://bugs.winehq.org/show_bug.cgi?id=27713
--- Comment #5 from André H. nerv@dawncrow.de 2011-07-10 10:10:00 CDT --- i guess he first had a crash or something, and then tried to get info's with winedbg
http://bugs.winehq.org/show_bug.cgi?id=27713
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.3.2 |1.3.21 Summary|picasa 3.8 stopped working |Picasa 3.8 doesn't work on |winedbg provides very |Fedora 15 |little info: 0x7b85bb05 | |ExitProcess+0xd15 in | |kernel32: movl | |%edi,0x4(%esp) | Severity|major |normal
--- Comment #6 from Anastasius Focht focht@gmx.net 2011-07-10 10:52:43 CDT --- Hello,
--- quote --- i guess he first had a crash or something, and then tried to get info's with winedbg --- quote ---
maybe. If people try to figure out breakages on their own then Wine Bugzilla is the wrong place to ask for user support. Wine user forums exist for this purpose: http://forum.winehq.org (e.g. how to install debugging symbols to get better backtrace, how to work with winedbg ...)
The title of youtube video is: "running wine debug to sort out why picasa 3.8 is not starting on Fedora 15.avi"
This information belongs here (in textual form), e.g. what kind of problem: app crashes on start, hangs ... FYI .. the video tells wine-1.3.21 was used
Google reveals this one: https://groups.google.com/group/google-labs-picasa-for-linux/browse_thread/t...
Video of install: http://www.youtube.com/watch?v=A_prH78m7UE
Most likely the same person. The video clip suggests the installation and startup of Picasa 3.8 works (although he used an existing WINEPREFIX).
For a start: it is imperative to know what the actual problem is. Additionally terminal output and (attached) crash log if applicable might improve chances.
Regards
http://bugs.winehq.org/show_bug.cgi?id=27713
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID |
--- Comment #7 from Anastasius Focht focht@gmx.net 2011-07-10 10:54:43 CDT --- Hello,
and reopening... Please provide information what exactly doesn't work ...
Regards
http://bugs.winehq.org/show_bug.cgi?id=27713
--- Comment #8 from Dennis dennisgdaniels@gmail.com 2011-07-11 13:52:17 CDT --- Thank you everyone for your support unfortunately however I was not successful in getting P3.8 to run from the CL on Fedora 15
I would post the history of all that I did but winedbg is hanging on crtl +C [user@localhost Picasa3]$ wine Picasa3.exe <<< no joy [user@localhost Picasa3]$ winedbg Picasa3.exe WineDbg starting on pid 0009 0x7b85bb05 ExitProcess+0xd15 in kernel32: movl %edi,0x4(%esp) Wine-dbg>run 0x7b85bb05 ExitProcess+0xd15 in kernel32: movl %edi,0x4(%esp) Wine-dbg>cont Process of pid=0027 has terminated Ctrl-C: stopping debuggee Ctrl-C: stopping debuggee *
re:objdump -d kernel32.dll.so > log.txt
No kernel32.dll.so found
running cont from winedbg failed as well
Working through all of the above suggestions does not provide a working Picasa3 from the command line video:
http://www.youtube.com/watch?v=RsXz3ArdXkI
Many thanks for your interest and continued support!
Dennis
http://bugs.winehq.org/show_bug.cgi?id=27713
--- Comment #9 from Dennis dennisgdaniels@gmail.com 2011-07-11 13:57:45 CDT --- Sanity check: I did it all again
[user@localhost Picasa3]$ wine Picasa3.exe [user@localhost Picasa3]$ winedbg Picasa3.exe WineDbg starting on pid 0039 0x7b85bb05 ExitProcess+0xd15 in kernel32: movl %edi,0x4(%esp) Wine-dbg>cont Process of pid=0039 has terminated Wine-dbg>cont No process loaded, cannot execute 'cont' Wine-dbg>run 0x7b85bb05 ExitProcess+0xd15 in kernel32: movl %edi,0x4(%esp) Wine-dbg>cont Process of pid=0033 has terminated Wine-dbg>[user@localhost Picasa3]$
[user@localhost Picasa3]$ objdump -d kernel32.dll.so > log.txt objdump: 'kernel32.dll.so': No such file
winedbg is terminating
http://bugs.winehq.org/show_bug.cgi?id=27713
--- Comment #10 from Anastasius Focht focht@gmx.net 2011-07-11 14:09:59 CDT --- Hello,
did you actually read the previous posts?
Again: What is the actual problem with the app? Crash? Hang? Loss of functionality? What are the steps to reproduce (navigate to some menu, click a button etc.)? Is there any console output at the time of the problem?
Please refrain from posting winedbg sessions over and over again...
Regards
http://bugs.winehq.org/show_bug.cgi?id=27713
--- Comment #11 from Dennis dennisgdaniels@gmail.com 2011-07-12 00:30:02 CDT --- Yes, I read the previous posts and the video shows that I followed every suggestion.
As stated in previous post: Thank you everyone for your support unfortunately however I was not successful in getting P3.8 to run from the CL on Fedora 15.
Picasa3.8 will not run from command line with command line.
Further, the video and the previous post shows that winedbg fails as well.
thank you Dennis
(In reply to comment #10)
Hello,
did you actually read the previous posts?
Again: What is the actual problem with the app? Crash? Hang? Loss of functionality? What are the steps to reproduce (navigate to some menu, click a button etc.)? Is there any console output at the time of the problem?
Please refrain from posting winedbg sessions over and over again...
Regards
http://bugs.winehq.org/show_bug.cgi?id=27713
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #12 from Anastasius Focht focht@gmx.net 2011-07-12 15:03:36 CDT --- Hello,
you still fail to state what the exact problem is ...
I installed Fedora 15 x86 (32 bit) into VirtualBox VM and used provided wine package 1.3.23 from Fedora repos to play with Picasa 3.8.
--- snip --- [focht@fedora15 ~]$ uname -a Linux fedora15.vbox 2.6.38.8-35.fc15.i686 #1 SMP Wed Jul 6 14:46:26 UTC 2011 i686 i686 i386 GNU/Linux
[focht@fedora15 ~]$ yum info wine ... Installed Packages Name : wine Arch : i686 Version : 1.3.23 Release : 1.fc15 ...
[focht@fedora15 ~]$ wine --version wine-1.3.23 --- snip ---
Except for the crash I reported in bug 27775 there was no other obvious problem.
Marking invalid again. Reopen if you can provide exact recipe to reproduce whatever problem you have with Picasa. Also make sure your Wine package is recent -> current Wine on Fedora 15 is 1.3.23
Regards
http://bugs.winehq.org/show_bug.cgi?id=27713
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Austin English austinenglish@gmail.com 2011-08-02 11:02:22 CDT --- Closing.