Page 2 of 2

Re: Can't launch OpenMW via desktop launcher.

Posted: 18 Oct 2017, 04:03
by slartt23
Frik wrote: 16 Feb 2017, 09:46
Elderking1986 wrote:I can run openmw-launcher and opemmw just fine. Literally only thing I can't run is openmw-cs.
I had the same issue and was able to launch it with a shell script.

Code: Select all

#!/bin/sh

export LD_LIBRARY_PATH=`pwd`
export QT_QPA_PLATFORM_PLUGIN_PATH=`pwd`
cd /full_path_to_build_folder
./openmw-cs
Replace full_path_to_build_folder with your actual path. Save as .sh, then create a launcher to the .sh file. Hopefully, this will work for you, as well,
ah no it worked one time and doesn't work anymore :(