1
Technical Help: Problems BEFORE entering the game / Re: Can't launch the game or the launcher
« on: November 29, 2015, 02:44:54 pm »
Ok, i tried looking at the sound and set it to openAL, the i enabled VBO in graphics and it works!
I am now ingame talking to NPC's
Thx all for the pointers. 
So if anyone else runs into a simular problem, lets list here...
It seems the engine/xorg or something in that line has an issue with certain locale's i was using en_DK utf8, which is apparently conflicting. So what i did was, change the locale to en_US utf8 and that stopped the launcher from crashing at startup. Then i set the sound to openAL and enabled VBO, which stopped the game from crashing with a segmentation fault, when i entered the world. Hope this can help someone in the future and maybe the Dev's can figure out a way to get the launcher to handle the "strange" locale's...
I am now ingame talking to NPC's
Thx all for the pointers. So if anyone else runs into a simular problem, lets list here...
It seems the engine/xorg or something in that line has an issue with certain locale's i was using en_DK utf8, which is apparently conflicting. So what i did was, change the locale to en_US utf8 and that stopped the launcher from crashing at startup. Then i set the sound to openAL and enabled VBO, which stopped the game from crashing with a segmentation fault, when i entered the world. Hope this can help someone in the future and maybe the Dev's can figure out a way to get the launcher to handle the "strange" locale's...