Game will open on two seconds then it will close it self.
I have Ubuntu(linux) 13.10 and I use game 0.8.8.
Game crashes
Re: Game crashes
Hi, thanks for the report. If you try to start the game from console, does it write anything?
I have no idea what I'm talking about.
- Madara Uchiha
- Inserter
- Posts: 35
- Joined: Sun Feb 02, 2014 11:21 pm
- Contact:
Re: Game crashes
I managed to reproduce.
When running from terminal, I get this:
You should place the config files on ~/.config by the way.
When running from terminal, I get this:
Code: Select all
madara@Dor-PC:~/Games/factorio/bin/x64$ ./factorio
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
radeon: Failed to allocate a buffer:
radeon: size : 390070272 bytes
radeon: alignment : 8192 bytes
radeon: domains : 4
radeon: Failed to allocate a buffer:
radeon: size : 390070272 bytes
radeon: alignment : 8192 bytes
radeon: domains : 4
/home/madara/Games/factorio/config/config.ini: cannot open file
Segmentation fault (core dumped)
- Madara Uchiha
- Inserter
- Posts: 35
- Joined: Sun Feb 02, 2014 11:21 pm
- Contact:
Re: Game crashes
Alright, after some checking I found:
- The directory it's trying to access doesn't exist.
- After creating the directory and the file (empty) the game crashed one more time (Telling me it's probably out of memory, the setting was changed to lower, and that I should try again)
- After trying again the game runs.
Re: Game crashes
This looks like there is not enough graphics memory.
Try creating the file config.ini and turn on the low-graphics option in the graphics section:
Try creating the file config.ini and turn on the low-graphics option in the graphics section:
Code: Select all
[graphics]
low-graphics=true
I have no idea what I'm talking about.
- Madara Uchiha
- Inserter
- Posts: 35
- Joined: Sun Feb 02, 2014 11:21 pm
- Contact:
Re: Game crashes
Yeah the game runs for me well now (after creating the file empty and letting the game change it to low-graphic settings).
However, why didn't the game create the directory/file itself if it's missing it? Or perhaps include it in the package?
However, why didn't the game create the directory/file itself if it's missing it? Or perhaps include it in the package?
Re: Game crashes
That's a bug. We can't include the file in the package, because not everyone has it in the same location.Madara Uchiha wrote:Yeah the game runs for me well now (after creating the file empty and letting the game change it to low-graphic settings).
However, why didn't the game create the directory/file itself if it's missing it? Or perhaps include it in the package?
Anyway, if someone else encounters this thread, we will be continuing in the bug reports section: https://forums.factorio.com/forum/vie ... f=7&t=2229
I have no idea what I'm talking about.