Latest WACUP public preview for x86 & x64 is build #23528 (January 12th 2026) (x86 & x64 changelogs)
Latest restricted WACUP beta release is build #23528 (January 12th 2026) (x86 & x64 changelogs)

Author Topic: [BUG] Broadcasting a shoutcast stream no longer working after upgrading  (Read 14070 times)

FragmentalStew

  • Newbie
  • *
  • Posts: 3
    • View Profile
Broadcasting a shoutcast stream is no longer working after upgrading to build 22656.

I haven't changed anything else.  There doesn't seem to be any sort of feedback or log, that I can find, about why it's no longer working.

dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 5604
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: [BUG] Broadcasting a shoutcast stream no longer working after upgrading
« Reply #1 on: October 16, 2025, 04:07:17 PM »
It's because I've not updated the known issues for this or a number of other things as it's been broken since the builds after 22278 due to an issue with the jnetlib implementation. You can either go back to build 22278 or get the jnetlib.w5s from the older install & then use that in the 22656 install to have it work again until I'm in a position to release a new build that basically does what I've said without manual input.

FragmentalStew

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: [BUG] Broadcasting a shoutcast stream no longer working after upgrading
« Reply #2 on: October 16, 2025, 04:38:05 PM »
Oh  I see.  Thank you.  What is the best way to do this?  Should I just run the 22278 installer and write over the newer install directory?

FragmentalStew

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: [BUG] Broadcasting a shoutcast stream no longer working after upgrading
« Reply #3 on: October 16, 2025, 04:49:35 PM »
I made a portable install with the 22278 installer, and then copied the jnetlib.w5s file from the system directory in the 22278 folder to the system directory in the 22656 folder.

Seems to be working now.  Thanks.

Should I refrain from updating until the fix for this is implemented?

dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 5604
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: [BUG] Broadcasting a shoutcast stream no longer working after upgrading
« Reply #4 on: October 16, 2025, 07:32:54 PM »
The fix is what you've just done as that's what I've done within the code that's used to build the dll. So as long as I don't break anything else then the next formal build should be fine to update to for the streaming features relying on that component to do the connection, etc.