Author Topic: 3.9.0 feedback  (Read 1417 times)

will

  • Golem
  • ******
  • Posts: 783
    • View Profile
3.9.0 feedback
« on: 19 November 2013, 15:45:06 »
I haven't played glest in a long time so it was nice to go download the new 3.9.0 and give it a whirl.  I am using it to introduce my kids to computer games.

Here's some general feedback:

* the animation of the MG logo in the video is really nice, and it'd be great if the same animation could be used in the game too.
* the MG icon looks decidedly outdated, especially at high-res on the mac
* I've had problems with the mac respecting the height and width screen settings.  I presume this is a platform / SDL problem rather than MG code itself though
* ditto I've had a crash in the Intel HD 4000 driver (which is used on my laptop when running on battery).  I sent a report to Apple
* I'm not fond of the opening modeling; the models aren't high-res enough to look good that close, and without ground they seem to just float aimlessly.  I think it'd be better to go straight to the menu
* at high-res all the models look very low-poly.  They are low-poly.  I'm thinking about what we can do about this programmatically.  Perhaps I can experiment with code to add midpoints to obtruse angles in models or something
* and ditto the land.  Perhaps add midpoints to tiles too so they are much smoother.  And perhaps even auto bump mapping too
* when I got to the new game screen, the defaults seem really bad.  You start on a conflict map with Indian vs Egypt starting off right next to each other
* on the new game screen, in the top-left, it says "v3.7.1".  This can't be right?
* the GUI really really really needs a combo-box widget

My daughters use low-end old laptops so I'll play with profiling for the low-end Linux users too.

I'll add any other feedback after a few games here too.

will

  • Golem
  • ******
  • Posts: 783
    • View Profile
Re: 3.9.0 feedback
« Reply #1 on: 19 November 2013, 16:07:46 »
LOL this is embarrassing.  The Mac download goes automatically to 3.7.1.

I discovered this when I tried to play a LAN game with some newly installed Linux laptops.

will

  • Golem
  • ******
  • Posts: 783
    • View Profile
Re: 3.9.0 feedback
« Reply #2 on: 19 November 2013, 17:05:57 »
Definitely 3.9.0 now:

The game started ok on an eee pc 32 bit linux.

The join LAN game UI appeared ok.

But when the loading bar had reached 100%, the game crashed.

This left the other player fighting a very aggressive AI.  What AI level replaces disconnected players and how do you configure it?

error.log:

[2013-11-19 17:15:22] Runtime Error information:
======================================================
In [/home/softcoder/Code/megaglest/trunk/source/glest_game/main/main.cpp::handleSIGSEGV Line: 5563] Error detected: signal 11:

Stack Trace:
./megaglest:Glest::Game::ExceptionHandler::handleRuntimeError(char const*, bool)address [0x83abb5d] line: 637
./megaglest:Glest::Game::handleSIGSEGV(int)address [0x83ac361] line: 5568
[0xb7765400]address [0xb7765400] line: 0

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
Re: 3.9.0 feedback
« Reply #3 on: 19 November 2013, 17:10:34 »
'AI Replacement Multiplier' is shown when 'Advanced Options' is checked. The AI is always a CPU Normal player but you can adjust the resouce multiplier (Default is 1.0). So the player is regular AI by default.

The stack trace doesn't appear to show much useful info. You could try running with the: --verbose parameter and see what the console shows at the time of segfault.

will

  • Golem
  • ******
  • Posts: 783
    • View Profile
Re: 3.9.0 feedback
« Reply #4 on: 19 November 2013, 17:22:55 »
The eee pc crashes every time a game launches; here's the --verbose when it starts the basic tutorial.

