Iris2.de

Iris2-Forum
It is currently Thu Mar 28, 2024 9:07 pm

All times are UTC




Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: Thu Sep 10, 2009 1:37 pm 
Offline

Joined: Thu Sep 10, 2009 1:33 pm
Posts: 11
I use this page for installation

http://www.iris2.de/index.php/Building_From_Source

Even with wxGTK installed i get (Error=Fehler :) )

Code:
...
lugre/src/lugre_commondialog.cpp:179:20: Warnung: wx/app.h: Datei oder Verzeichnis nicht gefunden
lugre/src/lugre_commondialog.cpp:180:23: Warnung: wx/window.h: Datei oder Verzeichnis nicht gefunden
lugre/src/lugre_commondialog.cpp:181:24: Warnung: wx/filedlg.h: Datei oder Verzeichnis nicht gefunden
lugre/src/lugre_commondialog.cpp:195: Fehler: expected class-name before »{« token                   
lugre/src/lugre_commondialog.cpp: In function »bool Lugre::FileUniDialog(const std::string&, const std::string&, const std::string&, std::string&, bool)«:
lugre/src/lugre_commondialog.cpp:224: Fehler: »wxApp« wurde in diesem Gültigkeitsbereich nicht definiert                                                 
lugre/src/lugre_commondialog.cpp:224: Fehler: »app« wurde in diesem Gültigkeitsbereich nicht definiert                                                   
lugre/src/lugre_commondialog.cpp:224: Fehler: expected type-specifier before »wxApp«                                                                     
lugre/src/lugre_commondialog.cpp:224: Fehler: expected `;' before »wxApp«                                                                                 
lugre/src/lugre_commondialog.cpp:227: Fehler: »wxChar« wurde in diesem Gültigkeitsbereich nicht definiert                                                 
lugre/src/lugre_commondialog.cpp:227: Fehler: expected primary-expression before »)« token                                                               
lugre/src/lugre_commondialog.cpp:227: Fehler: »wxEntryStart« wurde in diesem Gültigkeitsbereich nicht definiert                                           
lugre/src/lugre_commondialog.cpp:229: Fehler: »wxWindow« wurde in diesem Gültigkeitsbereich nicht definiert                                               
lugre/src/lugre_commondialog.cpp:229: Fehler: »mainWindow« wurde in diesem Gültigkeitsbereich nicht definiert                                             
lugre/src/lugre_commondialog.cpp:229: Fehler: expected type-specifier before »wxWindow«                                                                   
lugre/src/lugre_commondialog.cpp:229: Fehler: expected `;' before »wxWindow«                                                                             
lugre/src/lugre_commondialog.cpp:230: Fehler: »FALSE« wurde in diesem Gültigkeitsbereich nicht definiert                                                 
lugre/src/lugre_commondialog.cpp:237: Fehler: »wxFileDialog« wurde in diesem Gültigkeitsbereich nicht definiert                                           
lugre/src/lugre_commondialog.cpp:237: Fehler: »openFileDialog« wurde in diesem Gültigkeitsbereich nicht definiert                                         
lugre/src/lugre_commondialog.cpp:238: Fehler: expected type-specifier before »wxFileDialog«                                                               
lugre/src/lugre_commondialog.cpp:238: Fehler: expected `;' before »wxFileDialog«                                                                         
lugre/src/lugre_commondialog.cpp:245: Fehler: »wxID_OK« wurde in diesem Gültigkeitsbereich nicht definiert                                               
lugre/src/lugre_commondialog.cpp:250: Fehler: »wxEntryCleanup« wurde in diesem Gültigkeitsbereich nicht definiert                                         
lugre/src/lugre_commondialog.cpp:252: Fehler: Argument vom Typ »<type error>« wurde an »delete« übergeben, Zeiger erwartet                               
make[1]: *** [obj/Release/lugre_commondialog.o] Fehler 1                                                                                                 
make[1]: *** Warte auf noch nicht beendete Prozesse...                                                                                                   
make: *** [lugrelib] Fehler 2                                                               


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 10, 2009 2:26 pm 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
try ./installdeps.ubuntu.sh

or take a look at the packetnames in there, as it is more up to date than the wiki page.

regarding wx especially :

libwxbase2.8-dev libwxgtk2.8-dev wx2.8-headers


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 11, 2009 7:36 am 
Offline

Joined: Thu Sep 10, 2009 1:33 pm
Posts: 11
ghoulsblade wrote:
try ./installdeps.ubuntu.sh

or take a look at the packetnames in there, as it is more up to date than the wiki page.

regarding wx especially :

libwxbase2.8-dev libwxgtk2.8-dev wx2.8-headers


There are no such libs for gentoo, only a package wxGTK and this has no header files :(.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 11, 2009 12:48 pm 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
hmm, that sounds tricky =(

how about
sudo updatedb
locate wx.h

does that find any headers somewhere ?

otherwise i'd suggest asking in the gentoo community since wxwidgets is a widely used library, so it should be used by some projects.
if you find something with that please tell us also so we know for the future.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 11, 2009 7:10 pm 
Offline

Joined: Thu Sep 10, 2009 1:33 pm
Posts: 11
ghoulsblade wrote:
hmm, that sounds tricky =(

how about
sudo updatedb
locate wx.h

does that find any headers somewhere ?

otherwise i'd suggest asking in the gentoo community since wxwidgets is a widely used library, so it should be used by some projects.
if you find something with that please tell us also so we know for the future.


I had to do a

Code:
eselect wxwidgets set 1


as root and I had to edit

Code:
lugre/src/lugre_sound_openal2.cpp


There is no "OpenAL" directory, only an "AL" directory.

I ran start.sh and got to a menue. I selected something and now get a crash.

The output from start.sh is now



Code:
/home/zeno/spiele/iris/iris_2.0.3021/bin /home/zeno/spiele/iris/iris_2.0.3021                               
MAIN_WORKING_DIR=..                                                                                         
probing: ../lua/main.lua                                                                                     
probing: ../lugre/lua/                                                                                       
lua main file: ../lua/main.lua                                                                               
lua lugre dir: ../lugre/lua/                                                                                 
main working dir: ../                                                                                       
MainWorkingDir  ../                                                                                         
lugreluapath    ../lugre/lua/                                                                               
LoadShardList   defianceuo.com  ../config/shards/defianceuo.com.xml     .xml                                 
LoadShardList   localhost       ../config/shards/localhost.xml  .xml                                         
LoadShardList   uogamers.com    ../config/shards/uogamers.com.xml       .xml                                 
LoadShardList   vetus-mundus    ../config/shards/vetus-mundus.xml       .xml                                 
LoadShardList   Jarrys (chinese)        ../config/shards/Jarrys (chinese).xml   .xml                         
gGraphicProfile shadow  med                                                                                 
Setting Graphicprofile: ../data/profiles/gfx_med.lua                                                         
uo protocol version used by iris        6092                                                                 
Lua version : 5.1                                                                                           
Ogre platform : linux                                                                                       
loading plugin  ../plugins/example.lua                                                                       
loading plugin  ../plugins/hudenemylist.lua                                                                 
loading plugin  ../plugins/itemcounter.lua                                                                   
loading plugin  ../plugins/lib.spellbar.lua                                                                 
loading plugin  ../plugins/loot.lua                                                                         
loading plugin  ../plugins/minergrid.lua                                                                     
loading plugin  ../plugins/moblist.lua                                                                       
warning, ImportRazorProfile file not found      C:/Program Files/Razor/Profiles/default.xml                 
warning, ImportRazorProfile file not found      C:/Program Files/Razor/Profiles/default.xml                 
initializing ogre...                                                                                         
OGRE_VERSION 10602                                                                                           
warning, lugre_loadOgrePlugins : exception while loading plugin /usr/lib64/OGRE/Plugin_CgProgramManager.so   
OgreException:                                                                                               
errorcode=7                                                                                                 
source=DynLib::load                                                                                         
file=OgreDynLib.cpp                                                                                         
line=81                                                                                                     
descr=Could not load dynamic library /usr/lib64/OGRE/Plugin_CgProgramManager.so.  System Error: /usr/lib64/OGRE/Plugin_CgProgramManager.so: cannot open shared object file: No such file or directory                                                                                                                   
fulldescription=OGRE EXCEPTION(7:InternalErrorException): Could not load dynamic library /usr/lib64/OGRE/Plugin_CgProgramManager.so.  System Error: /usr/lib64/OGRE/Plugin_CgProgramManager.so: cannot open shared object file: No such file or directory in DynLib::load at OgreDynLib.cpp (line 81)                   
#################                                                                                                                                           
###  LugreExceptionTipps  ###                                                                                                                               
#################                                                                                                                                           
OGRE EXCEPTION(7:InternalErrorException): Could not load dynamic library /usr/lib64/OGRE/Plugin_CgProgramManager.so.  System Error: /usr/lib64/OGRE/Plugin_CgProgramManager.so: cannot open shared object file: No such file or directory in DynLib::load at OgreDynLib.cpp (line 81)                                     
#################                                                                                                                                           
bIsFullScreen=1                                                                                                                                             
GetOgreVersion  0x10602 .ogre1.6                                                                                                                             
OgreInitResLocs...                                                                                                                                           
OgreInitResLocs done                                                                                                                                         
initializing ogre done                                                                                                                                       
1879048224      =       1879048224                                                                                                                           
2484881599      =       2484881599                                                                                                                           
LuaBitwiseTest: 0x941c48bf & 0x0000000f = 0x0000000f                                                                                                         
LuaBitwiseTest: 0x80002600 & 0x00000200 = 0x00000200                                                                                                         
LuaBitwiseTest: 0x70000020 & 0x00000020 = 0x00000020                                                                                                         
LuaBitwiseTest: 0x80000001 & 0x00000001 = 0x00000001                                                                                                         
LuaBitwiseTest: 0xffffffff & 0x00000001 = 0x00000001                                                                                                         
LuaBitwiseTest successfull                                                                                                                                   
cFullFileLoader(/home/zeno/.wine/drive_c/spiele/uonline/unifont.mul) : 1.4 MB                                                                               
cFullFileLoader(/home/zeno/.wine/drive_c/spiele/uonline/unifont1.mul) : 1.4 MB                                                                               
cFullFileLoader(/home/zeno/.wine/drive_c/spiele/uonline/unifont2.mul) : 1.4 MB                                                                               
cFullFileLoader(/home/zeno/.wine/drive_c/spiele/uonline/unifont3.mul) : 2.5 MB                                                                               
cFullFileLoader(/home/zeno/.wine/drive_c/spiele/uonline/unifont4.mul) : 3.9 MB                                                                               
cFullFileLoader(/home/zeno/.wine/drive_c/spiele/uonline/unifont5.mul) : 2.2 MB                                                                               
cFullFileLoader(/home/zeno/.wine/drive_c/spiele/uonline/unifont6.mul) : 3.3 MB                                                                               
cFullFileLoader(/home/zeno/.wine/drive_c/spiele/uonline/texmaps.mul) : 23.6 MB                                                                               
SoundInit(any,22050.000000)                                                                                                                                 

cFullFileLoader(/home/zeno/.wine/drive_c/spiele/uonline/anim.idx) : 1.7 MB
cFullFileLoader(/home/zeno/.wine/drive_c/spiele/uonline/anim3.idx) : 1.5 MB
cFullFileLoader(/home/zeno/.wine/drive_c/spiele/uonline/animdata.mul) : 1.1 MB
*** glibc detected *** ./iris: munmap_chunk(): invalid pointer: 0x00007f6197669c10 ***
======= Backtrace: =========                                                         
/lib/libc.so.6[0x7f61966e2468]                                                       
/usr/lib/libogg.so.0(ogg_stream_clear+0x16)[0x7f619997205d]                           
/usr/lib/libvorbisfile.so.3(ov_clear+0x3c)[0x7f6199da8d8c]                           
/opt/fmodex/api/lib/libfmodex.so(_ZN4FMOD14CodecOggVorbis13closeInternalEv+0x1b)[0x7f619766943b]
/opt/fmodex/api/lib/libfmodex.so(_ZN4FMOD5Codec7releaseEv+0x16)[0x7f619760cbd6]                 
/opt/fmodex/api/lib/libfmodex.so(_ZN4FMOD7SystemI19createSoundInternalEPKcjjjP22FMOD_CREATESOUNDEXINFObPPNS_6SoundIE+0x1977)[0x7f6197644067]
/opt/fmodex/api/lib/libfmodex.so(_ZN4FMOD7SystemI11createSoundEPKcjP22FMOD_CREATESOUNDEXINFOPPNS_6SoundIE+0x549)[0x7f6197645ec9]           
/opt/fmodex/api/lib/libfmodex.so(_ZN4FMOD6System12createStreamEPKcjP22FMOD_CREATESOUNDEXINFOPPNS_5SoundE+0x48)[0x7f6197637698]             
./iris[0x5adab9]                                                                                                                           
./iris[0x5a70c6]                                                                                                                           
./iris[0x5ca136]                                                                                                                           
./iris[0x5cc9e1]                                                                                                                           
./iris[0x5ca6a5]                                                                                                                           
./iris[0x5c9d27]                                                                                                                           
./iris[0x5c9da5]                                                                                                                           
./iris[0x5c58b2]                                                                                                                           
./iris[0x4d11a8]                                                                                                                           
./iris[0x4d1541]                                                                                                                           
./iris[0x51aeab]                                                                                                                           
./iris[0x4a7779]                                                                                                                           
./iris[0x469dc3]                                                                                                                           
/lib/libc.so.6(__libc_start_main+0xe6)[0x7f619668d5c6]                                                                                     
./iris(_ZN4Ogre13MovableObject20_notifyCurrentCameraEPNS_6CameraE+0x71)[0x41e4f9]                                                           
======= Memory map: ========                                                                                                               
00400000-006e2000 r-xp 00000000 08:03 8882477                            /home/zeno/spiele/iris/iris_2.0.3021/bin/iris                     
008e2000-008e3000 r--p 002e2000 08:03 8882477                            /home/zeno/spiele/iris/iris_2.0.3021/bin/iris                     
008e3000-008f6000 rw-p 002e3000 08:03 8882477                            /home/zeno/spiele/iris/iris_2.0.3021/bin/iris                     
008f6000-05203000 rw-p 00000000 00:00 0                                  [heap]                                                             
7f6183cc0000-7f6183fc0000 rw-s 00000000 00:08 136540                     /drm mm object (deleted)                                           
7f6184442000-7f6184542000 rw-s 00000000 00:08 136519                     /drm mm object (deleted)                                           
7f6184542000-7f6184872000 rw-p 00000000 00:00 0                                                                                             
7f6184872000-7f6184873000 ---p 00000000 00:00 0                                                                                             
7f6184873000-7f6185073000 rw-p 00000000 00:00 0                                                                                             
7f6185073000-7f6185074000 ---p 00000000 00:00 0                                                                                             
7f6185074000-7f6187515000 rw-p 00000000 00:00 0                                                                                             
7f618764f000-7f6187650000 rw-s 00000000 00:08 136539                     /drm mm object (deleted)                                           
7f6187650000-7f6187652000 rw-s 00000000 00:08 136533                     /drm mm object (deleted)                                           
7f6187652000-7f6187653000 rw-s 1035b6000 00:0c 7965                      /dev/dri/card0                                                     
7f6187653000-7f6187654000 rw-s 1020d9000 00:0c 7965                      /dev/dri/card0                                                     
7f6187654000-7f6187655000 rw-s 1021cb000 00:0c 7965                      /dev/dri/card0                                                     
7f6187655000-7f6187656000 rw-s 102c5d000 00:0c 7965                      /dev/dri/card0                                                     
7f6187656000-7f6188665000 rw-p 00000000 00:00 0                                                                                             
7f6188688000-7f6188689000 rw-s 00000000 00:08 136045                     /drm mm object (deleted)                                           
7f6188689000-7f618890a000 rw-p 00000000 00:00 0                                                                                             
7f618890a000-7f618890b000 rw-s 1040b3000 00:0c 7965                      /dev/dri/card0                                                     
7f618890b000-7f618894b000 rw-s 00000000 00:08 135985                     /drm mm object (deleted)                                           
7f618894b000-7f6188e4b000 rw-p 00000000 00:00 0                                                                                             
7f6188e4b000-7f6188e6b000 rw-s 00000000 00:08 135957                     /drm mm object (deleted)                                           
7f6188e6b000-7f6188eab000 rw-s 00000000 00:08 135956                     /drm mm object (deleted)                                           
7f6188eab000-7f6188eac000 rw-s 00000000 00:08 135950                     /drm mm object (deleted)                                           
7f6188eac000-7f6188eec000 rw-s 00000000 00:08 135944                     /drm mm object (deleted)                                           
7f6188eec000-7f6188f0c000 rw-s 00000000 00:08 135938                     /drm mm object (deleted)                                           
7f6188f0c000-7f6188f13000 r--s 00000000 08:03 5679144                    /usr/lib64/gconv/gconv-modules.cache                               
7f6188f13000-7f618dbe2000 r--p 00000000 08:03 8536079                    /usr/lib64/locale/locale-archive                                   
7f618dbe2000-7f618dbe3000 rw-s 1014e8000 00:0c 7965                      /dev/dri/card0                                                     
7f618dbe3000-7f618dbe6000 rw-s 1013ee000 00:0c 7965                      /dev/dri/card0                                                     
7f618dbe6000-7f618dbe7000 rw-s 00000000 00:08 135921                     /drm mm object (deleted)                                           
7f618dbe7000-7f618e17c000 rw-p 00000000 00:00 0                                                                                             
7f618e17c000-7f618e1cd000 r-xp 00000000 08:03 8784021                    /usr/lib64/OGRE/Plugin_OctreeSceneManager.so                       
7f618e1cd000-7f618e3cc000 ---p 00051000 08:03 8784021                    /usr/lib64/OGRE/Plugin_OctreeSceneManager.so                       
7f618e3cc000-7f618e3d0000 r--p 00050000 08:03 8784021                    /usr/lib64/OGRE/Plugin_OctreeSceneManager.so                       
7f618e3d0000-7f618e3d1000 rw-p 00054000 08:03 8784021                    /usr/lib64/OGRE/Plugin_OctreeSceneManager.so                       
7f618e3d1000-7f618e411000 r-xp 00000000 08:03 8784019                    /usr/lib64/OGRE/Plugin_BSPSceneManager.so                         
7f618e411000-7f618e611000 ---p 00040000 08:03 8784019                    /usr/lib64/OGRE/Plugin_BSPSceneManager.so                         
7f618e611000-7f618e613000 r--p 00040000 08:03 8784019                    /usr/lib64/OGRE/Plugin_BSPSceneManager.so                         
7f618e613000-7f618e614000 rw-p 00042000 08:03 8784019                    /usr/lib64/OGRE/Plugin_BSPSceneManager.so                         
7f618e614000-7f618e658000 r-xp 00000000 08:03 8784020                    /usr/lib64/OGRE/Plugin_ParticleFX.so                               
7f618e658000-7f618e857000 ---p 00044000 08:03 8784020                    /usr/lib64/OGRE/Plugin_ParticleFX.so                               
7f618e857000-7f618e85b000 r--p 00043000 08:03 8784020                    /usr/lib64/OGRE/Plugin_ParticleFX.so                               
7f618e85b000-7f618e85c000 rw-p 00047000 08:03 8784020                    /usr/lib64/OGRE/Plugin_ParticleFX.so                               
7f618e85c000-7f618e865000 r-xp 00000000 08:03 5664473                    /usr/lib64/libdrm_intel.so.1.0.0                                   
7f618e865000-7f618ea64000 ---p 00009000 08:03 5664473                    /usr/lib64/libdrm_intel.so.1.0.0                                   
7f618ea64000-7f618ea65000 r--p 00008000 08:03 5664473                    /usr/lib64/libdrm_intel.so.1.0.0                                   
7f618ea65000-7f618ea66000 rw-p 00009000 08:03 5664473                    /usr/lib64/libdrm_intel.so.1.0.0                                   
7f618ea66000-7f618ecf6000 r-xp 00000000 08:03 5693544                    /usr/lib64/dri/i965_dri.so                                         
7f618ecf6000-7f618eef5000 ---p 00290000 08:03 5693544                    /usr/lib64/dri/i965_dri.so                                         
7f618eef5000-7f618ef00000 r--p 0028f000 08:03 5693544                    /usr/lib64/dri/i965_dri.so                                         
7f618ef00000-7f618ef10000 rw-p 0029a000 08:03 5693544                    /usr/lib64/dri/i965_dri.so                                         
7f618ef10000-7f618ef1d000 rw-p 00000000 00:00 0                                                                                             
7f618ef1d000-7f618ef27000 r-xp 00000000 08:03 5664225                    /usr/lib64/libdrm.so.2.4.0                                         
7f618ef27000-7f618f126000 ---p 0000a000 08:03 5664225                    /usr/lib64/libdrm.so.2.4.0                                         
7f618f126000-7f618f127000 r--p 00009000 08:03 5664225                    /usr/lib64/libdrm.so.2.4.0                                         
7f618f127000-7f618f128000 rw-p 0000a000 08:03 5664225                    /usr/lib64/libdrm.so.2.4.0                                         
7f618f128000-7f618f19c000 r-xp 00000000 08:03 2932738                    /usr/lib64/opengl/xorg-x11/lib/libGL.so.1.2                       
7f618f19c000-7f618f39c000 ---p 00074000 08:03 2932738                    /usr/lib64/opengl/xorg-x11/lib/libGL.so.1.2                       
7f618f39c000-7f618f3a4000 r--p 00074000 08:03 2932738                    /usr/lib64/opengl/xorg-x11/lib/libGL.so.1.2                       
7f618f3a4000-7f618f3a7000 rw-p 0007c000 08:03 2932738                    /usr/lib64/opengl/xorg-x11/lib/libGL.so.1.2                       
7f618f3a7000-7f618f415000 r-xp 00000000 08:03 5663737                    /usr/lib64/libGLU.so.1.3.070501                                   
7f618f415000-7f618f614000 ---p 0006e000 08:03 5663737                    /usr/lib64/libGLU.so.1.3.070501                                   
7f618f614000-7f618f616000 r--p 0006d000 08:03 5663737                    /usr/lib64/libGLU.so.1.3.070501                                   
7f618f616000-7f618f617000 rw-p 0006f000 08:03 5663737                    /usr/lib64/libGLU.so.1.3.070501                                   
7f618f617000-7f618f6e0000 r-xp 00000000 08:03 8784024                    /usr/lib64/OGRE/RenderSystem_GL.so                                 
7f618f6e0000-7f618f8e0000 ---p 000c9000 08:03 8784024                    /usr/lib64/OGRE/RenderSystem_GL.so                                 
7f618f8e0000-7f618f8e5000 r--p 000c9000 08:03 8784024                    /usr/lib64/OGRE/RenderSystem_GL.so                                 
7f618f8e5000-7f618f8ea000 rw-p 000ce000 08:03 8784024                    /usr/lib64/OGRE/RenderSystem_GL.so                                 
7f618f8ea000-7f618f914000 rw-p 00000000 00:00 0                                                                                             
7f618f914000-7f618f954000 r-xp 00000000 08:03 5664304                    /usr/lib64/libpixman-1.so.0.14.0                                   
7f618f954000-7f618fb53000 ---p 00040000 08:03 5664304                    /usr/lib64/libpixman-1.so.0.14.0                                   
7f618fb53000-7f618fb55000 r--p 0003f000 08:03 5664304                    /usr/lib64/libpixman-1.so.0.14.0                                   
7f618fb55000-7f618fb56000 rw-p 00041000 08:03 5664304                    /usr/lib64/libpixman-1.so.0.14.0                                   
7f618fb56000-7f618fb5f000 r-xp 00000000 08:03 9716842                    /usr/lib64/libXcursor.so.1.0.2                                     
7f618fb5f000-7f618fd5e000 ---p 00009000 08:03 9716842                    /usr/lib64/libXcursor.so.1.0.2                                     
7f618fd5e000-7f618fd5f000 r--p 00008000 08:03 9716842                    /usr/lib64/libXcursor.so.1.0.2                                     
7f618fd5f000-7f618fd60000 rw-p 00009000 08:03 9716842                    /usr/lib64/libXcursor.so.1.0.2                                     
7f618fd60000-7f618fd68000 r-xp 00000000 08:03 5664443                    /usr/lib64/libXrandr.so.2.2.0                                     
7f618fd68000-7f618ff67000 ---p 00008000 08:03 5664443                    /usr/lib64/libXrandr.so.2.2.0                                     
7f618ff67000-7f618ff68000 r--p 00007000 08:03 5664443                    /usr/lib64/libXrandr.so.2.2.0                                     
7f618ff68000-7f618ff69000 rw-p 00008000 08:03 5664443                    /usr/lib64/libXrandr.so.2.2.0                                     
7f618ff69000-7f618ff72000 r-xp 00000000 08:03 5664751                    /usr/lib64/libXi.so.6.0.0                                         
7f618ff72000-7f6190171000 ---p 00009000 08:03 5664751                    /usr/lib64/libXi.so.6.0.0                                         
7f6190171000-7f6190172000 r--p 00008000 08:03 5664751                    /usr/lib64/libXi.so.6.0.0                                         
7f6190172000-7f6190173000 rw-p 00009000 08:03 5664751                    /usr/lib64/libXi.so.6.0.0                                         
7f6190173000-7f619017c000 r-xp 00000000 08:03 9658872                    /usr/lib64/libXrender.so.1.3.0                                     
7f619017c000-7f619037b000 ---p 00009000 08:03 9658872                    /usr/lib64/libXrender.so.1.3.0                                     
7f619037b000-7f619037c000 r--p 00008000 08:03 9658872                    /usr/lib64/libXrender.so.1.3.0                                     
7f619037c000-7f619037d000 rw-p 00009000 08:03 9658872                    /usr/lib64/libXrender.so.1.3.0                                     
7f619037d000-7f61903ea000 r-xp 00000000 08:03 5663959                    /usr/lib64/libcairo.so.2.10800.6                                   
7f61903ea000-7f61905ea000 ---p 0006d000 08:03 5663959                    /usr/lib64/libcairo.so.2.10800.6                                   
7f61905ea000-7f61905ec000 r--p 0006d000 08:03 5663959                    /usr/lib64/libcairo.so.2.10800.6                                   
7f61905ec000-7f61905ed000 rw-p 0006f000 08:03 5663959                    /usr/lib64/libcairo.so.2.10800.6                                   
7f61905ed000-7f61905f2000 r-xp 00000000 08:03 9709715                    /usr/lib64/libXfixes.so.3.1.0                                     
7f61905f2000-7f61907f1000 ---p 00005000 08:03 9709715                    /usr/lib64/libXfixes.so.3.1.0                                     
7f61907f1000-7f61907f2000 r--p 00004000 08:03 9709715                    /usr/lib64/libXfixes.so.3.1.0                                     
7f61907f2000-7f61907f3000 rw-p 00005000 08:03 9709715                    /usr/lib64/libXfixes.so.3.1.0                                     
7f61907f3000-7f61907f5000 r-xp 00000000 08:03 9954235                    /usr/lib64/libXdamage.so.1.1.0                                     
7f61907f5000-7f61909f4000 ---p 00002000 08:03 9954235                    /usr/lib64/libXdamage.so.1.1.0                                     
7f61909f4000-7f61909f5000 r--p 00001000 08:03 9954235                    /usr/lib64/libXdamage.so.1.1.0                                     
7f61909f5000-7f61909f6000 rw-p 00002000 08:03 9954235                    /usr/lib64/libXdamage.so.1.1.0                                     
7f61909f6000-7f61909f8000 r-xp 00000000 08:03 9954072                    /usr/lib64/libXcomposite.so.1.0.0                                 
7f61909f8000-7f6190bf7000 ---p 00002000 08:03 9954072                    /usr/lib64/libXcomposite.so.1.0.0                                 
7f6190bf7000-7f6190bf8000 r--p 00001000 08:03 9954072                    /usr/lib64/libXcomposite.so.1.0.0                                 
7f6190bf8000-7f6190bf9000 rw-p 00002000 08:03 9954072                    /usr/lib64/libXcomposite.so.1.0.0                                 
7f6190bf9000-7f6190c03000 r-xp 00000000 08:03 5665368                    /usr/lib64/libpangocairo-1.0.so.0.2400.2                           
7f6190c03000-7f6190e03000 ---p 0000a000 08:03 5665368                    /usr/lib64/libpangocairo-1.0.so.0.2400.2                           
7f6190e03000-7f6190e04000 r--p 0000a000 08:03 5665368                    /usr/lib64/libpangocairo-1.0.so.0.2400.2                           
7f6190e04000-7f6190e05000 rw-p 0000b000 08:03 5665368                    /usr/lib64/libpangocairo-1.0.so.0.2400.2                           
7f6190e05000-7f6190e09000 r-xp 00000000 08:03 2991863                    /lib64/libuuid.so.1.2                                             
7f6190e09000-7f6191008000 ---p 00004000 08:03 2991863                    /lib64/libuuid.so.1.2                                             
7f6191008000-7f6191009000 r--p 00003000 08:03 2991863                    /lib64/libuuid.so.1.2                                             
7f6191009000-7f619100a000 rw-p 00004000 08:03 2991863                    /lib64/libuuid.so.1.2                                             
7f619100a000-7f619101b000 r-xp 00000000 08:03 5666126                    /usr/lib64/libXpm.so.4.11.0                                       
7f619101b000-7f619121a000 ---p 00011000 08:03 5666126                    /usr/lib64/libXpm.so.4.11.0                                       
7f619121a000-7f619121b000 r--p 00010000 08:03 5666126                    /usr/lib64/libXpm.so.4.11.0                                       
7f619121b000-7f619121c000 rw-p 00011000 08:03 5666126                    /usr/lib64/libXpm.so.4.11.0                                       
7f619121c000-7f6191235000 r-xp 00000000 08:03 5664775                    /usr/lib64/libXmu.so.6.2.0                                         
7f6191235000-7f6191434000 ---p 00019000 08:03 5664775                    /usr/lib64/libXmu.so.6.2.0                                         
7f6191434000-7f6191435000 r--p 00018000 08:03 5664775                    /usr/lib64/libXmu.so.6.2.0                                         
7f6191435000-7f6191436000 rw-p 00019000 08:03 5664775                    /usr/lib64/libXmu.so.6.2.0                                         
7f6191436000-7f6191447000 r-xp 00000000 08:03 5660882                    /usr/lib64/libXext.so.6.4.0                                       
7f6191447000-7f6191646000 ---p 00011000 08:03 5660882                    /usr/lib64/libXext.so.6.4.0                                       
7f6191646000-7f6191647000 r--p 00010000 08:03 5660882                    /usr/lib64/libXext.so.6.4.0                                       
7f6191647000-7f6191648000 rw-p 00011000 08:03 5660882                    /usr/lib64/libXext.so.6.4.0                                       
7f6191648000-7f619164d000 r-xp 00000000 08:03 5665416                    /usr/lib64/libXdmcp.so.6.0.0                                       
7f619164d000-7f619184c000 ---p 00005000 08:03 5665416                    /usr/lib64/libXdmcp.so.6.0.0                                       
7f619184c000-7f619184d000 r--p 00004000 08:03 5665416                    /usr/lib64/libXdmcp.so.6.0.0                                       
7f619184d000-7f619184e000 rw-p 00005000 08:03 5665416                    /usr/lib64/libXdmcp.so.6.0.0                                       
7f619184e000-7f6191850000 r-xp 00000000 08:03 5665407                    /usr/lib64/libXau.so.6.0.0                                         
7f6191850000-7f6191a4f000 ---p 00002000 08:03 5665407                    /usr/lib64/libXau.so.6.0.0                                         
7f6191a4f000-7f6191a50000 r--p 00001000 08:03 5665407                    /usr/lib64/libXau.so.6.0.0                                         
7f6191a50000-7f6191a51000 rw-p 00002000 08:03 5665407                    /usr/lib64/libXau.so.6.0.0                                         
7f6191a51000-7f6191a78000 r-xp 00000000 08:03 5876387                    /usr/lib64/libexpat.so.1.5.2                                       
7f6191a78000-7f6191c78000 ---p 00027000 08:03 5876387                    /usr/lib64/libexpat.so.1.5.2                                       
7f6191c78000-7f6191c7a000 r--p 00027000 08:03 5876387                    /usr/lib64/libexpat.so.1.5.2                                       
7f6191c7a000-7f6191c7b000 rw-p 00029000 08:03 5876387                    /usr/lib64/libexpat.so.1.5.2                                       
7f6191c7b000-7f6191cca000 r-xp 00000000 08:03 5664021                    /usr/lib64/libSDL-1.2.so.0.11.2                                   
7f6191cca000-7f6191eca000 ---p 0004f000 08:03 5664021                    /usr/lib64/libSDL-1.2.so.0.11.2                                   
7f6191eca000-7f6191ecb000 r--p 0004f000 08:03 5664021                    /usr/lib64/libSDL-1.2.so.0.11.2                                   
7f6191ecb000-7f6191ecd000 rw-p 00050000 08:03 5664021                    /usr/lib64/libSDL-1.2.so.0.11.2                                   
7f6191ecd000-7f6191ed6000 rw-p 00000000 00:00 0                                                                                             
7f6191ed6000-7f6191f2f000 r-xp 00000000 08:03 5663686                    /usr/lib64/libtiff.so.3.8.2                                       
7f6191f2f000-7f619212f000 ---p 00059000 08:03 5663686                    /usr/lib64/libtiff.so.3.8.2                                       
7f619212f000-7f6192131000 r--p 00059000 08:03 5663686                    /usr/lib64/libtiff.so.3.8.2                                       
7f6192131000-7f6192132000 rw-p 0005b000 08:03 5663686                    /usr/lib64/libtiff.so.3.8.2                                       
7f6192132000-7f6192137000 r-xp 00000000 08:03 9650245                    /usr/lib64/libXxf86vm.so.1.0.0                                     
7f6192137000-7f6192336000 ---p 00005000 08:03 9650245                    /usr/lib64/libXxf86vm.so.1.0.0                                     
7f6192336000-7f6192337000 r--p 00004000 08:03 9650245                    /usr/lib64/libXxf86vm.so.1.0.0                                     
7f6192337000-7f6192338000 rw-p 00005000 08:03 9650245                    /usr/lib64/libXxf86vm.so.1.0.0                                     
7f6192338000-7f619233a000 r-xp 00000000 08:03 5664769                    /usr/lib64/libXinerama.so.1.0.0                                   
7f619233a000-7f6192539000 ---p 00002000 08:03 5664769                    /usr/lib64/libXinerama.so.1.0.0                                   
7f6192539000-7f619253a000 r--p 00001000 08:03 5664769                    /usr/lib64/libXinerama.so.1.0.0                                   
7f619253a000-7f619253b000 rw-p 00002000 08:03 5664769                    /usr/lib64/libXinerama.so.1.0.0                                   
7f619253b000-7f6192610000 r-xp 00000000 08:03 5664069                    /usr/lib64/libglib-2.0.so.0.1800.4                                 
7f6192610000-7f619280f000 ---p 000d5000 08:03 5664069                    /usr/lib64/libglib-2.0.so.0.1800.4                                 
7f619280f000-7f6192810000 r--p 000d4000 08:03 5664069                    /usr/lib64/libglib-2.0.so.0.1800.4                                 
7f6192810000-7f6192811000 rw-p 000d5000 08:03 5664069                    /usr/lib64/libglib-2.0.so.0.1800.4                                 
7f6192811000-7f6192812000 rw-p 00000000 00:00 0                                                                                             
7f6192812000-7f619281a000 r-xp 00000000 08:03 2991820                    /lib64/librt-2.9.so                                               
7f619281a000-7f6192a19000 ---p 00008000 08:03 2991820                    /lib64/librt-2.9.so                                               
7f6192a19000-7f6192a1a000 r--p 00007000 08:03 2991820                    /lib64/librt-2.9.so                                               
7f6192a1a000-7f6192a1b000 rw-p 00008000 08:03 2991820                    /lib64/librt-2.9.so                                               
7f6192a1b000-7f6192a1f000 r-xp 00000000 08:03 5665039                    /usr/lib64/libgthread-2.0.so.0.1800.4                             
7f6192a1f000-7f6192c1e000 ---p 00004000 08:03 5665039                    /usr/lib64/libgthread-2.0.so.0.1800.4                             
7f6192c1e000-7f6192c1f000 r--p 00003000 08:03 5665039                    /usr/lib64/libgthread-2.0.so.0.1800.4                             
7f6192c1f000-7f6192c20000 rw-p 00004000 08:03 5665039                    /usr/lib64/libgthread-2.0.so.0.1800.4                             
7f6192c20000-7f6192c23000 r-xp 00000000 08:03 5665038                    /usr/lib64/libgmodule-2.0.so.0.1800.4                             
7f6192c23000-7f6192e22000 ---p 00003000 08:03 5665038                    /usr/lib64/libgmodule-2.0.so.0.1800.4                             
7f6192e22000-7f6192e23000 r--p 00002000 08:03 5665038                    /usr/lib64/libgmodule-2.0.so.0.1800.4                             
7f6192e23000-7f6192e24000 rw-p 00003000 08:03 5665038                    /usr/lib64/libgmodule-2.0.so.0.1800.4                             
7f6192e24000-7f6192e63000 r-xp 00000000 08:03 5665040                    /usr/lib64/libgobject-2.0.so.0.1800.4                             
7f6192e63000-7f6193063000 ---p 0003f000 08:03 5665040                    /usr/lib64/libgobject-2.0.so.0.1800.4                             
7f6193063000-7f6193064000 r--p 0003f000 08:03 5665040                    /usr/lib64/libgobject-2.0.so.0.1800.4                             
7f6193064000-7f6193065000 rw-p 00040000 08:03 5665040                    /usr/lib64/libgobject-2.0.so.0.1800.4
7f6193065000-7f6193066000 rw-p 00000000 00:00 0
7f6193066000-7f6193093000 r-xp 00000000 08:03 9717409                    /usr/lib64/libfontconfig.so.1.3.0
7f6193093000-7f6193293000 ---p 0002d000 08:03 9717409                    /usr/lib64/libfontconfig.so.1.3.0
7f6193293000-7f6193294000 r--p 0002d000 08:03 9717409                    /usr/lib64/libfontconfig.so.1.3.0
7f6193294000-7f6193295000 rw-p 0002e000 08:03 9717409                    /usr/lib64/libfontconfig.so.1.3.0
7f6193295000-7f61932d6000 r-xp 00000000 08:03 5665364                    /usr/lib64/libpango-1.0.so.0.2400.2
7f61932d6000-7f61934d5000 ---p 00041000 08:03 5665364                    /usr/lib64/libpango-1.0.so.0.2400.2
7f61934d5000-7f61934d7000 r--p 00040000 08:03 5665364                    /usr/lib64/libpango-1.0.so.0.2400.2
7f61934d7000-7f61934d8000 rw-p 00042000 08:03 5665364                    /usr/lib64/libpango-1.0.so.0.2400.2
7f61934d8000-7f61934f0000 r-xp 00000000 08:03 5664402                    /usr/lib64/libgdk_pixbuf-2.0.so.0.1400.7
7f61934f0000-7f61936ef000 ---p 00018000 08:03 5664402                    /usr/lib64/libgdk_pixbuf-2.0.so.0.1400.7
7f61936ef000-7f61936f0000 r--p 00017000 08:03 5664402                    /usr/lib64/libgdk_pixbuf-2.0.so.0.1400.7
7f61936f0000-7f61936f1000 rw-p 00018000 08:03 5664402                    /usr/lib64/libgdk_pixbuf-2.0.so.0.1400.7
7f61936f1000-7f619371c000 r-xp 00000000 08:03 5665366                    /usr/lib64/libpangoft2-1.0.so.0.2400.2
7f619371c000-7f619391b000 ---p 0002b000 08:03 5665366                    /usr/lib64/libpangoft2-1.0.so.0.2400.2
7f619391b000-7f619391c000 r--p 0002a000 08:03 5665366                    /usr/lib64/libpangoft2-1.0.so.0.2400.2
7f619391c000-7f619391d000 rw-p 0002b000 08:03 5665366                    /usr/lib64/libpangoft2-1.0.so.0.2400.2
7f619391d000-7f6193984000 r-xp 00000000 08:03 5665041lugre/src/lugre_main.cpp:221:Lugre_Run
lugre/src/lugre_game.cpp:19:Run
  lugre/src/lugre_scripting.cpp:263:LuaCall
   lugre/src/lugre_scripting.cpp:187:PCallWithErrFuncWrapper
    lugre/src/lugre_sound_L.cpp:215:CreateSoundSource
PrintLuaStackTrace:
LuaStackTrace:

        [C]: in function `CreateSoundSource'
        ../lugre/lua/lib.sound.lua:181: in function `SoundPlayMusic'
        ../lua/lib.sound.iris.lua:82: in function `SoundPlayMusicById'
        ../lua/lib.mainmenu.background.lua:21: in function `MainMenu_Background_Start'
        ../lua/lib.mainmenu.lua:20: in function `StartMainMenu'
        ../lua/main.lua:452: in function <../lua/main.lua:362>
ERROR : Abort Signal Detected
If this error remains after running the updater and you think this is a bug
please check the BugTracker at www.iris2.de
and report it if it is not already known.
Please also append the logfile in bin/stacktrace.log to your bugreport.
./start.sh: line 5: 23428 Abgebrochen             ./iris $1 $2 $3 $4 $5 $6 $7 $8


Are there ideas left to get this running?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 12, 2009 1:13 am 
Offline
iris2-developer
User avatar

Joined: Mon Aug 09, 2004 12:20 pm
Posts: 1431
Add this to your config\config.lua file and say if it works.
Code:
gUseMusic = false
gUseEffect = false


you can also force the soundsystem by adding into your config.lua:
Code:
gUseSoundSystem = "openal"



this is also not optimal:
Code:
descr=Could not load dynamic library /usr/lib64/OGRE/Plugin_CgProgramManager.so.  System Error: /usr/lib64/OGRE/Plugin_CgProgramManager.so: cannot open shared object file: No such file or directory   

If you want to activate caelum you need to compile this ogre plugin too. Therefore you need CG.

_________________
http://crankgaming.blogspot.com/ | https://twitter.com/#!/crank_gaming


Last edited by SiENcE on Sat Sep 12, 2009 7:28 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 12, 2009 11:19 am 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
OGRE_VERSION 10602

that v 1.6.2 ,
i've heard of people having trouble with that version and above, so i'd suggest you try 1.6.1 instead =)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 12, 2009 8:10 pm 
Offline

