Page 1 of 1

Version 0.12.13

Posted: Fri Oct 23, 2015 3:33 pm
by cube

Re: Version 0.12.13

Posted: Fri Oct 23, 2015 3:55 pm
by mngrif
Thanks for the bug fixes!

Re: Version 0.12.13

Posted: Fri Oct 23, 2015 4:17 pm
by bioxz
cube wrote:
  • Bugfixes
    • Fixed crashes on linux (when download failed, after Lua error, ...)
Great to see! Just started to develop mods and had to use the 0.12.11 because of that problem.

Re: Version 0.12.13

Posted: Fri Oct 23, 2015 11:45 pm
by lxl
Be aware that (x==x) is false for x=nan. :D

There are also many known problems involving floats and determinism.
https://randomascii.wordpress.com/2013/ ... terminism/

Re: Version 0.12.13

Posted: Sat Oct 24, 2015 6:54 pm
by mrtux
Factorio crashes with this version. :(

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.

Re: Version 0.12.13

Posted: Sat Oct 24, 2015 6:58 pm
by Oxyd
mrtux wrote:Factorio crashes with this version. :(
We know.

Re: Version 0.12.13

Posted: Sun Oct 25, 2015 10:22 am
by mrtux
Oxyd wrote:
mrtux wrote:Factorio crashes with this version. :(
We know.
Okay, I'll watch out for a fix then. :mrgreen:

Keep up the good work! :D