YonicDev / gca-js

Nintendo® Wii U GameCube™ Adapter native support for Node.js applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows fails to load gca-js on graphical applications

YonicDev opened this issue · comments

This is most likely an issue regarding how Node.js deals with the FFI protocols on Windows.
Even though websockets can be used as a workaround, rewritting gca-js to use node-ffi could make a permanent fix to this issue.

This was caused due to the modules not being built for Electron nor Nw.js. It is solved now.