lua-enet icon indicating copy to clipboard operation
lua-enet copied to clipboard

Bindings to ENet for Lua

Results 11 lua-enet issues
Sort by recently updated
recently updated
newest added

Trying to run some example for easy understand how this code work with Love2D and Lovr. Not much docs example or explain how it works. server.lua ``` for peerIndex =...

when i run the server/client demo i get this error lua: error loading module 'enet' from file '/usr/lib/lua/5.4/enet.so': /usr/lib/lua/5.4/enet.so: undefined symbol: luaL_checkint stack traceback: [C]: in ? [C]: in function...

I've been attempting to get the bindings building and running on Windows, and haven't had much luck. I was able to get a .dll generated but upon attempting to run...

I'm not sure what could be the problem, but i'm facing a weird issue with lua-enet. I'm adding multiplayer support to one old C++/SDL game and i was using luasockets...

If the peer being sent to is not in the "connected" state, enet_peer_send will return -1 and the packet created by read_packet will not be freed. I stumbled into this...

minor patch to support Lua 5.4

Hi. I'm getting the following error on Ubuntu 14.04 while trying to use enet in lua. It's installed using luarocks. The enet lib is installed from source, version 1.3.12. What...

size_t is unsigned and comparing < 0 will always be false. enet_event_funcs is unused.

I was trying to recreate an issue that @bobbyjoness (Sorry bobbyjones) was having, and I was able to reproduce it. I'm guessing that the enet deps on 12.04 are old,...