projectM-visualizer / projectm

projectM - Cross-platform Music Visualization Library. Open-source and Milkdrop-compatible.
https://discord.gg/mMrxAqaa3W
GNU Lesser General Public License v2.1
3.22k stars 364 forks source link

White screen on Soft Cuts #743

Closed fotofrank closed 6 months ago

fotofrank commented 7 months ago

I've got a strange issue when using the Soft Cut for changing from one preset to the next. With some presets it produces a completely white screen. When in the .properties file projectM.transitionDuration is set to 1 second, I get a 1 second white screen. When set to 5 seconds, I get a 5 seconds white screen.

Is this some kind of bug OR might there be a setting in the .properties file that should be taking care of this?

kblaschke commented 7 months ago

Which version/branch of libprojectM do you use? E.g. release version, or ideally the commit hash used for building.

OfficialIncubo commented 7 months ago

As far as I know, he's using ver. 3.1.12. Did I guess it?

kblaschke commented 7 months ago

As far as I know, he's using ver. 3.1.12. Did I guess it?

This old version did not use .properties files, it still had the old config.inp file. So this would be at least one of the dev pre-releases, or a custom-built executable.

fotofrank commented 7 months ago

projectMSDL-Windows-x64-2.0-pre1 The Windows stand-alone version

OfficialIncubo commented 7 months ago

projectMSDL-Windows-x64-2.0-pre1 The Windows stand-alone version

That's what I said too. I knew that you use the pre1, but I forgot to comment 2 days ago.

kblaschke commented 7 months ago

This pre-release still has broken preset transitions. Should be fixed in current master with the new renderer and smooth transitions.

kblaschke commented 6 months ago

I'll just close this issue, as it's about an old version and with release 4.1, libprojectM will ship with proper transitions again.