gm_bromsock
gm_bromsock copied to clipboard
Couldn't load module library!
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?
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.
Take a look at my PR, it fixes this issue by having newer built .dll's. https://github.com/Bromvlieg/gm_bromsock/pull/28
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.