You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some research it seems that greenworks is unable to link the dll for steam.
(using sdk 1.32)
it says
Error: The specified procedure could not be found.
C:\[...]\win64\data\lib\greenworks-win64.node
I tried both steam and steam64 dll in the lib folder, the data folder and the win64 folder ( in case it was a path issue ). I saw somewhere that it might be related another to a missing dll.
Thnaks for your help and great job !
The text was updated successfully, but these errors were encountered:
I suppose that this is no related to Greenwork. Instead, it's a NW.js issue. See nwjs/nw.js#199, and its wiki says:
on Windows the engine's executable file must have the name nw.exe for addons to work (i.e. you cannot rename nw.exe if you need any addon-containing modules). They use parts of the engine to sustain their execution.
After some research it seems that greenworks is unable to link the dll for steam.
(using sdk 1.32)
it says
I tried both steam and steam64 dll in the lib folder, the data folder and the win64 folder ( in case it was a path issue ). I saw somewhere that it might be related another to a missing dll.
Thnaks for your help and great job !
The text was updated successfully, but these errors were encountered: