gm_bromsock icon indicating copy to clipboard operation
gm_bromsock copied to clipboard

Couldn't load module library!

Open linkjay opened this issue 6 years ago • 3 comments

Yes, I am getting this error. I am running 4.18.14-arch1-1-ARCH 64-bit. I tried compiling the module with and without SSL, and tried using the Debian and Ubuntu pre-compiled DLLs with and without SSL.

Using ldd, and elflibviewer, it shows that I have every dependency required to run the DLL.

What am I doing wrong here?

linkjay avatar Oct 20 '18 20:10 linkjay

Also want to add that I am getting the same error using the Debian binary on my Debian VPS. Clearly I am missing a dependency or something.

linkjay avatar Oct 21 '18 04:10 linkjay

Take a look at my PR, it fixes this issue by having newer built .dll's. https://github.com/Bromvlieg/gm_bromsock/pull/28

CubitsDev avatar Nov 21 '18 19:11 CubitsDev

Ah, this new binary seems to work.

However, I am having some issues getting anything to connect. I cannot connect with websocat, and I can't connect over HTTP with the HTTP example. It appears that it is able to start listening though.

Heres a very simple example illustrating the issue: https://i.linkjay.io/ctwpro.png (text in terminal says "never connects")

As you can see, the only print that is ever called is "now listening". No other prints from the callbacks happen. Interestingly enough too, you cannot connect over localhost to the websocket, or over the public ip, but you have to use the local network IP which will just never connect.

linkjay avatar Nov 24 '18 06:11 linkjay