Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Please help me before I thow my computer out the window
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
thardy01
Tux's lil' helper
Tux's lil' helper


Joined: 05 Aug 2002
Posts: 77

PostPosted: Wed Aug 14, 2002 9:07 pm    Post subject: Please help me before I thow my computer out the window Reply with quote

Sorry for the dramatic Subject line but im literally pulling the hair out of my head. Ok heres the deal my wife love playing slot games so we have bought "Reel Deal Slots" which works great in windows problem is we dont use windows anymore. Well since Ive managed to get all my favorite games working in linux I thought I'd give installing the wifes a shot. So I installed winex then mounted the reel deal cd. Wow low and behold it actually has a linux install on it to (I didnt know this till now). So I decide to install it with that but the problem is it kept erroring out telling me that:
./setup-linux.sh: tar failed. Please make sure gzip is installed as is in your path: command not found

well obviously gzip is installed and is in /bin but I made a link to it in /usr/bin and /usr/local/bin started the install again and this time it came up with the error:

./setup-linux.sh: tar failed. Please make sure tar is installed as is in your path: command not found

Again this is installen and in /bin but I linked in the same places as gzip but it still cant find it. I know I'm probaly missing something simple so I anyone can give me a clue as what to try I'd really appreciate it and so would my wife. Thanks in advance.

By the way in case you were wondering I allso tried to install it with winex ane the install went great but it wont start it.......but it dosent come back with any error messages. Id rather get it working with out wine but hey beggers cant be choosers..so help either way is appreciated.
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Wed Aug 14, 2002 9:10 pm    Post subject: Reply with quote

  • What is your PATH when you try to run the installer? "echo $PATH" should tell you this.
  • Does setup-linux.sh have any useful comments in it?
  • Does setup-linux.sh look like it changes the PATH?
  • What is the exact line setup-linux.sh uses to call tar?

_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
thardy01
Tux's lil' helper
Tux's lil' helper


Joined: 05 Aug 2002
Posts: 77

PostPosted: Wed Aug 14, 2002 10:34 pm    Post subject: Reply with quote

Ok Ive managed to get it installed. I ended up copying the cd to my harddrive then linking /bin/tar and /bin/gzip to the install directory that I copied the cd to. Although Im sure there was an easier way...........
Any how I now have new problem. The first time I ran it it worked great but evertime after that I get the error:

timscomp rdslots # /usr/local/rdslots/bin/rdslots
Fatal signal: Segmentation Fault (SDL Parachute Deployed)

Now since It worked once I cant help but to assume that I have everything installed that it needs to run. And I do have sdl installed so can someone give me an ideal at what I need to be looking at or atleast maybe a way to get it to print a more detailed error message so maybe I can track the problem down.
Thanks again for your help.
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Wed Aug 14, 2002 10:39 pm    Post subject: Reply with quote

The first tool I would try is strace.
Code:
# emerge strace
# strace -f /usr/local/rdslots/bin/rdslots

You could try using ulimit to raise the maximum core file size and running gdb on the resultant core dump, but that won't likely be of much use unless it happens to crash somewhere that has debugging symbols enabled.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
thardy01
Tux's lil' helper
Tux's lil' helper


Joined: 05 Aug 2002
Posts: 77

PostPosted: Thu Aug 15, 2002 12:50 am    Post subject: Reply with quote

Ive did as you said but im afraid im still very new to linux and the output is way over my head Im gonna post the resulte here in the hopes that someone might be able/willing to decipher the results for me.

