Modcraft - The community dedicated to quality WoW modding!
Featured => Noggit => Topic started by: Shutok2 on October 25, 2013, 04:50:40 pm
-
Hi! Some days ago I decided to install ElementaryOS, a O.S based in Ubuntu 12.04
I managed to compile Noggit SDL 1.3 in ElementaryOS, but when I start Noggit, noggit doesn't open, the log says this.
0 - (Noggit.cpp:443): Noggit Studio - 3.0
10 - (Noggit.cpp:250): Using config file.
10 - (Noggit.cpp:452): Game path: /home/tonii/Applications/WorldOfWarcraft/
10 - (Noggit.cpp:456): Project path: /home/tonii/Applications/WorldOfWarcraft/
10 - (Noggit.cpp:295): Locale: esES
50 - (MPQ.cpp:47): [Debug] Opened archive /home/tonii/Applications/WorldOfWarcraft/Data/common.MPQ
180 - (MPQ.cpp:47): [Debug] Opened archive /home/tonii/Applications/WorldOfWarcraft/Data/common-2.MPQ
240 - (MPQ.cpp:47): [Debug] Opened archive /home/tonii/Applications/WorldOfWarcraft/Data/expansion.MPQ
320 - (MPQ.cpp:47): [Debug] Opened archive /home/tonii/Applications/WorldOfWarcraft/Data/lichking.MPQ
470 - (MPQ.cpp:47): [Debug] Opened archive /home/tonii/Applications/WorldOfWarcraft/Data/patch.MPQ
540 - (MPQ.cpp:47): [Debug] Opened archive /home/tonii/Applications/WorldOfWarcraft/Data/patch-2.MPQ
590 - (MPQ.cpp:47): [Debug] Opened archive /home/tonii/Applications/WorldOfWarcraft/Data/patch-3.MPQ
660 - (MPQ.cpp:47): [Debug] Opened archive /home/tonii/Applications/WorldOfWarcraft/Data/esES/locale-esES.MPQ
670 - (MPQ.cpp:47): [Debug] Opened archive /home/tonii/Applications/WorldOfWarcraft/Data/esES/expansion-locale-esES.MPQ
690 - (MPQ.cpp:47): [Debug] Opened archive /home/tonii/Applications/WorldOfWarcraft/Data/esES/lichking-locale-esES.MPQ
730 - (MPQ.cpp:47): [Debug] Opened archive /home/tonii/Applications/WorldOfWarcraft/Data/esES/patch-esES.MPQ
740 - (MPQ.cpp:47): [Debug] Opened archive /home/tonii/Applications/WorldOfWarcraft/Data/esES/patch-esES-2.MPQ
760 - (MPQ.cpp:47): [Debug] Opened archive /home/tonii/Applications/WorldOfWarcraft/Data/esES/patch-esES-3.MPQ
3120 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientAreaTable.dbc"
3260 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientMap.dbc"
3470 - (MPQ.cpp:89): [Debug] Completed listfile loading.
3470 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientLoadingScreens.dbc"
3470 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientLight.dbc"
3470 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientLightParams.dbc"
3480 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientLightSkybox.dbc"
3480 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientLightIntBand.dbc"
3490 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientLightFloatBand.dbc"
3490 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientGroundEffectDoodad.dbc"
3500 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientGroundEffectTexture.dbc"
3510 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientLiquidType.dbc"
3570 - (Video.cpp:188): [Error] SDL: Couldn't find matching GLX visual
Any tip of how I can solve this???:
3570 - (Video.cpp:188): [Error] SDL: Couldn't find matching GLX visual
Thank u very much!
-
I have little to no knowledge of Linux or it's sister systems, but I was able to dig up something on Wikipedia
http://en.wikipedia.org/wiki/GLX_visual (http://en.wikipedia.org/wiki/GLX_visual" onclick="window.open(this.href);return false;)
Last lines of the article discuss that exact same error and what it means
-
You've downloaded the wrong branch. It's noggit 3.0. Click Downloads - Forks - ZIP on bitbucket.
-
I've downloaded SDL branch, which is the proper branch?
sdl?
default?
qt-no-old-ui?
refractor?
qt-no-old-ui-mvc?
sdl-fixes?
mop?
qt?
Thanks for your answer.
-
As I noted, the sdl branch....
-
As I noted, the sdl branch....
That's the branch i downloaded and compiled.
-
just a guess: your driver doesnt supports proper opengl (u will have to install the proprietary drivers to archive this)
-
He is not the first. I sum 12 People did talk to me who loaded wrong.
Wold be good if
1. The repo get switched in SDL branch.
2. We get the github to start.
-
1. The repo get switched in SDL branch.
It is.
2. We get the github to start.
How in hell would that help?
-
I finally managed to made it run, thanks to Hanfer, it was a issue with proprietary drivers :D
-
Ok nice to hear.