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

Unhandled Exception #23

Open
ghost opened this issue Oct 30, 2023 · 0 comments
Open

Unhandled Exception #23

ghost opened this issue Oct 30, 2023 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 30, 2023

FLP was created with FL Studio 21.2, when I try to convert to midi it throws an exception:

Unhandled exception. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter "index")
at System.Collections.Generic.List`1.get_Item(Int32 index)
at Monad.FLParser.ProjectParser.ParseWordEvent(Event eventId, BinaryReader reader)
at Monad.FLParser.ProjectParser.ParseEvent(BinaryReader reader)
at Monad.FLParser.ProjectParser.Parse(BinaryReader reader)
at Monad.FLParser.Project.Load(Stream stream, Boolean verbose)
at Monad.FLParser.Project.Load(String path, Boolean verbose)
at flp2midi.Program.Main(String[] args)

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

0 participants