Posted: Fri Oct 18, 2002 6:54 am
Joined: 18 Oct 2002
Posts: 3
Hmmm.....
Just wondering if anyone else gets a segfault on Publisher 2.25
and Mandrake 9.0.
<snip>
open /dev/dsp: Resource temporarily unavailable
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
Segmentation fault
</snip>
Waiting and slobbering all over my keyboard.
Posted: Fri Oct 18, 2002 8:05 am
Joined: 14 Oct 2002
Posts: 19
Are you running the NAN version of publiser
The error that you are getting looks like one of the video drivers. What is your video card and do you have the latest drivers
-Geoffrey-
Posted: Fri Oct 18, 2002 10:11 am
Joined: 16 Oct 2002
Posts: 7
Hello,
I just downloaded the NaN version and tried it. It works great
I have also Mandrake 9.0, but installed the NVIDIA 3123 drivers...
bye
heli
Posted: Fri Oct 18, 2002 5:34 pm
Joined: 18 Oct 2002
Posts: 3
I'm not sitting at that particular machine at the moment, but.....
ATI Radeon VE (7500? Not quite sure, have to check)
It's definitely one of the older ones.
Drivers from stock Mandrake distro, X11 4.2, I think. (generic radeon)
Resolution set to 16bit at 800x600.
I'll look at the driver issue when I get home. Thanks guys!
Probably wouldn't hurt to give machine specs. Sorry guys, kinda
hard to help someone when they don't give any info to go on...
AMD Duron 1300+
512 MB PC133 SDRAM
120 GB 7200 RPM HDD
ATI Radeon VE 7500
MSI Mainboard - have to check the model. (Duh, I forgot

)
Obviously, I built this machine myself so I wouldn't be surprised if
I've shot myself in the foot on this one. (Built according to the wishes
of my wallet, not my personal tastes

)
Posted: Sat Oct 19, 2002 1:53 pm
Joined: 16 Oct 2002
Posts: 7
Hello,
I thought about it a second time, and you should do:
1. Look if the binary finds all libraries. This can be done by calling ldd. Something like this:
| Code: |
[heli@helium source]$ ldd blendercreator-ph-2.25b
|
Either there should be a list of libraries and no "not found",
or it comes a "not a dynamic executable".
If a library is not found you have to install it and try again, maybe this is the problem.
2. You can set the core file size with ulimit and look at gdb (or post its output). Something like this:
| Code: |
[heli@helium source]$ ulimit -c 1000000
[heli@helium source]$ <call blender here and hope a core file is created... or better blender runs >
[heli@helium source]$ gdb --core=core.XXXXX <should be the core file>
|
In gdb you can type in "bt" for backtrace and look if it says something helpful
May the source be with you
Posted: Sat Oct 19, 2002 9:05 pm
Joined: 18 Oct 2002
Posts: 3
Looks to me like all the libraries are present.
I would like to point out that creater 2.23 works just fine on my system.
Havent tried creater 2.25 yet, though.
I'm trying to get _Publisher_ to work. I tried your suggestion and didn't come up with any problems with the libraries as far as I can tell....
<snip>
[ron@sisko blender-publisher-2.25-linux-glibc2.1.2-i386]$ ldd blenderpublisher
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40025000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4003b000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4004b000)
libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x40116000)
libutil.so.1 => /lib/libutil.so.1 (0x4011e000)
libdl.so.2 => /lib/libdl.so.2 (0x40121000)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0x40124000)
libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x40138000)
libGLU.so.1 => /usr/X11R6/lib/libGLU.so.1 (0x4015e000)
libstdc++-libc6.1-1.so.2 => /usr/lib/libstdc++-libc6.1-1.so.2 (0x401f5000)
libm.so.6 => /lib/i686/libm.so.6 (0x40241000)
libc.so.6 => /lib/i686/libc.so.6 (0x40264000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40384000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x403dd000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x403e6000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x403fe000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
</snip>
I haven't had the time to check into my video drivers yet. I hope to do
this tomorrow. Thanks for the suggestion