blueskythlikesclouds / SkythTools

A collection of tools for modern Sonic the Hedgehog games
37 stars 11 forks source link

PackCpk error #5

Closed ZinnoFox closed 2 years ago

ZinnoFox commented 2 years ago

No matter which cpk file I use, I get this error while trying to use PackCpk.exe:


Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'CpkMaker.dll' or one of its dependencies. The specified module could not be found.
   at PackCpk.Program.Main(String[] args)

Am I missing something? This file seems to work perfectly fine for others

Sajidur78 commented 2 years ago

You're missing CpkMaker.dll, it needs to be next to the exe.

https://github.com/blueskythlikesclouds/SkythTools/blob/master/Common/CpkMaker.dll

ZinnoFox commented 2 years ago

You're missing CpkMaker.dll, it needs to be next to the exe.

https://github.com/blueskythlikesclouds/SkythTools/blob/master/Common/CpkMaker.dll

Its already in there though. I downloaded the file again and replaced it just to see if the original dll was corrupted, but I'm still getting the error

threethan commented 2 years ago

Having this issue as well - seems to be caused by newer builds of Windows 11

EDIT: Never mind, installing VC redist for 2005-2015 fixed it. Most people will probably have them installed already, as a ton of games require them

ZinnoFox commented 2 years ago

Having this issue as well - seems to be caused by newer builds of Windows 11

EDIT: Never mind, installing VC redist for 2005-2015 fixed it. Most people will probably have them installed already, as a ton of games require them

You are a life saver, thank you