Date: Tue, 03 Aug 1999 05:45:36 +0100 From: Francis Jordan <frankrj@netscape.net> To: The Hermit Hacker <scrappy@hub.org> Cc: freebsd-emulation@freebsd.org Subject: Re: myth2 demo ... more info, as requested ... Message-ID: <37A673F0.DDC5B31A@netscape.net> References: <Pine.BSF.4.10.9908021419161.401-100000@thelab.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
The Hermit Hacker wrote: > > Is this what you were/are looking for? > > > truss ./myth2_demo_2.1 > syscall linux_personality(0x0) > returns 0 (0x0) > syscall geteuid() > returns 10 (0xa) > syscall getuid() > returns 10 (0xa) > syscall getegid() > returns 20 (0x14) > syscall getgid() > returns 20 (0x14) > syscall ogetrlimit(0x3,0xbfbfd344) > returns 0 (0x0) > syscall osetrlimit(0x3,0xbfbfd344) > returns 0 (0x0) > syscall getpid() > returns 1134 (0x46e) > syscall linux_newuname(0xbfbfd34c) > returns 0 (0x0) > SIGNAL 12 > SIGNAL 12 > Process stopped because of: 16 > process exit, rval = 140 > Bad system call (core dumped) > > They have two of them, a 2.1 and a 2.0 version...the 2.1 gives the above, > the 2.0 gives: > > > ./myth2_demo_2.0 > Cannot open '/proc/meminfo'! > Your kernel needs to be compiled with the /proc filesystemsupport. > Cannot open '/proc/meminfo'! > Your kernel needs to be compiled with the /proc filesystemsupport. > blam Hmmm... /proc/meminfo aside, the two versions of the game are probably designed for two different versions of Linux libc. Which version of the Linux compatibility libraries are you currently using? The linux_lib port has been replaced by a newer (and bigger) linux_base, which is basically RedHat 5.2. If you're still using the old linux lib port, I suggest you uninstall it and install linux_base instead. This solved a similar problem I had with Linux RealPlayer G2. I want to try it myself but I don't feel like downloading a 65Mb file over a slow telephone line. Frank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37A673F0.DDC5B31A>