Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Vido89

Pages: [1]
1
Hi ... im using fedora 12 (32)
I try to compile glestae but I have this error ...
I followed these instructions https://docs.megaglest.org/GAE/Linux_Compiling

Code: [Select]
[vido@localhost ~]$ cd Desktop/glestae
[vido@localhost glestae]$ mkdir build
[vido@localhost glestae]$ cd build
[vido@localhost build]$ cmake -DGAE_DATA_DIR=$PWD/../data/game ..
-- The CXX compiler identification is GNU
-- The C compiler identification is GNU
-- Check for working CXX compiler: /usr/lib/ccache/c++
-- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/lib/ccache/gcc
-- Check for working C compiler: /usr/lib/ccache/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Looking for glob.h
-- Looking for glob.h - found
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - found
-- Looking for sys/filio.h
-- Looking for sys/filio.h - not found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for byteswap.h
-- Looking for byteswap.h - found
-- Found Lua51: /usr/lib/liblua-5.1.so;/usr/lib/libm.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Found X11: /usr/lib/libX11.so
-- Found VORBIS: /usr/include
-- Found ZLIB: /usr/lib/libz.so
-- Found CPPUNIT: /usr/include
-- checking for module 'libxml-2.0'
--   found libxml-2.0, version 2.7.7
-- Found LibXml2: /usr/lib/libxml2.so
-- Found wxWidgets: TRUE
-- Found Freetype: /usr/lib/libfreetype.so
-- Found PNG: /usr/lib/libpng.so
-- Found JPEG: /usr/lib/libjpeg.so
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found Doxygen: /usr/bin/doxygen
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vido/Desktop/glestae/build
[vido@localhost build]$ make
Scanning dependencies of target shared_lib
[  1%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/util/conversion.cpp.o
[  1%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/util/util.cpp.o
[  2%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/util/leak_dumper.cpp.o
[  2%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/util/properties.cpp.o
[  3%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/util/profiler.cpp.o
[  3%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/math/quaternion.cpp.o
[  4%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/math/math_util.cpp.o
[  5%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/graphics_interface.cpp.o
[  5%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/font.cpp.o
[  6%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/buffer.cpp.o
[  6%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/model_manager.cpp.o
[  7%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/font_manager.cpp.o
[  7%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/model.cpp.o
[  8%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/texture.cpp.o
[  8%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/texture_manager.cpp.o
[  9%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/pixmap.cpp.o
[  9%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/interpolation.cpp.o
[ 10%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/context.cpp.o
[ 10%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/particle.cpp.o
[ 11%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/ft_font.cpp.o
[ 12%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/camera.cpp.o
[ 12%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/gl/text_renderer_gl.cpp.o
[ 13%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/gl/model_renderer_gl.cpp.o
[ 13%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/gl/context_gl.cpp.o
[ 14%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/gl/particle_renderer_gl.cpp.o
[ 14%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/gl/texture_gl.cpp.o
[ 15%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/gl/opengl.cpp.o
[ 15%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/graphics/gl/shader.cpp.o
[ 16%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/platform/window_gl.cpp.o
[ 16%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/platform/input.cpp.o
[ 17%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/platform/socket.cpp.o
[ 17%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/platform/timer.cpp.o
[ 18%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/sound/sound_interface.cpp.o
[ 18%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/sound/sound_file_loader.cpp.o
[ 19%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/sound/sound.cpp.o
[ 20%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/sound/sound_player.cpp.o
[ 20%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/tinyxml/tinyxmlparser.cpp.o
[ 21%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/tinyxml/tinyxmlerror.cpp.o
[ 21%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/tinyxml/tinyxml.cpp.o
[ 22%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/xml/xml_parser.cpp.o
[ 22%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/lua/lua_script.cpp.o
[ 23%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/physfs/ifile_stream.cpp.o
[ 23%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/physfs/ofile_streambuf.cpp.o
[ 24%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/physfs/StdFileOps.cpp.o
[ 24%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/physfs/PhysFileOps.cpp.o
[ 25%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/physfs/ifile_streambuf.cpp.o
[ 25%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/physfs/FileOps.cpp.o
[ 26%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/physfs/MemFileOps.cpp.o
[ 26%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/physfs/FSFactory.cpp.o
/home/vido/Desktop/glestae/source/shared_lib/sources/physfs/FSFactory.cpp: In destructor ‘Shared::PhysFS::FSFactory::~FSFactory()’:
/home/vido/Desktop/glestae/source/shared_lib/sources/physfs/FSFactory.cpp:48: error: ‘PHYSFS_isInit’ was not declared in this scope
/home/vido/Desktop/glestae/source/shared_lib/sources/physfs/FSFactory.cpp: In member function ‘bool Shared::PhysFS::FSFactory::initPhysFS(const char*, const std::string&, std::string&)’:
/home/vido/Desktop/glestae/source/shared_lib/sources/physfs/FSFactory.cpp:77: error: ‘PHYSFS_mount’ was not declared in this scope
/home/vido/Desktop/glestae/source/shared_lib/sources/physfs/FSFactory.cpp:104: error: ‘PHYSFS_mount’ was not declared in this scope
/home/vido/Desktop/glestae/source/shared_lib/sources/physfs/FSFactory.cpp:111: error: ‘PHYSFS_mount’ was not declared in this scope
/home/vido/Desktop/glestae/source/shared_lib/sources/physfs/FSFactory.cpp: In member function ‘bool Shared::PhysFS::FSFactory::mountSystemDir(const std::string&, const std::string&)’:
/home/vido/Desktop/glestae/source/shared_lib/sources/physfs/FSFactory.cpp:138: error: ‘PHYSFS_mount’ was not declared in this scope
make[2]: *** [source/shared_lib/CMakeFiles/shared_lib.dir/sources/physfs/FSFactory.cpp.o] Error 1
make[1]: *** [source/shared_lib/CMakeFiles/shared_lib.dir/all] Error 2
make: *** [all] Error 2


2
After a fresh installation of Fedora and updates I installed Enemy Territory and True Combat elite but the audio did not work
so I installed oss alsa plugin and some OSS packages, removed the comment from / etc / modprobe.d / dist-oss.conf
Code: [Select]
install snd-pcm / sbin / modprobe - ignore-install snd-pcm & & / sbin / modprobe snd-pcm-oss & & / sbin / modprobe snd-seq-device & & / sbin / modprobe snd-seq-oss
and this
Code: [Select]
echo "et.x86 0 0 direct"> / proc/asound/card0/pcm0p/oss
echo "et.x86 0 0 disable"> / proc/asound/card0/pcm0c/oss
But my / proc / asound looks like this

/ Proc/asound/card0/pcm0c /

/ Proc/asound/card1/pcm0c
/ Proc/asound/card1/pcm0p
/ Proc/asound/card1/pcm1p
/ Proc/asound/card1/pcm2c

/ Proc / asound / Intel
/ Proc / asound / oss
/ Proc / asound / seq

but after restarting the computer (by pressing the button) appeared / proc/asound/card0/pcm0p and sound in ET and TCE was ok, when I restart the computer normally "reboot" no directory "pcm0p" eg / proc / asound / card0/pcm0p and so once it has sometimes gone: (

I sent / megaglest / data / core via email
Music is ok movieplayer, rhythmbox, flightgear, warzone2100
How exactly can I determine that my user can access the audio pulse
Could not find the debug.log ... how to create this:)

1. Glest I installed myself as user "vido" ... not root
2. Yes I started the game as root a few times and it was a lock file with the sign "locked"
3. And so it seems to me .... whether it would be painless to reinstall pulse to change things back to factory settings
4. Last glest.ini was from updates fixed_data-3.4.0.7z

Now I reinstall megaglest, I installed it as a "user" megaglest-3.4.0.run 213mb error after running as a user ("user" I do not have root privileges, ordinary user)

Code: [Select]
[Vido @ localhost ~] $ megaglest / Glest
gamedir [/ home / vido / megaglest]
Looking for ldconfig []...
Ldconfig environment variable is not set ...
Found using ldconfig, which [/ sbin / ldconfig] ...
Detected Fedora ...
cp: can not stat `lib_bkp / libcurl * ': No such file or directory
default library [/ home/vido/megaglest/lib/libopenal.so.0] was found in [/ usr/lib/libopenal.so.0]
default library [/ home/vido/megaglest/lib/libdirectfb-1.0.so.0] is missing, attempting to find and link to a newer version if available ...
default library [/ home/vido/megaglest/lib/libfusion-1.0.so.0] is missing, attempting to find and link to a newer version if available ...
default library [/ home/vido/megaglest/lib/libdirect-1.0.so.0] is missing, attempting to find and link to a newer version if available ...
default library [/ home/vido/megaglest/lib/libjpeg.so.62] was found in [/ usr/lib/libjpeg.so.62]
default library [/ home/vido/megaglest/lib/libpng12.so.0] was found in [/ usr/lib/libpng12.so.0]
default library [/ home/vido/megaglest/lib/libcurl-gnutls.so.4] is missing, attempting to find and link to a newer version if available ...
new library link [/ usr/lib/libcurl.so.4] pointed to from [/ home/vido/megaglest/lib/libcurl-gnutls.so.4]
default library [/ home/vido/megaglest/lib/libxerces-c.so.28] was found in [/ usr/lib/libxerces-c.so.28]
. / Bin / glest.bin: / usr/lib/liblber-2.4.so.2: no version information available (required by. / Bin / glest.bin)
. / Bin / glest.bin: / usr/lib/libldap_r-2.4.so.2: no version information available (required by. / Bin / glest.bin)
v3.4.0-GNUC: 40204-2011 23:00:26 Feb 1, SVN: [Rev.: 1688]
open / dev / [sound /] dsp: Invalid argument
OpenAL Vendor: J. Valenzuela
OpenAL Version: 0.0.8
OpenAL Renderer: Software
OpenAL Extensions: Software
OpenAL Vendor: J. Valenzuela
OpenAL Version: 0.0.8
OpenAL Renderer: Software
OpenAL Extensions: Software
[2011-03-06 02:10:31] * ERROR * Font not found [-*- helvetica-*- r-*-*- 10 -*-*-*-*-*-*-*] trying to fallback to [fixed]
[2011-03-06 02:10:31] * ERROR * Font not found [-*- helvetica-*- r-*-*- 10 -*-*-*-*-*-*-*] trying to fallback to [fixed]
[2011-03-06 02:10:31] * ERROR * Font not found [-*- helvetica-*- r-*-*- 10 -*-*-*-*-*-*-*] trying to fallback to [fixed]
[2011-03-06 02:10:31] * ERROR * Font not found [-*- helvetica-*- r-*-*- 15 -*-*-*-*-*-*-*] trying to fallback to [fixed]
[2011-03-06 02:10:31] * ERROR * Font not found [-*- helvetica-*- r-*-*- 18 -*-*-*-*-*-*-*] trying to fallback to [fixed]
[2011-03-06 02:10:31] * ERROR * Font not found [-*- helvetica-*- r-*-*- 13 -*-*-*-*-*-*-*] trying to fallback to [fixed]
[2011-03-06 02:10:31] * ERROR * In [/ home / softcoder / Code / megaglest / trunk / source / shared_lib / sources / Sound / OpenAL / sound_player_openal.cpp:: init Line: 359] Error [ Could not open audio device.]


3
I deleted xerces 3.0 but I deleted the old Glest 3.2.2. : (but never mind I have installed xerces 2.8 ... I started the game successfully but there was a problem
with an error about sound, I tried to solve and did this
https://forum.megaglest.org/index.php?topic=5233.0
but now I have a new error .... I wonder if I'll ever run this game

Code: [Select]
[vido@localhost ~]$ megaglest/glest
gamedir [/home/vido/megaglest]
Looking for LDCONFIG []...
LDCONFIG environment variable is not set...
Found LDCONFIG using which [/sbin/ldconfig]...
Detected Fedora...
default library [/home/vido/megaglest/lib/libopenal.so.0] was found in [/usr/lib/libopenal.so.0]
default library [/home/vido/megaglest/lib/libdirectfb-1.0.so.0] is missing, attempting to find and link to a newer version if available...
default library [/home/vido/megaglest/lib/libfusion-1.0.so.0] is missing, attempting to find and link to a newer version if available...
default library [/home/vido/megaglest/lib/libdirect-1.0.so.0] is missing, attempting to find and link to a newer version if available...
default library [/home/vido/megaglest/lib/libjpeg.so.62] was found in [/usr/lib/libjpeg.so.62]
default library [/home/vido/megaglest/lib/libpng12.so.0] was found in [/usr/lib/libpng12.so.0]
default library [/home/vido/megaglest/lib/libcurl-gnutls.so.4] is missing, attempting to find and link to a newer version if available...
new library link [/usr/lib/libcurl.so.4] pointed to from [/home/vido/megaglest/lib/libcurl-gnutls.so.4]
default library [/home/vido/megaglest/lib/libxerces-c.so.28] was found in [/usr/lib/libxerces-c.so.28]
./bin/glest.bin: /usr/lib/liblber-2.4.so.2: no version information available (required by ./bin/glest.bin)
./bin/glest.bin: /usr/lib/libldap_r-2.4.so.2: no version information available (required by ./bin/glest.bin)
v3.4.0-GNUC: 40204-Feb  1 2011 23:00:26, SVN: [Rev: 1688]
******************************************************
    #2 An error occurred and MegaGlest will close.
Error msg = [Error opening log fileglest.log
Stack Trace:
./bin/glest.bin:Glest::Game::glestMain(int, char**) address [0x8196bd5] line: 1749
./bin/glest.bin:main() address [0x8197bed] line: 1804
/lib/libc.so.6:__libc_start_main() address [0x91bcc6] line: 0
./bin/glest.bin() [0x80c5b11] address [0x80c5b11] line: 0
]

Please report this bug to contact@megaglest.org
******************************************************
pure virtual method called
terminate called without an active exception
megaglest/glest: line 181:  7105 Aborted                 (core dumped) ./bin/glest.bin $@


If i run megaglest/glest as root a got this

Code: [Select]
[root@localhost vido]# megaglest/glest
gamedir [/home/vido/megaglest]
Looking for LDCONFIG []...
LDCONFIG environment variable is not set...
Found LDCONFIG using which [/sbin/ldconfig]...
Detected Fedora...
default library [/home/vido/megaglest/lib/libopenal.so.0] was found in [/usr/lib/libopenal.so.0]
default library [/home/vido/megaglest/lib/libdirectfb-1.0.so.0] is missing, attempting to find and link to a newer version if available...
default library [/home/vido/megaglest/lib/libfusion-1.0.so.0] is missing, attempting to find and link to a newer version if available...
default library [/home/vido/megaglest/lib/libdirect-1.0.so.0] is missing, attempting to find and link to a newer version if available...
default library [/home/vido/megaglest/lib/libjpeg.so.62] was found in [/usr/lib/libjpeg.so.62]
default library [/home/vido/megaglest/lib/libpng12.so.0] was found in [/usr/lib/libpng12.so.0]
default library [/home/vido/megaglest/lib/libcurl-gnutls.so.4] is missing, attempting to find and link to a newer version if available...
new library link [/usr/lib/libcurl.so.4] pointed to from [/home/vido/megaglest/lib/libcurl-gnutls.so.4]
default library [/home/vido/megaglest/lib/libxerces-c.so.28] was found in [/usr/lib/libxerces-c.so.28]
./bin/glest.bin: /usr/lib/liblber-2.4.so.2: no version information available (required by ./bin/glest.bin)
./bin/glest.bin: /usr/lib/libldap_r-2.4.so.2: no version information available (required by ./bin/glest.bin)
ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Connection refused

v3.4.0-GNUC: 40204-Feb  1 2011 23:00:26, SVN: [Rev: 1688]
open /dev/[sound/]dsp: Invalid argument
OpenAL Vendor: J. Valenzuela
OpenAL Version: 0.0.8
OpenAL Renderer: Software
OpenAl Extensions: Software
OpenAL Vendor: J. Valenzuela
OpenAL Version: 0.0.8
OpenAL Renderer: Software
OpenAl Extensions: Software
[2011-03-05 13:32:29] *ERROR* Font not found [-*-arial-*-r-*-*-12-*-*-*-*-*-*-*] trying to fallback to [fixed]
[2011-03-05 13:32:29] *ERROR* Font not found [-*-arial-*-r-*-*-12-*-*-*-*-*-*-*] trying to fallback to [fixed]
[2011-03-05 13:32:29] *ERROR* Font not found [-*-arial-*-r-*-*-13-*-*-*-*-*-*-*] trying to fallback to [fixed]
[2011-03-05 13:32:29] *ERROR* Font not found [-*-arial-*-r-*-*-15-*-*-*-*-*-*-*] trying to fallback to [fixed]
[2011-03-05 13:32:29] *ERROR* Font not found [-*-arial-*-r-*-*-18-*-*-*-*-*-*-*] trying to fallback to [fixed]
[2011-03-05 13:32:29] *ERROR* Font not found [-*-arial-*-r-*-*-16-*-*-*-*-*-*-*] trying to fallback to [fixed]
[2011-03-05 13:32:29] *ERROR* In [/home/softcoder/Code/megaglest/trunk/source/shared_lib/sources/sound/openal/sound_player_openal.cpp::init Line: 359] Error [Couldn't open audio device.]


do you also have a couple of mistakes from the beginning of the log
I hope there's a solution for this )

4
I have a similar problem
Fedora 13 (Goddard) 32bit version
Nvidia 8800gt and latest driver
I installed MGlest from MG3.4.0 i386.run
Code: [Select]
[vido@localhost ~]$ megaglest/glest
gamedir [/home/vido/megaglest]
Looking for LDCONFIG []...
LDCONFIG environment variable is not set...
Found LDCONFIG using which [/sbin/ldconfig]...
Detected Fedora...
default library [/home/vido/megaglest/lib/libopenal.so.0] was found in [/usr/lib/libopenal.so.0]
default library [/home/vido/megaglest/lib/libdirectfb-1.0.so.0] is missing, attempting to find and link to a newer version if available...
default library [/home/vido/megaglest/lib/libfusion-1.0.so.0] is missing, attempting to find and link to a newer version if available...
default library [/home/vido/megaglest/lib/libdirect-1.0.so.0] is missing, attempting to find and link to a newer version if available...
default library [/home/vido/megaglest/lib/libjpeg.so.62] was found in [/usr/lib/libjpeg.so.62]
default library [/home/vido/megaglest/lib/libpng12.so.0] was found in [/usr/lib/libpng12.so.0]
default library [/home/vido/megaglest/lib/libcurl-gnutls.so.4] is missing, attempting to find and link to a newer version if available...
new library link [/usr/lib/libcurl.so.4] pointed to from [/home/vido/megaglest/lib/libcurl-gnutls.so.4]
default library [/home/vido/megaglest/lib/libxerces-c.so.28] is missing, attempting to find and link to a newer version if available...
new library link [/usr/lib/libxerces-c-3.0.so] pointed to from [/home/vido/megaglest/lib/libxerces-c.so.28]
./bin/glest.bin: /usr/lib/liblber-2.4.so.2: no version information available (required by ./bin/glest.bin)
./bin/glest.bin: /usr/lib/libldap_r-2.4.so.2: no version information available (required by ./bin/glest.bin)
./bin/glest.bin: symbol lookup error: ./bin/glest.bin: undefined symbol: _ZN11xercesc_2_86XMLUni15fgDOMValidationE

I have installed openal and i changed this

Code: [Select]
ColorBits=16
ScreenHeight=600
ScreenWidth=800

but I have the same error
When I run any command

glest --version
glest --opengl-info
glest

get this info from above not found


5
Bug report / Re: Crash before start a new game or custom game
« on: 5 March 2011, 09:33:36 »
I don't think that's the right log...but anyways a good chart can be found here about the differences of MG and GAE. I suggest you to try both though...Yes, Megaglest is more suitable for multiplayer with some other nice features, while GAE has a tons of other cool features; but it has problems with multiplayer...but they are actually going to be merged later.

Sorry ...

Code: [Select]
[vido@localhost ~]$ glest
Couldn't process event: OpenGL extension not supported: GL_ARB_shadow_ambient, required for Shadow Mapping
Exception: OpenGL error: invalid value at file: glest_game/graphics/renderer.cpp, line 279
[vido@localhost ~]$


6
Bug report / Re: Crash before start a new game or custom game
« on: 5 March 2011, 08:01:31 »
no longer in development I can not believe I'm so sorry I was and hoped that this game will peak but still has at least one sequel:)
I do not know exactly which is the exact OS version fedora 13 Godart something: (
The kernel is 2.6.37.2
Graphics by NVIDIA 8800GT and I installed the drivers from nvidia site. Run a version 260.19.36 is the last version
I'm not sure which settings you need, from games, graphics, fedora:)
I found a log to / home / user / .glest / glest.log is it that
But even this old version is not bad ... I like it
Thankas for info now i try the new version of game :)

edit :
What are the greatest differences between these two versions Megaglest more stable and is suitable for multiplajer game and this one for a game singlplayer
Quote
Log file

Core data
Tileset: Dark Forest
TechTree: Magitech
Resource type: Energy
Resource type: Food
Resource type: Gold
Resource type: Stone
Resource type: Wood
Faction type: Magic
Unit type: Archmage
Unit type: Archmage Tower
Unit type: Battlemage
Unit type: Behemoth
Unit type: Daemon
Unit type: Dragon
Unit type: Drake Rider
Unit type: Energy Source
Unit type: Ghost Armor
Unit type: Golem
Unit type: Initiate
Unit type: Library
Unit type: Mage Tower
Unit type: Summoner
Unit type: Summoner Guild
Unit type: Tower Of Souls
Unit type: Wicker Behemoth
Upgrade type: Ancient Summoning
Upgrade type: Dragon Call
Upgrade type: Energy Compression
Upgrade type: Energy Sharpening
Upgrade type: Hell Gate
Faction type: Tech
Unit type: Aerodrome
Unit type: Air Ballista
Unit type: Airship
Unit type: Archer
Unit type: Barracks
Unit type: Battle Machine
Unit type: Blacksmith
Unit type: Castle
Unit type: Catapult
Unit type: Cow
Unit type: Defense Tower
Unit type: Farm
Unit type: Guard
Unit type: Horseman
Unit type: Ornithopter
Unit type: Pig
Unit type: Swordman
Unit type: Technician
Unit type: Technodrome
Unit type: Worker
Upgrade type: Advanced Architecture
Upgrade type: Blade Weapons
Upgrade type: Piercing Weapons
Upgrade type: Robotics
Upgrade type: Shield Level 1
Upgrade type: Shield Level 2
Upgrade type: Stables
Upgrade type: Training Field
Faction types
State cells
Heightmap computations
Compute minimap surface
Generate elements
Creating AI for faction 1
Initializing renderer
Game
World
Minimap
Tech tree
Tileset
Cells

7
Bug report / Crash before start a new game or custom game
« on: 5 March 2011, 03:00:11 »
First of all hello
Using Fedora 13 and Glest I installed with yum install Glest
I start the game everything is ok but when I create a new game during the load game crash to desktop

Are there any help thanks

Pages: [1]