- Bugfixes
- Fixed that blueprint gates were colliding with ghost gates with same type and direction. (https://forums.factorio.com/forum/vie ... hp?t=17151)
- Fixed that LuaEntity::clear_request_slot and set_request_slot wouldn't update the logistics GUI if it happened to be opened at the same time. This time it's fixed for logistic chests as well. (https://forums.factorio.com/forum/vie ... hp?t=17196)
- Fixed crash when trying to open car GUIs in the map editor. (https://forums.factorio.com/forum/vie ... hp?t=17148)
- Fixed the desync issues related to converting floating point numbers to string in lua. (https://forums.factorio.com/forum/vie ... hp?t=16638)
Note: until 0.13 other special values like nan, inf etc. are not solved properly, so they shouldn't be used. - Fixed crash when loading a savegame with self recursive table elements. (https://forums.factorio.com/forum/vie ... hp?t=17204)
- Fixed that furnaces deactivated improperly when switching products. (https://forums.factorio.com/forum/vie ... hp?t=17146)
- Fixed crashes on linux (when download failed, after Lua error, ...)
Version 0.12.13
Version 0.12.13
Re: Version 0.12.13
Thanks for the bug fixes!
Re: Version 0.12.13
Great to see! Just started to develop mods and had to use the 0.12.11 because of that problem.cube wrote:
- Bugfixes
- Fixed crashes on linux (when download failed, after Lua error, ...)
Re: Version 0.12.13
Be aware that (x==x) is false for x=nan.
There are also many known problems involving floats and determinism.
https://randomascii.wordpress.com/2013/ ... terminism/
There are also many known problems involving floats and determinism.
https://randomascii.wordpress.com/2013/ ... terminism/
Re: Version 0.12.13
Factorio crashes with this version.
Using a current Debian stable with an Intel graphics adapter.
Using a current Debian stable with an Intel graphics adapter.
Code: Select all
tux@pingviinit:~/bin/factorio_0.12.13/bin/x64$ ./factorio
0.000 2015-10-24 20:50:48; Factorio 0.12.13 (Build 17141, linux64)
0.000 Operating system: Linux
0.000 Program arguments: "./factorio"
0.000 Read data path: /home/tux/bin/factorio_0.12.13/data
0.000 Write data path: /home/tux/bin/factorio_0.12.13
0.000 Binaries path: /home/tux/bin/factorio_0.12.13/bin
0.019 Available display adapters: 1
0.019 [0]: resolution 1366x768px at [0,0]
0.019 Create display on adapter 0. Size 1266x668 at position [40, 32]. Monitor 0
*** Error in `./factorio': free(): invalid pointer: 0x00007f75af766f00 ***
0.218 Warning Logger.cpp:315: Symbols.size() == 44, usedSize == 41
Factorio crashed. Generating symbolized stacktrace, please wait ...
0.319 Warning Logger.cpp:315: Symbols.size() == 43, usedSize == 40
#0 0x7f75b3617180 in ?? at ??:0
#1 0x7f75b3617107 in ?? at ??:0
#2 0x7f75b36184e8 in ?? at ??:0
#3 0x7f75b3655204 in ?? at ??:0
#4 0x7f75b365a9de in ?? at ??:0
#5 0x7f75b365b6e6 in ?? at ??:0
#6 0x7f75af4cd522 in ?? at ??:0
#7 0x7f75af4cd983 in ?? at ??:0
#8 0x7f75af4ce8f5 in ?? at ??:0
#9 0x7f75b51b4450 in ?? at ??:0
#10 0x7f75af4ce941 in ?? at ??:0
#11 0x7f75af4ce983 in ?? at ??:0
#12 0x7f75af4cb824 in ?? at ??:0
#13 0x7f75aee00c60 in ?? at ??:0
#14 0x7f75b53d29fa in ?? at ??:0
#15 0x7f75b53d2ae3 in ?? at ??:0
#16 0x7f75b53d6c48 in ?? at ??:0
#17 0x7f75b53d28b4 in ?? at ??:0
#18 0x7f75b53d643b in ?? at ??:0
#19 0x7f75b33df02b in ?? at ??:0
#20 0x7f75b53d28b4 in ?? at ??:0
#21 0x7f75b33df5dd in ?? at ??:0
#22 0x7f75b33df0c1 in ?? at ??:0
#23 0x7f75afec45f1 in ?? at ??:0
#24 0x7f75afdfb5b8 in ?? at ??:0
#25 0x7f75b00b6b66 in ?? at ??:0
#26 0x7f75b0059c74 in ?? at ??:0
#27 0x7f75b0059d3e in ?? at ??:0
#28 0x7f75b40f49b7 in ?? at ??:0
#29 0x7f75b40c7473 in ?? at ??:0
#30 0x7f75b40c7705 in ?? at ??:0
#31 0x902eca in _al_xglx_config_create_context at /tmp/factorio-04BoDc/src/x/xglx_config.c:548
#32 0x90ddaf in xdpy_create_display_locked at /tmp/factorio-04BoDc/src/x/xdisplay.c:412
#33 0x9bbbe7 in _al_mutex_unlock at /tmp/factorio-04BoDc/include/linux/allegro5/platform/aintuthr.h:65
#34 0x61eec4 in xdpy_create_display at /tmp/factorio-04BoDc/src/x/xdisplay.c:536
#35 0xae7170 in al_create_display at /tmp/factorio-04BoDc/src/display.c:54
#36 0xafdece in Display::Display(short, short) at /tmp/factorio-04BoDc/src/Graphics/Display.cpp:92
#37 0x433698 in loadAllegro at /tmp/factorio-04BoDc/src/GlobalContext.cpp:522
#38 0x7f75b3603b45 in GlobalContext::init(bool, bool) [clone .constprop.422] at /tmp/factorio-04BoDc/src/GlobalContext.cpp:299
#39 0x45c495 in MainLoop::run(boost::filesystem::path const&, boost::filesystem::path const&, bool, bool, std::string const&) [clone .constprop.267] at /tmp/factorio-04BoDc/src/MainLoop.cpp:520
0.319 Error Util.cpp:61: Unexpected error occurred. You can help us to solve the problem by posting the contents of the log file on the Factorio forums.
If only my thesis could be done in Factorio …
Re: Version 0.12.13
We know.mrtux wrote:Factorio crashes with this version.
Re: Version 0.12.13
Okay, I'll watch out for a fix then.Oxyd wrote:We know.mrtux wrote:Factorio crashes with this version.
Keep up the good work!
If only my thesis could be done in Factorio …