You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fails to compile on Ubuntu 18.04, probably the case on all case-sensitive filesystems.
Renaming it to StringFile.cs seems to compile with no problems, though I'm currently unable to confirm if there's any runtime problems with that change as my Mono is throwing System.DllNotFoundExceptions on included library x64/libfluidsynth-2.so which is likely unrelated.
The text was updated successfully, but these errors were encountered:
Runs on my end now thanks, without MIDI of course. Hitting Esc at certain points throws an unhandled System.NullReferenceException at Fluid_Midi.cs line 1082 - a bValid check would probably be enough to stop that though I don't know if it would cause any leaks.
MaKiPL
changed the title
Incorrect case in filename Core/Strings/Stringfile.cs
Linux: fluidmidi dependency fail
Aug 26, 2019
Fails to compile on Ubuntu 18.04, probably the case on all case-sensitive filesystems.
Renaming it to StringFile.cs seems to compile with no problems, though I'm currently unable to confirm if there's any runtime problems with that change as my Mono is throwing
System.DllNotFoundException
s on included libraryx64/libfluidsynth-2.so
which is likely unrelated.The text was updated successfully, but these errors were encountered: