Search found 343 matches
- Thu Aug 07, 2025 10:50 am
- Forum: Minor issues
- Topic: [Website] Cloudflare turnstile never passes
- Replies: 1
- Views: 300
Re: [Website] Cloudflare turnstile never passes
Of course, we would like all legitimate users to have access to our websites, and I'm personally unhappy that we have to put up measures like this, but in particular our phpBB and MediaWiki instances have really struggled with bot traffic. I have investigated if I can do anything about your ...
- Tue Aug 05, 2025 9:21 am
- Forum: Releases
- Topic: Version 2.0.63
- Replies: 3
- Views: 4394
Re: Version 2.0.63
I just thought it would be neat. 👍
- Mon Aug 04, 2025 2:54 pm
- Forum: Modding discussion
- Topic: what glib-c verson does factorio use/what alocator does it use
- Replies: 8
- Views: 352
Re: what glib-c verson does factorio use/what alocator does it use
Our build servers run Debian 11 and consequently we are currently using glibc 2.31. (https://packages.debian.org/source/bullseye/glibc)
We are committed to keep supporting this version for as long as possible.
We are committed to keep supporting this version for as long as possible.
- Wed Jul 16, 2025 10:54 am
- Forum: Technical Help
- Topic: Error updating mods: "next InitializeSecurityContext failed: Unknown error (0x80092013)"
- Replies: 13
- Views: 3513
Re: Error updating mods: "next InitializeSecurityContext failed: Unknown error (0x80092013)"
A problem with your internet connection is causing the secure connection to our servers to fail. If you are fine with the risks (such as third parties being able to read your password) you can try to disable TLS verification by editing config.ini and putting the following text in the `[other ...
- Tue Jul 15, 2025 9:35 am
- Forum: Resolved Problems and Bugs
- Topic: [2.0.7] Failed to load mod "space-age": Unexpected character () at __space-age__/migrations/._aquilo-tilesets.json:1
- Replies: 19
- Views: 3695
Re: [2.0.7] Failed to load mod "space-age": Unexpected character () at __space-age__/migrations/._aquilo-tilesets.json:1
Moving topic back to Bug Reports since the issue was identified and is fixable on our side. As eugenekay noted, the problem will happen when Factorio is installed on Mac on a non-HFS filesystem and the fix is to ignore the "AppleDouble" files, either by identifying the filename or the leading magic ...
- Wed Jun 25, 2025 11:02 am
- Forum: Technical Help
- Topic: [2.0.56] Headless Server Fails to Update to 2.0.57
- Replies: 4
- Views: 387
Re: [2.0.56] Headless Server Fails to Update to 2.0.57
I have made available an update package that goes from 2.0.55 directly to 2.0.57, and verified it works with factorio-updater, so there shouldn't be any more problems.
- Thu Jun 19, 2025 3:06 pm
- Forum: Resolved Problems and Bugs
- Topic: [2.0.56] Linux build is missing __core__/sound/gui-game-controller-move.bnvib
- Replies: 2
- Views: 417
Re: [2.0.56] Linux build is missing __core__/sound/gui-game-controller-move.bnvib
This is a packaging issue with 2.0.56. It will be fixed the next version. If you wish to keep playing in the meantime your options are either to create this missing file (data/core/sound/gui-game-controller-move.bnvib) or downgrade to 2.0.55. Sorry about that.
- Mon Jun 16, 2025 1:45 pm
- Forum: Technical Help
- Topic: [2.0.55] Windows suddenly blocks executable
- Replies: 3
- Views: 473
Re: [2.0.55] Windows suddenly blocks executable
The Factorio Windows binaries are not currently signed. We are working on getting this changed to resolve this kind of compatibility issue. At this time, I don't have information on how to bypass this Smart App Control block...
- Fri Jun 06, 2025 1:20 pm
- Forum: This Forum
- Topic: Enabled syntax highlighting extension
- Replies: 1
- Views: 988
Enabled syntax highlighting extension
I have enabled a phpBB extension that should provide syntax highlighting for code blocks.
-- Example code
data:extend({
{
type = "string-setting",
name = "my-mod-always-difficult",
setting_type = "runtime-global",
default_value = "yes",
allowed_values = {"yes", "no"}
},
{
type = "bool ...
-- Example code
data:extend({
{
type = "string-setting",
name = "my-mod-always-difficult",
setting_type = "runtime-global",
default_value = "yes",
allowed_values = {"yes", "no"}
},
{
type = "bool ...
- Mon Jun 02, 2025 5:59 pm
- Forum: Resolved Problems and Bugs
- Topic: [website] z-order issue on download page
- Replies: 1
- Views: 489
Re: [website] z-order issue on download page
Thank you for the report, the z-index issue has been fixed.
- Fri May 30, 2025 1:30 pm
- Forum: Releases
- Topic: Version 2.0.53
- Replies: 7
- Views: 5491
Re: Version 2.0.53
We have delisted 2.0.53 due to a failing consistency check, stay tuned for a 2.0.54 release.
- Thu May 22, 2025 3:33 pm
- Forum: This Forum
- Topic: Upload file failed
- Replies: 11
- Views: 2401
Re: Upload file failed
File uploads up to one GiB should be fixed. Please don't abuse the available space for random things, but you are very welcome to use it for save files and mod related content.
- Thu May 22, 2025 1:21 pm
- Forum: This Forum
- Topic: Upload file failed
- Replies: 11
- Views: 2401
Re: Upload file failed
I have fixed the clipboardimage.js crash and I fixed the display of file upload progress and failed/success status. I will be looking into why large uploads are failing, next.
- Wed May 21, 2025 3:58 pm
- Forum: This Forum
- Topic: Attachment disappears after submitting a post
- Replies: 12
- Views: 2597
Re: Attachment disappears after submitting a post
This seems to be a bug in vanilla phpBB. To work around this for now I disabled the Ctrl+Enter feature. Thank you for the reproduction steps!
From what I've looked for, this is just a hotkey for form submission. It's edit dialog causing problems.
I've been trying to reproduce the problem ...
- Wed May 21, 2025 2:10 pm
- Forum: This Forum
- Topic: Attachment disappears after submitting a post
- Replies: 12
- Views: 2597
Re: Attachment disappears after submitting a post
This seems to be a bug in vanilla phpBB. To work around this for now I disabled the Ctrl+Enter feature. Thank you for the reproduction steps!
- Wed May 21, 2025 9:59 am
- Forum: This Forum
- Topic: [Fixed] CSS: URL and bullet point alignment
- Replies: 6
- Views: 1660
Re: CSS: URL and bullet point alignment
a { display: inline-block; } seems to be a default phpBB thing, complete with a comment saying it's done to "address several bugs with IE"... I think changing this default risks breaking the layout however I did change it to display: inline for links in posts, so the problems listed in this thread ...
- Mon May 19, 2025 12:39 pm
- Forum: Releases
- Topic: Version 2.0.51
- Replies: 3
- Views: 5201
Re: Version 2.0.51
The automated forum post bugged out, hence the link was not included in the announcement. This shouldn't be a normal occurrence in the future!Eiermann wrote: Mon May 19, 2025 12:21 pm The forum link was missing in the discord announcement. Hope we can get the link in upcoming releases, because i prefer the forum over reddit. :?
- Mon May 19, 2025 12:08 pm
- Forum: Releases
- Topic: Version 2.0.51
- Replies: 3
- Views: 5201
Version 2.0.51
Minor Features
Spidertron remote tooltips show a camera view of the selected spiders.
Bugfixes
Fixed spidertron remote not showing the color of the selected spiders. (https://forums.factorio.com/120405)
Fixed a crash when player uses editor and views surface through remote view and ...
Spidertron remote tooltips show a camera view of the selected spiders.
Bugfixes
Fixed spidertron remote not showing the color of the selected spiders. (https://forums.factorio.com/120405)
Fixed a crash when player uses editor and views surface through remote view and ...
- Wed May 14, 2025 11:00 am
- Forum: This Forum
- Topic: [Fixed] "Copy blueprint" button in topic review section reloads the page
- Replies: 4
- Views: 3669
Re: "Copy blueprint" button in topic review section reloads the page
Well noted, thank you. I have applied the fix.DaveMcW wrote: Sun Jan 29, 2023 10:04 pm In HTML, <button> has type="submit" by default. This means an unmodified button will refresh the page.
To work around this, give the button type="button".
- Wed May 14, 2025 10:53 am
- Forum: This Forum
- Topic: Any Interest In FactorioForum.com?
- Replies: 4
- Views: 1118
Re: Any Interest In FactorioForum.com?
I registered the domain factorioforum.com back in 2013 when the game was fairly new. I played Factorio quite a bit back then and had planned to start up a forum related to the game. I haven't had the chance to do anything with the domain yet, and I didn't realize this main forum would still be ...