Giter Site home page Giter Site logo

Debugging plugins about linvst HOT 4 CLOSED

osxmidi avatar osxmidi commented on August 23, 2024
Debugging plugins

from linvst.

Comments (4)

osxmidi avatar osxmidi commented on August 23, 2024

There are various ways to try to work out what dll's might be needed to be overridden or added or disabled.

There is the wine debugger report when it crashes that lists the dll's that were loaded.

Also, using a hex editor on the vst binary and text searching for dll is another method.

I could not initially get the new Line 6 Helix to run, but I picked up that the msvcr120.dll and gdiplus.dll (and especially the gdiplus.dll) were probably causing problems from scanning the vst Helix binary with a hex editor to see what dll's it might have been using.

The dll's that cause a fair amount of trouble are, d2d1.dll (it's only partially implemented in Wine), gdiplus.dll, wininet.dll (net connection) and maybe some others.

from linvst.

osxmidi avatar osxmidi commented on August 23, 2024

I downloaded Sampletank 2.5.5.b and eventually got it to run ok with Linux Reaper on Debian 9 with Wine Staging 2.18.

The install is not smooth and I had a few Wine crashes during it, and one initial crash in Reaper where it seems to want some path set to it's wine default install path, so even though it crashed, the path dialog box was still up and so I just hit ok.

It seems ok after all of that.

from linvst.

osxmidi avatar osxmidi commented on August 23, 2024

I just reread your post.

I think the problems are due to you using wine-rt 2.0.1.

wine-rt can have problems and usually wine-staging is recommended instead.

wine-staging can have priorities set, so it can replace wine-rt and it's priorities.

from linvst.

lgarrido avatar lgarrido commented on August 23, 2024

OK, so a possible line of tracking problematic DLLs could be just scanning which of them are used and trying to override them one by one in winecfg.

$ strings .wine32/drive_c/Program\ Files/VstPlugIns/SampleTank2.x.dll | grep -i dll
kernel32.dll
mscoree.dll
user32.dll
KERNEL32.dll
USER32.dll
ADVAPI32.dll
VST.dll

I will look into wine-staging, thanks! wine-rt 2.0.1 is what KXStudio provides, to date.

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.