Xzandro / sw-exporter

This tool will parse intercepted data from Summoners War and extract information on the monsters and runes of the user.
Apache License 2.0
412 stars 193 forks source link

SWexport error run on ARM64 #483

Open uncompleted opened 1 year ago

uncompleted commented 1 year ago

Describe the bug

I checkout the previous report #162, it's all related to the module: ./binaries/key-linux-arm64

chris@raspberrypi:~/Downloads/sw-exporter-master $ npm start

sw-exporter@0.0.52 start electron .

App threw an error during load Error: Cannot find module './binaries/key-linux-arm64' Require stack:

Xzandro commented 1 year ago

As long as github does not provide arm64 runners, I do not plan to provide it, sicne it would be quite a hassle to be honest. I personally do not have any device that runs arm64. https://github.com/actions/runner-images/issues/5631

Technically this is also a duplicate issue, but not sure which one I should close.

Zgrill commented 5 months ago

@Xzandro how do you generate or where did you obtain the key-${process.platform}-${process.arch}.node binary files? I am working from an Apple Silicon mac; couldn't get running with arch -x86_64 to work. Happy to try and create/obtain the key-darwin-arm64 file myself, but I don't know where they come from and Google has turned up nothing useful thusfar.