LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 02-14-2005, 07:10 AM   #1
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Exclamation I can't install any game with cvscedega


Hi, I was trying to install Enter the Matrix with cvscedega. The problem was when I was prompted to insert the second cd I inserted it, mounted, but the installer didn't read it. So I searched on a transgaming.org forum, and they say it could be solved by adding the following line to /etc/sysctl.conf :

vm.legacy_va_layout = 1

and executing: "sysctl -p". I did it, but now the installer hangs when loading the program, and the console sends this output:

Unknown or malformed query Part:auxv:read::0,187
trace: 98 => 80
4 Thread 6 (Running, priority normal) 0x007ea7a2 in _dl_sysinfo_int80 ()
from /lib/ld-linux.so.2
3 Thread 5 (Running, priority normal) 0x007ea7a2 in _dl_sysinfo_int80 ()
from /lib/ld-linux.so.2
2 Thread 2 (Running, priority normal) 0x007ea7a2 in _dl_sysinfo_int80 ()
from /lib/ld-linux.so.2
* 1 Thread 4 (Running, priority normal) 0x44455355 in ?? ()
#0 0x44455355 in ?? ()
#1 0x603b6bad in ?? ()
#2 0xf6dcb9c8 in ?? ()
#3 0xf6ae0494 in ?? ()
#4 0xf6ae07f4 in ?? ()
#5 0xf6ae05a4 in ?? ()
---Type <return> to continue, or q <return> to quit---#6 0x00000000 in ?? ()
Wine-gdb>

When I press return, or any other key, the installer ends.
I tried removing the line added to /etc/sysctl.conf and executing "sysctl -p" again, but I get the same result. Does anyone know how to solve this problem and how to install games with multiple CD's??
Thanks in advance.
 
Old 02-14-2005, 09:36 AM   #2
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Rep: Reputation: 30
Well give this a shot...if it doesn't work I'll find another solution for you.

echo 1 > /proc/sys/vm/legacy_va_layout
(that will run the legacy layout instantly)

Also you could try this...this has fixed a lot of multi-disc install games.

Code:
umount -l /dev/cdrom 
su 
[type superuser password] 
eject /dev/cdrom 
exit 
[insert next disc] 
mount /mnt/cdrom 
[click ok in the install prompt]
 
Old 02-14-2005, 10:05 AM   #3
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Original Poster
Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Ok, I edited /etc/sysctl, executed "/sbin/sysctl -p" and I also executed "echo 1 > /proc/sys/vm/legacy_va_layout ", but now I'm getting this error:

00000003:00000006: loads DLL shell32.dll @561af000 (0<0>)
00000003:00000006: loads DLL crypt32.dll @56578000 (0<0>)
00000003:00000006: loads DLL C:\Program Files\Common Files\InstallShield\Professional\RunTime\0701\Intel32\setup.dll @603b0000 (0<0>)
00000003:00000006: loads DLL C:\Program Files\Common Files\InstallShield\Professional\RunTime\0701\Intel32\iGdi.dll @601e0000 (0<0>)
00000003:00000006: loads DLL E:\ispca70.tmp\_Setup.dll @600b0000 (0<0>)
00000003:00000006: loads DLL C:\Program Files\Common Files\InstallShield\Professional\RunTime\0701\Intel32\iKernel.dll @10000000 (0<0>)
00000003:00000006: loads DLL C:\Program Files\Common Files\InstallShield\Professional\RunTime\0701\Intel32\ctor.dll @601d0000 (0<0>)
00000003:00000006: loads DLL C:\Program Files\Common Files\InstallShield\Professional\RunTime\0701\Intel32\iscript.dll @602d0000 (0<0>)
00000003:00000006: loads DLL winspool.drv @56ff7000 (0<0>)
00000003:00000006: loads DLL E:\{6ADD7A24-A17E-D911-8AEC-E7C6697351FF}\{9CD92DB1-1B3B-4296-9456-93EA6BCAA4C5}\isrt.dll @60310000 (0<0>)
00000003:00000006: loads DLL winmm.dll @57599000 (0<0>)
00000003:00000006: loads DLL C:\Program Files\Common Files\InstallShield\Professional\RunTime\0701\Intel32\iuser.dll @57565000 (0<0>)
00000003:00000006: loads DLL winealsa.drv @575ef000 (0<0>)
00000003:00000006: loads DLL msacm.drv @57606000 (0<0>)
00000003:00000006: loads DLL midimap.drv @57745000 (0<0>)
00000003:00000006: loads DLL E:\{6ADD7A24-A17E-D911-8AEC-E7C6697351FF}\{9CD92DB1-1B3B-4296-9456-93EA6BCAA4C5}\_IsRes.dll @60000000 (0<0>)
00000003:00000006: loads DLL E:\{6ADD7A24-A17E-D911-8AEC-E7C6697351FF}\{9CD92DB1-1B3B-4296-9456-93EA6BCAA4C5}\_isUser.dll @57dc0000 (0<0>)
00000003:00000006: exception code=80000003
0005:: Bad stuff: client ignore setting select events for 0x9004bf68 to 1
0002:: Bad stuff: client ignore setting select events for 0x90047e28 to 1
00000003:00000004: exception code=c0000005
[New Thread 4]
[Switching to Thread 4]
0x44455355 in ?? ()
Unknown or malformed query Part:auxv:read::0,187
trace: 98 => 80
4 Thread 6 (Running, priority normal) 0x007ea7a2 in _dl_sysinfo_int80 ()
from /lib/ld-linux.so.2
3 Thread 5 (Running, priority normal) 0x007ea7a2 in _dl_sysinfo_int80 ()
from /lib/ld-linux.so.2
2 Thread 2 (Running, priority normal) 0x007ea7a2 in _dl_sysinfo_int80 ()
from /lib/ld-linux.so.2
* 1 Thread 4 (Running, priority normal) 0x44455355 in ?? ()
#0 0x44455355 in ?? ()
#1 0x603b6bad in ?? ()
#2 0x552bb97c in ?? ()
#3 0x55710494 in ?? ()
#4 0x557107f4 in ?? ()
#5 0x557105a4 in ?? ()
---Type <return> to continue, or q <return> to quit---#6 0x00000000 in ?? ()
Wine-gdb> The program is running. Exit anyway? (y or n) less /etc/fstb0005:: Bad stuff: client ignore setting select events for 0x9004bf68 to 1
0002:: Bad stuff: client ignore setting select events for 0x90047e28 to 1
/etc/fstb: No such file or directory

