Search found 389 matches

by Sanqui
Sun Aug 16, 2026 11:04 am
Forum: This Forum
Topic: Can't search while logged out
Replies: 18
Views: 1139

Re: Can't search while logged out


Let me rephrase this into more human language:
"As we have access to server logs we can see clearly that servers are being overloaded by query spam that includes requests for most expensive stuff only. The requests are neither premeditated nor followed by other requests which are typical to human ...
by Sanqui
Sat Aug 15, 2026 12:51 pm
Forum: This Forum
Topic: Can't search while logged out
Replies: 18
Views: 1139

Re: Can't search while logged out

From what I can tell, it's not really AI scrapers (this time) but a targeted attack on phpBB since they specifically request expensive endpoints and abuse phpBB's flawed handling of anonymous sessions. And if you've never seen a DDOS before, I can share with you how it looks on the graphs.
by Sanqui
Fri Aug 14, 2026 11:28 am
Forum: This Forum
Topic: Can't search while logged out
Replies: 18
Views: 1139

Re: Can't search while logged out

Disabling search for guests was intentional, and unfortunately "active topics" is considered search in phpBB despite being a simpler query. As the DDOS situation is stabilized we will probably re-enable it.
by Sanqui
Thu Jul 30, 2026 12:48 pm
Forum: Technical Help
Topic: [2.1.7] Game not launching on Linux, no rewrite of log file
Replies: 28
Views: 3946

Re: [2.1.7] Game not launching on Linux, no rewrite of log file

I was able to rebase the release build environment atop Ubuntu 22.04, so the next release should require glibc 2.35 instead of 2.36.
by Sanqui
Thu Jul 16, 2026 8:12 am
Forum: Resolved Requests
Topic: [2.1.10] Factorio Data repo contains old files
Replies: 1
Views: 280

Re: [2.1.10] Factorio Data repo contains old files

Thanks for the report, for the state of the repo this was fixed manually, and for future releases this should be handled correctly.
by Sanqui
Fri Jul 10, 2026 2:50 pm
Forum: Mod portal Discussion
Topic: [Mod Portal] Mod Medata info.json partially-Escaped
Replies: 2
Views: 375

Re: [Mod Portal] Mod Medata info.json partially-Escaped

The mod portal parses the info.json and stores the contents in a document store - it needs to be queried like any other data. The escaped strings could be fixed for displaying, the key ordering probably won't be.
by Sanqui
Fri Jun 26, 2026 3:04 pm
Forum: News
Topic: Friday Facts #444 - 2.1 Experimental release
Replies: 73
Views: 25730

Re: Friday Facts #444 - 2.1 Experimental release


Have you considered statically linking musl, instead of dynamically linking glibc?

This would allow the same builds to run regardless of the system glibc version, and would also run on musl-based distributions natively.


We have considered it, it's just a little low priority, and we are using ...
by Sanqui
Fri Jun 26, 2026 1:22 pm
Forum: News
Topic: Friday Facts #444 - 2.1 Experimental release
Replies: 73
Views: 25730

Re: Friday Facts #444 - 2.1 Experimental release


As a part of the update of our graphics and audio systems, we have raised the minimum operating system requirement on Linux. The minimum version of the system's GLIBC is now 2.36 (released in 2022). If Factorio doesn't launch on your system, you may need to update. Headless and Steam versions are ...
by Sanqui
Fri Jun 26, 2026 12:01 pm
Forum: News
Topic: Friday Facts #444 - 2.1 Experimental release
Replies: 73
Views: 25730

Re: Friday Facts #444 - 2.1 Experimental release


Why wasn't the character limit on the forums mentioned? You obviously seemed to have a problem with posting the changelog here, as you wouldn't have had to split it into one long post and an even longer post otherwise.

The forums are linear, so there's no problem with splitting the post since ...
by Sanqui
Thu Jun 25, 2026 4:04 pm
Forum: Technical Help
Topic: [2.1.7] Game not launching on Linux, no rewrite of log file
Replies: 28
Views: 3946

Re: [2.1.7] Game not launching on Linux, no rewrite of log file

We have enabled Linux Runtime 4.0 on Steam for versions 2.1.x, hopefully that will work for most players. Still looking into lowering the glibc requirement for the standalone version!
by Sanqui
Wed Jun 24, 2026 8:25 pm
Forum: Technical Help
Topic: [2.1.7] Large rendering performance regression on Linux
Replies: 28
Views: 3742

