Search found 249 matches

by reentrant
Wed Jun 18, 2025 10:43 am
Forum: General discussion
Topic: Some early polish CDs have sector that cannot be read by plextor
Replies: 2
Views: 3328

Re: Some early polish CDs have sector that cannot be read by plextor

There are maaaany discs like that, mostly -153 offset discs from takt cd manufacturer...
by reentrant
Mon May 26, 2025 2:02 pm
Forum: General discussion
Topic: CDArchive - Improved support for ring based protections
Replies: 26
Views: 9357

Re: CDArchive - Improved support for ring based protections

<r>Added new command line switch:<br/>
extrforceecc: 0/1 - this option forces correction of ECC even when EDC is correct. Old version skipped ECC correction when EDC was ok. Default value is 0.<br/>
<br/>
But... after looking at: <URL url="/viewtopic.php?t=55852"><s>[url=/viewtopic.php?t=55852]</s ...
by reentrant
Tue Apr 15, 2025 4:26 pm
Forum: General discussion
Topic: Analyzing Alcohol 120% DPM
Replies: 36
Views: 37771

Re: Analyzing Alcohol 120% DPM

Looks nice, could you write something more?
by reentrant
Sat Apr 05, 2025 4:36 pm
Forum: General discussion
Topic: CDArchive - Improved support for ring based protections
Replies: 26
Views: 9357

Re: CDArchive - Improved support for ring based protections

<t>HandleC2:<br/>
ERROR_ACCESS_DENIED - error in ECC logic (too many errors)<br/>
ERROR_INVALID_PARAMETER - error in ECC logic (parameters checking for Python function)<br/>
ERROR_INVALID_DATA - error in ECC logic (Python function returned not enough data)<br/>
<br/>
The last two error codes shouldn ...
by reentrant
Fri Apr 04, 2025 3:41 pm
Forum: General discussion
Topic: CDArchive - Improved support for ring based protections
Replies: 26
Views: 9357

Re: CDArchive - Improved support for ring based protections

<t>All calls to Python functions are enclosed in try/catch blocks (boost::python::error_already_set) with retVal set to ERROR_ACCESS_DENIED - this value is chosen arbitrarily. What do you mean by "comment-out"?<br/>
<br/>
In case sector cannot be repaired (for example because corruption is too big ...
by reentrant
Wed Apr 02, 2025 3:34 pm
Forum: General discussion
Topic: CDArchive - Improved support for ring based protections
Replies: 26
Views: 9357

Re: CDArchive - Improved support for ring based protections

Hmmm. Maybe commit the codes to github branch and I'll debug it locally? Something is not right...
by reentrant
Mon Mar 31, 2025 2:04 pm
Forum: General discussion
Topic: CDArchive - Improved support for ring based protections
Replies: 26
Views: 9357

Re: CDArchive - Improved support for ring based protections

<t>> Btw, python312.dll and boost_python312-vc143-mt-x32-1_87.dll also need to call using LoadLibrary?<br/>
<br/>
No, these DLLs are loaded automatically.<br/>
<br/>
I can trigger this message (Could not find platform independent libraries <prefix>) when PYTHONHOME variable is not set by ...
by reentrant
Sun Mar 30, 2025 12:14 pm
Forum: General discussion
Topic: CDArchive - Improved support for ring based protections
Replies: 26
Views: 9357

Re: CDArchive - Improved support for ring based protections

<r>Maybe there's some problem with config file encoding (by default it expects UTF 16-LE with BOM). Added debugprint (C2Corrector.7z). I have also added testing script which invokes functions from reedsolo.py directly.<br/>
<br/>
Usage:<br/>

<CODE><s>[code]</s>"c:\Program Files (x86)\Python312-32 ...
by reentrant
Fri Mar 28, 2025 9:28 am
Forum: General discussion
Topic: CDArchive - Improved support for ring based protections
Replies: 26
Views: 9357

Re: CDArchive - Improved support for ring based protections

> Could not find platform independent libraries <prefix>

This is critical problem - I'll test it over the weekend but in the meantime, did you adjust the path in C2Corrector.ini?