Version 0.17.57

Information about releases and roadmap.
Post Reply
User avatar
FactorioBot
Factorio Staff
Factorio Staff
Posts: 405
Joined: Tue May 12, 2015 1:48 pm

Version 0.17.57

Post by FactorioBot »

Changes
  • Restored ore placement to match that of 0.17.50 (72487)
Optimisations
  • Optimized synchronization time of blueprint library to a new game map. (73166)
Bugfixes
  • Fixed glitch in pollution cloud overlay rendering. (73151)
  • Fixed joining multiplayer through Steam Friends would not work sometimes. (70481)
  • Fixed rail signal consistency for a very special corner case. (73162)
  • Fixed that the Linux server's standard input could get closed under some circumstances. (73106)
  • Fixed crash when enabling blueprint library cloud sync when local blueprint library did not exist. (73197)
  • Fixed that trains couldn't be rotated while in the map editor. (73215)
  • Fixed that LuaGameScript::ban_player() only worked with real players. (73223)
  • Fixed that the changelog GUI could have unnecessary scroll bars. (73249)
  • Fixed that hiding the search bar didn't unfocus it, so it was still possible to write to the invisible search bar. (73251)
  • Fixed wrong signal placeability in some specific cases. (73245)
  • Fixed that the entity tooltip would flicker in some cases related to the tooltip delay. (72942)
  • Fixed a crash when opening assembling machines with fixed_recipe set in the latency state. (73297)
Modding
  • Added a prototype property for hiding recipes from the player crafting GUI.
  • Renamed spot noise argument 'minimum_candidate_point_spacing' to 'suggested_minimum_candidate_point_spacing'
  • Added base_productivity to assembling machines, mining drill, and lab prototypes.
  • Added LuaEntityPrototype::base_productivity read.
Scripting
  • Added optional "ignore_characters" to LuaSurface::clear().
  • Added on_gui_confirmed event.
  • Added LuaGuiElement::numeric, allow_decimal, allow_negative, is_password, lose_focus_on_confirm, clear_and_focus_on_right_click read/write.
Use the automatic updater if you can (check experimental updates in other settings) or download full installation at http://www.factorio.com/download/experimental.

ritobanrc
Manual Inserter
Manual Inserter
Posts: 4
Joined: Wed Sep 13, 2017 1:11 am
Contact:

Re: Version 0.17.57

Post by ritobanrc »

I am unable to use the automatic updater to update from 0.17.56. Here is a pastebin of my factorio-current.log: https://pastebin.com/qu9UPVfC. I can see a Status Code 404 at the end. Is this a bug?

User avatar
BlueTemplar
Smart Inserter
Smart Inserter
Posts: 2420
Joined: Fri Jun 08, 2018 2:16 pm
Contact:

Re: Version 0.17.57

Post by BlueTemplar »

Happens regularly just after release. (Server/CDN swamped with requests?). Try again a bit later...
BobDiggity (mod-scenario-pack)

User avatar
raiguard
Factorio Staff
Factorio Staff
Posts: 449
Joined: Wed Dec 13, 2017 8:29 pm
Contact:

Re: Version 0.17.57

Post by raiguard »

Thanks for the LuaGuiElement additions! It is much appreciated. :D
Don't forget, you're here forever.

User avatar
Jon8RFC
Filter Inserter
Filter Inserter
Posts: 553
Joined: Tue May 10, 2016 3:39 pm
Contact:

Re: Version 0.17.57

Post by Jon8RFC »

Getting 404ed again.

Code: Select all

  14.994 Info HttpSharedState.cpp:54: Downloading https://updater.factorio.com/updater/get-available-versions?username=Jon8RFC&token=<private>&apiVersion=2
  15.331 1 packages available to download (experimental updates enabled).
  16.676 Info HttpSharedState.cpp:54: Downloading https://updater.factorio.com/updater/get-download?package=core-win64&from=0.17.56&to=0.17.57&isTarget=true&username=Jon8RFC&token=<private>&apiVersion=2
  17.317 Info HttpSharedState.cpp:145: Downloading https://updater.factorio.com/updater/get-download?package=core-win64&from=0.17.56&to=0.17.57&isTarget=true&username=Jon8RFC&token=<private>&apiVersion=2
  17.317 Info HttpSharedState.cpp:146: Status code: 404
BlueTemplar wrote:
Mon Jul 15, 2019 6:10 pm
Happens regularly just after release. (Server/CDN swamped with requests?). Try again a bit later...
I have only had this issue in the past 2 or 3 weeks, and even many hours after release it still fails, so it doesn't seem to happen regularly. Before then, never had any problems, and I've often updated very quickly after release. Some part of the process or file provider must've changed recently.
Image

User avatar
eradicator
Smart Inserter
Smart Inserter
Posts: 5206
Joined: Tue Jul 12, 2016 9:03 am
Contact:

Re: Version 0.17.57

