Build Your Own Arcade Controls Forum

Main => Audio/Jukebox/MP3 Forum => Topic started by: cdburnerr on November 11, 2022, 02:25:36 pm

Title: SKJukebox in Windows 10
Post by: cdburnerr on November 11, 2022, 02:25:36 pm
Hello,
I just installed SK Jukebox on a Windows 10 machine, and when I try to run it, I get the following error:

Component 'imagXpr6.dll' or one of it's dependencies not correctly registered. A file is missing or invalid.

Any ideas? There is a imagXpr6.dll file in the SK Jukebox folder...
Title: Re: SKJukebox in Windows 10
Post by: Rebel Oz 69 on November 11, 2022, 10:46:54 pm
I had the same problem, both with Windows 7 & Windows 10.

The Fix:
1. Open up a command prompt (CMD), with Administrator privilege.

2. CD to where you've installed SK Jukebox. EG:
Code: [Select]
cd C:\Program Files (x86)\SK Jukebox
3. Register the DLL manually with Windows: 
Code: [Select]
regsvr32 ImagXpr6.dll
4. You may then find it complains about  MSCOMCTL.OCX.
Code: [Select]
regsvr32 MSCOMCTL.OCX will resolve that. :)