Crashing on Startup [debain wheezy 64bit]

 

So I've gotten started with installing bricscad but I've been running into issues with libraries.  I've installed some of the 32 bit libraries to get the program to start to load, but once I get to the first main screen after the 30 day trial window it crashes.  this is the output from gdb to help find the segmentation fault.  I was wondering if anyone knew what libraries may be the cause of this error.  

#0  0xf605d73b in wxWindowDC::wxWindowDC(wxWindow*) ()   from /opt/bricsys/bricscad/v11/libwx_gtk2u_core-2.8.so.0#1  0xf605d7c9 in wxClientDC::wxClientDC(wxWindow*) ()   from /opt/bricsys/bricscad/v11/libwx_gtk2u_core-2.8.so.0#2  0xf6beb041 in wxg::WxgView::onCreate(int, int) () from /opt/bricsys/bricscad/v11/libwxgui.so#3  0x0806e2b3 in wxc::WxcView::OnCreate(wxDocument*, long) ()#4  0xf610b15f in wxDocTemplate::CreateView(wxDocument*, long) ()   from /opt/bricsys/bricscad/v11/libwx_gtk2u_core-2.8.so.0#5  0xf610aed8 in wxDocument::OnCreate(wxString const&, long) ()   from /opt/bricsys/bricscad/v11/libwx_gtk2u_core-2.8.so.0#6  0x0806643a in wxc::WxcDocument::OnNewDocument() ()#7  0xf611385b in wxDocManager::CreateDocument(wxString const&, long) ()   from /opt/bricsys/bricscad/v11/libwx_gtk2u_core-2.8.so.0#8  0xf6110075 in wxDocManager::OnFileNew(wxCommandEvent&) ()   from /opt/bricsys/bricscad/v11/libwx_gtk2u_core-2.8.so.0#9  0x0805ef4f in wxc::WxcApp::fileNew() ()#10 0x08060861 in wxc::WxcApp::processShellCommand() ()#11 0x08061633 in wxc::WxcApp::OnInit() ()#12 0xf633ca20 in wxEntry(int&, wchar_t**) () from /opt/bricsys/bricscad/v11/libwx_baseu-2.8.so.0#13 0xf633cc47 in wxEntry(int&, char**) () from /opt/bricsys/bricscad/v11/libwx_baseu-2.8.so.0

 

Comments

  • I guess the last line didn't get copied here it is

    #14 0x0805f2df in main ()

     

     

  • I found that it crashes with this error message when run from the terminal

     

    Gtk-Message: Failed to load module "canberra-gtk-module": /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64

    I do have the libcanberra-gtk-module package installed so I'm not sure why this error is coming up.

     

     

  • Hi, Michael,

    please have a close look at the last error message :-)

    "libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64"

    Seems, it is the 64 bit module which was about to load ... but Bricscad needs all the 32 bit modules; so you might need to install the 32 bit version of "libcanberra" ?

    Many greetings, Torsten

  • yea, that is what I've started to do.

     

    I've found the 32 bit libcanberra

    now I'm working on a 32 bit libmurrine.so

    I just need to find it somewhere, all I can find so far is rpm builds which don't help.  

  • I installed Bricscad 11.3.16 onto Debian Wheezy 64-bit with no problems a few days ago. I had in the past installed some 32-bit metapackages that pulled in a lot of 32-bit libs. Maybe that was the difference?

  • After I start Bricscad is the error message: libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64. I instaled libcanberra-gtk-module 32-bit version but has not changed. If still the same error message.

This discussion has been closed.