bsmg / ModAssistant

Simple Beat Saber Mod Installer
MIT License
2.48k stars 419 forks source link

The program won't function correctly unless it's recompiled with the isVoid flag enabled. Make sure to adjust your compilation settings accordingly. #535

Closed sofi3066389963 closed 3 months ago

sofi3066389963 commented 3 months ago

The program currently encounters functionality issues due to a missing compilation flag, [[isVoid]). This flag is crucial as it dictates specific behavior within the program, ensuring that certain operations are handled correctly. Without recompiling the program with isVoid, certain features may not execute as intended, leading to potential errors or incomplete operations. To resolve this, you need to adjust your compilation settings to include the isVoid flag and recompile the program. This step is essential for achieving the expected performance and reliability of the software.

DeadlyKitten commented 3 months ago

This is working as intended.