-
Notifications
You must be signed in to change notification settings - Fork 34
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
FL Studio project file conversion broken in FL Studio 20.9 #97
Comments
I tracked the problem down to this line: https://github.com/logicomacorp/WaveSabre/blob/master/WaveSabreConvert/FLConverter.cs#L266 - |
This might be a fix for the problem: Kwarf/FLParser@c9b0bc5 |
FL 21 broke it further, causing an |
Will include that and retest the converter. Thanks for letting me know! |
ConvertTheFuck and ProjectManager are not able to load FL Studio project files created with FL Studio 20.9.
When trying to convert them, the error message
Object reference not set to an instance of an object.
is displayed.Project files created by FL Studio 20.1 can be converted successfully.
Find project files with the same content that can be used to reproduce the problem here: project-files-to-reproduce.zip
The text was updated successfully, but these errors were encountered: