Benutzerspezifische Werkzeuge
Sie sind hier: Startseite Technik-Blog 64bit Adobe Flash, is always crashing

64bit Adobe Flash, is always crashing

erstellt von Florian Reitmeir at 05.10.2009 15:27 |

The 64bit flash plugin from adobe is always crashing on my computer (debian linux 64bit)

After some searching in the internet (days a lot of them), i found a simple solution .. its not the sound, not the graphics driver, its my CPU which is too old. It is not supporting the LAHF instruction in 64Bit (its an Pentium D 3.2Ghz)

there is an workaroung, just compile and place it in the same directory the flashplugn resides (~/.mozilla/plugins).

gcc -fPIC -shared -nostdlib -lc\
-oflashplugin-lahf-fix.so flashplugin-lahf-fix.c

here is the flashplugin-lahf-fix.c