iceland2k14/kangaroo

Issue with Win10 64x

Chif115 opened this issue · 2 comments

Hi, good job!
But I've issue with Win10 64x

C:\Users\1>C:\Users\1\Desktop\iceland2k14\kangaroo-dispset\kangaroo-dispset\kangaroo.py -p/--rand
File Kangaroo_CPU.dll not found

It's strange to see this Error.
Which version of Python? Win10x64 patch version?

Anyway, can you try to edit this and see if solves the Error....
Change this Line

ice = ctypes.CDLL(pathdll)

To this
ice = ctypes.CDLL(pathdll, winmode=0)

Hi,
sorry but the problem remains:
<C:\Users\1>C:\Users\1\Desktop\iceland2k14\kangaroo-dispset\kangaroo-dispset\kangaroo.py -p/--rand
File Kangaroo_CPU.dll not found>

ice = ctypes.CDLL(pathdll) changed to ice = ctypes.CDLL(pathdll, winmode=0)

<
if os.path.isfile(dllfile) == True:
pathdll = os.path.realpath(dllfile)
ice = ctypes.CDLL(pathdll, winmode=0)
else:
print('File {} not found'.format(dllfile))
sys.exit()>

Python 3.10.4 (tags/v3.10.4 [ 64 bit (AMD64)] on win32
windows 10 x64 vers 21H2 (OC 19044, 1826