skiselkov / librain

Generic rain & ice effect library for X-Plane
Other
96 stars 27 forks source link

objects/Cherokee140_librain_windshield.obj not found #16

Closed ThaGuMath closed 5 years ago

ThaGuMath commented 5 years ago

Having problem with librain failing to find the object files it needs. This affects multiple aircraft - on Windows and on Linux machines.

See lines 575 to 581 of the attached Log.txt file...

Log.txt

I've checked in the directory for the relevant aircraft, and the files are present (see screenshot). LibrainObjectsDirectory

The files are not found if the plane is saved into the 'General Aviation' folder either.

Obviously I've tried a fresh install of X-Plane (11.35) with no other plugins present, but given the errors being thrown up I didn't expect that would cure the problem.

I'm not a programmer, but I can compile from source if required. I don't have access to the source code for the Cherokee version of librain or I would have tried that already.

Thanks for looking at this - if I can try some stuff to help investigate just say the word!

ThaGuMath commented 5 years ago

Update - the problem with the Cherokee turned out to be a typo in the librain.lua script.

The main problem however was my fault - I was using the open version of the AMD drivers, librain had a problem with that.

If I use the AMD proprietary drivers, all works just fine.

Amazing work if I may say so!