fastfusion icon indicating copy to clipboard operation
fastfusion copied to clipboard

Run Error

Open Fahimkh opened this issue 9 years ago • 8 comments

Hi I successfully completed all the process. When I try to run the program I got this error

"*** Error in `./bin/onlinefusion': realloc(): invalid pointer: 0x00007f541ff83840 *** Aborted (core dumped)"

Fahimkh avatar Aug 28 '15 22:08 Fahimkh

@Fahimkh

I'm also seeing this issue, have you made any progress on this?

kentsommer avatar Jun 22 '16 22:06 kentsommer

For anyone else that runs into this issue, it is caused by conflicts between Qt5 and Qt4. This is what I did to get it to run on Ubuntu 16.04

  • completely remove Qt5 (obviously not ideal, but until I figure out a workaround this was my only option)
  • install Qt4 via Synaptic or apt or whatever you prefer
  • Download qglviewer from: (http://www.libqglviewer.com/src/libQGLViewer-2.6.3.tar.gz)
    • Untar and cd into extracted folder
    • Run make and then sudo make install
    • Setup sym links so that ld can find and link qglviewer:
      • sudo ln -s /usr/lib/x86_64-linux-gnu/libQGLViewer-qt4.so.2.6.3 /usr/lib/libQGLViewer.so
      • sudo ln -s /usr/lib/x86_64-linux-gnu/libQGLViewer-qt4.so.2.6.3 /usr/lib/libQGLViewer-qt4.so
      • sudo ln -s /usr/lib/x86_64-linux-gnu/libQGLViewer-qt4.so.2.6.3 /usr/lib/libqglviewer-qt4.so
  • Proceed to follow fastfusion build instructions as normal

kentsommer avatar Jun 23 '16 14:06 kentsommer

For anyone else that runs into this issue, it is caused by conflicts between Qt5 and Qt4. This is what I did to get it to run on Ubuntu 16.04

* completely remove Qt5 (obviously not ideal, but until I figure out a workaround this was my only option)

* install Qt4 via Synaptic or apt or whatever you prefer

* Download qglviewer from: (http://www.libqglviewer.com/src/libQGLViewer-2.6.3.tar.gz)
  
  * Untar and cd into extracted folder
  * Run make and then sudo make install
  * Setup sym links so that ld can find and link qglviewer:
    
    * sudo ln -s /usr/lib/x86_64-linux-gnu/libQGLViewer-qt4.so.2.6.3 /usr/lib/libQGLViewer.so
    * sudo ln -s /usr/lib/x86_64-linux-gnu/libQGLViewer-qt4.so.2.6.3 /usr/lib/libQGLViewer-qt4.so
    * sudo ln -s /usr/lib/x86_64-linux-gnu/libQGLViewer-qt4.so.2.6.3 /usr/lib/libqglviewer-qt4.so

* Proceed to follow fastfusion build instructions as nor

Thanks for suggestion. How you removed QT5 completely, I am still getting same error

tanajikamble13 avatar Mar 23 '20 14:03 tanajikamble13

For anyone else that runs into this issue, it is caused by conflicts between Qt5 and Qt4. This is what I did to get it to run on Ubuntu 16.04

* completely remove Qt5 (obviously not ideal, but until I figure out a workaround this was my only option)

* install Qt4 via Synaptic or apt or whatever you prefer

* Download qglviewer from: (http://www.libqglviewer.com/src/libQGLViewer-2.6.3.tar.gz)
  
  * Untar and cd into extracted folder
  * Run make and then sudo make install
  * Setup sym links so that ld can find and link qglviewer:
    
    * sudo ln -s /usr/lib/x86_64-linux-gnu/libQGLViewer-qt4.so.2.6.3 /usr/lib/libQGLViewer.so
    * sudo ln -s /usr/lib/x86_64-linux-gnu/libQGLViewer-qt4.so.2.6.3 /usr/lib/libQGLViewer-qt4.so
    * sudo ln -s /usr/lib/x86_64-linux-gnu/libQGLViewer-qt4.so.2.6.3 /usr/lib/libqglviewer-qt4.so

* Proceed to follow fastfusion build instructions as nor

Thanks for suggestion. How you removed QT5 completely, I am still getting same error

do sudo apt-get purge --auto-remove qt5-default

greatwallet avatar Apr 03 '20 08:04 greatwallet

I have the same problem, but the 3 steps unfortunately did not solve the problem for me...

reginehartwig avatar May 05 '20 19:05 reginehartwig

@Regine1 have you sloved the problems, I meet the same problems with you after I try the 3 steps .

tftangming avatar Jul 06 '20 03:07 tftangming

@tftangming I have solved this problem, you need to thoroughly uninstall Qt5.

tanajikamble13 avatar Jul 06 '20 15:07 tanajikamble13

is there any other solution ?? I dont wanna uninstall the qt5

IsabellaIveygrenn avatar May 23 '22 09:05 IsabellaIveygrenn