It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I installed the Linux version of Witcher 2 on Debian 11. I made sure to install the required Linux libraries listed on the game's page. The launcher starts, but the actual game will not start and causes this error: "ERROR - eON failed to initialise!"

After some research I saw that there's an error log for this ominous "eON". This is the content:

[code]
cat ~/.local/share/cdprojektred/witcher2/eon.txt
[thread ffffffff][I][6]: Log system initialised
[thread ffffffff][I][26]: Default allowed number of simultaneously open files in the system is 1024.
[thread ffffffff][I][26]: Current memlock limit is 761806848.
[thread ffffffff][I][26]: setrlimit(RLIMIT_MEMLOCK) failed, (1) Operation not permitted
[thread ffffffff][I][32]: setup_teb_register() - using LDT entry 13
[thread 00000001][I][80]: Creating OpenGL Core context failed
[thread 00000001][I][81]: Creating OpenGL 2.1 context failed
[thread 00000001][E][81]: Failed to initialise OpenGL context!
[thread 00000001][E][81]: PrepareOpenGLDisplayInformation() failed!!
[/code]

What can I do to start the game without the error?
No posts in this topic were marked as the solution yet. If you can help, add your reply
Solved: I found out I had to do

sudo apt install nvidia-driver-libs:i386