Bill Grabowski Posted December 30, 2013 Report Posted December 30, 2013 I installed the latest update of the CRJ 1.5.3 into X-Plane 10.25 64bit in Ubuntu 13.10 Linux, but there are no functioning displays and the display brightness control does not work. The 1.5.2 version had a similar problem. Suggestions? Solutions? Attached is log.txt file. BillLog.txt Quote
Cameron Posted December 30, 2013 Report Posted December 30, 2013 You'll need to consult Linux users on this one. Apparently the community for it is very helpful. Here's your problem:dlerror:libGLEW.so.1.6: cannot open shared object file: No such file or directory Quote
Cameron Posted December 30, 2013 Report Posted December 30, 2013 Also see this thread of a similar issue on the 777. Quote
Bill Grabowski Posted December 30, 2013 Author Report Posted December 30, 2013 (edited) Cameron, Thanks for the help and pointing me in the right direction. The CRJ does indeed look for libGLEW.so.1.6 but cannot find it because the latest Ubuntu uses libGLEW.so.1.8 . The easiest way to correct this is to create a symbolic link. libGLEW.so.1.8 on my system is found in directory /usr/lib/x86_64-linux-gnu/ . According to Philipp, "... first load the libraries locally from the liblinux/ subdirectory of the plugin before it goes to the system location like /usr/local/lib/ /usr/lib/ and all the others. So you can safely try this without screwing up anything else on your system." This directory is located in the CRJ installation location at : X-Plane 10/Aircraft/X-Aviation/Bombardier CRJ-200/plugins/CRJAvionics/64/liblinux/ Therefore to create the symbolic link, move to the above directory in the terminal command line then enter : ln -s /usr/lib/x86_64-linux-gnu/libGLEW.so.1.8 libGLEW.so.1.6 For the link command the absolute pathname to the linked file is required. To test for the link, enter : ls -l libGLEW* ... which should produce : lrwxrwxrwx 1 bill bill 40 Dec 29 23:53 libGLEW.so.1.6 -> /usr/lib/x86_64-linux-gnu/libGLEW.so.1.8 And bingo! It works! The displays now ... display ... but the display light switch still does not function. Bill Edited December 30, 2013 by Bill Grabowski Quote
philipp Posted January 4, 2014 Report Posted January 4, 2014 And bingo! It works! The displays now ... display ... but the display light switch still does not function. What exactly do you mean by the display light switch? If you are referring to the display brightness rotary, then this is no surprising, because the dimming is simply not simulated on the CRJ. Quote
Bill Grabowski Posted January 4, 2014 Author Report Posted January 4, 2014 Then it is confusing to have a switch for display brightness that indicates it can be rotated, but doesn't actually do anything. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.