Re: [2.1.7] Large rendering performance regression on Linux

Good news, I don't yet know if it's the root cause of this perf regression, but I did manage to fix LTO for Linux builds by downgrading mold (the linker we use). It'll go out with the next release.
by Sanqui
Wed Jun 24, 2026 6:45 am
Forum: Technical Help
Topic: [2.1.7] Game not launching on Linux, no rewrite of log file
Replies: 28
Views: 3946

Re: [2.1.7] Game not launching on Linux, no rewrite of log file


I was so confused by this until I tried it myself. By Waypipe, I'm guessing you meant Pipewire? Because that was the first no-go I ran into trying it on Debian 11. But uhh... just throwing it out there... Ubuntu 22.04 has all the required SDL3 dependency package versions and a lower glibc >.> If ...
by Sanqui
Tue Jun 23, 2026 6:54 pm
Forum: Mod portal Discussion
Topic: Recycler built-in mod not found
Replies: 1
Views: 256

Re: Recycler built-in mod not found

Thanks, this should be fixed
by Sanqui
Tue Jun 23, 2026 6:40 pm
Forum: Technical Help
Topic: [2.1.7] Game not launching on Linux, no rewrite of log file
Replies: 28
Views: 3946

Re: [2.1.7] Game not launching on Linux, no rewrite of log file

raiguard wrote: Tue Jun 23, 2026 6:31 pm Ah, I swore we were on Debian 13, my bad. But now I remember our conversation where we explicitly talked about Debian 12 being the one we support.
The trick is: the build servers run Debian 13, but compilation is done inside a Debian 12 Podman container ;)
by Sanqui
Tue Jun 23, 2026 6:03 pm
Forum: Technical Help
Topic: [2.1.7] Game not launching on Linux, no rewrite of log file
Replies: 28
Views: 3946

Re: [2.1.7] Game not launching on Linux, no rewrite of log file


Our builds are now based on Debian 13, which uses glibc 2.41. We need Debian 13 for various reasons related to platform integration.

Side note: the headless version is built on Debian 11 instead and should run in many more cases.

In fact, with the exception of headless, we are currently ...
by Sanqui
Tue Jun 23, 2026 5:52 pm
Forum: Technical Help
Topic: [2.1.7] Large rendering performance regression on Linux
Replies: 28
Views: 3742

Re: [2.1.7] Large rendering performance regression on Linux

2.1.7 for Linux was compiled without LTO (link-time optimizations) due to a last minute issue cropping up when linking against the Steam dynamic library (.so). This large of a loss in performance is unexpected (LTO is supposed to account for ~2-3%) but it may be related nevertheless -- we'll try our ...
by Sanqui
Mon Jun 15, 2026 9:27 am
Forum: Releases
Topic: Version 2.0.66
Replies: 11
Views: 15304

Re: Version 2.0.66


Is there any reason that this version has been removed from Steam?

Unfortunately, Steam only allows us to offer 25 branches at a time. So as we add new versions we are forced to remove old versions. We try to keep one stable version per old major version and then it's based on usage, but for ...
by Sanqui
Thu Jun 04, 2026 9:43 am
Forum: Wiki Talk
Topic: Wiki dump
Replies: 3
Views: 2130

Re: Wiki dump

This is acceptable, just don't overload the server and follow the license (CC BY-NC-SA). :)
by Sanqui
Thu Jun 04, 2026 7:45 am
Forum: Technical Help
Topic: [2.0.73] Multiplayer game list fails to load, shows JSON parsing error 520 instead
Replies: 8
Views: 1651

Re: [2.0.73] Multiplayer game list fails to load, shows JSON parsing error 520 instead


And? This is not a reason to stop working things that worked flawlessly.


It's not like we (Wube) changed something to break Windows 7 on purpose. In this case our server provider is responsible for maintaining industry standard security. Meanwhile we rely on the operating system to give us ...
by Sanqui
Mon Mar 23, 2026 10:55 am
Forum: General discussion
Topic: Katherine of Sky
Replies: 7
Views: 9327

Re: Katherine of Sky

It's a great shame. She will be remembered and missed.

Go to advanced search