Code: [Select]
buttercup@buttercup-1:~$ Games/megaglest/
blender/                   scenarios/
data/                      start_megaglest
docs/                      start_megaglest_g3dviewer
lib/                       start_megaglest_mapeditor
maps/                      techs/
megaglest                  tilesets/
megaglest_editor           tutorials/
megaglest_g3dviewer        uninstall-megaglest.sh
.mojosetup/               
buttercup@buttercup-1:~$ Games/megaglest/megaglest --verbose
Games/megaglest/megaglest: error while loading shared libraries: libvlccore.so.5: cannot open shared object file: No such file or directory
buttercup@buttercup-1:~$ cd Games/megaglest/
buttercup@buttercup-1:~/Games/megaglest$ ./megaglest --verbose
./megaglest: error while loading shared libraries: libvlccore.so.5: cannot open shared object file: No such file or directory
buttercup@buttercup-1:~/Games/megaglest$ ./start_megaglest --verbose
gamedir [/home/buttercup/Games/megaglest]
Looking for LDCONFIG []...
LDCONFIG environment variable is not set...
Found LDCONFIG using which [/sbin/ldconfig]...
default library [/home/buttercup/Games/megaglest/lib/libopenal.so.0] is missing, attempting to find and link to a newer version if available...
new library link [/usr/lib/i386-linux-gnu/libopenal.so.1] pointed to from [/home/buttercup/Games/megaglest/lib/libopenal.so.0]
default library [/home/buttercup/Games/megaglest/lib/libdirectfb-1.0.so.0] is missing, attempting to find and link to a newer version if available...
new library link [/usr/lib/libdirectfb-1.2.so.9] pointed to from [/home/buttercup/Games/megaglest/lib/libdirectfb-1.0.so.0]
default library [/home/buttercup/Games/megaglest/lib/libfusion-1.0.so.0] is missing, attempting to find and link to a newer version if available...
new library link [/usr/lib/libfusion-1.2.so.9] pointed to from [/home/buttercup/Games/megaglest/lib/libfusion-1.0.so.0]
default library [/home/buttercup/Games/megaglest/lib/libdirect-1.0.so.0] is missing, attempting to find and link to a newer version if available...
new library link [/usr/lib/libdirect-1.2.so.9] pointed to from [/home/buttercup/Games/megaglest/lib/libdirect-1.0.so.0]
default library [/home/buttercup/Games/megaglest/lib/libjpeg.so.62] is missing, attempting to find and link to a newer version if available...
new library link [/usr/lib/i386-linux-gnu/libjpeg.so.8] pointed to from [/home/buttercup/Games/megaglest/lib/libjpeg.so.62]
default library [/home/buttercup/Games/megaglest/lib/libpng15.so.15] is missing, attempting to find and link to a newer version if available...
new library link [/lib/i386-linux-gnu/libpng12.so.0] pointed to from [/home/buttercup/Games/megaglest/lib/libpng15.so.15]
default library [/home/buttercup/Games/megaglest/lib/libcurl.so.4] was found in [/usr/lib/i386-linux-gnu/libcurl.so.4]
default library [/home/buttercup/Games/megaglest/lib/libxerces-c-3.1.so] is missing, attempting to find and link to a newer version if available...
default library [/home/buttercup/Games/megaglest/lib/libicudata.so.38] is missing, attempting to find and link to a newer version if available...
new library link [/usr/lib/libicudata.so.48] pointed to from [/home/buttercup/Games/megaglest/lib/libicudata.so.38]
default library [/home/buttercup/Games/megaglest/lib/libicuuc.so.38] is missing, attempting to find and link to a newer version if available...
new library link [/usr/lib/libicuuc.so.48] pointed to from [/home/buttercup/Games/megaglest/lib/libicuuc.so.38]
default library [/home/buttercup/Games/megaglest/lib/libGLEW.so.1.5] is missing, attempting to find and link to a newer version if available...
default library [/home/buttercup/Games/megaglest/lib/libGLEW.so.1.5] is missing, attempting to find and link to a newer version if available...
default library [/home/buttercup/Games/megaglest/lib/libogg.so.0] was found in [/usr/lib/i386-linux-gnu/libogg.so.0]
default library [/home/buttercup/Games/megaglest/lib/libvorbis.so.0] was found in [/usr/lib/i386-linux-gnu/libvorbis.so.0]
default library [/home/buttercup/Games/megaglest/lib/libvorbisfile.so.3] was found in [/usr/lib/i386-linux-gnu/libvorbisfile.so.3]
default library [/home/buttercup/Games/megaglest/lib/libfontconfig.so.1] was found in [/usr/lib/i386-linux-gnu/libfontconfig.so.1]
default library [/home/buttercup/Games/megaglest/lib/libfreetype.so.6] was found in [/usr/lib/i386-linux-gnu/libfreetype.so.6]
default library [/home/buttercup/Games/megaglest/lib/libgnutls.so.26] was found in [/usr/lib/i386-linux-gnu/libgnutls.so.26]
default library [/home/buttercup/Games/megaglest/lib/libldap_r-2.4.so.2] was found in [/usr/lib/i386-linux-gnu/libldap_r-2.4.so.2]
default library [/home/buttercup/Games/megaglest/lib/libresolv.so.2] was found in [/lib/i386-linux-gnu/libresolv.so.2]
default library [/home/buttercup/Games/megaglest/lib/liblua5.1.so.0] was found in [/usr/lib/i386-linux-gnu/liblua5.1.so.0]
default library [/home/buttercup/Games/megaglest/lib/libftgl.so.2] is missing, attempting to find and link to a newer version if available...
default library [/home/buttercup/Games/megaglest/lib/libircclient.so.1] is missing, attempting to find and link to a newer version if available...
default library [/home/buttercup/Games/megaglest/lib/libdl.so.2] was found in [/lib/i386-linux-gnu/libdl.so.2]
default library [/home/buttercup/Games/megaglest/lib/libvlccore.so.5] is missing, attempting to find and link to a newer version if available...
default library [/home/buttercup/Games/megaglest/lib/libvlc.so.5] is missing, attempting to find and link to a newer version if available...
default library [/home/buttercup/Games/megaglest/lib/libgcrypt.so.11] was found in [/lib/i386-linux-gnu/libgcrypt.so.11]
In [/home/softcoder/Code/megaglest/trunk/source/glest_game/../shared_lib/include/platform/sdl/platform_main.h::mainSetup Line: 534]
In [/home/softcoder/Code/megaglest/trunk/source/glest_game/../shared_lib/include/platform/sdl/platform_main.h::mainSetup Line: 600] About to validate SSE support
In [/home/softcoder/Code/megaglest/trunk/source/glest_game/../shared_lib/include/platform/sdl/platform_main.h::mainSetup Line: 611] sse check got [67266,133120,4244381,-1075184641]
In [/home/softcoder/Code/megaglest/trunk/source/glest_game/../shared_lib/include/platform/sdl/platform_main.h::mainSetup Line: 646]
In [/home/softcoder/Code/megaglest/trunk/source/glest_game/../shared_lib/include/platform/sdl/platform_main.h::mainSetup Line: 650]
In [/home/softcoder/Code/megaglest/trunk/source/glest_game/../shared_lib/include/platform/sdl/platform_main.h::mainSetup Line: 669]
In [/home/softcoder/Code/megaglest/trunk/source/glest_game/../shared_lib/include/platform/sdl/platform_main.h::mainSetup Line: 675]
In [/home/softcoder/Code/megaglest/trunk/source/glest_game/../shared_lib/include/platform/sdl/platform_main.h::mainSetup Line: 677]
In [/home/softcoder/Code/megaglest/trunk/source/glest_game/../shared_lib/include/platform/sdl/platform_main.h::mainSetup Line: 680]
megaglest v3.9.0
Compiled using: GNUC: 40403 on: Nov 17 2013 15:00:04 platform: Linux endianness: little
Endian value = 111
Endian to common value = 111
Endian from common value = 111
int8 sizeof = 1
SwitchSetupRequest sizeof = 402
SVN: [Rev: 4846] - using STREFLOP [SSE] - [no-denormals]
In [util.cpp::init Line: 246]
In [util.cpp::init Line: 268]
In Thread::execute Line: 253 thread = 0x919ab80 base_thread = 0x919ab80 [LogFileThread]
In [/home/softcoder/Code/megaglest/trunk/source/shared_lib/sources/platform/common/simple_threads.cpp::execute Line: 703]
In [/home/softcoder/Code/megaglest/trunk/source/shared_lib/sources/platform/common/simple_threads.cpp::execute Line: 711]
In [util.cpp::init Line: 277]
In [util.cpp::initHTTP Line 190] calling curl_global_init
In [util.cpp::initHTTP Line 193] curl_global_init called and returned: result 0 [No error]
In [util.cpp::initHTTP Line 197] calling curl_easy_init
In [util.cpp::initHTTP Line 203] handle = 0x91ab620
In [util.cpp::initHTTP Line 206] handle = 0x91ab620
-=-=-=-=-=-=-= looking for file in possible location  [/home/buttercup/Games/megaglest/]
-=-=-=-=-=-=-= looking for linux specific file in possible location  [/home/buttercup/Games/megaglest/linux_glest.ini]
foundPath = [1]
-=-=-=-=-=-=-= About to load fileName.first = [/home/buttercup/Games/megaglest/glest.ini]
Property key [DataPath] now has value [/home/buttercup/Games/megaglest//] original_value [$APPLICATIONDATAPATH/]
Property key [LogPath] now has value [/home/buttercup/.megaglest/] original_value [$HOME/.megaglest/]
Property key [UserData_Root] now has value [/home/buttercup/.megaglest/] original_value [$HOME/.megaglest/]
-=-=-=-=-=-=-= About to load fileName.second = [/home/buttercup/.megaglest/glestuser.ini]
Using ini specified data path [/home/buttercup/Games/megaglest//]
Using ini specified logs path [/home/buttercup/.megaglest/]
#1 In setting up errorHandlerPtr->set_dump_path [0x919bd70]...
#2 In setting up errorHandlerPtr->set_dump_path...
Hooking up google_breakpad::ExceptionHandler to save dmp files to [/home/buttercup/.megaglest/]...
--- Startup log settings are ---
debugSystem [0][/home/buttercup/.megaglest/debug.log]
debugNetwork [0][/home/buttercup/.megaglest/debug.log]
debugPerformance [0][/home/buttercup/.megaglest/debug.log]
debugWorldSynch [0][/home/buttercup/.megaglest/debug.log]
debugUnitCommands[0][/home/buttercup/.megaglest/debug.log]
debugPathFinder[0][/home/buttercup/.megaglest/debug.log]
debugLUA [0][/home/buttercup/.megaglest/debug.log]
debugSound [0][/home/buttercup/.megaglest/debug.log]
debugError [1][]
-=-=-=-=-=-=-= looking for file in possible location  [/home/buttercup/Games/megaglest/]
-=-=-=-=-=-=-= looking for linux specific file in possible location  [/home/buttercup/Games/megaglest/linux_glestkeys.ini]
foundPath = [1]
-=-=-=-=-=-=-= About to load fileName.first = [/home/buttercup/Games/megaglest/glestkeys.ini]
-=-=-=-=-=-=-= About to load fileName.second = [/home/buttercup/.megaglest/glestuserkeys.ini]
Locale is: [en_US.UTF-8]
In [renderer.cpp::Renderer Line: 234] Renderer::perspFarPlane [1000000.000000] this->no2DMouseRendering [0] this->maxConsoleLines [8]
In Thread::execute Line: 253 thread = 0x91b59b0 base_thread = 0x91b59b0 [renderer.cpp_260]
In [/home/softcoder/Code/megaglest/trunk/source/shared_lib/sources/platform/common/simple_threads.cpp::execute Line: 545]
In [/home/softcoder/Code/megaglest/trunk/source/shared_lib/sources/platform/common/simple_threads.cpp::execute Line: 552]
In [/home/softcoder/Code/megaglest/trunk/source/shared_lib/sources/platform/common/simple_threads.cpp::execute Line: 557]
Property key [IntroTexture4] now has value [/home/buttercup/Games/megaglest//data/core/menu/textures/logo.tga] original_value [$APPLICATIONDATAPATH/data/core/menu/textures/logo.tga]
Property key [IntroText5] now has value [v3.9.0] original_value [$GAMEVERSION]
Property key [MEGAGLEST_FONT] now has value [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] original_value [$APPLICATIONDATAPATH/data/core/fonts/LinBiolinum_RB.ttf]
*ERROR* In [/home/softcoder/Code/megaglest/trunk/source/glest_game/global/lang.cpp::hasString Line: 449] Error [Value not found in propertyMap: FONT_RIGHTTOLEFT_MIXED_SUPPORT, loaded from: /home/buttercup/Games/megaglest//data/lang/english.lng] for uselanguage []
key: 110 [none] IS ALLOWED
Using Font::charCount = 256, Font::fontTypeName [Times New Roman] Shared::Platform::charSet = 1, Font::fontIsMultibyte = 0, Font::fontIsRightToLeft = 0
In [window.cpp::Window 93]
In [window.cpp::Window 96]
In [window.cpp::setText 380]
In [window.cpp::setText 382]
In [window.cpp::create 419]
In [window.cpp::create 423]
In [gl_wrap.cpp::init 57]
In [window.cpp::setupGraphicsScreen 437]
In [window.cpp::setupGraphicsScreen 446]
In [window.cpp::setupGraphicsScreen 449]
In [window.cpp::setupGraphicsScreen 459]
In [window.cpp::setupGraphicsScreen 468]
In [window.cpp::setupGraphicsScreen 478]
In [window.cpp::setupGraphicsScreen 487]
In [gl_wrap.cpp::init 62]
In [gl_wrap.cpp::init 83]
In [gl_wrap.cpp::init 91]
In [gl_wrap.cpp::init 228]
In [gl_wrap.cpp::init 231] BEFORE glewInit call
In [gl_wrap.cpp::init 235] AFTER glewInit call err = 0
In [gl_wrap.cpp::init 246]
In [gl_wrap.cpp::init 250]
In [gl_wrap.cpp::init 254]
In [gl_wrap.cpp::init 258]
#1 candidate font file exists [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/linux-libertine/LinLibertine_Re.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/LinBiolinum_RB.otf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
Final selection of font file is [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
3D font [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [null] result [null]
#1 candidate font file exists [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/linux-libertine/LinLibertine_Re.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/LinBiolinum_RB.otf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
Final selection of font file is [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 candidate font file exists [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/linux-libertine/LinLibertine_Re.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/LinBiolinum_RB.otf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
Final selection of font file is [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
3D font [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [null] result [null]
#1 candidate font file exists [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/linux-libertine/LinLibertine_Re.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/LinBiolinum_RB.otf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
Final selection of font file is [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 candidate font file exists [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/linux-libertine/LinLibertine_Re.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/LinBiolinum_RB.otf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
Final selection of font file is [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
3D font [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [null] result [null]
#1 candidate font file exists [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/linux-libertine/LinLibertine_Re.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/LinBiolinum_RB.otf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
Final selection of font file is [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 candidate font file exists [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/linux-libertine/LinLibertine_Re.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/LinBiolinum_RB.otf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
Final selection of font file is [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
3D font [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [null] result [null]
#1 candidate font file exists [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/linux-libertine/LinLibertine_Re.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/LinBiolinum_RB.otf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
Final selection of font file is [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 candidate font file exists [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/linux-libertine/LinLibertine_Re.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/LinBiolinum_RB.otf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
Final selection of font file is [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
3D font [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [null] result [null]
#1 candidate font file exists [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/linux-libertine/LinLibertine_Re.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/LinBiolinum_RB.otf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
Final selection of font file is [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 candidate font file exists [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/linux-libertine/LinLibertine_Re.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/LinBiolinum_RB.otf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
Final selection of font file is [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
3D font [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [null] result [null]
#1 candidate font file exists [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothub__.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/uralic/gothu___.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHUB__.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/TTF/uralic/GOTHU___.TTF] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/linux-libertine/LinLibertine_Re.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/freefont/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/LinBiolinum_RB.otf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/truetype/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSerif.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeSans.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
#1 Searching for font file [/usr/share/fonts/freefont-ttf/FreeMono.ttf] result [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
Final selection of font file is [/home/buttercup/Games/megaglest//data/core/fonts/LinBiolinum_RB.ttf]
In [xml_parser.cpp::load Line: 521] about to load [/home/buttercup/Games/megaglest//data/core/menu/menu.xml] skipStackCheck = 0
Using RapidXml to load file [/home/buttercup/Games/megaglest//data/core/menu/menu.xml]
In [xml_parser.cpp::load Line: 352] took msecs: 0
In [xml_parser.cpp::load Line: 368] took msecs: 0
In [xml_parser.cpp::load Line: 381] took msecs: 0
In [xml_parser.cpp::load Line: 387] took msecs: 0
In [xml_parser.cpp::load Line: 392] took msecs: 0
Found XML Node
Name [menu]
Value []
Found XML Node
Name [menu-background-model]
Value []
Found XML Node
Name [water]
Value []
Found XML Node
Name [rain]
Value []
Found XML Node
Name [fog]
Value []
Found XML Node
Name [camera]
Value []
Found XML Node
Name [start-position]
Value []
Found XML Node
Name [root-position]
Value []
Found XML Node
Name [about-position]
Value []
Found XML Node
Name [config-position]
Value []
Found XML Node
Name [info-position]
Value []
Found XML Node
Name [new-game-position]
Value []
Found XML Node
Name [connected-game-position]
Value []
Found XML Node
Name [join-game-position]
Value []
Found XML Node
Name [masterserver-position]
Value []
Found XML Node
Name [mods-position]
Value []
Found XML Node
Name [scenario-position]
Value []
Found XML Node
Name [start-rotation]
Value []
Found XML Node
Name [root-rotation]
Value []
Found XML Node
Name [about-rotation]
Value []
Found XML Node
Name [config-rotation]
Value []
Found XML Node
Name [info-rotation]
Value []
Found XML Node
Name [new-game-rotation]
Value []
Found XML Node
Name [connected-game-rotation]
Value []
Found XML Node
Name [join-game-rotation]
Value []
Found XML Node
Name [masterserver-rotation]
Value []
Found XML Node
Name [mods-rotation]
Value []
Found XML Node
Name [scenario-rotation]
Value []
Found XML Node
Name [intro]
Value []
Found XML Node
Name [intro-time]
Value []
Found XML Node
Name [appear-time]
Value []
Found XML Node
Name [show-time]
Value []
Found XML Node
Name [disappear-time]
Value []
Found XML Node
Name [menu-music-path]
Value []
Found XML Node
Name [menu-intro-music]
Value []
Found XML Node
Name [menu-music]
Value []
Found XML Node
Name [show-intro-pictures]
Value []
Found XML Node
Name [show-intro-models]
Value []
Found XML Node
Name [camera]
Value []
Found XML Node
Name [start-position]
Value []
Found XML Node
Name [start-rotation]
Value []
In [xml_parser.cpp::load Line: 396] took msecs: 9
In [xml_parser.cpp::load Line: 552] about to load [/home/buttercup/Games/megaglest//data/core/menu/menu.xml]
In [renderer.cpp::init 402]
In [renderer.cpp::init 406]
In [renderer.cpp::init 410]
In [renderer.cpp::init 416]
In [renderer.cpp::init 420]
In [renderer.cpp::init 431]
In [renderer.cpp::init 443]
In [renderer.cpp::init 447]
OpenGL Extension [GL_EXT_texture_filter_anisotropic] supported status = 1
In [renderer.cpp::init 451]
In [renderer.cpp::init 455]
In [renderer.cpp::init 459]
In [renderer.cpp::init 462]
In [renderer.cpp::init 465]
In [renderer.cpp::init 471]
In Thread::execute Line: 253 thread = 0x981d430 base_thread = 0x981d430 [program.cpp_846]
In [/home/softcoder/Code/megaglest/trunk/source/shared_lib/sources/platform/common/simple_threads.cpp::execute Line: 545]
In [/home/softcoder/Code/megaglest/trunk/source/shared_lib/sources/platform/common/simple_threads.cpp::execute Line: 552]
In [/home/softcoder/Code/megaglest/trunk/source/shared_lib/sources/platform/common/simple_threads.cpp::execute Line: 557]
In [xml_parser.cpp::load Line: 521] about to load [/home/buttercup/Games/megaglest//data/core/menu/menu.xml] skipStackCheck = 0
Using RapidXml to load file [/home/buttercup/Games/megaglest//data/core/menu/menu.xml]
In [xml_parser.cpp::load Line: 352] took msecs: 0
In [xml_parser.cpp::load Line: 368] took msecs: 0
In [xml_parser.cpp::load Line: 381] took msecs: 0
In [xml_parser.cpp::load Line: 387] took msecs: 0
In [xml_parser.cpp::load Line: 392] took msecs: 0
Found XML Node
Name [menu]
Value []
Found XML Node
Name [menu-background-model]
Value []
Found XML Node
Name [water]
Value []
Found XML Node
Name [rain]
Value []
Found XML Node
Name [fog]
Value []
Found XML Node
Name [camera]
Value []
Found XML Node
Name [start-position]
Value []
Found XML Node
Name [root-position]
Value []
Found XML Node
Name [about-position]
Value []
Found XML Node
Name [config-position]
Value []
Found XML Node
Name [info-position]
Value []
Found XML Node
Name [new-game-position]
Value []
Found XML Node
Name [connected-game-position]
Value []
Found XML Node
Name [join-game-position]
Value []
Found XML Node
Name [masterserver-position]
Value []
Found XML Node
Name [mods-position]
Value []
Found XML Node
Name [scenario-position]
Value []
Found XML Node
Name [start-rotation]
Value []
Found XML Node
Name [root-rotation]
Value []
Found XML Node
Name [about-rotation]
Value []
Found XML Node
Name [config-rotation]
Value []
Found XML Node
Name [info-rotation]
Value []
Found XML Node
Name [new-game-rotation]
Value []
Found XML Node
Name [connected-game-rotation]
Value []
Found XML Node
Name [join-game-rotation]
Value []
Found XML Node
Name [masterserver-rotation]
Value []
Found XML Node
Name [mods-rotation]
Value []
Found XML Node
Name [scenario-rotation]
Value []
Found XML Node
Name [intro]
Value []
Found XML Node
Name [intro-time]
Value []
Found XML Node
Name [appear-time]
Value []
Found XML Node
Name [show-time]
Value []
Found XML Node
Name [disapp
« Last Edit: 26 July 2016, 20:33:57 by filux »

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
Re: 3.9.0 feedback
« Reply #5 on: 19 November 2013, 17:32:48 »
Edit glestuser.ini in ~/.megaglest and add this line to see if if helps fix this crash:
Code: [Select]
PreCacheCRCThread=false
Thanks
« Last Edit: 5 April 2016, 00:08:12 by filux »

will

  • Golem
  • ******
  • Posts: 783
    • View Profile
Re: 3.9.0 feedback
« Reply #6 on: 19 November 2013, 17:50:00 »
PreCacheCRCThread didn't help unfortunately.

I speculate its as simple as running out of RAM.

tomreyn

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
Re: 3.9.0 feedback
« Reply #7 on: 19 November 2013, 18:33:12 »
How much RAM does it have? What's it's graphics card?

About OS X, there is no 3.9.0 release for it, yet, but there is this pre-release build which you can (and I would appreciate if you would) test (and provide feedback over there).
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

will

  • Golem
  • ******
  • Posts: 783
    • View Profile
Re: 3.9.0 feedback
« Reply #8 on: 21 November 2013, 15:22:28 »
With --disable-vbos on the command-line it works on the eee pc!  It works surprisingly well, in fact; quite playable :)

Is there a setting for this in the ini?

I speculate that the GPU does support VBOs but that it runs out of memory for those VBOs.  Pure speculation though.

We have had some games with 3 people and 4 cpus but they are short-lived and we don't know if the eee pc will eventually grind to a halt in long games if there is any kind of memory leak or problem as we get more units.

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
Re: 3.9.0 feedback
« Reply #9 on: 21 November 2013, 20:34:39 »
You made add this to glestuser.ini:

Code: [Select]
DisableVBO=true
Glad to hear its working somewhat on a eepc :)

tomreyn

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
Re: 3.9.0 feedback
« Reply #10 on: 21 November 2013, 22:05:14 »
While this was already discussed in the FAQ, I've just improved it a little bit. See the My video performance is bad, what can I do? section on faq.megaglest.org
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

nig

  • Technician
  • ****
  • Posts: 110
    • View Profile
Re: 3.9.0 feedback
« Reply #11 on: 27 November 2013, 16:34:32 »
I agree a "low profil" for running Megaglest on older machines would be nice.

Dont ask for more polygones. I am afraid the necessary resources to a run a bigger game with fun are already too high.

For completeness of the thread I have to say, that MG is definitly not running on a eeePC ( I bought one to do that and gave up disappointed after tests with Win7 32 and Ubuntu 12.04LTS with Megaglest 3.6.0.3.)

After your post I tried again today with Megagaglest 3.9.0 and its more impossible than ever.

Maybe you are able to start a game and have a few moves with 150 units or so... but MG 3.6.0.3 goes down to 3 FPS if there are about 300 units in the game ( try scenario Egypt Mayhem!).

MG 3.9.0. is going down at about 200 units on WIN7 32 with full processor load, even if you cancel shadows and animated tilesets in video-options.

I think its time to offer a system requirement vor MG to avoid frustration of newbies.

The last sys-requirement I found is for 3.5.1. and sais:
Quote
multi-core CPU (modern CPU series with at least two cores of at least 1.5 Ghz recommended
that is way too less nowadays.. This worked with MG and just Techs and Magic in ancient times I am afraid.

Greets
nig

tomreyn

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
Re: 3.9.0 feedback
« Reply #12 on: 27 November 2013, 17:16:39 »
Check the README file, what you quoted is not what it says there.

Generally an eeepc is an oversized pocket calculator. It is not meant to be used for anything other than browsing the web and some office work. It is not meant to be used for gaming. You can use current (that is of the latest generation, Haswell, or the one before that, Ivy bridge) Intel GPUs in a 6 player network game on 3.9.0 fine. The latest AMD APUs may work, too (I have no first hand experience there), but I would not recommend any earlier one, especially not on Windows (Intels' drivers are bad there, AMDs are OK I think).
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

will

  • Golem
  • ******
  • Posts: 783
    • View Profile
Re: 3.9.0 feedback
« Reply #13 on: 27 November 2013, 19:01:44 »
As we played lan games the eeepc has no ai to run.  Also, we ran at 800x600 iirc, rather than highest res.

An eeepc is better than the first rigs that played glest.  Its really not as shoddy as people want to believe.  If mg doesn't run well on it, its really just to profile and optimise, because a game like mg ought to fly on an atom.

 

anything