Latest WACUP public preview for x86 & x64 is build #24960 (August 31st 2026) (x86 & x64 changelogs)
Latest restricted WACUP beta release is build #24960 (August 31st 2026) (x86 & x64 changelogs)

Author Topic: SmokeEffect  (Read 3400 times)

TheLegoBoy

  • Hero Member
  • *****
  • Posts: 100
  • am i dense?
    • View Profile
    • My Carrd.io Website
SmokeEffect
« on: August 26, 2026, 01:06:24 AM »
Nothing to say in particular ... Just play your favorite music and go on journey into those colored fumes.

Just like Geiss-style smoke.

Do not click configure because your WACUP will crash the software!

This plugin made by Matthieu Chopin.
« Last Edit: August 26, 2026, 01:07:11 AM by TheLegoBoy »
My name is LegoBoy. Doing some Winamp plugins and more. And also i can do of this rare visualization to want this.

sgard

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • VPX - my music player project
Re: SmokeEffect
« Reply #1 on: August 26, 2026, 05:20:43 AM »
If it helps narrow it down: does WACUP produce a crash dump or an entry in Windows Event Viewer (Application log) when you hit Configure? A lot of old Winamp-era vis plugins call into the config dialog with an HWND/API assumption that doesn't quite match how WACUP hosts them (vs original Winamp), so the crash is often specifically in the config path rather than the visualization itself running fine otherwise. If you can grab the exception address/module from the crash (or just enable "keep debug info" if WACUP has that toggle under preferences) and post it here, that's usually enough for someone who knows the plugin API to tell whether it's a WACUP hosting issue or something in the plugin's own config code that never got updated for newer OS versions.

dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 5881
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: SmokeEffect
« Reply #2 on: August 26, 2026, 07:55:55 AM »
Do not click configure because your WACUP will crash the software!
This isn't a WACUP issue as it also does it under a winamp 2.9x instance.

If it helps narrow it down: does WACUP produce a crash dump or an entry in Windows Event Viewer (Application log) when you hit Configure? A lot of old Winamp-era vis plugins call into the config dialog with an HWND/API assumption that doesn't quite match how WACUP hosts them (vs original Winamp), so the crash is often specifically in the config path rather than the visualization itself running fine otherwise. If you can grab the exception address/module from the crash (or just enable "keep debug info" if WACUP has that toggle under preferences) and post it here, that's usually enough for someone who knows the plugin API to tell whether it's a WACUP hosting issue or something in the plugin's own config code that never got updated for newer OS versions.
Firstly posting crash dmps onto the public part of the forum is a no-no for a number of reasons. Secondly WACUP's vis handling does things that Winamp didn't to try to better accommodate old plug-ins however a lot of them can & will crash as they either expect to be running in a folder that allows them to save their configuration (aka running as admin which doesn't help this plug-in) or were built in a manner that can conflict with DEP/NX-bit handling since the late XP days (this doesn't seem to be the case here but I'm not going to debug it further than a quick check to see why it might fail & the api handling doesn't seem to be it).