-
Notifications
You must be signed in to change notification settings - Fork 5
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
can't run mplay on Windows, DLL doesn't load #13
Comments
I suspect a problem with BinaryBuild's GLFW build. Could you try the following: git clone https://github.com/JuliaMusic/Mplay.jl
cd Mplay.jl\src
set PATH=%PATH%;.\lib
julia Mplay.jl <your-midi-file> |
Thanks. That worked. |
Will see how to make this more convenient for the end user. |
|
Could you try to change the ACLs of the required DLLs, e.g.
This is only a workaround. Please replace I will have to automate it within the installation/build step. |
Thanks. That worked.
If I try to run `mplay` a second time in the same Julia session though, I get
```
midi: cannot open MIDI output
```
and Julia exits.
…________________________________
From: Josef Heinen ***@***.***>
Sent: Tuesday, May 30, 2023 7:15 AM
To: JuliaMusic/Mplay.jl ***@***.***>
Cc: Mark Nahabedian ***@***.***>; Author ***@***.***>
Subject: Re: [JuliaMusic/Mplay.jl] can't run mplay on Windows, DLL doesn't load (Issue #13)
Could you try to change the ACLs of the required DLLs, e.g.
icacls .julia\packages\Mplay\rgPTE\src\lib\*.dll /grant Users:rx
This is only a workaround. Please replace rgPTE with your path.
I will have to automate it within the installation/build step.
—
Reply to this email directly, view it on GitHub<#13 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIBY3EZNBWUV7B7LYGRJDKLXIXJFJANCNFSM6AAAAAAYCL2KFE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On MSWindows, when I try to
mplay
a MIDI file I get an error that a DLL can't be loaded:I tried using
regsvr32
to register the DLL, but it complains thatThe text was updated successfully, but these errors were encountered: