Jump to content

Examples don't work under Linux


ItsMeTheGameDev
 Share

Recommended Posts

Hello,

 

I want to use Leadwerks in Windows and Linux. In Windows everything is working, but in Linux I'm having problems to get the examples working.

 

My Linux distribution is Arch 64 Bit. I know that Arch isn't supported, but I think that my Problem isn't distribution dependent.

 

When I start a new and empty Project in Linux (File->New) I can start the "game". But when I try to run an example I get the following error:

 

...
Initializing OpenGL4 graphics driver...
OpenGL version 441
GLSL version 440
Device: AMD Radeon HD 7660D
Loading map "/home/xxx/Documents/Leadwerks/Projects/MyGame/Maps/start.map"...
Loading material "/home/xxx/Documents/Leadwerks/Projects/MyGame/Materials/Developer/orangegrid.mat"...
Loading shader "/home/xxx/Documents/Leadwerks/Projects/MyGame/Shaders/Model/diffuse.shader"...
pure virtual method called
terminate called without an active exception
Process Complete.

 

What is wrong? There are no further error messages. I miss the indication of the exact point where the error occurs.

Link to comment
Share on other sites

I don't understand what you mean? How can it be possible to start the game otherwise if you don't go into the game directory to start the game binary?

 

In other words, I do exactly what you say. biggrin.png

 

Arch is by the way not a dist supported by Leadwerks.

 

Well, I said:

 

I know that Arch isn't supported, but I think that my Problem isn't distribution dependent.
wink.png

 

P.S.:

 

I tried to understand your train of thought and tried this:

 

[bash]$ /home/xxx/TestGame/NextGm/NextGm/./NextGm.debug
Initializing OpenGL4 graphics driver...
OpenGL version 441
GLSL version 440
Device: AMD Radeon HD 7660D
Error: Failed to load texture "Materials/Common/bfn.tex"
Error: Required texture "Materials/Common/bfn.tex" is missing.
Loading map "/home/andy/Maps/start.map"...
Error: Failed to read file "/home/andy/Maps/start.map".
Error: Failed to load shader "./Shaders/Misc/occlusionquery.shader".
Error: Failed to load shader "Shaders/Lighting/ambientlight.shader".
...endless repetition of the last two error...

 

Seems that I have another problem, because I usually do a cd to game folder before I start an example/game.

Link to comment
Share on other sites

I would guess that is a permission issue. Maybe the files belong to root or anything different and you may not access them.

 

btw. Is that path in the first row of your listing part of the prompt? I have never seen the $ anywhere inside the prompt. It should always be at the end... Just my thoughts ;)

Link to comment
Share on other sites

Out of curiosity: What happens if you jump into App.lua of the MyGame demo project and change the start.map to any of the non-working example maps and simply run the MyGame executable?

 

Nothing special, the corresponding map is loaded but the error "pure virtual method called" remains.

 

I would guess that is a permission issue. Maybe the files belong to root or anything different and you may not access them.

 

btw. Is that path in the first row of your listing part of the prompt? I have never seen the $ anywhere inside the prompt. It should always be at the end... Just my thoughts wink.png

 

Yes, $ is part of the promt. $ means user, # means root. smile.png

 

I suspected a problem with the permissions, too. But I have no idea what could be wrong. Steam, Leadwerks and the examples (including my test game) are installed with user privileges. All of them are stored in my /home folder and all folders have correct permissions. Being root doesn't help, too.

 

When I use google, then it seems to be a problem with C++.

 

P.S.:

 

I've found a common issue between the Leadwerks editor and the games that I try to execute.

 

Example Game "NextGm" with gdb (simply try to start the game):

 

Initializing OpenGL4 graphics driver...
OpenGL version 441
GLSL version 440
Device: AMD Radeon HD 7660D
Loading texture "/home/xxx/TestGame/NextGm/NextGm/Materials/Common/bfn.tex"...
Loading map "/home/xxx/TestGame/NextGm/NextGm/Maps/start.map"...
Loading material "/home/xxx/TestGame/NextGm/NextGm/Materials/Developer/orangegrid.mat"...
Loading shader "/home/xxx/TestGame/NextGm/NextGm/Shaders/Model/diffuse.shader"...
pure virtual method called
terminate called without an active exception
Program received signal SIGABRT, Aborted.
0x00007ffff61e9a97 in raise () from /usr/lib/libc.so.6

 

Leadwerks editor (Project Manager -> create a new Project and click ok or import new Project and click ok):

 

...
*** Error in `./Leadwerks': free(): corrupted unsorted chunks: 0x0f264da8 ***
======= Backtrace: =========
/usr/lib32/libc.so.6(+0x6b5f9)[0xf6b2b5f9]
/usr/lib32/libc.so.6(+0x71247)[0xf6b31247]
/usr/lib32/libc.so.6(+0x71a1d)[0xf6b31a1d]
/home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6(_ZdlPv+0x1f)[0xf6d50a4f]
/home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6(_ZdaPv+0x1b)[0xf6d50a9b]
/usr/lib32/xorg/modules/dri/fglrx_dri.so(+0x15ad835)[0xf50d5835]
======= Memory map: ========
08048000-0896a000 r-xp 00000000 fe:02 141749030                          /home/xxx/.local/share/Steam/steamapps/common/Leadwerks/Leadwerks
0896a000-0897e000 r-xp 00921000 fe:02 141749030                          /home/xxx/.local/share/Steam/steamapps/common/Leadwerks/Leadwerks
0897e000-08b32000 rwxp 00935000 fe:02 141749030                          /home/xxx/.local/share/Steam/steamapps/common/Leadwerks/Leadwerks
08b32000-08b4a000 rwxp 00000000 00:00 0
0a203000-146e0000 rwxp 00000000 00:00 0                                  [heap]
df4fd000-df4fe000 ---p 00000000 00:00 0
df4fe000-dfcfe000 rwxp 00000000 00:00 0
dfcfe000-dfcff000 ---p 00000000 00:00 0
dfcff000-e04ff000 rwxp 00000000 00:00 0
e04ff000-e0500000 ---p 00000000 00:00 0
e0500000-e0d00000 rwxp 00000000 00:00 0
e0d00000-e0d21000 rwxp 00000000 00:00 0
e0d21000-e0e00000 ---p 00000000 00:00 0
e0e7f000-e0e80000 ---p 00000000 00:00 0
e0e80000-e1680000 rwxp 00000000 00:00 0
e1680000-e2680000 rwxs 01fc0000 00:05 11129                              /dev/ati/card0
e2686000-e2786000 rwxs 01fbe000 00:05 11129                              /dev/ati/card0
e2786000-e2886000 rwxs 01fa6000 00:05 11129                              /dev/ati/card0
e288d000-e298d000 rwxs 01fa5000 00:05 11129                              /dev/ati/card0
e2994000-e2a94000 rwxs 01fa4000 00:05 11129                              /dev/ati/card0
e2a9b000-e2b9b000 rwxs 01fa3000 00:05 11129                              /dev/ati/card0
e2b9f000-e2c9f000 rwxs 01f9f000 00:05 11129                              /dev/ati/card0
e2ca6000-e2da6000 rwxs 01f9e000 00:05 11129                              /dev/ati/card0
e2da8000-e6da9000 rwxs 00000000 00:11 95132                              /dev/shm/pulse-shm-1485756091
e71a5000-e72a5000 rwxs 01f9d000 00:05 11129                              /dev/ati/card0
e72ac000-e73ac000 rwxs 01f9c000 00:05 11129                              /dev/ati/card0
e73b2000-e74b2000 rwxs 01f9a000 00:05 11129                              /dev/ati/card0
e74b9000-e75b9000 rwxs 01f99000 00:05 11129                              /dev/ati/card0
e77b8000-e78b8000 rwxs 01f98000 00:05 11129                              /dev/ati/card0
e7a2f000-e7b2f000 rwxs 01f97000 00:05 11129                              /dev/ati/card0
e7b34000-e7c34000 rwxs 01f94000 00:05 11129                              /dev/ati/card0
e7c3b000-e7d3b000 rwxs 01f93000 00:05 11129                              /dev/ati/card0
e7d42000-e7e42000 rwxs 01f92000 00:05 11129                              /dev/ati/card0
e8000000-e8021000 rwxp 00000000 00:00 0
e8021000-e8100000 ---p 00000000 00:00 0
e85f9000-e86f9000 rwxs 01f91000 00:05 11129                              /dev/ati/card0
e86ff000-e8700000 ---p 00000000 00:00 0
e8700000-e8f00000 rwxp 00000000 00:00 0                                  [stack:3982]
e8f00000-e8f21000 rwxp 00000000 00:00 0
e8f21000-e9000000 ---p 00000000 00:00 0
e9018000-e903c000 r-xs 00000000 fe:00 788790                             /usr/share/mime/mime.cache
e903f000-e9040000 ---p 00000000 00:00 0
e9040000-e9840000 rwxp 00000000 00:00 0                                  [stack:3981]
e9840000-e99a6000 r-xp 00000000 fe:02 402933733                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libvorbisenc.so.2.0.8
e99a6000-e99b7000 r-xp 00165000 fe:02 402933733                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libvorbisenc.so.2.0.8
e99b7000-e99b8000 rwxp 00176000 fe:02 402933733                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libvorbisenc.so.2.0.8
e99b8000-e9a04000 r-xp 00000000 fe:02 402933552                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libFLAC.so.8.2.0
e9a04000-e9a05000 r-xp 0004b000 fe:02 402933552                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libFLAC.so.8.2.0
e9a05000-e9a06000 rwxp 0004c000 fe:02 402933552                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libFLAC.so.8.2.0
e9a08000-e9a74000 r-xp 00000000 fe:02 403092630                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libsndfile.so.1.0.25
e9a74000-e9a75000 r-xp 0006c000 fe:02 403092630                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libsndfile.so.1.0.25
e9a75000-e9a76000 rwxp 0006d000 fe:02 403092630                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libsndfile.so.1.0.25
e9a76000-e9a7a000 rwxp 00000000 00:00 0
e9a80000-e9ac7000 r-xp 00000000 fe:02 111730                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libdbus-1.so.3.5.8
e9ac7000-e9ac8000 ---p 00047000 fe:02 111730                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libdbus-1.so.3.5.8
e9ac8000-e9ac9000 r-xp 00047000 fe:02 111730                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libdbus-1.so.3.5.8
e9ac9000-e9aca000 rwxp 00048000 fe:02 111730                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libdbus-1.so.3.5.8
e9acd000-e9bcd000 rwxs 01f65000 00:05 11129                              /dev/ati/card0
e9bd4000-e9cd4000 rwxs 01f64000 00:05 11129                              /dev/ati/card0
e9cdb000-e9ddb000 rwxs 01f63000 00:05 11129                              /dev/ati/card0
e9de2000-e9ee2000 rwxs 01f62000 00:05 11129                              /dev/ati/card0
e9ee7000-eaee7000 rwxs 01ef7000 00:05 11129                              /dev/ati/card0
eaeed000-eafed000 rwxs 01ef5000 00:05 11129                              /dev/ati/card0
eaff0000-eb0f0000 rwxs 01e98000 00:05 11129                              /dev/ati/card0
eb0f3000-eb1f3000 rwxs 01e93000 00:05 11129                              /dev/ati/card0
eb1fa000-ec1fa000 rwxs 01e92000 00:05 11129                              /dev/ati/card0
ec200000-ec221000 rwxp 00000000 00:00 0
ec221000-ec300000 ---p 00000000 00:00 0
ec328000-ec38b000 r-xp 00000000 fe:02 403092641                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpulsecommon-1.1.so
ec38b000-ec38c000 r-xp 00062000 fe:02 403092641                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpulsecommon-1.1.so
ec38c000-ec38d000 rwxp 00063000 fe:02 403092641                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpulsecommon-1.1.so
ec390000-ec3dc000 r-xp 00000000 fe:02 403153793                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpulse.so.0.13.5
ec3dc000-ec3dd000 r-xp 0004b000 fe:02 403153793                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpulse.so.0.13.5
ec3dd000-ec3de000 rwxp 0004c000 fe:02 403153793                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpulse.so.0.13.5
ec3e3000-ec4e3000 rwxs 01e8b000 00:05 11129                              /dev/ati/card0
ec4ea000-ed4ea000 rwxs 01e8a000 00:05 11129                              /dev/ati/card0
ed4f1000-ed5f1000 rwxs 01e81000 00:05 11129                              /dev/ati/card0
ed5f8000-ee5f8000 rwxs 01e80000 00:05 11129                              /dev/ati/card0
ee5fc000-ee6fc000 rwxs 01e7c000 00:05 11129                              /dev/ati/card0
ee700000-ee721000 rwxp 00000000 00:00 0
ee721000-ee800000 ---p 00000000 00:00 0
ee828000-ee84c000 r-xs 00000000 fe:00 788790                             /usr/share/mime/mime.cache
ee84f000-ee8ff000 rwxp 00000000 00:00 0
ee8ff000-ee900000 ---p 00000000 00:00 0
ee900000-eeb00000 rwxp 00000000 00:00 0                                  [stack:3979]
eeb00000-eeb21000 rwxp 00000000 00:00 0
eeb21000-eec00000 ---p 00000000 00:00 0
eec10000-eec17000 r-xp 00000000 fe:02 403134681                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/gio/modules/libdconfsettings.so
eec17000-eec18000 r-xp 00006000 fe:02 403134681                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/gio/modules/libdconfsettings.so
eec18000-eec19000 rwxp 00007000 fe:02 403134681                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/gio/modules/libdconfsettings.so
eec20000-eec26000 r-xp 00000000 fe:00 529279                             /usr/share/icons/hicolor/icon-theme.cache
eec28000-eec2e000 r-xp 00000000 fe:00 529279                             /usr/share/icons/hicolor/icon-theme.cache
eec30000-eec47000 r-xp 00000000 fe:00 528820                             /usr/lib32/libnsl-2.20.so
eec47000-eec48000 r-xp 00016000 fe:00 528820                             /usr/lib32/libnsl-2.20.so
eec48000-eec49000 rwxp 00017000 fe:00 528820                             /usr/lib32/libnsl-2.20.so
eec49000-eec4b000 rwxp 00000000 00:00 0
eec50000-eed00000 rwxp 00000000 00:00 0
eed00000-eed21000 rwxp 00000000 00:00 0
eed21000-eee00000 ---p 00000000 00:00 0
eee08000-eee12000 r-xp 00000000 fe:00 287356                             /usr/share/locale/de/LC_MESSAGES/pulseaudio.mo
eee18000-eee20000 r-xp 00000000 fe:02 111768                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libwrap.so.0.7.6
eee20000-eee21000 r-xp 00007000 fe:02 111768                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libwrap.so.0.7.6
eee21000-eee22000 rwxp 00008000 fe:02 111768                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libwrap.so.0.7.6
eee24000-eee25000 ---p 00000000 00:00 0
eee25000-ef025000 rwxp 00000000 00:00 0                                  [stack:3978]
ef025000-ef026000 ---p 00000000 00:00 0
ef026000-ef226000 rwxp 00000000 00:00 0                                  [stack:3977]
ef226000-f0226000 rwxs 01e66000 00:05 11129                              /dev/ati/card0
f022c000-f062d000 rwxp 00000000 00:00 0
f062d000-f162d000 rwxs 01ddd000 00:05 11129                              /dev/ati/card0
f1632000-f171c000 rwxp 00000000 00:00 0
f1728000-f172f000 r-xp 00000000 fe:02 403153786                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libjson.so.0.0.1
f172f000-f1730000 r-xp 00006000 fe:02 403153786                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libjson.so.0.0.1
f1730000-f1731000 rwxp 00007000 fe:02 403153786                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libjson.so.0.0.1
f1738000-f1748000 rwxs 01f78000 00:05 11129                              /dev/ati/card0
f174a000-f175a000 rwxs 01fba000 00:05 11129                              /dev/ati/card0
f1760000-f17c0000 rwxs 00000000 00:04 2064400                            /SYSV00000000 (deleted)
f17c5000-f1846000 rwxp 00000000 00:00 0
f1848000-f184d000 r-xp 00000000 fe:02 403199539                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libasyncns.so.0.3.1
f184d000-f184e000 r-xp 00004000 fe:02 403199539                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libasyncns.so.0.3.1
f184e000-f184f000 rwxp 00005000 fe:02 403199539                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libasyncns.so.0.3.1
f1856000-f1866000 rwxs 01f96000 00:05 11129                              /dev/ati/card0
f1866000-f1876000 rwxs 01f7e000 00:05 11129                              /dev/ati/card0
f1878000-f1879000 r-xs 00000000 fe:02 268783579                          /home/xxx/.local/share/mime/mime.cache
f187f000-f188f000 rwxs 01f8f000 00:05 11129                              /dev/ati/card0
f188f000-f1890000 ---p 00000000 00:00 0
f1890000-f18a0000 rwxp 00000000 00:00 0                                  [stack:3976]
f18a0000-f18a3000 r-xp 00000000 fe:00 287152                             /usr/share/locale/de/LC_MESSAGES/atk10.mo
f18a8000-f1bd1000 r-xp 00000000 fe:02 73750                              /home/xxx/.local/share/Steam/ubuntu12_32/libsteam.so
f1bd1000-f1be7000 rwxp 00328000 fe:02 73750                              /home/xxx/.local/share/Steam/ubuntu12_32/libsteam.so
f1be7000-f1be8000 rwxp 00000000 00:00 0
f1be8000-f2c50000 r-xp 00000000 fe:02 402928437                          /home/xxx/.local/share/Steam/linux32/steamclient.so
f2c50000-f2cb1000 r-xp 01067000 fe:02 402928437                          /home/xxx/.local/share/Steam/linux32/steamclient.so
f2cb1000-f2cc2000 rwxp 010c8000 fe:02 402928437                          /home/xxx/.local/share/Steam/linux32/steamclient.so
f2cc2000-f2cf5000 rwxp 00000000 00:00 0
f2cfc000-f2ee0000 rwxp 00000000 00:00 0
f2ee0000-f2ee6000 r-xp 00000000 fe:00 287684                             /usr/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo
f2ee8000-f2eea000 r-xp 00000000 fe:02 137589896                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
f2eea000-f2eeb000 r-xp 00001000 fe:02 137589896                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
f2eeb000-f2eec000 rwxp 00002000 fe:02 137589896                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
f2ef0000-f2f0a000 r-xp 00000000 fe:00 273595                             /usr/share/locale/de/LC_MESSAGES/glib20.mo
f2f10000-f2f11000 r-xs 00000000 fe:02 141592732                          /home/xxx/.local/share/Steam/steamapps/common/Leadwerks/fontconfig/2cd17615ca594fa2959ae173292e504c-le32d4.cache-3
f2f18000-f2f19000 r-xs 00000000 fe:02 141924971                          /home/xxx/.local/share/Steam/steamapps/common/Leadwerks/fontconfig/0910210e8b251bb6e3a33b05aa07e074-le32d4.cache-3
f2f20000-f2f21000 r-xs 00000000 fe:02 141924969                          /home/xxx/.local/share/Steam/steamapps/common/Leadwerks/fontconfig/75badd7574ca0a2f250bba8d5adaea53-le32d4.cache-3
f2f28000-f2f2a000 r-xs 00000000 fe:02 141924967                          /home/xxx/.local/share/Steam/steamapps/common/Leadwerks/fontconfig/452f1fac34b224105d7acfae3034bcd5-le32d4.cache-3
f2f30000-f2f31000 r-xs 00000000 fe:02 141924963                          /home/xxx/.local/share/Steam/steamapps/common/Leadwerks/fontconfig/a0f105d33f75736c5f51c104a35e7606-le32d4.cache-3
f2f38000-f2f3b000 r-xs 00000000 fe:02 141924962                          /home/xxx/.local/share/Steam/steamapps/common/Leadwerks/fontconfig/e83f37fcf327f1deda509da0f6605954-le32d4.cache-3
f2f40000-f2f42000 r-xs 00000000 fe:02 141924961                          /home/xxx/.local/share/Steam/steamapps/common/Leadwerks/fontconfig/210c0516121708a580e22e6b1f9a103a-le32d4.cache-3
f2f48000-f2f51000 r-xs 00000000 fe:02 147576995                          /home/xxx/.local/share/Steam/steamapps/common/Leadwerks/fontconfig/f6b893a7224233d96cb72fd88691c0b4-le32d4.cache-3
f2f58000-f2fdc000 rwxp 00000000 00:00 0
f2fdc000-f301c000 rwxs 000fc000 00:05 11129                              /dev/ati/card0
f3020000-f3021000 rwxs 00000000 00:11 93561                              /dev/shm/sem.x181mV (deleted)
f3025000-f3056000 rwxp 00000000 00:00 0
f3056000-f3756000 rwxs 00006000 00:05 11129                              /dev/ati/card0
f375d000-f3a1d000 rwxp 00000000 00:00 0
f3a1d000-f3a1e000 rwxs 00005000 00:05 11129                              /dev/ati/card0
f3a24000-f3a64000 rwxs 00004000 00:05 11129                              /dev/ati/card0
f3a68000-f3b0a000 r-xp 00000000 fe:00 526088                             /usr/lib32/libatiadlxx.so
f3b0a000-f3b0c000 rwxp 000a2000 fe:00 526088                             /usr/lib32/libatiadlxx.so
f3b0c000-f3b1c000 rwxp 00000000 00:00 0
f3b22000-f3b24000 rwxs 00002000 00:05 11129                              /dev/ati/card0
f3b28000-f5eda000 r-xp 00000000 fe:00 556017                             /usr/lib32/xorg/modules/dri/fglrx_dri.so
f5eda000-f5fca000 rwxp 023b1000 fe:00 556017                             /usr/lib32/xorg/modules/dri/fglrx_dri.so
f5fca000-f60ae000 rwxp 00000000 00:00 0
f60b0000-f60bc000 r-xp 00000000 fe:00 528814                             /usr/lib32/libnss_files-2.20.so
f60bc000-f60bd000 r-xp 0000b000 fe:00 528814                             /usr/lib32/libnss_files-2.20.so
f60bd000-f60be000 rwxp 0000c000 fe:00 528814                             /usr/lib32/libnss_files-2.20.so
f60c0000-f60c6000 r-xp 00000000 fe:02 402912211                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libogg.so.0.7.1
f60c6000-f60c7000 r-xp 00005000 fe:02 402912211                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libogg.so.0.7.1
f60c7000-f60c8000 rwxp 00006000 fe:02 402912211                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libogg.so.0.7.1
f60c8000-f60f1000 r-xp 00000000 fe:02 403092654                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libvorbis.so.0.4.5
f60f1000-f60f2000 r-xp 00028000 fe:02 403092654                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libvorbis.so.0.4.5
f60f2000-f60f3000 rwxp 00029000 fe:02 403092654                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libvorbis.so.0.4.5
f60f8000-f6100000 r-xp 00000000 fe:02 403092608                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libltdl.so.7.3.0
f6100000-f6101000 r-xp 00008000 fe:02 403092608                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libltdl.so.7.3.0
f6101000-f6102000 rwxp 00009000 fe:02 403092608                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libltdl.so.7.3.0
f6108000-f6119000 r-xp 00000000 fe:02 402933326                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libtdb.so.1.2.9
f6119000-f611a000 r-xp 00010000 fe:02 402933326                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libtdb.so.1.2.9
f611a000-f611b000 rwxp 00011000 fe:02 402933326                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libtdb.so.1.2.9
f6120000-f6128000 r-xp 00000000 fe:02 403092649                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libvorbisfile.so.3.3.4
f6128000-f6129000 r-xp 00007000 fe:02 403092649                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libvorbisfile.so.3.3.4
f6129000-f612a000 rwxp 00008000 fe:02 403092649                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libvorbisfile.so.3.3.4
f6130000-f613f000 r-xp 00000000 fe:02 403092632                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libcanberra.so.0.2.5
f613f000-f6140000 r-xp 0000e000 fe:02 403092632                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libcanberra.so.0.2.5
f6140000-f6141000 rwxp 0000f000 fe:02 403092632                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libcanberra.so.0.2.5
f6148000-f614c000 r-xp 00000000 fe:02 402912210                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libcanberra-gtk.so.0.1.8
f614c000-f614d000 r-xp 00003000 fe:02 402912210                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libcanberra-gtk.so.0.1.8
f614d000-f614e000 rwxp 00004000 fe:02 402912210                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libcanberra-gtk.so.0.1.8
f6150000-f6155000 r-xp 00000000 fe:02 270319559                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
f6155000-f6156000 r-xp 00004000 fe:02 270319559                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
f6156000-f6157000 rwxp 00005000 fe:02 270319559                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
f6158000-f6185000 r-xp 00000000 fe:00 293017                             /usr/share/locale/de/LC_MESSAGES/gtk20-properties.mo
f6188000-f61ae000 r-xp 00000000 fe:00 265287                             /usr/share/locale/de/LC_MESSAGES/libc.mo
f61b0000-f61bf000 r-xp 00000000 fe:00 293016                             /usr/share/locale/de/LC_MESSAGES/gtk20.mo
f61c0000-f63c0000 r-xp 00000000 fe:00 302155                             /usr/lib/locale/locale-archive
f63c0000-f63e6000 r-xp 00000000 fe:02 111767                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libexpat.so.1.5.2
f63e6000-f63e7000 ---p 00026000 fe:02 111767                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libexpat.so.1.5.2
f63e7000-f63e9000 r-xp 00026000 fe:02 111767                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libexpat.so.1.5.2
f63e9000-f63ea000 rwxp 00028000 fe:02 111767                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libexpat.so.1.5.2
f63f0000-f6404000 r-xp 00000000 fe:00 528821                             /usr/lib32/libresolv-2.20.so
f6404000-f6406000 r-xp 00013000 fe:00 528821                             /usr/lib32/libresolv-2.20.so
f6406000-f6407000 rwxp 00015000 fe:00 528821                             /usr/lib32/libresolv-2.20.so
f6407000-f6409000 rwxp 00000000 00:00 0
f6410000-f642d000 r-xp 00000000 fe:02 111734                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libselinux.so.1
f642d000-f642e000 r-xp 0001c000 fe:02 111734                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libselinux.so.1
f642e000-f642f000 rwxp 0001d000 fe:02 111734                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libselinux.so.1
f6430000-f6435000 r-xp 00000000 fe:02 403092638                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
f6435000-f6436000 r-xp 00004000 fe:02 403092638                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
f6436000-f6437000 rwxp 00005000 fe:02 403092638                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
f6438000-f643a000 r-xp 00000000 fe:02 403146804                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXau.so.6.0.0
f643a000-f643b000 r-xp 00001000 fe:02 403146804                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXau.so.6.0.0
f643b000-f643c000 rwxp 00002000 fe:02 403146804                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXau.so.6.0.0
f6440000-f6485000 r-xp 00000000 fe:02 403112867                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libjpeg.so.8.0.2
f6485000-f6486000 r-xp 00044000 fe:02 403112867                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libjpeg.so.8.0.2
f6486000-f6487000 rwxp 00045000 fe:02 403112867                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libjpeg.so.8.0.2
f6487000-f6497000 rwxp 00000000 00:00 0
f6498000-f64f8000 r-xp 00000000 fe:02 403117555                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libtiff.so.4.3.4
f64f8000-f64fa000 r-xp 0005f000 fe:02 403117555                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libtiff.so.4.3.4
f64fa000-f64fb000 rwxp 00061000 fe:02 403117555                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libtiff.so.4.3.4
f6500000-f6514000 r-xp 00000000 fe:02 111752                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libz.so.1.2.3.4
f6514000-f6515000 r-xp 00013000 fe:02 111752                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libz.so.1.2.3.4
f6515000-f6516000 rwxp 00014000 fe:02 111752                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libz.so.1.2.3.4
f6518000-f6520000 r-xp 00000000 fe:02 403092639                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb-render.so.0.0.0
f6520000-f6521000 r-xp 00008000 fe:02 403092639                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb-render.so.0.0.0
f6521000-f6522000 rwxp 00009000 fe:02 403092639                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb-render.so.0.0.0
f6528000-f652a000 r-xp 00000000 fe:02 402933324                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb-shm.so.0.0.0
f652a000-f652b000 r-xp 00001000 fe:02 402933324                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb-shm.so.0.0.0
f652b000-f652c000 rwxp 00002000 fe:02 402933324                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb-shm.so.0.0.0
f6530000-f6558000 r-xp 00000000 fe:02 111733                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libpng12.so.0.46.0
f6558000-f6559000 r-xp 00027000 fe:02 111733                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libpng12.so.0.46.0
f6559000-f655a000 rwxp 00028000 fe:02 111733                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libpng12.so.0.46.0
f6560000-f65f5000 r-xp 00000000 fe:02 403153814                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpixman-1.so.0.30.2
f65f5000-f65fa000 r-xp 00095000 fe:02 403153814                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpixman-1.so.0.30.2
f65fa000-f65fb000 rwxp 0009a000 fe:02 403153814                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpixman-1.so.0.30.2
f6600000-f6695000 r-xp 00000000 fe:02 402933333                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libfreetype.so.6.8.0
f6695000-f6699000 r-xp 00094000 fe:02 402933333                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libfreetype.so.6.8.0
f6699000-f669a000 rwxp 00098000 fe:02 402933333                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libfreetype.so.6.8.0
f66a0000-f66af000 r-xp 00000000 fe:00 526086                             /usr/lib32/libatiuki.so.1.0
f66af000-f66bc000 rwxp 0000f000 fe:00 526086                             /usr/lib32/libatiuki.so.1.0
f66bc000-f66bd000 rwxp 00000000 00:00 0
f66c0000-f66c5000 r-xp 00000000 fe:02 403153805                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libffi.so.6.0.0
f66c5000-f66c6000 r-xp 00004000 fe:02 403153805                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libffi.so.6.0.0
f66c6000-f66c7000 rwxp 00005000 fe:02 403153805                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libffi.so.6.0.0
f66c8000-f66ca000 r-xp 00000000 fe:02 403146751                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXdamage.so.1.1.0
f66ca000-f66cb000 r-xp 00001000 fe:02 403146751                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXdamage.so.1.1.0
f66cb000-f66cc000 rwxp 00002000 fe:02 403146751                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXdamage.so.1.1.0
f66d0000-f66d2000 r-xp 00000000 fe:02 403092659                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXcomposite.so.1.0.0
f66d2000-f66d3000 r-xp 00001000 fe:02 403092659                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXcomposite.so.1.0.0
f66d3000-f66d4000 rwxp 00002000 fe:02 403092659                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXcomposite.so.1.0.0
f66d8000-f66e1000 r-xp 00000000 fe:02 403112871                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXcursor.so.1.0.2
f66e1000-f66e2000 r-xp 00008000 fe:02 403112871                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXcursor.so.1.0.2
f66e2000-f66e3000 rwxp 00009000 fe:02 403112871                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXcursor.so.1.0.2
f66e8000-f66ef000 r-xp 00000000 fe:02 403197215                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXrandr.so.2.2.0
f66ef000-f66f0000 r-xp 00006000 fe:02 403197215                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXrandr.so.2.2.0
f66f0000-f66f1000 rwxp 00007000 fe:02 403197215                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXrandr.so.2.2.0
f66f8000-f6706000 r-xp 00000000 fe:02 403112899                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXi.so.6.1.0
f6706000-f6707000 r-xp 0000d000 fe:02 403112899                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXi.so.6.1.0
f6707000-f6708000 rwxp 0000e000 fe:02 403112899                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXi.so.6.1.0
f6708000-f670a000 r-xp 00000000 fe:02 402933338                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXinerama.so.1.0.0
f670a000-f670b000 r-xp 00001000 fe:02 402933338                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXinerama.so.1.0.0
f670b000-f670c000 rwxp 00002000 fe:02 402933338                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXinerama.so.1.0.0
f6710000-f6718000 r-xp 00000000 fe:02 403112872                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXrender.so.1.3.0
f6718000-f6719000 r-xp 00007000 fe:02 403112872                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXrender.so.1.3.0
f6719000-f671a000 rwxp 00008000 fe:02 403112872                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXrender.so.1.3.0
f6720000-f6752000 r-xp 00000000 fe:02 403114412                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libfontconfig.so.1.4.4
f6752000-f6753000 r-xp 00032000 fe:02 403114412                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libfontconfig.so.1.4.4
f6753000-f6754000 rwxp 00033000 fe:02 403114412                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libfontconfig.so.1.4.4
f6758000-f6782000 r-xp 00000000 fe:02 403134668                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpangoft2-1.0.so.0.3000.0
f6782000-f6783000 r-xp 00029000 fe:02 403134668                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpangoft2-1.0.so.0.3000.0
f6783000-f6784000 rwxp 0002a000 fe:02 403134668                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpangoft2-1.0.so.0.3000.0
f6788000-f68dc000 r-xp 00000000 fe:02 403147162                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgio-2.0.so.0.3200.3
f68dc000-f68de000 r-xp 00153000 fe:02 403147162                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgio-2.0.so.0.3200.3
f68de000-f68df000 rwxp 00155000 fe:02 403147162                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgio-2.0.so.0.3200.3
f68df000-f68e0000 rwxp 00000000 00:00 0
f68e0000-f68fd000 r-xp 00000000 fe:02 402928441                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libatk-1.0.so.0.20409.1
f68fd000-f68ff000 r-xp 0001c000 fe:02 402928441                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libatk-1.0.so.0.20409.1
f68ff000-f6900000 rwxp 0001e000 fe:02 402928441                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libatk-1.0.so.0.20409.1
f6900000-f6904000 r-xp 00000000 fe:02 402934303                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXfixes.so.3.1.0
f6904000-f6905000 r-xp 00004000 fe:02 402934303                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXfixes.so.3.1.0
f6905000-f6906000 rwxp 00005000 fe:02 402934303                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXfixes.so.3.1.0
f6908000-f6942000 r-xp 00000000 fe:02 111732                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libpcre.so.3.12.1
f6942000-f6943000 r-xp 00039000 fe:02 111732                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libpcre.so.3.12.1
f6943000-f6944000 rwxp 0003a000 fe:02 111732                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libpcre.so.3.12.1
f6948000-f6958000 r-xp 00000000 fe:02 402933753                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXext.so.6.4.0
f6958000-f6959000 r-xp 0000f000 fe:02 402933753                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXext.so.6.4.0
f6959000-f695a000 rwxp 00010000 fe:02 402933753                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXext.so.6.4.0
f6960000-f6980000 r-xp 00000000 fe:02 403168667                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1.1.0
f6980000-f6981000 r-xp 0001f000 fe:02 403168667                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1.1.0
f6981000-f6982000 rwxp 00020000 fe:02 403168667                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1.1.0
f6988000-f69c1000 r-xp 00000000 fe:02 402933325                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
f69c1000-f69c2000 ---p 00039000 fe:02 402933325                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
f69c2000-f69c3000 r-xp 00039000 fe:02 402933325                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
f69c3000-f69c4000 rwxp 0003a000 fe:02 402933325                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
f69c8000-f6a90000 r-xp 00000000 fe:02 403114426                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libcairo.so.2.11000.2
f6a90000-f6a91000 r-xp 000c7000 fe:02 403114426                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libcairo.so.2.11000.2
f6a91000-f6a92000 rwxp 000c8000 fe:02 403114426                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libcairo.so.2.11000.2
f6a92000-f6a94000 rwxp 00000000 00:00 0
f6a98000-f6aa3000 r-xp 00000000 fe:02 403168620                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpangocairo-1.0.so.0.3000.0
f6aa3000-f6aa4000 r-xp 0000a000 fe:02 403168620                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpangocairo-1.0.so.0.3000.0
f6aa4000-f6aa5000 rwxp 0000b000 fe:02 403168620                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpangocairo-1.0.so.0.3000.0
f6aa8000-f6aaf000 r-xp 00000000 fe:00 528822                             /usr/lib32/librt-2.20.so
f6aaf000-f6ab0000 r-xp 00007000 fe:00 528822                             /usr/lib32/librt-2.20.so
f6ab0000-f6ab1000 rwxp 00008000 fe:00 528822                             /usr/lib32/librt-2.20.so
f6ab8000-f6abb000 r-xp 00000000 fe:00 528818                             /usr/lib32/libdl-2.20.so
f6abb000-f6abc000 r-xp 00002000 fe:00 528818                             /usr/lib32/libdl-2.20.so
f6abc000-f6abd000 rwxp 00003000 fe:00 528818                             /usr/lib32/libdl-2.20.so
f6ac0000-f6c71000 r-xp 00000000 fe:00 528773                             /usr/lib32/libc-2.20.so
f6c71000-f6c74000 r-xp 001b0000 fe:00 528773                             /usr/lib32/libc-2.20.so
f6c74000-f6c76000 rwxp 001b3000 fe:00 528773                             /usr/lib32/libc-2.20.so
f6c76000-f6c78000 rwxp 00000000 00:00 0
f6c78000-f6c90000 r-xp 00000000 fe:00 528753                             /usr/lib32/libpthread-2.20.so
f6c90000-f6c92000 r-xp 00017000 fe:00 528753                             /usr/lib32/libpthread-2.20.so
f6c92000-f6c93000 rwxp 00019000 fe:00 528753                             /usr/lib32/libpthread-2.20.so
f6c93000-f6c95000 rwxp 00000000 00:00 0
f6c98000-f6cb1000 r-xp 00000000 fe:02 111771                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
f6cb1000-f6cb2000 r-xp 00018000 fe:02 111771                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
f6cb2000-f6cb3000 rwxp 00019000 fe:02 111771                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
f6cb8000-f6d03000 r-xp 00000000 fe:00 528819                             /usr/lib32/libm-2.20.so
f6d03000-f6d04000 r-xp 0004a000 fe:00 528819                             /usr/lib32/libm-2.20.so
f6d04000-f6d05000 rwxp 0004b000 fe:00 528819                             /usr/lib32/libm-2.20.so
f6d08000-f6de5000 r-xp 00000000 fe:02 403112882                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6.0.18
f6de5000-f6de9000 r-xp 000dc000 fe:02 403112882                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6.0.18
f6de9000-f6dea000 rwxp 000e0000 fe:02 403112882                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6.0.18
f6dea000-f6df1000 rwxp 00000000 00:00 0
f6df8000-f6e08000 r-xp 00000000 fe:02 142152453                          /home/xxx/.local/share/Steam/steamapps/common/Leadwerks/libsteam_api.so
f6e08000-f6e09000 r-xp 00010000 fe:02 142152453                          /home/xxx/.local/share/Steam/steamapps/common/Leadwerks/libsteam_api.so
f6e09000-f6e0a000 rwxp 00011000 fe:02 142152453                          /home/xxx/.local/share/Steam/steamapps/common/Leadwerks/libsteam_api.so
f6e0a000-f6e0b000 rwxp 00000000 00:00 0
f6e10000-f6e57000 r-xp 00000000 fe:02 403153770                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libopenal.so.1.13.0
f6e57000-f6e58000 ---p 00047000 fe:02 403153770                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libopenal.so.1.13.0
f6e58000-f6e59000 r-xp 00047000 fe:02 403153770                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libopenal.so.1.13.0
f6e59000-f6e5a000 rwxp 00048000 fe:02 403153770                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libopenal.so.1.13.0
f6e60000-f6ee2000 r-xp 00000000 fe:00 818960                             /usr/lib32/fglrx/fglrx-libGL.so.1.2
f6ee2000-f6eee000 rwxp 00082000 fe:00 818960                             /usr/lib32/fglrx/fglrx-libGL.so.1.2
f6eee000-f6f03000 rwxp 00000000 00:00 0
f6f08000-f6f0b000 r-xp 00000000 fe:02 403168639                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgmodule-2.0.so.0.3200.3
f6f0b000-f6f0c000 r-xp 00002000 fe:02 403168639                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgmodule-2.0.so.0.3200.3
f6f0c000-f6f0d000 rwxp 00003000 fe:02 403168639                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgmodule-2.0.so.0.3200.3
f6f0f000-f6f10000 rwxp 00000000 00:00 0
f6f10000-f6f5d000 r-xp 00000000 fe:02 403092636                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgobject-2.0.so.0.3200.3
f6f5d000-f6f5e000 r-xp 0004d000 fe:02 403092636                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgobject-2.0.so.0.3200.3
f6f5e000-f6f5f000 rwxp 0004e000 fe:02 403092636                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgobject-2.0.so.0.3200.3
f6f5f000-f6f60000 rwxp 00000000 00:00 0
f6f60000-f6fa7000 r-xp 00000000 fe:02 403114409                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpango-1.0.so.0.3000.0
f6fa7000-f6fa8000 ---p 00047000 fe:02 403114409                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpango-1.0.so.0.3000.0
f6fa8000-f6fa9000 r-xp 00047000 fe:02 403114409                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpango-1.0.so.0.3000.0
f6fa9000-f6faa000 rwxp 00048000 fe:02 403114409                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libpango-1.0.so.0.3000.0
f6faa000-f6fb0000 rwxp 00000000 00:00 0
f6fb0000-f705b000 r-xp 00000000 fe:02 403112911                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0.2400.10
f705b000-f705c000 ---p 000ab000 fe:02 403112911                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0.2400.10
f705c000-f705e000 r-xp 000ab000 fe:02 403112911                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0.2400.10
f705e000-f705f000 rwxp 000ad000 fe:02 403112911                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0.2400.10
f705f000-f7060000 rwxp 00000000 00:00 0
f7060000-f74c1000 r-xp 00000000 fe:02 403092642                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0.2400.10
f74c1000-f74c5000 r-xp 00461000 fe:02 403092642                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0.2400.10
f74c5000-f74c7000 rwxp 00465000 fe:02 403092642                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0.2400.10
f74c7000-f74d0000 rwxp 00000000 00:00 0
f74d0000-f75c7000 r-xp 00000000 fe:02 111763                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libglib-2.0.so.0.3200.3
f75c7000-f75c8000 r-xp 000f6000 fe:02 111763                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libglib-2.0.so.0.3200.3
f75c8000-f75c9000 rwxp 000f7000 fe:02 111763                             /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libglib-2.0.so.0.3200.3
f75c9000-f75d0000 rwxp 00000000 00:00 0
f75d0000-f75d4000 r-xp 00000000 fe:02 403153788                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXxf86vm.so.1.0.0
f75d4000-f75d5000 r-xp 00003000 fe:02 403153788                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXxf86vm.so.1.0.0
f75d5000-f75d6000 rwxp 00004000 fe:02 403153788                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXxf86vm.so.1.0.0
f75d6000-f75d8000 rwxp 00000000 00:00 0
f75d8000-f7708000 r-xp 00000000 fe:02 403112865                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libX11.so.6.3.0
f7708000-f7709000 r-xp 00130000 fe:02 403112865                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libX11.so.6.3.0
f7709000-f770b000 rwxp 00131000 fe:02 403112865                          /home/xxx/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libX11.so.6.3.0
f770b000-f770d000 rwxp 00000000 00:00 0
f770d000-f770f000 r--p 00000000 00:00 0                                  [vvar]
f770f000-f7710000 r-xp 00000000 00:00 0                                  [vdso]
f7710000-f7731000 r-xp 00000000 fe:00 528772                             /usr/lib32/ld-2.20.so
f7731000-f7732000 r-xp 00021000 fe:00 528772                             /usr/lib32/ld-2.20.so
f7732000-f7733000 rwxp 00022000 fe:00 528772                             /usr/lib32/ld-2.20.so
f7733000-f7734000 rwxp 00000000 00:00 0
ffe50000-ffe72000 rwxp 00000000 00:00 0                                  [stack]
Game removed: AppID 251810 "Leadwerks Game Engine", ProcID 3974

 

Seems that there is a Problem with libc.so.6 library.

Link to comment
Share on other sites

Yes, $ is part of the promt. $ means user, # means root. smile.png

What I actually wanted to say is that I thought, your prompt ended with the path and the $-sign was somewhere in the middle and not in the end (otherwise there would be no sense in calling the program with "./". Nevermind^^

 

Seems that there is a Problem with libc.so.6 library.

The backtrace also shows that this origins in fglxr_dri.so (the ATI-driver). Did you check, whether your card is supported? Also I know there is an issue with the current Windows-Drivers for ATI resulting in a pure virtual function call. Maybe they did the same mistake in the Linux-drivers? For more information on the Windows-Driver-Issue see: http://www.leadwerks.com/werkspace/topic/11181-r6025-pure-virtual-function-call

Link to comment
Share on other sites

My card is supported and is working great with other games and software in general.

 

I guess they made the same mistake in the Linux-drivers, because the core of this driver is a OS-independent binary blob.

 

Btw. my Catalyst version is 14.12.

 

But I've found something different that confuses me.

 

Steps to reproduce this error:

 

- Use Code::Blocks

- Set Breakpoint in Line 16 of Source/main.cpp (like the comment is suggesting)

- Step to this Breakpoint

 

The debugger says:

 

Debugger name and version: GNU gdb (GDB) 7.8.1
Program received signal SIGABRT, Aborted.
In raise () (/usr/lib/libc.so.6)
256 /home/josh/Leadwerks/Engine/Source/Classes/Drivers/Graphics/OpenGL2/OpenGL2Shader.cpp: File or directory not found.
#22 0x000000000061a8e7 in Leadwerks::OpenGL2Shader::Compile (this=0x1c2a9b0, sourceid=0) at /home/josh/Leadwerks/Engine/Source/Classes/Drivers/Graphics/OpenGL2/OpenGL2Shader.cpp:256

 

Well, my Linux user-name is not josh, and Leadwerks is installed in ~/.local/share/Steam/steamapps/common/Leadwerks

Link to comment
Share on other sites

 

 

The absolute path is pretty embarrassing.

 

It's a debug symbol so the debugger knowns what file to look for the source - but since you don't need to debug the engine it has no meaning to you

  • Upvote 1

System:

Linux Mint 17 ( = Ubuntu 14.04 with cinnamon desktop ) Ubuntu 14.04, AMD HD 6850, i5 2500k

Link to comment
Share on other sites

Ok, the ATI driver has a bug since November. By Leadwerks no one wants to create a workaround and we are all waiting for a solution by ATI.

 

Honestly, I expected a little more for a paid game engine which is closed source, because I'm not able to change anything in its code.

 

I had expected an as far as possible trouble-free game engine which helps me to avoid such low level problems. So I was probably wrong.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...