Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linkage error #20

Closed
Baccanno opened this issue Apr 18, 2015 · 3 comments
Closed

Linkage error #20

Baccanno opened this issue Apr 18, 2015 · 3 comments

Comments

@Baccanno
Copy link
Contributor

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 !

@Baccanno
Copy link
Contributor Author

I renamed the main executable back to nw.exe and it worked. There is no mean to rename it ?

Anyway it's not the biggest trouble :) !

@hokein
Copy link
Member

hokein commented Apr 19, 2015

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.

It might be fixed in nw13.

@hokein hokein closed this as completed Apr 19, 2015
@Baccanno
Copy link
Contributor Author

Allright :) Thanks for the highlight !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants