Skip to content

can't run mplay on Windows, DLL doesn't load #13

@MarkNahabedian

Description

@MarkNahabedian

On MSWindows, when I try to mplay a MIDI file I get an error that a DLL can't be loaded:

using Mplay
  Activating project at `c:\Users\Mark Nahabedian\.julia\dev\RegistryCI.jl`
mplay("foo.mid")
ERROR: could not load library "C:\Users\Mark Nahabedian\.julia\packages\Mplay\zc7Lu\src\lib/libglfw.dll"
Access is denied. 
Stacktrace:
 [1] Init
   @ C:\Users\Mark Nahabedian\.julia\packages\Mplay\zc7Lu\src\GLFW.jl:27 [inlined]
 [2] mplay(path::String, device::String)
   @ Mplay C:\Users\Mark Nahabedian\.julia\packages\Mplay\zc7Lu\src\Mplay.jl:268
 [3] mplay(path::String)
   @ Mplay C:\Users\Mark Nahabedian\.julia\packages\Mplay\zc7Lu\src\Mplay.jl:266
 [4] top-level scope
   @ none:1

I tried using regsvr32 to register the DLL, but it complains that

"the module ... was loaded but the entry-point DllRegisterServer was not found.

Make sure that ... is a valiud DLL or OCX file and then try again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions