[maemo-developers] Unsupported Syscall

From: Verena Verena31 at gmx.net
Date: Fri Jan 4 14:37:03 EET 2008
Hello,

sorry to bug you again.

I´m still trying to open files through osso_mime_open_file.
I get this error when I click the button in the application:

qemu: Unsupported syscall: 316
hello[8135]: GLIB WARNING ** default - Could not initialize inotify

I looked it up, but couldn´t find useful infos for this error and what´s causing it.

The code which is causing the error is this:

void funktionPlay(GtkButton *button, gpointer user_data)   /*button event*/
{
   osso_mime_open_file (connection, file); 
      
}

in the main function:

gnome_vfs_init();
connection = dbus_bus_get (DBUS_BUS_SESSION, NULL); 
  
    
uri = gnome_vfs_uri_new("/scratchbox/users/jars/home/jars/dentasound/src/ui/toolbar.c");
file = gnome_vfs_uri_to_string(uri, GNOME_VFS_URI_HIDE_NONE);

Thanks for being patient with me. I´m getting antsy since I have to finish the application by 20th jan.

Later,
V



More information about the maemo-developers mailing list