gchudov / cuetools.net

CD image processing suite with optimized lossless encoders in C#
http://cue.tools/
Other
480 stars 51 forks source link

CUEripper: can't load ripper module #338

Closed KRadiants closed 2 months ago

KRadiants commented 2 months ago

Ok so I already opened a thread yesterday, but because I didn't explain the actual issue I have, it got closed.

So when I launch CUEripper, it says that in the dropdown menu at the top. As i said in the last thread, I do have all plugins. However, the fix of unblocking the zip archive doesn't apply toe me, because it's not blocked. What other fix is there ?

c72578 commented 2 months ago

@KRadiants Could you please post the path, where CUETools_2.2.5.zip has been unpacked to? E.g.: D:\APPS\CUETools_2.2.5\

KRadiants commented 2 months ago

On my SSD intenal drive, in the download folder, which is not the main one

c72578 commented 2 months ago

On my SSD intenal drive, in the download folder, which is not the main one

Please run the following command from Windows PowerShell:

Get-ChildItem -Path "$($env:USERPROFILE)\Downloads\CUETools_2.2.5\" -Recurse | Unblock-File

Just in case there is a blocked file inside the CUETools_2.2.5 directory, it will be unblocked.

KRadiants commented 2 months ago

Alright this worked, thanks