Can't launch OpenMW via desktop launcher. [SOLVED]

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
slartt23
Posts: 10
Joined: 16 Oct 2017, 17:19

Re: Can't launch OpenMW via desktop launcher.

Post 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 :(
Post Reply