Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Error #9

Open
Fahimkh opened this issue Aug 28, 2015 · 8 comments
Open

Run Error #9

Fahimkh opened this issue Aug 28, 2015 · 8 comments

Comments

@Fahimkh
Copy link

Fahimkh commented Aug 28, 2015

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)"

@kentsommer
Copy link

@Fahimkh

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

@kentsommer
Copy link

kentsommer commented Jun 23, 2016

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

@tanajikamble13
Copy link

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

@greatwallet
Copy link

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

@reginehartwig
Copy link

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

@tftangming
Copy link

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

@tanajikamble13
Copy link

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

@IsabellaIveygrenn
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants