On Thu, May 23, 2013 at 12:10:54PM +0200, Ekaterina Chernysheva wrote: > gwyddion.c:102 setup_logging() > gwyddion.c:106 g_setenv() > gwyddion.c:108 g_timer_new() > gwyddion.c:110 gwy_app_check_version() > gwyddion.c:114 gwy_osx_set_locale() > gwyddion.c:117 process_preinit_options() > gwyddion.c:121 gwy_debug_objects_enable() > gwyddion.c:124 gwy_app_settings_create_config_dir() > gwyddion.c:126 debug_time() > gwyddion.c:128 setup_locale_from_win32_registry() > gwyddion.c:130 gtk_init() > gwyddion.c:133 gwy_remote_do()
So it apparently died in gwy_app_init() which was not among the primary suspects but we are getting somewhere at least... There is one thing you can try immediately. Edit the menu entry, icon or whatever you use to run Gwyddion. In the properties append --disable-gl to the link target – which should something like "C:\Program Files...\gwyddion.exe" now. There must be a space before --disable-gl. This will disable 3D data visualisation, more precisely, Gwyddion will carefully avoid touching anything connected to OpenGL 3D graphics. And try to run Gwyddion then. If it helps then there is some problem with initialisation of 3D graphics. You will be able to use Gwyddion with 3D disabled but I have no idea how to fix it. If it does not help the problem is elsewhere and we'll have to add more detailed startup logging and try again. Regards, Yeti ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ Gwyddion-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gwyddion-users
