Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
MovableObjectFactory for type 'Entity' registered.
MovableObjectFactory for type 'Light' registered.
MovableObjectFactory for type 'BillboardSet' registered.
MovableObjectFactory for type 'ManualObject' registered.
MovableObjectFactory for type 'BillboardChain' registered.
MovableObjectFactory for type 'RibbonTrail' registered.
Loading library ./lib/32/RenderSystem_GL
Installing plugin: GL RenderSystem
OpenGL Rendering Subsystem created.
X Error of failed request: BadRRCrtc (invalid Crtc parameter)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 20 (RRGetCrtcInfo)
Crtc id in failed request: 0x0
Serial number of failed request: 23
Current serial number in output stream: 23
Game removed: AppID 215160 "The Book of Unwritten Tales", ProcID 2183
(steam:2061): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
(steam:2061): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
(steam:2061): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
But I managed to "fix" it! Since I'm running dual monitor, I typically turn my secondary monitor off through xrandr in the terminal. However, that is apparently not enough for running this game. My primary monitor also has to explicity be set to primary through xrandr.
The two xrandr commands:
xrandr --output DVI-D-0 --off
xrandr --output DVI-I-1 --primary
This is related to a bug in the package "ubuntu-drivers-common". At least in Ubuntu 14.04 with the prop. NV drivers.
You will notice it by running "xrandr -q" and finding another active monitor, even though this device isn't connected. It can't be disabled by xrandr and therefore the game crashes each time, because it will try to run on the ghost VGA monitor.
Solution is to install a fix from the proposed source. A detailed instruction from the fix creators with all necessary information can be found here: https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1296020/comments/35
Another bug concerning the crash of the game when try to go to the Settings is fixed by a user compiled library. For more info look here:
I hope this does help some people.
I currently have it working flawless up to chapter 3 (haven't played further) with nvidia-331 with using prime-select nvidia (Geforce GT540K).
It really sucks that those quite common bugs are not fixed, at least the "Settings" bug :/