GNOME Bugzilla – Bug 399727
Error when running 0.3.2
Last modified: 2007-02-08 08:41:57 UTC
Steps to reproduce: 1. I just compiled from the packaged release and ran the application. Stack trace: An unhandled exception was thrown: GL at (wrapper managed-to-native) GdkGlx.Context:glXChooseVisual (intptr,int,int[]) at GdkGlx.Context..ctor (Gdk.Screen screen, GdkGlx.Context share_list, System.Int32[] attr) [0x00000] at GdkGlx.Context..ctor (Gdk.Screen screen, System.Int32[] attr) [0x00000] at FSpot.PhotoImageView.HandleRealized (System.Object sender, System.EventArgs args) [0x00000] at FSpot.PhotoImageView..ctor (IBrowsableCollection query) [0x00000] at FSpot.PhotoView..ctor (IBrowsableCollection query) [0x00000] at MainWindow..ctor (.Db db) [0x00000] at FSpot.Core.get_MainWindow () [0x00000] at FSpot.Core.Organize () [0x00000] at FSpot.Driver.Main (System.String[] args) [0x00000] .NET Version: 2.0.50727.42 Assembly Version Information: google-sharp (0.1.0.0) FlickrNet (2.1.2.17755) SmugMugNet (0.0.0.0) pango-sharp (2.10.0.0) SemWeb (0.7.1.0) glade-sharp (2.10.0.0) gtkhtml-sharp (2.16.0.0) gconf-sharp (2.16.0.0) System.Data (2.0.0.0) Mono.Data.SqliteClient (2.0.0.0) gdk-sharp (2.10.0.0) gnome-vfs-sharp (2.16.0.0) NDesk.DBus (0.0.0.0) System (2.0.0.0) Mono.Posix (2.0.0.0) NDesk.DBus.GLib (0.0.0.0) atk-sharp (2.10.0.0) gtk-sharp (2.10.0.0) glib-sharp (2.10.0.0) gnome-sharp (2.16.0.0) f-spot (0.3.2.0) Mono.GetOptions (2.0.0.0) mscorlib (2.0.0.0) Platform Information: Linux 2.6.17-10-generic i686 unknown GNU/Linux Distribution Information: [/etc/debian_version] testing/unstable [/etc/lsb-release] DISTRIB_ID=Ubuntu DISTRIB_RELEASE=6.10 DISTRIB_CODENAME=edgy DISTRIB_DESCRIPTION="Ubuntu 6.10" Other information:
do you have Mesa or another OpenGL implementation installed?
I've committed a work around that will allow f-spot to come up, but I still need to understand the specifics of your system. You said that the dllmap fix in the .config file didn't help in mail, is that correct? Do you have Mesa or one of the proprietary drivers installed on your system? does a libGL.so.1 exist in /usr/lib/ or /usr/X11R6/lib?
I had the exact same issue as Hugo, but when I did the dllmap fix in the .config it corrected the problem and I was able to start it up OK. I don't know if that adds to the problem or helps. And I do have libGL.so.1 in /usr/lib/.
I have libGL.so.1 in /usr/lib/. I don't think i installed Mesa or any other drivers, but not being an expert, is there any way i can check that ?
Forgot to confirm that adding the ddl fix map didn't solve it for me. Just to confirm i added <dllmap dll="GL" target="/usr/lib/libGL.so.1"/> to /usr/lib/f-spot/f-spot.exe.config
I have the same probleme there is the log : Une exception non traitée a été levée : GL at (wrapper managed-to-native) GdkGlx.Context:glXChooseVisual (intptr,int,int[]) at GdkGlx.Context..ctor (Gdk.Screen screen, GdkGlx.Context share_list, System.Int32[] attr) [0x00000] at GdkGlx.Context..ctor (Gdk.Screen screen, System.Int32[] attr) [0x00000] at FSpot.PhotoImageView.HandleRealized (System.Object sender, System.EventArgs args) [0x00000] at FSpot.PhotoImageView..ctor (IBrowsableCollection query) [0x00000] at FSpot.PhotoView..ctor (IBrowsableCollection query) [0x00000] at MainWindow..ctor (.Db db) [0x00000] at FSpot.Core.get_MainWindow () [0x00000] at FSpot.Core.Organize () [0x00000] at FSpot.Driver.Main (System.String[] args) [0x00000] .NET Version: 2.0.50727.42 Assembly Version Information: google-sharp (0.1.0.0) FlickrNet (2.1.2.3191) SmugMugNet (0.0.0.0) pango-sharp (2.10.0.0) SemWeb (0.7.1.0) glade-sharp (2.10.0.0) gtkhtml-sharp (2.16.0.0) gconf-sharp (2.16.0.0) System.Data (2.0.0.0) Mono.Data.SqliteClient (2.0.0.0) gdk-sharp (2.10.0.0) gnome-vfs-sharp (2.16.0.0) NDesk.DBus (0.0.0.0) System (2.0.0.0) Mono.Posix (2.0.0.0) NDesk.DBus.GLib (0.0.0.0) atk-sharp (2.10.0.0) gtk-sharp (2.10.0.0) glib-sharp (2.10.0.0) gnome-sharp (2.16.0.0) f-spot (0.3.2.0) Mono.GetOptions (2.0.0.0) mscorlib (2.0.0.0) Platform Information: Linux 2.6.20-5-generic i686 unknown GNU/Linux Distribution Information: [/etc/debian_version] 4.0 [/etc/lsb-release] DISTRIB_ID=Ubuntu DISTRIB_RELEASE=7.04 DISTRIB_CODENAME=feisty DISTRIB_DESCRIPTION="Ubuntu feisty (development branch)" thanks
I had this issue after installing F-Spot 0.3.2 from feisty, but installing the OpenGL -dev package fixed it for me: sudo apt-get install -t feisty libgl1-mesa-dev
(In reply to comment #7) > I had this issue after installing F-Spot 0.3.2 from feisty, but installing the > OpenGL -dev package fixed it for me: > > sudo apt-get install -t feisty libgl1-mesa-dev > That worked for me also. Thanks.
*** Bug 405457 has been marked as a duplicate of this bug. ***
$sudo aptitude install libgl1-mesa-dev Not problem, start f-spot : -). "apt-get < aptitude" ; -) revise: http://www.psychocats.net/ubuntu/aptitude
Pliss change in status: "UNCONFIRMED" to "RESOLVED". In package 0.3.3 not problem. f-spot (0.3.3-0ubuntu1) feisty; urgency=low . * New upstream release - Fix the insensitive editors problem. * Add libgl1-mesa-dev | libgl-dev to Build-Depends to be able to load libGL.so.1 at run time (LP: #81578) * Disable scrollkeeper usage in debian/ules References: https://launchpad.net/ubuntu/+source/f-spot/+bug/81578/comments/13
Closing as requested (comment #11). Reopen if you still have issues with latest package