Post by eradicator »

FactorioBot wrote:
Mon Jul 15, 2019 5:40 pm
Modding
  • Added a prototype property for hiding recipes from the player crafting GUI.
Can't find it on https://wiki.factorio.com/Prototype/Recipe , what's it called?
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.

Masterfox
Long Handed Inserter
Long Handed Inserter
Posts: 58
Joined: Wed May 18, 2016 5:24 pm
Contact:

Re: Version 0.17.57

Post by Masterfox »

eradicator wrote:
Mon Jul 15, 2019 7:53 pm
FactorioBot wrote:
Mon Jul 15, 2019 5:40 pm
Modding
  • Added a prototype property for hiding recipes from the player crafting GUI.
Can't find it on https://wiki.factorio.com/Prototype/Recipe , what's it called?
The wiki is not automatically updated, but this is: https://lua-api.factorio.com/latest/Lua ... r_crafting

User avatar
eradicator
Smart Inserter
Smart Inserter
Posts: 5206
Joined: Tue Jul 12, 2016 9:03 am
Contact:

Re: Version 0.17.57

Post by eradicator »

Masterfox wrote:
Mon Jul 15, 2019 7:57 pm
eradicator wrote:
Mon Jul 15, 2019 7:53 pm
FactorioBot wrote:
Mon Jul 15, 2019 5:40 pm
Modding
  • Added a prototype property for hiding recipes from the player crafting GUI.
Can't find it on https://wiki.factorio.com/Prototype/Recipe , what's it called?
The wiki is not automatically updated, but this is: https://lua-api.factorio.com/latest/Lua ... r_crafting
It could have a different name in data stage :mrgreen: .
(Also thanks. Also what i really meant was "it'd be nice if the changelog contained this kind of info directly. Also thanks to everyone of wube ofc for adding it in the first place.)
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.

Bilka
Factorio Staff
Factorio Staff
Posts: 3123
Joined: Sat Aug 13, 2016 9:20 am
Contact:

Re: Version 0.17.57

Post by Bilka »

eradicator wrote:
Mon Jul 15, 2019 8:02 pm
It could have a different name in data stage :mrgreen: .
(Also thanks. Also what i really meant was "it'd be nice if the changelog contained this kind of info directly. Also thanks to everyone of wube ofc for adding it in the first place.)
It's on the wiki now :)
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.

User avatar
BlueTemplar
Smart Inserter
Smart Inserter
Posts: 2420
Joined: Fri Jun 08, 2018 2:16 pm
Contact:

Re: Version 0.17.57

Post by BlueTemplar »

Jon8RFC wrote:
Mon Jul 15, 2019 6:48 pm
Getting 404ed again.

Code: Select all

  14.994 Info HttpSharedState.cpp:54: Downloading https://updater.factorio.com/updater/get-available-versions?username=Jon8RFC&token=<private>&apiVersion=2
  15.331 1 packages available to download (experimental updates enabled).
  16.676 Info HttpSharedState.cpp:54: Downloading https://updater.factorio.com/updater/get-download?package=core-win64&from=0.17.56&to=0.17.57&isTarget=true&username=Jon8RFC&token=<private>&apiVersion=2
  17.317 Info HttpSharedState.cpp:145: Downloading https://updater.factorio.com/updater/get-download?package=core-win64&from=0.17.56&to=0.17.57&isTarget=true&username=Jon8RFC&token=<private>&apiVersion=2
  17.317 Info HttpSharedState.cpp:146: Status code: 404
BlueTemplar wrote:
Mon Jul 15, 2019 6:10 pm
Happens regularly just after release. (Server/CDN swamped with requests?). Try again a bit later...
I have only had this issue in the past 2 or 3 weeks, and even many hours after release it still fails, so it doesn't seem to happen regularly. Before then, never had any problems, and I've often updated very quickly after release. Some part of the process or file provider must've changed recently.
I based my comment on these :
search.php?keywords=CDN&fid%5B0%5D=3
(And some IRC discussions where it seems to happen mostly just after patch release. And I think that I got once, not a 404, but, like a 40 times slower download than usual...)
BobDiggity (mod-scenario-pack)

User avatar
eradicator
Smart Inserter
Smart Inserter
Posts: 5206
Joined: Tue Jul 12, 2016 9:03 am
Contact:

Re: Version 0.17.57

Post by eradicator »

Bilka wrote:
Mon Jul 15, 2019 8:17 pm
eradicator wrote:
Mon Jul 15, 2019 8:02 pm
It could have a different name in data stage :mrgreen: .
(Also thanks. Also what i really meant was "it'd be nice if the changelog contained this kind of info directly. Also thanks to everyone of wube ofc for adding it in the first place.)
It's on the wiki now :)
That's nice! But would it also be possible to have it in the changelog? Its easier to find it there with a full-text search, or for people who read the changelog in-game.
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.

Post Reply

Return to “Releases”