Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
08-27-2003, 09:19 PM
|
#16
|
Member
Registered: Aug 2003
Distribution: Mandrake 9.1
Posts: 55
Rep:
|
what options are you using with wine?
e.x: wine -- hl.exe -game cs ect..?
Did you install the drivers for your videocard correctly? including going into XFree86 and changing nv to nvidia?
I'm not sure if this works but I think it would, start TuxRacer(it's a game that comes packaged with redhat), it runs in OpenGL and if your videocard is setup properly it should play smoothly and quite nicely. Just a test, may not be relevant, but try it.
just quick ideas from a newb, but hey I have half-life running with wine perfectly on redhat 9.1 
|
|
|
08-28-2003, 06:17 AM
|
#17
|
LQ Newbie
Registered: Mar 2003
Posts: 10
Original Poster
Rep:
|
TuxRacer starts up fine but is real slow and jerky. How do I change the XFree86 and configure OpenGL?
|
|
|
08-28-2003, 10:21 AM
|
#18
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
what kind of video card do you have?
|
|
|
08-28-2003, 01:05 PM
|
#19
|
LQ Newbie
Registered: Mar 2003
Posts: 10
Original Poster
Rep:
|
Nvidia GeForce 2, 32 Mb
|
|
|
08-30-2003, 08:52 AM
|
#20
|
LQ Newbie
Registered: Aug 2003
Posts: 5
Rep:
|
by the way
First of all, hi all ! :-)
I am trying to make waracraft 3 working with WineX 3.1 rpm precompiled on a mandrake 9.1.
Here what I have got :
[chris@localhost winex 3.1]$ wineserver && wine /mnt/cdrom/install.exe
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please report)
fixme:msvcrt:__CxxFrameHandler (0x404f093c,0x406d19b8,0x404f05c0,0x404f0550):stub?
fixme:msvcrt:__CxxFrameHandler (0x404f0554,0x406d19b8,0x404f01d8,0x404f0168):stub?
fixme:msvcrt:__CxxFrameHandler (0x404f016c,0x406d19b8,0x404efdf0,0x404efd80):stub?
fixme:msvcrt:__CxxFrameHandler (0x404efd84,0x406d19b8,0x404efa08,0x404ef998):stub?
(sorry for the length, but I want you to have all clues possible to help me)
What I have :
Mandrake 9.1, sb1024, Athlon 2100+, Geforce2GTS
What I tried :
- Recopy msvcrt.dll in my ~/fake_windows/system32/ directory. (I don't understand why fixeme:msvcrt__CxxFrameHandler problem still occurs)
- check that the package was precompiled on mandrake 9.1
I want to notice that the drive from where I am trying to run the install is not a SCSI cdrom drive.
Any idea ? Can you explain me how you fix your problem to setup counterstrike ?
Any help would be appreciated a lot !!!
PS : sorry for my poor english, not my native language.
|
|
|
08-30-2003, 11:28 AM
|
#21
|
LQ Guru
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565
Rep:
|
You don't need to start the wineserver separately. Run wine with the "--dll msvcrt=n" switch to make it use the version you copied across.
|
|
|
08-30-2003, 11:56 AM
|
#22
|
LQ Newbie
Registered: Aug 2003
Posts: 5
Rep:
|
First thanks for you to answer that quickly !
With your advice I tried :
wine --dll msvcrt=n /mnt/cdrom/install.exe
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please report)
fixme:msvcrt:__CxxFrameHandler (0x405994e0,0x406d19b8,0x40599164,0x405990f4):stub?
fixme:msvcrt:__CxxFrameHandler (0x405990f8,0x406d19b8,0x40598d7c,0x40598d0c):stub?
fixme:msvcrt:__CxxFrameHandler (0x40598d10,0x406d19b8,0x40598994,0x40598924):stub?
It doesn't help :-(
I forgot to mention last post that I have NVidia driver up to date with nvidia screen at startup.
Any other idea ?
|
|
|
08-30-2003, 12:04 PM
|
#23
|
LQ Guru
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565
Rep:
|
Make sure the dll is in the fake windows/system directory, and that it's actually called msvcrt.dll
|
|
|
08-30-2003, 01:41 PM
|
#24
|
LQ Newbie
Registered: Aug 2003
Posts: 5
Rep:
|
Sorry, I said in the previous post that I had checked that I was in fake_windows/system32. I meant in fake_windows/system not system32.
Anyway It is and was in fake_windows/system, and I am quite agree with you, I think it comes from the fact that wine can't find this dll in my fake windows drive. But I can't understand why :-(
and still the same problem, nothing change in the message previously posted.
|
|
|
09-01-2003, 02:40 PM
|
#25
|
LQ Newbie
Registered: Aug 2003
Posts: 5
Rep:
|
I am trying to make waracraft 3 working with WineX 3.1 rpm precompiled on a mandrake 9.1.
Here what I have got :
[chris@localhost winex 3.1]$ wineserver && wine /mnt/cdrom/install.exe
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please report)
fixme:msvcrt:__CxxFrameHandler (0x404f093c,0x406d19b8,0x404f05c0,0x404f0550):stub?
fixme:msvcrt:__CxxFrameHandler (0x404f0554,0x406d19b8,0x404f01d8,0x404f0168):stub?
fixme:msvcrt:__CxxFrameHandler (0x404f016c,0x406d19b8,0x404efdf0,0x404efd80):stub?
fixme:msvcrt:__CxxFrameHandler (0x404efd84,0x406d19b8,0x404efa08,0x404ef998):stub?
(sorry for the length, but I want you to have all clues possible to help me)
What I have :
Mandrake 9.1, sb1024, Athlon 2100+, Geforce2GTS
What I tried :
- Recopy msvcrt.dll in my ~/fake_windows/system/ directory. (I don't understand why fixeme:msvcrt__CxxFrameHandler problem still occurs)
- check that the package was precompiled on mandrake 9.1
- NVidia driver up to date (edit the XConfig file)
- wine --dll msvcrt=n /mnt/cdrom/install.exe but same result
thanks for the help in advance
|
|
|
All times are GMT -5. The time now is 05:28 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|