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

Plugin not running on version higher than 5.11.2.21 on Windows #396

Closed
lgoette opened this issue Oct 2, 2020 · 5 comments · Fixed by #403
Closed

Plugin not running on version higher than 5.11.2.21 on Windows #396

lgoette opened this issue Oct 2, 2020 · 5 comments · Fixed by #403

Comments

@lgoette
Copy link

lgoette commented Oct 2, 2020

Plugins are not executed on Windows in versions higher than 5.11.2.21. It works in higher versions on Linux and in 5.11.2.21 on Windows. I guess its a problem wih the python executable.

@zomfg
Copy link

zomfg commented Oct 2, 2020

what plugins?

@lgoette
Copy link
Author

lgoette commented Oct 2, 2020

I tested it with this one: https://github.com/lgoette/Prismatik-ArtNet
Have a look at the ini file. The plugin works on all Linux versions and on Windows 5.11.2.21 but not higher versions.

@zomfg
Copy link

zomfg commented Oct 26, 2020

is this better?
if not, run Prismatik.exe (from that build) from a command prompt and look for errors check the logs for Plugin::... lines

@zomfg zomfg mentioned this issue Oct 28, 2020
@zomfg
Copy link

zomfg commented Oct 28, 2020

FYI: you can use these for system specific stuff instead of (un)commenting Execute=...

Execute=python whatever.py
ExecuteOnWindows=python.exe myscript.py
ExecuteOnOSX=/some/path/sh myscript.sh
ExecuteOnNix=myscript.sh

@psieg
Copy link
Owner

psieg commented Oct 31, 2020

@lgoette I assume that build works for you?

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

Successfully merging a pull request may close this issue.

3 participants