problems on OS X



Dear all, I'm using OS X 10.3.7 and I have trouble running f-stop 0.0.6. First it started out with a couple off DLLs missing, so I had to add the following dllmaps to the config:

<dllmap dll="sqlite" target="/sw/lib/libsqlite.dylib"/>
<dllmap dll="libgdk_pixbuf-2.0-0" target="/sw/lib/libgdk_pixbuf-2.0.0.dylib"/>

But with the DLLs fixed, I still can't get f-stop running. But, I get it to crash in three possibly different ways. Not bad for not having managed to run the program and fool around in it. ;-) Any suggestions for what I should do to get it up?

$ mint /sw/lib/f-spot/f-spot.exe

Unhandled Exception: System.NullReferenceException: A null value was found where an object instance was required.
#0: 0x00008 callvirt   in Gtk.IconSet:.ctor (Gdk.Pixbuf) (0x3f650 [0x0] )
#1: 0x00101 newobj     in StockIcons:Initialize () ()
#2: 0x0001c vcall      in Driver:Main (string[]) ([0x36800] )

$ mono /sw/lib/f-spot/f-spot.exe

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
in <0x00324> PhotoStore:Query (Tag[],PhotoStore/DateRange)
in <0x00058> FSpot.PhotoQuery:.ctor (PhotoStore)
in <0x008d0> MainWindow:.ctor (Db)
in <0x001ec> Driver:Main (string[])

^C

# it was just sitting here doing apparently nothing

$ f-spot

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object in [0x000b7] (at /Users/niklas/Desktop/f-spot-0.0.6/src/PhotoStore.cs:1109) PhotoStore:Query (Tag[],PhotoStore/DateRange) in [0x0001d] (at /Users/niklas/Desktop/f-spot-0.0.6/src/PhotoQuery.cs:17) FSpot.PhotoQuery:.ctor (PhotoStore) in [0x0020f] (at /Users/niklas/Desktop/f-spot-0.0.6/src/MainWindow.cs:185) MainWindow:.ctor (Db) in [0x00069] (at /Users/niklas/Desktop/f-spot-0.0.6/src/main.cs:27) Driver:Main (string[])

Cheers

  Nik



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]