Latest WACUP public preview for x86 & x64 is build #23960 (March 1st 2026) (x86 & x64 changelogs)
Latest restricted WACUP beta release is build #23960 (March 1st 2026) (x86 & x64 changelogs)

Author Topic: [FIXED] MMD3 script error on launch  (Read 1157 times)

obviouslygreen

  • Newbie
  • *
  • Posts: 2
    • View Profile
[FIXED] MMD3 script error on launch
« on: March 01, 2026, 07:57:21 AM »
Hi,

I updated to the latest build (23948) and the MMD3 skin isn't loading (goes to default skin after errors). There are a few that show up error windows that popup referencing a few scripts, but all similar. Going to the directory it's looking for, the scripts don't exist. Tried a fresh install removing all the configs/metadata and still running into the same issue. I found another zipped version of the skin and it's all the .maki files that are missing which are failing to load / missing in temp folder:

volumebasstreble.maki
standardframe.maki
songinfo.maki
playertools.maki

Using the version from winamp heritage: https://winampheritage.com/skin/mmd3/122902

Thanks!
« Last Edit: March 02, 2026, 02:46:59 PM by dro »

dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 5645
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: MMD3 script error on launch
« Reply #1 on: March 01, 2026, 04:29:16 PM »
The problem is due to a set of changes I made which consolidated all of the zip extraction handling into a single implementation but there's a problem with how the information about the items that need to go into sub-folders vs when the new sub-folder to use is reported by the archive library which is causing some of the skins to fail to extract as it needs the sub-folder the exist before trying to save out the files but isn't getting notified at the expected time. Will get it fixed for the next build that I'm trying to get finished off asap.
« Last Edit: March 01, 2026, 04:35:00 PM by dro »

dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 5645
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: MMD3 script error on launch
« Reply #2 on: March 01, 2026, 08:33:22 PM »
Build 23960 has the change that afaict resolves this problem.

obviouslygreen

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: MMD3 script error on launch
« Reply #3 on: March 01, 2026, 09:47:40 PM »
Awesome, thanks for response / looking into it!