which wine version for cstrike 1.5?

Saulius Krasuckas Saulius.Krasuckas at elst.vtu.lt
Sun Jan 11 15:37:48 CST 2004


On Sun, 11 Jan 2004, julius wrote:

> as i posted 20031212 just segfaults after start, even with no arguments
>
> normal lfs-5.0 system
> kernel 2.4.22
> glibc-2.3.2
> ...

do you have gdb debugger installed? if so, can you try running wine
through it? backtraces should show something more meaningfull for
developers. BTW, my problem was about non-existing swap memory.

this is an example of how i am doing it. the commands (you must enter
manually) follows prompt signs:
 1, my shell prompt is marked with "[.....]$ "
 2, gdb prompt is marked as "(gdb) "

good luck:


[s2 at katleriai vltex]$ gdb `which wine`
GNU gdb Red Hat Linux (5.2.1-4)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
(gdb) run
Starting program: /usr/local/bin/wine

Program received signal SIG32, Real-time event 32.
0x40044a35 in pthread_getconcurrency () from /lib/i686/libpthread.so.0
(gdb) backtrace
#0  0x40044a35 in pthread_getconcurrency () from /lib/i686/libpthread.so.0
#1  0x40043db8 in pthread_create () from /lib/i686/libpthread.so.0
#2  0x40043a21 in pthread_create () from /lib/i686/libpthread.so.0
#3  0x00110c64 in get_threading () at glibc.c:61
#4  0x00110ca7 in main (argc=1, argv=0xbfffe014) at glibc.c:73
#5  0x42015967 in __libc_start_main () from /lib/i686/libc.so.6
(gdb) cont
Continuing.

Program received signal SIG32, Real-time event 32.
0x40044a35 in pthread_getconcurrency () from /lib/i686/libpthread.so.0
(gdb) backtrace
#0  0x40044a35 in pthread_getconcurrency () from /lib/i686/libpthread.so.0
#1  0x40043db8 in pthread_create () from /lib/i686/libpthread.so.0
#2  0x40044583 in pthread_kill_other_threads_np () from /lib/i686/libpthread.so.0
#3  0x420b0525 in execve () from /lib/i686/libc.so.6
#4  0x40025370 in wine_exec_wine_binary (name=0x113fe0 "wine-pthread", argv=0xbfffe014, envp=0xbfffe01c) at config.c:260
#5  0x00110d59 in main (argc=1, argv=0xbfffe014) at glibc.c:100
#6  0x42015967 in __libc_start_main () from /lib/i686/libc.so.6
(gdb) kill
Kill the program being debugged? (y or n) y
(gdb) quit
[s2 at katleriai vltex]$





More information about the wine-users mailing list