Joined: Thu Sep 10, 2009 1:33 pm
Posts: 11
I have installed the cg plugin but i guess gentoo has updated to ogre 1.6.3. The ebuild for ogre 1.6.1 was deleted.

After that i tried to compile again but got ugly ambiguity errors of an overloaded opeator ...

Thus i did a svn checkout of the latest stable iris2 release, which ended in this lining error

Code:
...
data_common.cpp                                                                                         
builder_L.cpp                                                                                           
grannyogreloader.cpp                                                                                   
data_artmap_L.cpp                                                                                       
pathsearch.cpp                                                                                         
data_light.cpp                                                                                         
data_multi_L.cpp                                                                                       
prefix.cpp                                                                                             
Linking iris                                                                                           
./liblugrelib.a(lugre_scripting.o):(.rodata+0x28): undefined reference to `luaopen_sqlite3'             
collect2: ld gab 1 als Ende-Status zurück                                                               
make[1]: *** [bin/iris] Fehler 1                                                                       
make: *** [iris] Fehler 2           


I have sqlite 3.6.16 installed.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 12, 2009 10:16 pm 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
sorry, but sounds like gentoo specific problems, since us dev have no experience using gentoo, i'd suggest asking in the gentoo community instead


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 13, 2009 1:47 am 
Offline
Power User
User avatar

Joined: Thu Jun 10, 2004 4:01 pm
Posts: 152
Location: Brasil
I used iris2 on gentoo a long time a go... You need give some attention to USE flags.

_________________
Please, they answer to my questions in Portuguese or the formal English, therefore I use google to translate them.

Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 13, 2009 11:00 am 
Offline

Joined: Thu Sep 10, 2009 1:33 pm
Posts: 11
iuri_BR wrote:
I used iris2 on gentoo a long time a go... You need give some attention to USE flags.


I already have

dev-games/ogre lua freeimage cegui devil cg

in package.use.

@ghoulsblade

I already have started a gentoo-forum thread before i asked here.
This thread was moved to the unsupported software subforum, which is more or less a trash bin...


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 13, 2009 11:18 am 
Offline
iris2-developer
User avatar

Joined: Mon Aug 09, 2004 12:20 pm
Posts: 1431
Zeno wrote:
I have installed the cg plugin but i guess gentoo has updated to ogre 1.6.3. The ebuild for ogre 1.6.1 was deleted.

After that i tried to compile again but got ugly ambiguity errors of an overloaded opeator ...

Thus i did a svn checkout of the latest stable iris2 release, which ended in this lining error

Code:
Linking iris                                                                                           
./liblugrelib.a(lugre_scripting.o):(.rodata+0x28): undefined reference to `luaopen_sqlite3'             
collect2: ld gab 1 als Ende-Status zurück                                                               
make[1]: *** [bin/iris] Fehler 1                                                                       
make: *** [iris] Fehler 2           



