Lightspark doesn't start any .swf file on my system

Asked by Marco Reichert

Hello,

I have installed version 0.4.5.3-git from the git repository and cannot run any flash file at all.
Neither the example swf files provided in the README, nor any simple helloworld-example found on the internet.

This is the way I start a flash file downloaded previously via wget: "lightspark /home/<my name>/helloworld.swf"
And I get:
lightspark: radeon_texture.c:94: radeonFreeTexImageData: Assertion `!image->base.Data' failed.
Aborted

What can be the problem here?

Best regards,
Marco

Question information

Language:
English Edit question
Status:
Solved
For:
Lightspark Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Marco Reichert (sh0x) said :
#1

My system:
Xfce Desktop Environment.

uname -a:
Linux <name> 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:36:48 UTC 2010 i686 GNU/Linux

lspci:
01:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
01:00.1 Display controller: ATI Technologies Inc RV370 [Radeon X300SE]

If any other information is required, please let me know.

Revision history for this message
Alessandro Pignotti (a-pignotti) said :
#2

You primary problem seems to be an assertion in mesa code. Please try an updated mesa version (like 7.9 or 7.10)

Revision history for this message
Alessandro Pignotti (a-pignotti) said :
#3

Probably solved