Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PdStalFx can't find the patch specified in wine on Linux #301

Open
chr15m opened this issue May 23, 2022 · 0 comments
Open

PdStalFx can't find the patch specified in wine on Linux #301

chr15m opened this issue May 23, 2022 · 0 comments

Comments

@chr15m
Copy link

chr15m commented May 23, 2022

Environment

  • OS: Wine 5.03 on Ubuntu 16.04.
  • DAW: OpenMPT Version 1.30.04.00 for amd64
  • Plugin: latest VST3
  • Audio: 48000Hz 30ms latency 10ms period

Replication

  1. Download OpenMPT and run wine mptrack.exe.
  2. Create PdStalFx.dll using Camomile.
  3. Create a new song (impulse tracker module).
  4. On the first screen choose "Select..." next to plugins.
  5. Choose "New Plugin..."
  6. Find PdStalFx.dll and select it.
  7. Select "Put in FX01".
  8. Click "Editor".
  9. In the Camomile PdStalFx interface click the "load" bang.
  10. Choose your basic Pd file.
  11. Click the flower and you will see the following errors:

From what I can tell the paths are not being formed correctly on this platform. The root part of the path seems to be duplicated e.g.:

D:\art\music\modplug\VSTs\Camomile\Examples\PdStalFx/D:art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello.pd should actually just be D:\art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello.pd. Perhaps something about the Wine environment is causing it to use the wrong separators. Let me know if I can provide further information.

Camomile 1.0.6 for Pd 0.48.1
layout 0 bus 1 input: 2 "stereo"
layout 0 bus 1 output: 2 "stereo"
input channels = 2, output channels = 2
input channels = 2, output channels = 2
tried D:\art\music\modplug\VSTs\Camomile\Examples\PdStalFx/D:art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello.m_i386 and failed
tried D:\art\music\modplug\VSTs\Camomile\Examples\PdStalFx/D:art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello.dll and failed
tried D:\art\music\modplug\VSTs\Camomile\Examples\PdStalFx/D:art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello/D:art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello.m_i386 and failed
tried D:\art\music\modplug\VSTs\Camomile\Examples\PdStalFx/D:art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello/D:art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello.dll and failed
tried D:\art\music\modplug\VSTs\Camomile\Examples\PdStalFx/D:art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello.pd and failed
tried D:\art\music\modplug\VSTs\Camomile\Examples\PdStalFx/D:art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello.pat and failed
tried D:\art\music\modplug\VSTs\Camomile\Examples\PdStalFx/D:art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello/D:art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello.pd and failed
 D:art\\music\\modplug\\VSTs\\Camomile\\Examples\\PdStalFx\\hello
... couldn't create
... you might be able to track this down from the Find menu.
tried D:\art\music\modplug\VSTs\Camomile\Examples\PdStalFx/D:\art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello.pd and failed
D:\art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello.pd: can't open
D:\art\music\modplug\VSTs\Camomile\Examples\PdStalFx\hello.pd: read failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant