[WINDOWS] Crash with Low Rendering
Re: [WINDOWS] Crash with Low Rendering
I posted in another thread but I'll post here too as I just read this. I am also having the same issue, I tried to speed up the game for a puzzle by lowering my resolution and the game crashed. I am unable to restart. I am using a Mac laptop, 10.7.5, 2.1 Ghz and 2 GB 667 MHz RAM. Is there anything I can do? I'll try to do some of the things Windows users tried, I'm not terribly computer savvy though.
Re: [WINDOWS] Crash with Low Rendering
It's probably not the same issue.
Maybe the new resolution you selected isn't supported by your monitor? Is there any particular error message you receive? An error code?
Maybe the new resolution you selected isn't supported by your monitor? Is there any particular error message you receive? An error code?
Re: [WINDOWS] Crash with Low Rendering
Thanks for responding, here's the error message received:FlashSoul wrote:It's probably not the same issue.
Maybe the new resolution you selected isn't supported by your monitor? Is there any particular error message you receive? An error code?
[string "Config.lua"]:0: bad argument #1 to 'match' (string expected, got nil)
stack traceback:
[C]: in function 'match'
[string "Config.lua"]: in function 'parseResolution'
[string "Config.lua"]: in function 'load'
[string "Grimrock.lua"]: in function 'init'
[string "Grimrock.lua"]: in main chunk
[C]: in function 'require'
init.lua: in main chunk
Re: [WINDOWS] Crash with Low Rendering
Looks like the config file has an invalid value for some reason. The config file is a text file that you can edit. It can be found at:
~/Library/Application Support/Almost Human/Legend of Grimrock/grimrock.cfg
The resolution string is probably malformed. It should read something like "1280 x 720".
You can also delete the config file and Grimrock will create a new config file with default settings.
~/Library/Application Support/Almost Human/Legend of Grimrock/grimrock.cfg
The resolution string is probably malformed. It should read something like "1280 x 720".
You can also delete the config file and Grimrock will create a new config file with default settings.
Re: [WINDOWS] Crash with Low Rendering
petri wrote:Looks like the config file has an invalid value for some reason. The config file is a text file that you can edit. It can be found at:
~/Library/Application Support/Almost Human/Legend of Grimrock/grimrock.cfg
The resolution string is probably malformed. It should read something like "1280 x 720".
You can also delete the config file and Grimrock will create a new config file with default settings.
Ok, thanks so much. I'll try that.
Re: [WINDOWS] Crash with Low Rendering
Banshee wrote:petri wrote:Looks like the config file has an invalid value for some reason. The config file is a text file that you can edit. It can be found at:
~/Library/Application Support/Almost Human/Legend of Grimrock/grimrock.cfg
The resolution string is probably malformed. It should read something like "1280 x 720".
You can also delete the config file and Grimrock will create a new config file with default settings.
That worked, thanks! When I changed the resolution to lower than 1024 X 768 the game changed the resolution to 'nil' which could be why it crashed.