jaburns / NintendoSpy

Live controller viewer for Nintendo consoles. Includes viewer application for Windows, and Arduino sketch for hardware interface.
MIT License
252 stars 85 forks source link

Question: Running NintendoSpy in WINE? #83

Open kamenomagic opened 3 years ago

kamenomagic commented 3 years ago

I totally understand this isn't supported etc., but I thought I'd ask for any tips. I got LiveSplit running in WINE pretty easily, it just needed the right dependencies.

In wine you can install .NET framework 4.8, and that was the main one needed for LiveSplit. I am wondering where I can find the dependencies I might need for NintendoSpy to work. As far as I can tell, WINE should be able to handle all of the port mapping correctly automatically. I installed the .NET framework 4.8, and I'm not sure if there's anything else I should try installing to get it to work.

I'm going to try some fonts as well, but I'm hoping that maybe the dependencies of the NintendoSpy project may line up with some packages I can install in WINE.

Any help much appreciated, feel free to close this issue immediately as I know it's not an actually issue. Thanks for the awesome project!

jaburns commented 3 years ago

Unfortunately I don't have any tips for you, but I'll leave this up in case anyone else does, or if you figure it out and feel like updating I'd be happy to add WINE instructions to the README. Good luck!