Giter Site home page Giter Site logo

How to use with PlayOnLinux? about linvst HOT 1 CLOSED

osxmidi avatar osxmidi commented on July 21, 2024
How to use with PlayOnLinux?

from linvst.

Comments (1)

osxmidi avatar osxmidi commented on July 21, 2024

I don't know much about PlayOnLinux so what I say might not help with anything, but maybe it might.
I've never used PlayOnLinux, does it have it's wine binary in another place besides /usr/bin, then if it does a symbolic link in /usr/bin might help.

LinVst's remotevstclient.cpp uses (execlp("/usr/bin/lin-vst-server.exe", "/usr/bin/lin-vst-server.exe", argStr, NULL))

So it looks for lin-vst-server.exe in /usr/bin

lin-vst-server.exe is a text file that deals with wine environmental variables and then it loads lin-vst-server.exe.so which is the main LinVst server.

lin-vst-server.exe appears to use WINELOADER to find wine, I think.

So maybe WINELOADER could be set to a new path for the wine binary.


#!/bin/bash

#declare -r WINEHQ_PATH="" # will test plain wine later
declare -r WINEHQ-STAGING_PATH="/opt/wine-staging"
export HQ_PATH="$WINE-STAGING_PATH" # use package from winehq, not distro

export WINEVERPATH="$HQ_PATH"
export PATH="$HQ_PATH/bin:$PATH"
export WINESERVER="$HQ_PATH/bin/wineserver"
export WINELOADER="$HQ_PATH/bin/wine"
export WINEDLLPATH="$HQ_PATH/lib/wine/fakedlls"
export LD_LIBRARY_PATH="$HQ_PATH/lib:$LD_LIBRARY_PATH"

from linvst.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.