timscomp root # strace -f /usr/local/rdslots/bin/rdslots
execve("/usr/local/rdslots/bin/rdslots", ["/usr/local/rdslots/bin/rdslots"], [/*
42 vars */]) = 0
brk(0) = 0x81d7b2c
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0
x40016000
open("/etc/ld.so.preload", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
close(3) = 0
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=62916, ...}) = 0
old_mmap(NULL, 62916, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40017000
close(3) = 0
open("/usr/local/lib/libSDL-1.1.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\220"..., 1024) = 10
24
fstat64(3, {st_mode=S_IFREG|0444, st_size=284812, ...}) = 0
old_mmap(NULL, 586732, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40027000
mprotect(0x40068000, 320492, PROT_NONE) = 0
old_mmap(0x40068000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x40
000) = 0x40068000
old_mmap(0x4006c000, 304108, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANO
NYMOUS, -1, 0) = 0x4006c000
close(3) = 0
open("/lib/libpthread.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`D\0\000"..., 1024) = 10
24
fstat64(3, {st_mode=S_IFREG|0755, st_size=85260, ...}) = 0
old_mmap(NULL, 86076, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x400b7000
mprotect(0x400c5000, 28732, PROT_NONE) = 0
old_mmap(0x400c5000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xd0
00) = 0x400c5000
old_mmap(0x400cc000, 60, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMO
US, -1, 0) = 0x400cc000
close(3) = 0
open("/usr/local/lib/libSDL_image-1.0.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220^\0"..., 1024) = 102
4
fstat64(3, {st_mode=S_IFREG|0444, st_size=203587, ...}) = 0
old_mmap(NULL, 147212, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x400cd000
mprotect(0x400ef000, 7948, PROT_NONE) = 0
old_mmap(0x400ef000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x210
00) = 0x400ef000
close(3) = 0
open("/usr/local/lib/libSDL_mixer-1.0.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`z\0\000"..., 1024) = 10
24
fstat64(3, {st_mode=S_IFREG|0444, st_size=202348, ...}) = 0
old_mmap(NULL, 225168, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x400f1000
mprotect(0x4011c000, 49040, PROT_NONE) = 0
old_mmap(0x4011c000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x2a
000) = 0x4011c000
old_mmap(0x40123000, 20368, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANON
YMOUS, -1, 0) = 0x40123000
close(3) = 0
open("/usr/local/lib/libappconf.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000[\0\000"..., 1024) =
1024
fstat64(3, {st_mode=S_IFREG|0444, st_size=68040, ...}) = 0
old_mmap(NULL, 78332, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40128000
mprotect(0x40136000, 20988, PROT_NONE) = 0
old_mmap(0x40136000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xd0
00) = 0x40136000
old_mmap(0x4013a000, 4604, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONY
MOUS, -1, 0) = 0x4013a000
close(3) = 0
open("/usr/local/lib/libsstream.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pg\0\000"..., 1024) = 10
24
fstat64(3, {st_mode=S_IFREG|0444, st_size=64828, ...}) = 0
old_mmap(NULL, 67228, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4013c000
mprotect(0x40149000, 13980, PROT_NONE) = 0
old_mmap(0x40149000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xc0
00) = 0x40149000
close(3) = 0
open("/usr/local/lib/libmstrandom.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\6\0"..., 1024) = 10
24
fstat64(3, {st_mode=S_IFREG|0444, st_size=4768, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0
x4014d000
old_mmap(NULL, 9888, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4014e000
mprotect(0x4014f000, 5792, PROT_NONE) = 0
old_mmap(0x4014f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0) =
0x4014f000
old_mmap(0x40150000, 1696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONY
MOUS, -1, 0) = 0x40150000
close(3) = 0
open("/usr/local/lib/libsge.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20n\0\000"..., 1024) =
1024
fstat64(3, {st_mode=S_IFREG|0444, st_size=94984, ...}) = 0
old_mmap(NULL, 97000, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40151000
mprotect(0x40165000, 15080, PROT_NONE) = 0
old_mmap(0x40165000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x13
000) = 0x40165000
close(3) = 0
open("/lib/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\250\224"..., 1024) = 10
24
fstat64(3, {st_mode=S_IFREG|0755, st_size=1283172, ...}) = 0
old_mmap(NULL, 1241088, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40169000
mprotect(0x4028e000, 40960, PROT_NONE) = 0
old_mmap(0x4028e000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x12
4000) = 0x4028e000
old_mmap(0x40294000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANON
YMOUS, -1, 0) = 0x40294000
close(3) = 0
open("/usr/lib/libesd.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\35\0"..., 1024) = 10
24
fstat64(3, {st_mode=S_IFREG|0755, st_size=29104, ...}) = 0
old_mmap(NULL, 31412, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40298000
mprotect(0x4029f000, 2740, PROT_NONE) = 0
old_mmap(0x4029f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x600
0) = 0x4029f000
close(3) = 0
open("/usr/lib/libaudiofile.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0}\0\000"..., 1024) = 1
024
fstat64(3, {st_mode=S_IFREG|0755, st_size=144872, ...}) = 0
old_mmap(NULL, 145440, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x402a0000
mprotect(0x402c1000, 10272, PROT_NONE) = 0
old_mmap(0x402c1000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x20
000) = 0x402c1000
close(3) = 0
open("/lib/libm.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3007\0"..., 1024) = 102
4
fstat64(3, {st_mode=S_IFREG|0755, st_size=149816, ...}) = 0
old_mmap(NULL, 136452, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x402c4000
mprotect(0x402e5000, 1284, PROT_NONE) = 0
old_mmap(0x402e5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x200
00) = 0x402e5000
close(3) = 0
open("/usr/X11R6/lib/libX11.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\n\1"..., 1024) = 10
24
fstat64(3, {st_mode=S_IFREG|0755, st_size=908223, ...}) = 0
old_mmap(NULL, 815960, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x402e6000
mprotect(0x403aa000, 13144, PROT_NONE) = 0
old_mmap(0x403aa000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xc3
000) = 0x403aa000
old_mmap(0x403ad000, 856, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYM
OUS, -1, 0) = 0x403ad000
close(3) = 0
open("/usr/X11R6/lib/libXext.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0)\0\000"..., 1024) = 1
024
fstat64(3, {st_mode=S_IFREG|0755, st_size=69133, ...}) = 0
old_mmap(NULL, 60860, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x403ae000
mprotect(0x403bc000, 3516, PROT_NONE) = 0
old_mmap(0x403bc000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xd00
0) = 0x403bc000
close(3) = 0
open("/lib/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\234\34"..., 1024) = 102
4
fstat64(3, {st_mode=S_IFREG|0755, st_size=10296, ...}) = 0
old_mmap(NULL, 12396, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x403bd000
mprotect(0x403bf000, 4204, PROT_NONE) = 0
old_mmap(0x403bf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x100
0) = 0x403bf000
close(3) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0
x403c1000
mprotect(0x400cd000, 139264, PROT_READ|PROT_WRITE) = 0
mprotect(0x400cd000, 139264, PROT_READ|PROT_EXEC) = 0
mprotect(0x40027000, 266240, PROT_READ|PROT_WRITE) = 0
mprotect(0x40027000, 266240, PROT_READ|PROT_EXEC) = 0
munmap(0x40017000, 62916) = 0
getrlimit(0x3, 0xbffff7a0) = 0
setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0
getpid() = 6656
uname({sys="Linux", node="timscomp.localhost.localdomain", ...}) = 0
rt_sigaction(SIGRTMIN, {0x400c0088, [], 0x4000000}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x400bf418, [], 0x4000000}, NULL, 8) = 0
rt_sigaction(SIGRT_2, {0x400c0118, [], 0x4000000}, NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0
_sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbffff574, 64, (nil), 0}) = 0
brk(0) = 0x81d7b2c
brk(0x81d7b5c) = 0x81d7b5c
brk(0x81d8000) = 0x81d8000
brk(0x81d9000) = 0x81d9000
uname({sys="Linux", node="timscomp.localhost.localdomain", ...}) = 0
socket(PF_UNIX, SOCK_STREAM, 0) = 3
uname({sys="Linux", node="timscomp.localhost.localdomain", ...}) = 0
uname({sys="Linux", node="timscomp.localhost.localdomain", ...}) = 0
connect(3, {sin_family=AF_UNIX, path="/tmp/.X11-unix/X0"}, 19) = 0
uname({sys="Linux", node="timscomp.localhost.localdomain", ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
access("/root/.Xauthority", R_OK) = 0
open("/root/.Xauthority", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0600, st_size=75, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0
x40017000
read(4, "\1\0\0\36timscomp.localhost.localdoma"..., 4096) = 75
close(4) = 0
munmap(0x40017000, 4096) = 0
writev(3, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"MIT-MAGIC-COOKIE-1", 18}, {"\0\0
", 2}, {"\200t\307Pw\362k\372?\22Q<\v\357\2358", 16}], 4) = 48
fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
read(3, "\1\0\v\0\0\0Q\0", 8) = 8
brk(0x81da000) = 0x81da000
read(3, "@ge\2\0\0\340\1\377\377\37\0\0\1\0\0*\0\377\377\1\7\0\0"..., 324) = 324
write(3, "7\0\5\0\0\0\340\1b\0\0\0\10\0\0\0\377\377\0\0b\0\5\0\f"..., 64) = 64
read(3, "\1\260\2\0\0\0\0\0\1\204\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0"..., 32) = 32
read(3, "\1\10\3\0f\16\0\0\37\0\0\0\0\0\0\0\2259\0\0\0\0\0\0\0\0"..., 32) = 32
brk(0x81de000) = 0x81de000
readv(3, [{"*background:\t#dcdcdc\n*foreground"..., 14741}, {"\0\0\0", 3}], 2) =
14744
write(3, "\204\0\1\0", 4) = 4
read(3, "\1\260\4\0\0\0\0\0\377\377\17\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
writev(3, [{"b\0\5\0\t\0\340\1", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20
read(3, "\1\260\5\0\0\0\0\0\1\224h\250\0\0\0\0\1\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, "\224\0\2\0\1\0\0\0", 8) = 8
read(3, "\1\1\6\0\0\0\0\0\1\0\0\0`ir\10(\24\0\0\0\0\0\0\230\7r\10"..., 32) = 32
write(3, "<\0\2\0\0\0\340\1+\0\1\0", 12) = 12
read(3, "\1\1\10\0\0\0\0\0\27\0\300\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
shutdown(3, 2 /* send and receive */) = 0
close(3) = 0
uname({sys="Linux", node="timscomp.localhost.localdomain", ...}) = 0
socket(PF_UNIX, SOCK_STREAM, 0) = 3
uname({sys="Linux", node="timscomp.localhost.localdomain", ...}) = 0
uname({sys="Linux", node="timscomp.localhost.localdomain", ...}) = 0
connect(3, {sin_family=AF_UNIX, path="/tmp/.X11-unix/X0"}, 19) = 0
uname({sys="Linux", node="timscomp.localhost.localdomain", ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
access("/root/.Xauthority", R_OK) = 0
open("/root/.Xauthority", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0600, st_size=75, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0
x40017000
read(4, "\1\0\0\36timscomp.localhost.localdoma"..., 4096) = 75
close(4) = 0
munmap(0x40017000, 4096) = 0
writev(3, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"MIT-MAGIC-COOKIE-1", 18}, {"\0\0
", 2}, {"\200t\307Pw\362k\372?\22Q<\v\357\2358", 16}], 4) = 48
fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
read(3, "\1\0\v\0\0\0Q\0", 8) = 8
read(3, "@ge\2\0\0\340\1\377\377\37\0\0\1\0\0*\0\377\377\1\7\0\0"..., 324) = 324
write(3, "7\0\5\0\0\0\340\1b\0\0\0\10\0\0\0\377\377\0\0b\0\5\0\f"..., 64) = 64
read(3, "\1\260\2\0\0\0\0\0\1\204\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0"..., 32) = 32
read(3, "\1\10\3\0f\16\0\0\37\0\0\0\0\0\0\0\2259\0\0\0\0\0\0\0\0"..., 32) = 32
readv(3, [{"*background:\t#dcdcdc\n*foreground"..., 14741}, {"\0\0\0", 3}], 2) =
14744
write(3, "\204\0\1\0", 4) = 4
read(3, "\1\260\4\0\0\0\0\0\377\377\17\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
writev(3, [{"b\0\5\0\t\0\340\1", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20
read(3, "\1\260\5\0\0\0\0\0\1\224h\250\0\0\0\0\1\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, "\224\0\2\0\1\0\0\0", 8) = 8
read(3, "\1\1\6\0\0\0\0\0\1\0\0\0`ir\10(\24\0\0\0\0\0\0H\211q\10"..., 32) = 32
uname({sys="Linux", node="timscomp.localhost.localdomain", ...}) = 0
socket(PF_UNIX, SOCK_STREAM, 0) = 4
uname({sys="Linux", node="timscomp.localhost.localdomain", ...}) = 0
uname({sys="Linux", node="timscomp.localhost.localdomain", ...}) = 0
connect(4, {sin_family=AF_UNIX, path="/tmp/.X11-unix/X0"}, 19) = 0
uname({sys="Linux", node="timscomp.localhost.localdomain", ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
access("/root/.Xauthority", R_OK) = 0
open("/root/.Xauthority", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0600, st_size=75, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0
x40017000
read(5, "\1\0\0\36timscomp.localhost.localdoma"..., 4096) = 75
close(5) = 0
munmap(0x40017000, 4096) = 0
writev(4, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"MIT-MAGIC-COOKIE-1", 18}, {"\0\0
", 2}, {"\200t\307Pw\362k\372?\22Q<\v\357\2358", 16}], 4) = 48
fcntl64(4, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
read(4, "\1\0\v\0\0\0Q\0", 8) = 8
read(4, "@ge\2\0\0\0\2\377\377\37\0\0\1\0\0*\0\377\377\1\7\0\0 "..., 324) = 324
write(4, "7\0\5\0\0\0\0\2b\0\0\0\10\0\0\0\377\377\0\0b\0\5\0\f\0"..., 64) = 64
read(4, "\1\260\2\0\0\0\0\0\1\204\0\0\0\0\0\0\0\0\0\0\30\0\0\0\0"..., 32) = 32
read(4, "\1\10\3\0f\16\0\0\37\0\0\0\0\0\0\0\2259\0\0\0\0\0\0\0\0"..., 32) = 32
brk(0x81e2000) = 0x81e2000
readv(4, [{"*background:\t#dcdcdc\n*foreground"..., 14741}, {"\0\0\0", 3}], 2) =
14744
write(4, "\204\0\1\0", 4) = 4
read(4, "\1\260\4\0\0\0\0\0\377\377\17\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
writev(4, [{"b\0\5\0\t\0\0\2", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20
read(4, "\1\260\5\0\0\0\0\0\1\224h\250\0\0\0\0\1\0\0\0\0\0\0\0\0"..., 32) = 32
write(4, "\224\0\2\0\1\0\0\0", 8) = 8
read(4, "\1\1\6\0\0\0\0\0\1\0\0\0Htv\10\0\20\0\0\0\0\0\0\270\242"..., 32) = 32
writev(3, [{"b\0\4\0\7\0\0\0", 8}, {"MIT-SHM", 7}, {"\0", 1}], 3) = 16
read(3, "\1\260\7\0\0\0\0\0\1\221X\242\0\0\0\0\1\0\0\0\0\0\0\0\0"..., 32) = 32
writev(3, [{"b\0\10\0\30\0\0\0", 8}, {"XFree86-VidModeExtension", 24}], 2) = 32
read(3, "\1\260\10\0\0\0\0\0\1\210\0\217\0\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
write(3, "\210\0\1\0", 4) = 4
read(3, "\1\260\t\0\0\0\0\0\2\0\1\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, "\210\0\1\0", 4) = 4
read(3, "\1\260\n\0\0\0\0\0\2\0\1\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, "\210\6\2\0\0\0\0\0", 8) = 8
read(3, "\1\366\v\0\25\0\0\0\3\0\0\0`ir\10(\24\0\0\0\0\0\0\4\0\0"..., 32) = 32
read(3, "$q\1\0\0\0040\4\220\4`\5\0\3\1\3\4\3(\3\5\0\0\0\0\0\0\0"..., 28) = 28
read(3, "\354\333\0\0 \3@\3\200\3\30\4X\2Y\2\\\2w\2\5\0\0\0\0\0"..., 28) = 28
read(3, "\n\"\1\0\200\2\240\2\360\2`\3\340\1\340\1\342\1\371\1%"..., 28) = 28
write(3, "\210\1\2\0\0\0\0\0", 8) = 8
read(3, "\1\0\f\0\1\0\0\0$q\1\0\0\0040\4\220\4`\5\0\3\1\3\4\3(\3"..., 32) = 32
read(3, "\0\0\0\0", 4) = 4
write(3, "\210\0\1\0", 4) = 4
read(3, "\1\260\r\0\0\0\0\0\2\0\1\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, "\210\v\2\0\0\0\0\0", 8) = 8
read(3, "\1\366\16\0\0\0\0\0\0\0\0\0\0\0\0\0(\24\0\0\0\0\0\0\4\0"..., 32) = 32
write(3, "\1\20\f\0\1\0\340\1b\0\0\0\0\0\0\0 \0 \0\0\0\1\0!\0\0\0"..., 88) = 88
read(3, "\1\260\21\0\0\0\0\0\215\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, "\31\0\v\0b\0\0\0\0\0\20\0! \2@b\0\0\0\215\1\0\0\1\0\340"..., 228) = 22
8
read(3, "\34\0\26\0\2\0\340\1C\0\0\0009\'I\252\0\260\0\0\356\327"..., 32) = 32
read(3, "\1\260\27\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, "\20\0\5\0\f\0\0\0WM_PROTOCOLS", 20) = 20
read(3, "\34\260\27\0\2\0\340\1\n\1\0\0:\'I\252\0\366\377\277\356"..., 32) = 32
read(3, "\1\260\30\0\0\0\0\0\0\1\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, "\22\0\7\0\2\0\340\1\0\1\0\0\4\0\0\0 OLS\1\0\0\0\377\0\0"..., 240) = 24
0
read(3, "\34\24\31\0\2\0\340\1\0\1\0\0=\'I\252\0\260\0\0\231h\16"..., 32) = 32
read(3, "\1\1!\0\0\0\0\0\27\0\300\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
rt_sigaction(SIGINT, {0x400c0618, [INT], SA_RESTART|0x4000000}, {SIG_DFL}, 8) =
0
rt_sigaction(SIGTERM, {0x400c0618, [TERM], SA_RESTART|0x4000000}, {SIG_DFL}, 8)
= 0
brk(0x81e3000) = 0x81e3000
write(3, "5\1\4\0\7\0\340\1b\0\0\0\20\0\20\0005\1\4\0\10\0\340\1"..., 276) = 276
read(3, "\1\1)\0\0\0\0\0\27\0\300\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
open("/dev/dsp", O_WRONLY|O_NONBLOCK) = 5
close(5) = 0
gettimeofday({1029354104, 654207}, NULL) = 0
rt_sigaction(SIGSEGV, {0x400c0618, [SEGV], SA_RESTART|0x4000000}, {SIG_DFL}, 8)
= 0
rt_sigaction(SIGBUS, {0x400c0618, [BUS], SA_RESTART|0x4000000}, {SIG_DFL}, 8) =
0
rt_sigaction(SIGFPE, {0x400c0618, [FPE], SA_RESTART|0x4000000}, {SIG_DFL}, 8) =
0
rt_sigaction(SIGQUIT, {0x400c0618, [QUIT], SA_RESTART|0x4000000}, {SIG_DFL}, 8)
= 0
rt_sigaction(SIGPIPE, {0x400c0618, [PIPE], SA_RESTART|0x4000000}, {SIG_DFL}, 8)
= 0
rt_sigaction(SIGALRM, {SIG_IGN}, {SIG_DFL}, 8) = 0
write(3, "\22\0\n\0\2\0\340\1\'\0\0\0\37\0\0\0\10\1\4\0\17\0\0\0"..., 84) = 84
read(3, "\34\260*\0\2\0\340\1\'\0\0\0b\'I\252\0\366\377\277\356"..., 32) = 32
read(3, "\34\260+\0\2\0\340\1%\0\0\0b\'I\252\0\260\0\0\356\327\v"..., 32) = 32
read(3, "\1\1,\0\0\0\0\0\27\0\300\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
time([1029354104]) = 1029354104
time([1029354104]) = 1029354104
open("../config.ini", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directo ry)
--- SIGSEGV (Segmentation fault) ---
rt_sigaction(SIGSEGV, {SIG_DFL}, {0x400c0618, [SEGV], SA_RESTART|0x4000000}, 8) = 0
write(2, "Fatal signal: ", 14Fatal signal: ) = 14
write(2, "Segmentation Fault", 18Segmentation Fault) = 18
write(2, " (SDL Parachute Deployed)\n", 26 (SDL Parachute Deployed)
) = 26
write(3, "_\0\2\0\n\0\340\1+\0\1\0", 12) = 12
read(3, "\1\1.\0\0\0\0\0\27\0\300\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, "\n\0\2\0\2\0\340\1_\0\2\0\6\0\340\1+\1\1\0", 20) = 20
read(3, "\1\0011\0\0\0\0\0\27\0\300\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(4, "<\0\2\0\0\0\0\2+\0\1\0", 12) = 12
read(4, "\1\1\10\0\0\0\0\0\27\0\300\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
shutdown(4, 2 /* send and receive */) = 0
close(4) = 0
write(3, "<\0\2\0\0\0\340\1+\0\1\0", 12) = 12
read(3, "\1\0013\0\0\0\0\0\27\0\300\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
shutdown(3, 2 /* send and receive */) = 0
close(3) = 0
_exit(-11) = ?

Thanks again for the help.
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Thu Aug 15, 2002 12:53 am    Post subject: Reply with quote

In the future, putting stuff like that in code blocks makes it a bit more readable. In any case, this line:
Quote:
open("../config.ini", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directo ry)

...jumps out at me. Maybe trying to put that config.ini file whereever it is looking for it (the parent directory of the program?) will make it happy.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
thardy01
Tux's lil' helper
Tux's lil' helper


Joined: 05 Aug 2002
Posts: 77

PostPosted: Thu Aug 15, 2002 1:57 am    Post subject: Reply with quote

It is in the parent directory any other thoughts? Strangely I just had it running a minute ago but after I closed it it wouldnt restart....same error as before even after rebooting. Cant figure whats going on but thats 2 times now that I've had it running. So I know it can work........ :-(
Back to top
View user's profile Send private message
bod
n00b
n00b


Joined: 20 Jul 2002
Posts: 26
Location: UK

PostPosted: Thu Aug 15, 2002 12:40 pm    Post subject: Reply with quote

I've seen SDL parachutes before when I've changed the graphics/sound settings on a program - can't remember exactly what it was at the moment though.

Try renaming or emptying the config.ini file (make a backup first!) and see if that helps.
You could also try a 'virgin' config.ini from a clean install and compare it to your own copy to see if any differences are causing the crashes.
Back to top
View user's profile Send private message
line72
Apprentice
Apprentice


Joined: 13 Jun 2002
Posts: 212

PostPosted: Thu Aug 15, 2002 3:08 pm    Post subject: Reply with quote

sdl parachute is just what sdl calls a segfault. It might be a problem with the version number of sdl. Real Deal Slots should have come with its own libsdl.so.x Make sure it's using the correct one !!! It's an older game so it's probably using an older version. The libsdl.so.x will probably we in the same directory as the install directory, if it's not, find it on the cd and copy it over. You might even have rename your sdl that came with gentoo. Hope that helps a little

\Line72
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum