View Single Post
Posts: 12 | Thanked: 0 times | Joined on Jan 2008
#1
Hello, when trying to do a:
Code:
GtkWidget* OpenDialog;
OpenDialog = hildon_file_chooser_dialog_new  (GTK_WINDOW(window), GTK_FILE_CHOOSER_ACTION_OPEN);
I get:
Code:
process 25084: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory
then I tried to do a dbus-uuidgen --ensure resulting in the following error:
Code:
Couldn't get main dbus connection: Failed to execute dbus-launch to autolaunch D-Bus session
qemu: uncaught target signal 4 (Illegal instruction) - exiting.
Next, I tried a dbus-launch and dbus-cleanup-sockets that said: Cleaned up 0 sockets in /var/tmp; 0 sockets are still in use; 0 in unknown state
The error i get now is:
Code:
qemu: Unsupported syscall: 264
qemu: uncaught target signal 11 (Segmentation fault) - exiting
The same thing happens not only with my code but also with maemopad if I try to do a File->Open.
The code works well on my n800 with os2008, I'm getting this problem only in scratchbox.

Any idea how to solve this?

Thank you very much