Search found 1 match

by ancorehraq
Sat Jul 04, 2026 7:46 pm
Forum: Resolved for the next release
Topic: [2.1.9] Crash in helpers.recv_udp(0) with headless server
Replies: 2
Views: 230

[2.1.9] Crash in helpers.recv_udp(0) with headless server

I haven't tried it with the GUI. This is from Claude messing with the dedicated server.

Trivial mod to call recv_udp:


script.on_event(defines.events.on_tick, function()
helpers.recv_udp(0)
end)


Start the server:

factorio --start-server repro.zip --enable-lua-udp 34199

Send a packet ...

Go to advanced search