- Changes
- Vsync will be automatically turned off and hidden from the options menu if desktop composition(windows aero) is on.
- Small changes
- - Locale additions and improvements.
- Bugfixes
- Fixed auto trash slots were lost when player died in multiplayer. (29853)
- Fixed that the headless server would consume 100% CPU. (29628)
- Fixed that --mod-directory and other command-line arguments would be forgotten on Factorio restart through the mod manager. (29863)
- Fixed that technology name and description locales didn't work correctly for tiered technologies.
- Fixed using flamethrower and slowdown capsule at the same time could ignite biter more than once and corrupt save.
- Fixed modules could end up in the input slot on furnaces. (29992)
- Fixed unsightly message when changing player colour in singleplayer. (29914)
- Fixed inserter circuit "hold" read mode sending the signal 1 tick too late. (29483)
- Fixed transport belt circuit condition ignoring 1 tick duration signals. (29347)
- Fixed crash when saving the game fails due to the disk being full. (29915)
- Fixed the "watch your step" achievement would get triggered by random source-less damage. (29980)
- Fixed the render layer for turret range visualizations. (30023)
- Fixed that an inserter could hold more items than its stack-size bonus, if it was created by fast-replacing a stack inserter. (29939)
- Fixed automated fuel insertion into cars wouldn't fill the fuel inventory. (30078)
- Modding
- Fixed crash when technology prerequisites ended up being recursive. (30061)
- Fixed crash caused by destroyer robot beams when compression was enabled for all sprites. (30048)
- Fixed inserters with stack bonus not dropping the item to it's destination when deactivated. (29411)
- The fluid icon for the storage tank now scales with the size of the storage tank. (29955)
- Scripting
- Fixed error when attempting to interact with LuaInventory that has a size > 255. (29834)
- Fixed crash when robots charging would get disabled through mods. (29833)
- Fixed wrong error when setting durability of an item. (29903)
- Added LuaItemPrototype read properties: localised_description, place_as_equipment_result, place_as_tile_result, flags equipment_grid_size, inventory_size_bonus, capsule_action, attack_parameters, inventory_size, item_filters group_filters, sub_group_filters, filter_mode, insertion_priority_mode, localised_filter_message, extend_inventory_by_default default_label_color, draw_label_for_cursor_render, attack_result, attack_range, category, tier, limitations, limitation_message_key straight_rail, curved_rail, repair_result, selection_border_color, alt_selection_border_color, selection_mode_flags, alt_selection_mode_flags selection_cursor_box_type, alt_selection_cursor_box_type, always_include_tiles, durability_description_key, durability.
- Added LuaItemStack::add_durability()/drain_durability().
Version 0.13.12
- FactorioBot
- Factorio Staff
- Posts: 421
- Joined: Tue May 12, 2015 1:48 pm
Version 0.13.12
Re: Version 0.13.12
Confirmed broken on Centos 7:
Headless-mode bug: OPENSSL_load_builtin_modules called. Aborting
Headless-mode bug: OPENSSL_load_builtin_modules called. Aborting
Hosting a factorio server? Take a look at this || init script ||.
Re: Version 0.13.12
Same here with Debian 8...Bisa wrote:Confirmed broken on Centos 7:
Headless-mode bug: OPENSSL_load_builtin_modules called. Aborting
Re: Version 0.13.12
./factorio: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
OS: Linux, Gentoo
Installed package: Libressl
When i create symlink to libssl.so.1.0.0 -> libssl.so then it launched, but when loading is half done it crash without any warning, exception or segfault.
OS: Linux, Gentoo
Installed package: Libressl
When i create symlink to libssl.so.1.0.0 -> libssl.so then it launched, but when loading is half done it crash without any warning, exception or segfault.
Re: Version 0.13.12
Using CentOS 7 as well, and it's giving the "Headless-mode bug: OPENSSL_load_builtin_modules called. Aborting" error.
Tried updating from .11 as well as a fresh download of .12, both broken.
Tried updating from .11 as well as a fresh download of .12, both broken.
Re: Version 0.13.12
Same on Arch LinuxBisa wrote:Confirmed broken on Centos 7:
Headless-mode bug: OPENSSL_load_builtin_modules called. Aborting
Re: Version 0.13.12
Is that headless or the regular client binary, though?Xnl wrote:./factorio: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
OS: Linux, Gentoo
Installed package: Libressl
When i create symlink to libssl.so.1.0.0 -> libssl.so then it launched, but when loading is half done it crash without any warning, exception or segfault.
Re: Version 0.13.12
Um, one moment please. But vsync will still be "on" through windows, right? I would hate it if vsync was disabled and we would be forced to have tearing. I don't like tearing at all.FactorioBot wrote:
- Changes
- Vsync will be automatically turned off and hidden from the options menu if desktop composition(windows aero) is on.
Greetings, Nova.
Factorio is one of the greatest games I ever played, with one of the best developers I ever heard of.
Factorio is one of the greatest games I ever played, with one of the best developers I ever heard of.
Re: Version 0.13.12
Regular client. Libs installed in system:Oxyd wrote:Is that headless or the regular client binary, though?Xnl wrote:./factorio: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
OS: Linux, Gentoo
Installed package: Libressl
When i create symlink to libssl.so.1.0.0 -> libssl.so then it launched, but when loading is half done it crash without any warning, exception or segfault.
ls /usr/lib/libssl* /usr/lib/libcrypto*
lrwxrwxrwx 1 root root 19 июл 2 15:49 /usr/lib/libcrypto.so -> libcrypto.so.38.0.0
lrwxrwxrwx 1 root root 19 июл 2 15:49 /usr/lib/libcrypto.so.38 -> libcrypto.so.38.0.0
-rwxr-xr-x 1 root root 1,8M июл 2 15:48 /usr/lib/libcrypto.so.38.0.0
-rwxr-xr-x 1 root root 309K июл 10 12:32 /usr/lib/libssl3.so
lrwxrwxrwx 1 root root 16 июл 2 15:49 /usr/lib/libssl.so -> libssl.so.39.0.0
lrwxrwxrwx 1 root root 16 июл 2 15:49 /usr/lib/libssl.so.39 -> libssl.so.39.0.0
-rwxr-xr-x 1 root root 365K июл 2 15:48 /usr/lib/libssl.so.39.0.0
Re: Version 0.13.12
That is correct.Nova wrote:Um, one moment please. But vsync will still be "on" through windows, right? I would hate it if vsync was disabled and we would be forced to have tearing. I don't like tearing at all.
Unless you play on laptop with switchable graphics where it still might tear for some reason (but it was tearing even with vsync on, so no change there).
Re: Version 0.13.12
Same problem here with headless server running inside a Docker container based on debian:jessie.Bisa wrote:Headless-mode bug: OPENSSL_load_builtin_modules called. Aborting
Re: Version 0.13.12
Hey I was playing 0.13.11 can I update factorío without lost my world or have glitches? Thanks so. GreatJob
Re: Version 0.13.12
you should be able to, but make a backup just in caseKenzory wrote:Hey I was playing 0.13.11 can I update factorío without lost my world or have glitches? Thanks so. GreatJob
no yes yes no yes no yes yes
Re: Version 0.13.12
Same on Debian 8.5. Any chance of a hotfix?Bisa wrote:Confirmed broken on Centos 7:
Headless-mode bug: OPENSSL_load_builtin_modules called. Aborting
-
- Long Handed Inserter
- Posts: 71
- Joined: Sat Jan 31, 2015 7:36 am
- Contact:
Re: Version 0.13.12
headless bug on ubuntu 16.04.1 LTS as well.
it's starting to look like all linux systems are affected?
- in which case this is the second unplayable linux version within a short time (0.13.12 and 0.13.10) - maybe some more linux tests are in order?
it's starting to look like all linux systems are affected?
- in which case this is the second unplayable linux version within a short time (0.13.12 and 0.13.10) - maybe some more linux tests are in order?
-
- Manual Inserter
- Posts: 2
- Joined: Sun Oct 25, 2015 4:25 pm
- Contact:
Re: Version 0.13.12
Same here...
Factorio version: factorio_headless_x64_0.13.12
OS: Gentoo
ssl libs: openssl-1.0.2h
Factorio version: factorio_headless_x64_0.13.12
OS: Gentoo
ssl libs: openssl-1.0.2h
Re: Version 0.13.12
Working on the linux fix at the moment, should be out later today.
Re: Version 0.13.12
Works fine in Ubuntu. Seems to be an issue with the library version that distros ship...Berserker55 wrote:headless bug on ubuntu 16.04.1 LTS as well.
it's starting to look like all linux systems are affected?
- in which case this is the second unplayable linux version within a short time (0.13.12 and 0.13.10) - maybe some more linux tests are in order?
edit:grammar
Last edited by m44v on Sat Jul 30, 2016 12:57 pm, edited 1 time in total.
Re: Version 0.13.12
Thanks, HanziQ! Can't wait to update and relieve that CPU stress from my server. For now reverted to 0.13.11.
Re: Version 0.13.12
If you are worried about this, then please do not use the experimental builds.Kenzory wrote:Hey I was playing 0.13.11 can I update factorío without lost my world or have glitches? Thanks so. GreatJob