Hi,
I'm on Vulcanus, and I remote-drove my tank on Nauvis over to a biter nest at the edge of radar range, and surprisingly the biters were frozen. After attacking, they responded normally, attacking my tank; but when I retreated, the new biters that respawned were also frozen.
I loaded the save ...
Search found 2 matches
- Thu Jun 19, 2025 6:54 pm
- Forum: Bug Reports
- Topic: [2.0.55] Remote driven tank does not provoke attack by biters
- Replies: 1
- Views: 167
- Fri Aug 09, 2024 2:58 pm
- Forum: Pending
- Topic: [raiguard][1.1.91][linux] "stopped responding" when saving bar was full. (non-blocking save)
- Replies: 31
- Views: 16618
Re: [raiguard][1.1.91][linux] "stopped responding" when saving bar was full. (non-blocking save)
The core method (of using fork() to get a separate process with the same memory map and then doing the save in that process) is pretty risky. You need to make sure that no locks are held by any thread other than the one calling fork() at the time of the fork. This include locks buried in library ...