MAC FREEZING - 0.14.21 [SOLVED]
-
- Burner Inserter
- Posts: 7
- Joined: Thu Jan 05, 2017 4:09 pm
- Contact:
MAC FREEZING - 0.14.21 [SOLVED]
Hello everyone,
I just bought the game on steam store and as soon as it finished I tried to play, but unfortunately it freezes and i can't figure out why is it happening.
I'm on a Macbook Pro 5i late 2011 - OSX 10.11.6 EL CAPITAN with 8gb memory and Intel HD Graphics 3000 1024 MB. There are someone here that experiment this issues sometime ?
Thanks in advance,
Rafael Gonzaga
I just bought the game on steam store and as soon as it finished I tried to play, but unfortunately it freezes and i can't figure out why is it happening.
I'm on a Macbook Pro 5i late 2011 - OSX 10.11.6 EL CAPITAN with 8gb memory and Intel HD Graphics 3000 1024 MB. There are someone here that experiment this issues sometime ?
Thanks in advance,
Rafael Gonzaga
Last edited by rchgonzaga on Thu Jan 05, 2017 6:48 pm, edited 1 time in total.
Re: MAC FREEZING - 0.14.21
Post the log, see my signature...
-
- Burner Inserter
- Posts: 7
- Joined: Thu Jan 05, 2017 4:09 pm
- Contact:
Re: MAC FREEZING - 0.14.21
Thanks Loewchen for the information.
That's what i have there, it helps?
[]'s
That's what i have there, it helps?
[]'s
- Attachments
-
- factorio-previous.log
- (2.21 KiB) Downloaded 84 times
-
- factorio-current.log
- (1.93 KiB) Downloaded 108 times
Re: MAC FREEZING - 0.14.21
The latest log shows a normal shut down, is it working now?
At what point does it freeze, in the menu, when starting a game?
At what point does it freeze, in the menu, when starting a game?
-
- Burner Inserter
- Posts: 7
- Joined: Thu Jan 05, 2017 4:09 pm
- Contact:
Re: MAC FREEZING - 0.14.21
I'm not running the game right now, i'll try again in a few minutes.
It's freezing when the game starts to generate do map, I'll try to take a picture of what is happening with te terrain texture as well, but i think i'll have to do it using my cellphone, cuz it freezes and I'm barely capable to shutdown the app pressing command + opt + esc.
brb
It's freezing when the game starts to generate do map, I'll try to take a picture of what is happening with te terrain texture as well, but i think i'll have to do it using my cellphone, cuz it freezes and I'm barely capable to shutdown the app pressing command + opt + esc.
brb
Re: MAC FREEZING - 0.14.21
In the latest log he didn't attempt to load/start a game.Loewchen wrote:The latest log shows a normal shut down, is it working now?
Can you try to set the launch options in Steam torchgonzaga wrote:I'll try to take a picture of what is happening with te terrain texture as well
Code: Select all
--max-texture-size=4096
Press the "Set launch options" button in the General tab and enter the above code.
-
- Burner Inserter
- Posts: 7
- Joined: Thu Jan 05, 2017 4:09 pm
- Contact:
Re: MAC FREEZING - 0.14.21
WoW ... I think it solved the problem Daniel.
When I started the game before this command, it runned kinda freezing the mac, but now it's running pretty well.
Thanks for the tip, and for the sake of knowledge, what this command does?
[]'s
When I started the game before this command, it runned kinda freezing the mac, but now it's running pretty well.
Thanks for the tip, and for the sake of knowledge, what this command does?
[]'s
Re: MAC FREEZING - 0.14.21
Factorio is attempting to create texture bitmaps with sizes up to 8192x8192 pixels because the OpenGL driver reports that it is able to work with that size. When actually trying to load or access these bitmaps the driver or game crashes, freezes or you get texture errors (missing textures, glitches).rchgonzaga wrote:Thanks for the tip, and for the sake of knowledge, what this command does?
This command prevents Factorio from creating such big bitmap sizes and limits the max size to 4096x4096.
-
- Burner Inserter
- Posts: 7
- Joined: Thu Jan 05, 2017 4:09 pm
- Contact:
Re: MAC FREEZING - 0.14.21
Ok Daniel, thx again, but another strange thing happened here, if you could take a look at the image attached.
1st: My cursor is hovering over a tree, but it does not appear to me. If I hold the right button there I can collect wood, do you guys know why this happens ?
2nd: Whenever i click on the boiler, the game gets extremely slow ... actually it takes all the computer slow and if i put it in the map, it continues slowing the whole computer, so i got to get it back to the inventory :S.
There's anything that i could do here to solve that ?
[]'s
1st: My cursor is hovering over a tree, but it does not appear to me. If I hold the right button there I can collect wood, do you guys know why this happens ?
2nd: Whenever i click on the boiler, the game gets extremely slow ... actually it takes all the computer slow and if i put it in the map, it continues slowing the whole computer, so i got to get it back to the inventory :S.
There's anything that i could do here to solve that ?
[]'s
- Attachments
-
- Captura de Tela 2017-01-05 às 17.53.13.png (1.94 MiB) Viewed 4101 times
Re: MAC FREEZING - 0.14.21
Not sure why that happens, but go to Options --> Graphics and disable 'Enable tree sprite mipmaps (needs restart)'.rchgonzaga wrote:1st: My cursor is hovering over a tree, but it does not appear to me. If I hold the right button there I can collect wood, do you guys know why this happens ?
Your problem (this and maybe the others) might be a lack of VRAM:rchgonzaga wrote:2nd: Whenever i click on the boiler, the game gets extremely slow ... actually it takes all the computer slow and if i put it in the map, it continues slowing the whole computer, so i got to get it back to the inventory.
https://support.apple.com/en-us/HT204349
As your Macbook has 8 GB RAM it allocates 512MB of video memory, which is the minimal requirement for Factorio. It might help to close other applications when running Factorio and to set the Video memory usage in Options --> Graphics to Medium or Low. Disabling the 'Show smoke' option might also help. Also check if your graphics drivers are up-to-date.Intel HD Graphics 3000 allocates a base amount of memory to the integrated GPU based on how much system memory is installed:
- 2 GB of RAM, 256 MB allocated
- 4 GB of RAM, 384 MB allocated
- 8 GB of RAM, 512 MB allocated.
-
- Burner Inserter
- Posts: 7
- Joined: Thu Jan 05, 2017 4:09 pm
- Contact:
Re: MAC FREEZING - 0.14.21 [SOLVED]
Daniel, thanks again for reply.
The number that you told me to put on the command line, I divided by 2 and i think that it solved the problem.
There is any problem by doing that ?
[]'s
The number that you told me to put on the command line, I divided by 2 and i think that it solved the problem.
There is any problem by doing that ?
[]'s
Re: MAC FREEZING - 0.14.21 [SOLVED]
The max-texture-size? No, there is no problem doing that, possible values are 0 (unlimited), 2048, 4096 and 8192.rchgonzaga wrote:The number that you told me to put on the command line, I divided by 2 and i think that it solved the problem.
There is any problem by doing that ?
Good to hear that it works

-
- Burner Inserter
- Posts: 7
- Joined: Thu Jan 05, 2017 4:09 pm
- Contact:
Re: MAC FREEZING - 0.14.21 [SOLVED]
So thanks again
.
[]'s

[]'s