https://bugs.winehq.org/show_bug.cgi?id=42888
Bug ID: 42888 Summary: Adobe Flash CS6 crashes after a few minutes Product: Wine Version: 2.6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: demurgos@demurgos.net Distribution: ---
Created attachment 58012 --> https://bugs.winehq.org/attachment.cgi?id=58012 Adobe Flash CS6 crash 1
Hi, I just installed Flash CS6 with Wine 2.6 on two of my computers. It seems to work fine on my older computer by I encounter some stability issues with my new laptop. Both computers run Arch Linux 64 bits so the difference must come either from the fact that I have less libraries on the new laptop or there are some hardware issues.
Concretely, my issue is that if I start Adobe Flash CS6 and leave it open for about 5 minutes, it crashes. I saved two backtraces (see the attachments). The issue happens even if I do not mess with the program: leaving it open is enough to cause the crash.
I documented the exact installation steps here: https://github.com/demurgos/notes/blob/master/tools/emulation/wine/adobe-cs6... (I used the same steps for both computers.)
Here are the commands I used:
sudo pacman -S wine winetricks wine-mono wine_gecko sudo pacman -S samba lib32-mpg123 mkdir -p /opt/wine/adobe-cs6 export WINEPREFIX=/opt/wine/adobe-cs6 export WINEARCH=win32 cd $WINEPREFIX wine wineboot winetricks msxml3 vcrun2008 vcrun2010 atmlib gdiplus allfonts wine /patch/to/adob-cs6/Set-Up.exe
I then started Adobe Flash from the start menu.
https://bugs.winehq.org/show_bug.cgi?id=42888
--- Comment #1 from demurgos@demurgos.net --- Created attachment 58013 --> https://bugs.winehq.org/attachment.cgi?id=58013 Adobe Flash CS6 crash 2
https://bugs.winehq.org/show_bug.cgi?id=42888
demurgos@demurgos.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |demurgos@demurgos.net Hardware|x86 |x86-64
https://bugs.winehq.org/show_bug.cgi?id=42888
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz@gmail.com
--- Comment #2 from fjfrackiewicz@gmail.com --- (In reply to demurgos from comment #1)
Created attachment 58013 [details] Adobe Flash CS6 crash 2
It might help to also add the terminal output from when you start the application to the point where it crashes as an attachment :)
https://bugs.winehq.org/show_bug.cgi?id=42888
--- Comment #3 from demurgos@demurgos.net --- Hi, I tried to reproduce the bug by starting it from a terminal (instead of the launcher in the start menu), but I couldn't reproduce the bug after 20 minutes. I restarted it from the launcher and it crashed in 2 minutes. I'll try to make sure that I execute the same command as the launcher.
https://bugs.winehq.org/show_bug.cgi?id=42888
--- Comment #4 from fjfrackiewicz@gmail.com --- (In reply to demurgos from comment #3)
Hi, I tried to reproduce the bug by starting it from a terminal (instead of the launcher in the start menu), but I couldn't reproduce the bug after 20 minutes. I restarted it from the launcher and it crashed in 2 minutes. I'll try to make sure that I execute the same command as the launcher.
Is there a legitimate freeware download of this application that reproduces this issue by any chance?
https://bugs.winehq.org/show_bug.cgi?id=42888
--- Comment #5 from demurgos@demurgos.net --- Hi, As I told you, I had some issues to reproduce the bug when starting from the terminal. I either launched it with the desktop entry and it crashed consistently after 2 minutes, or with the terminal and had logs but it did not crash. Still, one of the messages mentioned `wldap32.dll` and I found a forum thread recommending to install `lib32-libldap` (for Arch Linux). Installing this package solved my issue. It reduced the amount of logs and the app no longer crash, even when I run it from the desktop entry.
As I told you in my first message, I encountered this issue on a recent computer while it worked fine on my older computer. I just checked it: the older computer already had `lib32-libldap` so it may explain why it worked.
I am still not satisfied that I did not understood the root cause of the issue, but at least it works now. I am still waiting for the validation of my AppDB account to report my experience.
Is there a legitimate freeware download of this application that reproduces this issue by any chance?
This question comes back every time there is an issue with one of Adobe's product. Unfortunately I don't know, I am just using the same copy for years so I never really searched for trials.
I leave it up to you to mark this issue as Solved or not, I found how to solve the bug but not why it happened.
https://bugs.winehq.org/show_bug.cgi?id=42888
Aviel Yosua avielyosua095@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |avielyosua095@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=42888
--- Comment #6 from Aviel Yosua avielyosua095@gmail.com --- Created attachment 68076 --> https://bugs.winehq.org/attachment.cgi?id=68076 dump file from crashed Adobe Flash CS6
After crashed, I get this dump file
https://bugs.winehq.org/show_bug.cgi?id=42888
Neko-san nekoNexus@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nekoNexus@protonmail.ch
https://bugs.winehq.org/show_bug.cgi?id=42888
--- Comment #7 from Ken Sharp imwellcushtymelike@gmail.com --- Does this still occur in Wine 9.7 or later?