Search found 1 match
- Tue Jul 22, 2025 4:58 am
- Forum: Resolved Problems and Bugs
- Topic: [2.0.60] Crash when using --enable-lua-udp on port already in use and mod calls send_udp
- Replies: 1
- Views: 521
[2.0.60] Crash when using --enable-lua-udp on port already in use and mod calls send_udp
What did you do?
Started Factorio with --enable-lua-udp and specified a port already occupied by another process. A mod then called send_udp on that same port.
What happened?
The game crashed immediately when the mod executed send_udp.
What did you expect to happen instead?
I expected an ...