I level-scum in the Sandworm Lair to get experience (since the levels aren't saved). I have seen down stairs plenty of times. I have never taken one, though.Shoob wrote:...
also I have yet to find a down staircase in the sandworm liar and the minotaur doesnt drop the helm (forget if you said you fixed it this rft or last)...
RFT9
Moderator: Moderator
Re: RFT9
Re: RFT9
I cant seem to make my game crash by going upstairs in RFT9, can you provide me with a savefile and full log please?
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: RFT9
After my recent Mandriva 2010 rebuild I am now getting segmentation faults on start up. STDOUT and STDERR are empty...
Things done:
Removed the old T4
downloaded again
restarted and I got the same problem...
Anyone got any thoughts? Ideas of what to look at, etc, etc.
Things done:
Removed the old T4
downloaded again
restarted and I got the same problem...
Anyone got any thoughts? Ideas of what to look at, etc, etc.
Regards
Jon.
Jon.
Re: RFT9
Aw.
Hum
Well next chance: compile from source, get it from SVN, get premake4 and just run:
Hum
Well next chance: compile from source, get it from SVN, get premake4 and just run:
Code: Select all
premake gmake
make
bin/Debug/t-engine
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: RFT9
Oh and run the crashing version inside gdb to get a stacktrace:
Code: Select all
gdb t-engine
run
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: RFT9
OK ran GDB and got this output:
Code: Select all
Starting program: /home/jon/Download/t-engine4/t-engine
warning: .dynamic section for "/usr/lib/libSDL-1.2.so.0" is not at the expected address (wrong library or version mismatch?)
warning: .dynamic section for "/usr/lib/libSDL_ttf-2.0.so.0" is not at the expected address (wrong library or version mismatch?)
warning: .dynamic section for "/usr/lib/libSDL_image-1.2.so.0" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libSDL_mixer-1.2.so.0" is not at the expected address (wrong library or version mismatch?)
Error while mapping shared library sections:
//usr//lib/opengl/nvidia/lib/libGL.so.1: No such file or directory.
warning: .dynamic section for "/usr/lib/libGLU.so.1" is not at the expected address (wrong library or version mismatch?)
warning: .dynamic section for "/lib/libc.so.6" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/lib/libm.so.6" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/lib/libpthread.so.0" is not at the expected address (wrong library or version mismatch?)
warning: .dynamic section for "/lib/libdl.so.2" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libfreetype.so.6" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/lib/libz.so.1" is not at the expected address (wrong library or version mismatch?)
Error while mapping shared library sections:
/usr/lib/libmikmod.so.2: No such file or directory.
Error while mapping shared library sections:
//usr//lib/opengl/nvidia/lib/libGLcore.so.1: No such file or directory.
Error while mapping shared library sections:
//usr//lib/opengl/nvidia/lib/libnvidia-tls.so.1: No such file or directory.
warning: .dynamic section for "/usr/lib/libXext.so.6" is not at the expected address (wrong library or version mismatch?)
warning: .dynamic section for "/usr/lib/libX11.so.6" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
Error while mapping shared library sections:
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6: No such file or directory.
Error while mapping shared library sections:
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgcc_s.so.1: No such file or directory.
warning: .dynamic section for "/lib/ld-linux.so.2" is not at the expected address (wrong library or version mismatch?)
warning: .dynamic section for "/usr/lib/libXau.so.6" is not at the expected address (wrong library or version mismatch?)
warning: .dynamic section for "/usr/lib/libXdmcp.so.6" is not at the expected address (wrong library or version mismatch?)
warning: Cannot initialize thread debugging library: versions of libpthread and libthread_db do not match
warning: Cannot initialize thread debugging library: versions of libpthread and libthread_db do not match
warning: Cannot initialize thread debugging library: versions of libpthread and libthread_db do not match
warning: Cannot initialize thread debugging library: versions of libpthread and libthread_db do not match
warning: Cannot initialize thread debugging library: versions of libpthread and libthread_db do not match
warning: Cannot initialize thread debugging library: versions of libpthread and libthread_db do not match
warning: Cannot initialize thread debugging library: versions of libpthread and libthread_db do not match
warning: Cannot initialize thread debugging library: versions of libpthread and libthread_db do not match
warning: Cannot initialize thread debugging library: versions of libpthread and libthread_db do not match
warning: Cannot initialize thread debugging library: versions of libpthread and libthread_db do not match
WARNING: No bootstrap code found, defaulting to working directory for engine code!
warning: Cannot initialize thread debugging library: versions of libpthread and libthread_db do not match
warning: Cannot initialize thread debugging library: versions of libpthread and libthread_db do not match
Program received signal SIGSEGV, Segmentation fault.
0xb7f8d84c in _dl_fixup (l=<value optimized out>,
reloc_arg=<value optimized out>) at dl-runtime.c:132
132 dl-runtime.c: No such file or directory.
in dl-runtime.c
Missing debug package(s), you should install: SDL12-debug-1.2.13-13mdv2010.0.i586 SDL_image-debug-1.2.7-2.2mdv2010.0.i586 SDL_mixer-debug-1.2.8-10mdv2010.0.i586 SDL_ttf-debug-2.0.9-6mdv2010.0.i586 freetype2-debug-2.3.11-1mdv2010.0.i586 glibc-debug-2.10.1-6.2mnb2.i586 libx11-debug-1.2.2-2mdv2010.0.i586 libxau-debug-1.0.5-1mdv2010.0.i586 libxdmcp-debug-1.0.3-1mdv2010.0.i586 libxext-debug-1.0.5-1mdv2010.0.i586 libxrandr-debug-1.3.0-2mdv2010.0.i586 libxrender-debug-0.9.4-5.2mdv2010.0.i586 mesa-debug-7.5.2-2mdv2010.0.i586 zlib-debug-1.2.3-13mdv2010.0.i586
(gdb) Quit
(gdb)
Regards
Jon.
Jon.
Re: RFT9
Ah yes my libs are not compatible with yours, you need to compile it yourself :/
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: RFT9
Maybe a 32bit/64bit change ?login: guest
pass: guestor
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

-
- Reaper
- Posts: 1535
- Joined: Mon Jan 22, 2007 6:31 pm
- Location: East of the sun, west of the moon
Re: RFT9
bugs:
- can shoot through closed doors
- sandworm liar you can abuse the code to become invincible (if you don't move but cast a spell you disappear and cant be hit and monsters will walk over you. same problem as multiply I think)
- exiting the sandworm liar when sand is falling results in world map with falling sand (mentioned before)
- certain classes say they get talents, but no points are actually invested (eg archmage with cunning/survival, spell/meta, spell/temporal)
requests:
- make talent groups hide-able (not the right word, but like in T2) so you can close up groups you don't want to look at
idea for the first bug (closed doors): give them hp as well, make different door typed with various hp (wood with 100hp, iron 200, steel 300, dwarfsteel, 400, gavalorn 500, mithril 750 or something like that)... then bash can be incorporated to do damage to the door and spells cast at/through closed doors do damage to it (spells cant be cast through them though (like ball spells or beam spells)). doors could also have resistances (all immune to nature damage, wood is hurt by fire all others are resistant to it to varying degrees.
- can shoot through closed doors
- sandworm liar you can abuse the code to become invincible (if you don't move but cast a spell you disappear and cant be hit and monsters will walk over you. same problem as multiply I think)
- exiting the sandworm liar when sand is falling results in world map with falling sand (mentioned before)
- certain classes say they get talents, but no points are actually invested (eg archmage with cunning/survival, spell/meta, spell/temporal)
requests:
- make talent groups hide-able (not the right word, but like in T2) so you can close up groups you don't want to look at
idea for the first bug (closed doors): give them hp as well, make different door typed with various hp (wood with 100hp, iron 200, steel 300, dwarfsteel, 400, gavalorn 500, mithril 750 or something like that)... then bash can be incorporated to do damage to the door and spells cast at/through closed doors do damage to it (spells cant be cast through them though (like ball spells or beam spells)). doors could also have resistances (all immune to nature damage, wood is hurt by fire all others are resistant to it to varying degrees.
Oliphant am I, and I never lie.
Re: RFT9
Fixed the door and sandwalls thing. Thanks 
What do you mean about talent points I'm not sure I understand.
Talent group hide-able is planned yes
I'll soon post RFT10 with .. Archery !

What do you mean about talent points I'm not sure I understand.
Talent group hide-able is planned yes

I'll soon post RFT10 with .. Archery !
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: RFT9
Yes ?
You must learn them, in next RFT you get a talent type point at levels 10 20 and 30
You must learn them, in next RFT you get a talent type point at levels 10 20 and 30
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: RFT9
Finally got round to compiling RFT9...
Bit of a struggle but I got there in the end! Only 1 complaint and it was a warning about a tmp file so not vital.
Launched it!
Got a black window, no picture, nothing.
Checked stdout and got this:
Ran GDB and that was clean too.
Hmmm!
Bit of a struggle but I got there in the end! Only 1 complaint and it was a warning about a tmp file so not vital.
Launched it!
Got a black window, no picture, nothing.
Checked stdout and got this:
Code: Select all
WARNING: No bootstrap code found, defaulting to working directory for engine code!
Lua Error: attempt to call a string value
At [C]:-1
Lua Error: attempt to call a string value
At [C]:-1
5527238 ticks in 10 seconds = 552724 TPS
332 frames in 10.007 seconds = 33.1768 FPS
Hmmm!
Regards
Jon.
Jon.
Re: RFT9
Uh .. hum
How do you run it exactly (the command line involved) ?
How do you run it exactly (the command line involved) ?
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
