unicorn icon indicating copy to clipboard operation
unicorn copied to clipboard

The win32 wheel package on pypi embeds a 64-bit library

Open ergrelet opened this issue 1 year ago • 5 comments

Hi!

It seems the wheel package for unicorn 2.0.0 targeting win32 (from pypi) isn't currently usable with 32-bit interpreters as it embeds a 64-bit version of the unicorn.dll library.

Best regards.

ergrelet avatar Jul 29 '22 17:07 ergrelet

Confirmed, would have a look.

wtdcode avatar Aug 07 '22 12:08 wtdcode

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.

github-actions[bot] avatar Oct 07 '22 05:10 github-actions[bot]

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.

github-actions[bot] avatar Dec 21 '22 05:12 github-actions[bot]

as a temporary fix, (i was on 2.0.0) I had to recompiled the dll from source w/ vs2019 community edition & cmake which went smooth.

Note 32/64 bit binary download links on https://www.unicorn-engine.org/download/ are broken as well: https://github.com/unicorn-engine/unicorn/releases/download/2.0.1/unicorn-2.0.1-win32.zip

dzzie avatar Oct 03 '23 20:10 dzzie

For reference, you could download nightly build here: https://github.com/unicorn-engine/unicorn/actions/runs/6048147154

The root cause is that I still need to figure out how to automatically attach github action artifacts to release notes. xd

wtdcode avatar Oct 08 '23 08:10 wtdcode