Thanks. I implemented it but error occurs.
Could not find platform independent libraries <prefix>
Need to reread sector: 13164LBA: 13164, C2 error count; 0
Need to reread sector: 13201Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 13201, C2 error count; 0
Need to reread sector: 13211Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 13211, C2 error count; 0
Need to reread sector: 13248LBA: 13248, C2 error count; 0
Need to reread sector: 13257Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 13257, C2 error count; 0
Need to reread sector: 13266Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 13266, C2 error count; 0
Need to reread sector: 13267LBA: 13267, C2 error count; 0
Need to reread sector: 13285Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 13285, C2 error count; 0
Need to reread sector: 13294Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 13294, C2 error count; 0
Need to reread sector: 13295Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 13295, C2 error count; 0
Need to reread sector: 13322LBA: 13322, C2 error count; 0
Need to reread sector: 99879Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 99879, C2 error count; 0
Need to reread sector: 99880Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 99880, C2 error count; 0
Need to reread sector: 99892LBA: 99892, C2 error count; 0
Need to reread sector: 99893Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 99893, C2 error count; 0
Need to reread sector: 100108Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 100108, C2 error count; 0
Need to reread sector: 100162LBA: 100162, C2 error count; 0
Need to reread sector: 100163Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 100163, C2 error count; 0
Need to reread sector: 100175Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 100175, C2 error count; 0
Need to reread sector: 100176LBA: 100176, C2 error count; 0
Need to reread sector: 100189Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 100189, C2 error count; 0
Need to reread sector: 100215Exception ignored in garbage collection:
Traceback (most recent call last):
File "E:\source\repos\DiscImageCreator\Release_ANSI\Plugins\C2Corrector\reedsolo.py", line 984, in decode
total_chunks = int(math.ceil(float(len(data)) / float(chunk_size))) # need to convert to floats first to get an accurate floating division, or else we assume implicit conversion and it will cause an error on Python 2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'int'> returned a result with an exception set
LBA: 100215, C2 error count; 0
Need to reread sector: 100216LBA: 100216, C2 error count; 0
code is here. What am I wrong?