What's wrong now, and what's next??
 
Old 02-15-2005, 08:46 AM   #4
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Rep: Reputation: 30
Was that the WineX or Cedega CVS you tried? There is two if I remember correctly. Your saying WineX but your thread say Cedega...Also sometimes files on the CVS might be updated slowly and not compatible with the other files..sucks but I ran into that before. Thats why I broke down and paid the $15 just to get the RPM copy of it.
 
Old 02-15-2005, 03:17 PM   #5
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Original Poster
Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
I'm using cvscedega, the cedega version downloaded via cvs. After I did what I say in my previous message, I can't even run the installation program, I mean, the installation wizard starts loading the installation program, and hangs at the of the loading. It's the same with Enter the Matrix and Star Wars-Jedi Academy. What could be happening??
 
Old 02-16-2005, 06:47 AM   #6
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Rep: Reputation: 30
Well heres a link about Jedi Academy... http://transgaming.org/forum/viewtop...ht=jedi+knight

People have it running just fine, but they are talking about mounting options.. Not very much info listed.

Also I found this on the wikki

This game may need to be patched to the latest version for it to start correctly.
This game may hang when loading a level on ATI cards.

I still have nothing on the install hanging...Have you tried to fix all the Error 21 issues with FC3 yet?? I seriously had no more problems once I fixed all the steps in this link
http://transgaming.org/forum/viewtopic.php?t=1325

Let me know..lol I can always use my subscription and get you some support on the Transgaming forums.
 
Old 02-16-2005, 08:32 AM   #7
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Original Poster
Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Thumbs up

Ok, thanks. Well, I'll try fixing the error 21, and see what happens. If I have any problem I'll let you know.
 
Old 02-17-2005, 12:13 PM   #8
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Original Poster
Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Hi. Well, I had to reset all the configuration since the steps to solve error 21 didn't work. I tried installing Enter the Matrix, but when I'm prompted to insert the second cd I insert it, mount it, but it can't find it, the console says something like "opening /dev/hdb... permission denied". I tried to solve it by adding my self to group "disk" and changing the permissions of /dev/hdb so it can be readable and writeable by all the users and I got no result. Then I installed Clive Barker's Undying, which is a one cd game. The installation process went fine, and I can start it, but when I play it and enter a game, the game pauses inmediatly and I can't unpause it (I see the "Paused" message in the middle of the screen). What can be wrong and how to solve it?? also, how to solve the permission problem when installing Enter the Matrix??
Thanks in advance.
 
Old 02-17-2005, 12:26 PM   #9
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Rep: Reputation: 30
If you do a search for UT2004 or UT2003 in the forums here you should find a thread about me trying to install UT2003. It tries to install from floppy rather than CD. The code one guy gave me there should be used to posibably fix the CD problem your having, cause it looks like yours in simply trying to install from the hard drive rather than the CD.

Pausing in your other game may be a result of either the games its self and Cedega or posibably video issues. I saw something very similar with CS Source doing that. I can't really help you with that though at the moment.
 
Old 02-18-2005, 07:44 AM   #10
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Original Poster
Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Thanks, I searched for UT2004 installation and I fixed it by running "echo SETUP_CDROM=/media/cdrom" after mounting the first cd and before executing the setup.exe file. Also I fixed the error 21, and it worked this time. I was able to install Max Payne 2 and runs perfectly. I could install Star Wars, but when I try to run it , it hangs on the first splash screen; the output of cvscedega ends like this:

Wine-gdb> Hangup detected on fd 0
Error detected on fd 0
error detected on stdin

so, I guess it's looking for the floppy, instead of the cdrom. Maybe editing the drive section on the cedega config file can fix it. With Enter the Matrix, I could install from cd 1,2 and 3, but when I'm prompted to insert the 4th cd, it can't read it. (gonna look in the forums to see if there's a fix for this). Well, at least I can play Max Payne 2.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Install programs can't copy files under wine/cvscedega cure1245 Linux - Software 0 07-11-2005 03:42 PM
How to install a game paul.hugill Linux - Games 2 05-09-2005 09:02 PM
Help with program install under CVScedega. omnistegan Linux - Software 0 03-27-2005 12:15 AM
How to install InstMsiA.exe with cvscedega?? Hungry ghost Linux - Games 1 02-12-2005 12:56 PM
How to install a game thorman82 Mandriva 3 01-01-2004 08:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 11:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration