Ok, tried that, here's what iI did:
Enabled the 
showdebugmessages
 in the config ini file and tried to run the rube wrapper:
Code: Select all
bram@escher:~/Programs/rube-lin64-1.6.1$ ./rube
Cannot mix incompatible Qt library (version 0x40806) with this library (version 0x40802)
Aborted (core dumped)
bram@escher:~/Programs/rube-lin64-1.6.1$
No luck, as mentioned before. Here's the rube.log file after that try:
Code: Select all
bram@escher:~/Programs/rube-lin64-1.6.1$ cat rube.log 
18:04:43 [  INFO   ]: Started log                                                                                                                                                                                                            
bram@escher:~/Programs/rube-lin64-1.6.1$
Not much wiser, hmm. Then I tried to run rube.bin directly, hoping it would use system libraries, which it did and started up the program with empty help boxes etc:
Code: Select all
bram@escher:~/Programs/rube-lin64-1.6.1$ ./rube.bin                                                                                                                                                                                          
QSqlDatabase: QSQLITE driver not loaded                                                                                                                                                                                                      
QSqlDatabase: available drivers:                                                                                                                                                                                                             
QSqlDatabase: QSQLITE driver not loaded                                                                                                                                                                                                      
QSqlDatabase: available drivers:                                                                                                                                                                                                             
QSqlDatabase: QSQLITE driver not loaded                                                                                                                                                                                                      
QSqlDatabase: available drivers:                                                                                                                                                                                                             
QObject::connect: Cannot connect (null)::setupFinished() to QHelpSearchEngine::indexDocumentation()                                                                                                                                          
bram@escher:~/Programs/rube-lin64-1.6.1$
This is the contents of rube.log
Code: Select all
bram@escher:~/Programs/rube-lin64-1.6.1$ cat rube.log                                                                                                                                                                                 
18:05:38 [  INFO   ]: Started log                                                                                                                                                                                                            
18:05:38 [  DEBUG  ]: Application dir path: /home/bram/Programs/rube-lin64-1.6.1                                                                                                                                                             
18:05:38 [  DEBUG  ]: Amended library path: /home/bram/Programs/rube-lin64-1.6.1/lib                                                                                                                                                         
18:05:38 [  DEBUG  ]: Stopping auto-refresh of images.                                                                                                                                                                                       
18:05:38 [  INFO   ]: Started R.U.B.E 1.6.1 - hello!                                                                                                                                                                                         
18:05:38 [  INFO   ]: Licensed to info@beligum.com                                                                                                                                                                                           
18:05:38 [  DEBUG  ]: Using Box2D 2.3.0                                                                                                                                                                                                      
18:05:38 [  DEBUG  ]: Using Angelscript 2.25.2                                                                                                                                                                                               
18:05:38 [  DEBUG  ]: Supported image formats: bmp gif ico jpeg jpg pbm pgm png ppm tga tif tiff xbm xpm                                                                                                                                     
18:05:38 [  DEBUG  ]: Initializing global script functions
18:05:38 [  DEBUG  ]: Initializing script types
18:05:38 [  DEBUG  ]: MainWindow::loadCustomMenuActions
18:05:38 [  DEBUG  ]: Found 2 entries
18:05:38 [  DEBUG  ]: somethingChanged because no previous file time found for config/actionMenu/default/layout.json
18:05:38 [  DEBUG  ]: Rebuilding action menu because somethingChanged
18:05:38 [  DEBUG  ]: MainWindow::clearCustomMenuActions
18:05:38 [  DEBUG  ]: Processing 2 entries
18:05:38 [  DEBUG  ]: Loading action menu: default
18:05:38 [  DEBUG  ]: Ignoring action menu: myscripts-
18:05:38 [  DEBUG  ]: Constructing EditorDocument 02F73CB0
18:05:38 [  DEBUG  ]: Setting up script engine for EditorDocument 02F73CB0
18:05:38 [  DEBUG  ]: Initializing global script functions
18:05:38 [  DEBUG  ]: Initializing script types
18:05:38 [  DEBUG  ]: Selected scratch-pad script
18:05:38 [  DEBUG  ]: Script editor switching to library entry 00000000
18:05:38 [  DEBUG  ]: Loading script hooks setup
18:05:39 [  DEBUG  ]: Quitting R.U.B.E - closing all views...
18:05:39 [  DEBUG  ]: All views closed.
18:05:39 [  INFO   ]: Exiting RUBE - goodbye!
18:05:39 [  DEBUG  ]: Destructing EditorDocument 02F73CB0
18:05:39 [  INFO   ]: Closed 'untitled1'
18:05:39 [  DEBUG  ]: Releasing script engine for EditorDocument 02F73CB0
18:05:39 [  DEBUG  ]: Stopping auto-refresh of images.
18:05:39 [  DEBUG  ]: MainWindow::clearCustomMenuActions
18:05:39 [  INFO   ]: Finished log
bram@escher:~/Programs/rube-lin64-1.6.1$
That's all I can do from here. If you need more, just send me instructions 
 
b.