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

FL Studio 24 in trail mode takes a long time and freezes after trying to open file #5

Open
ShakeAndWiggle20 opened this issue Jul 30, 2024 · 8 comments

Comments

@ShakeAndWiggle20
Copy link

ShakeAndWiggle20 commented Jul 30, 2024

So I ran the script to unlock my file and when I tried to open it, it didn't come with the "oh hey pls buy fl to open file" but it actually opened it, however my fl studio began to freeze while opening file and after a long time it came with this message:
image

@lrockreal
Copy link
Owner

If any of these are still available to you please provide:

  • FL Studio Version
  • Any plugins/VSTs used in your file and their versions
  • File (If comfortable)

@Lilicogamer13
Copy link

i getting the same error, in fl studio 24, using 808's(sounds from the pack folder in fl studio browser) and flex

@Lilicogamer13
Copy link

and this is acutlly the same error that #4 but here is in fl studio 24 not 21

@Gvoove
Copy link

Gvoove commented Oct 15, 2024

same with fl24

@lrockreal
Copy link
Owner

i getting the same error, in fl studio 24, using 808's(sounds from the pack folder in fl studio browser) and flex

I do believe Flex breaks when unlocked, however the underlying issue is almost 100% from changes in more recent FL versions

@Lilicogamer13
Copy link

Lilicogamer13 commented Nov 6, 2024

i getting the same error, in fl studio 24, using 808's(sounds from the pack folder in fl studio browser) and flex

I do believe Flex breaks when unlocked, however the underlying issue is almost 100% from changes in more recent FL versions

idk if it helps but this is what i got from a local AI when trying to fix it:

The code you provided attempts to modify the internal structure of FLP files, which are project files used by FL Studio. When unlocking these files, it alters specific bytes that may affect how plugins, like the FLEX plugin, interact with the project.

Here are some potential reasons why this could break the FLEX plugin in FL Studio:

  1. File Integrity Issues
    Corruption: Modifying the byte structure of an FLP file can lead to corruption, making it unreadable or unstable for FL Studio.
    Unexpected Changes: If the changes made by the script do not align with the expected format of the FLP file, it may cause errors when loading the project.
  2. Compatibility with FLEX
    Plugin Dependencies: FLEX may rely on specific data or configurations within the FLP file. Altering these could disrupt its functionality.
    Version Mismatch: If the version of FL Studio or FLEX is not compatible with the modified FLP file, it may lead to crashes or failures to load.
  3. Error Handling
    Lack of Robustness: The script does not include comprehensive error handling for all possible scenarios, which could lead to unhandled exceptions when FLEX tries to access the modified data.
    Assumptions in Code: The script assumes certain byte values and positions are correct, which may not hold true for all FLP files, leading to unpredictable behavior.
  4. Plugin Initialization
    State Management: FLEX may have specific initialization routines that expect the FLP file to be in a certain state. If the file is altered, it may not initialize correctly, causing crashes.
  5. User Permissions and Environment
    File Permissions: If the script does not handle file permissions correctly, it may lead to access issues when FLEX tries to read the modified FLP file.
    System Environment: Running the script in an environment with conflicting software (like antivirus or other plugins) could also lead to instability.
    Conclusion
    To avoid breaking FLEX or any other plugins in FL Studio, it is crucial to ensure that any modifications to FLP files are done with a thorough understanding of the file structure and the implications of those changes. Always back up original files and test modifications in a controlled environment.

@coding-virgin
Copy link

i have the same issue on fl 24 build 4285

i tested the script on a new simple flp (just a 1 bar bassline pattern made with 3x osc, no drums other plugins etc) and it seems to crash on all of them i know fl studios locking system has changed quite a bit just from 21 to 24.

image

and just to ask is this still being maintained?

@Lilicogamer13
Copy link

i have the same issue on fl 24 build 4285

i tested the script on a new simple flp (just a 1 bar bassline pattern made with 3x osc, no drums other plugins etc) and it seems to crash on all of them i know fl studios locking system has changed quite a bit just from 21 to 24.

image

and just to ask is this still being maintained?

i mean, its being maintained but more by the community that by the developers;

i think that the problem is fl studio itself and not the plugins

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

5 participants