Did you compile

trunk\lugre\lib\sqlite\src\*.c

and

trunk\lugre\lib\sqlite\include\*.h

too?

_________________
http://crankgaming.blogspot.com/ | https://twitter.com/#!/crank_gaming


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 13, 2009 12:57 pm 
Offline

Joined: Thu Sep 10, 2009 1:33 pm
Posts: 11
SiENcE wrote:
Zeno wrote:
I have installed the cg plugin but i guess gentoo has updated to ogre 1.6.3. The ebuild for ogre 1.6.1 was deleted.

After that i tried to compile again but got ugly ambiguity errors of an overloaded opeator ...

Thus i did a svn checkout of the latest stable iris2 release, which ended in this lining error

Code:
Linking iris                                                                                           
./liblugrelib.a(lugre_scripting.o):(.rodata+0x28): undefined reference to `luaopen_sqlite3'             
collect2: ld gab 1 als Ende-Status zurück                                                               
make[1]: *** [bin/iris] Fehler 1                                                                       
make: *** [iris] Fehler 2           



Did you compile

trunk\lugre\lib\sqlite\src\*.c

and

trunk\lugre\lib\sqlite\include\*.h

too?


No, i havent compiled them. How do i do this. I get errors by just doing gcc *.*.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 13, 2009 1:07 pm 
Offline
iris2-developer
User avatar

Joined: Mon Aug 09, 2004 12:20 pm
Posts: 1431
Sorry but i use windows. Maybe some of our other devs (ghouly?) my can help you.

I don't know, why sqllite is referenced in lugre but not in the premake scripts!?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 13, 2009 11:02 pm 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
sqlite : compiles fine here (ubuntu 9.04), i disabled sqlite by default now, maybe this helps, you have to update your iris to the newest ("unstable") version.

if you already have a svn checkout of the "unstable", do "svn up"

otherwise you can get a checkout using :
Code:
svn co svn://iris.schattenkind.net/iris/trunk iris_trunk


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group