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
For everyone stumble on this:
Make sure parameters have the correct type.
Port was a string, but has to be a number/integer.
Use tonumber() function to be on the safe side.
Hey guys,
I am using sock.lua for modding for Noita.
I added lua-enet via enet.dll from https://leafo.net/lua-enet/#download_and_install see "windows". Downloaded all versions, but 1.0 was the only working one. The others threw this error: leafo/lua-enet#1 (comment)
server.host:
client.host:
Error when client:connect():
See:
sock.lua/sock.lua
Lines 745 to 752 in 4c9fd32
Can anyone give me a hint?
or
Are you somehow able to provide a working enet.dll / lua-enet, which is used in löve?
The text was updated successfully, but these errors were encountered: