okopnik
Newbie

Posts: 1
|
 |
« Reply #8 on: September 06, 2009, 10:33:13 AM » |
|
Hi, Justin -
I'm having exactly the same problem; Salasaga crashes when asked to export project as Flash, with 'failed assertion' as a message. I've gone a bit farther and ran 'strace' on it, and the output shows Salasaga endlessly trying to read the DejaVuSans.fdb file:
open("//usr/share/salasaga/font_outline/DejaVuSans.fdb", O_RDONLY) = 20
...
read(20, ""..., 4096) = 0
This last line repeats 391,000+ times before Salasaga gives up:
fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 8), ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5108000 writev(14, [{"GIOP\1\2\1\5\0\0\0\0"..., 12}], 1) = 12 close(14) = 0 writev(12, [{"GIOP\1\2\1\5\0\0\0\0"..., 12}], 1) = 12 close(12) = 0 close(11) = 0 close(10) = 0 unlink("/tmp/orbit-ben/linc-515d-0-32fa1cf75b3fe") = 0 close(13) = 0 write(1, "failed assertion"..., 16) = 16 exit_group(0) = ?
I've also attached the project file.
Thanks for any help you can provide, and I'd be glad to help you troubleshoot in whatever way I can!
Best, Ben Okopnik Editor-in-Chief, LinuxGazette.net
|