View Single Post
Posts: 329 | Thanked: 505 times | Joined on Jul 2008 @ Israel
#182
Originally Posted by Hiro P. View Post
Started from terminal it did not crash anymore. Instead it downloaded the German voice files and now I can start it from the desktop without crash.
We probably scared the bug away, sneaky little bugger
It might be related to the encryption layer which is only partially implemented. hopfully fixed in the next release.

Originally Posted by gianko
tried now,still bad luck
try this to generate the core file:
Code:
cd /home/user
ulimit -c unlimited
/opt/waze/bin/waze
/opt/waze/bin has only root write permissions so the core file probably was not able to be written there as you executed waze as a normal user. (core should now be be generated in /home/user)

Last edited by damagedspline; 2012-04-20 at 16:17. Reason: updated core location note