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.