Code: Select all
local sock = require 'sock'
function love.load()
server = sock.newServer("192.168.100.1", 22122)
end
Code: Select all
Error
sock.lua:1327: Failed to create the host. Is there another server running on :22122?
Traceback
[C]: in function 'error'
sock.lua:1327: in function 'newServer'
main.lua:16: in function 'load'
[C]: in function 'xpcall'
[C]: in function 'xpcall'
and another odd thing, i can only seem to create server with devices connected to my router with physical lan cable but not the wireless one