
Search found 3 matches
- Fri Jan 26, 2018 7:06 pm
- Forum: Resolved Problems and Bugs
- Topic: 16.19 - Unable to open blueprint books from game storage
- Replies: 13
- Views: 7625
Re: 16.19 - Unable to open blueprint books from game storage
Phew, I thought I was going mad or one of the many mods I'm running was acting up 

- Thu Dec 28, 2017 10:59 am
- Forum: Not a bug
- Topic: [16.1] `GLIBC_2.18' not found
- Replies: 15
- Views: 39365
Re: [16.1] `GLIBC_2.18' not found
Yes, it is caused by factorio requiring a newer library, not a bug, but glibc 2.17 is the version supported by RHEL 7.4 (released in august) and all the related distros. If the upgrade was necessary because of bugs or features in the library that is one thing, but it does kill off the ease of ...
- Mon May 29, 2017 6:12 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Bottleneck
- Replies: 115
- Views: 117425
Re: [MOD 0.14.x] Bottleneck
Did you leave a debug print statement in the last update by any chance? The game is now spamming the chat with ticks 
local function on_tick()
game.print("tick")
-edit-
I see it's not in the version on github, but it was in the 0.8.1 zip I just updated to through the mods menu

local function on_tick()
game.print("tick")
-edit-
I see it's not in the version on github, but it was in the 0.8.1 zip I just updated to through the mods menu