similar to: Running Grand Prix Legends in wine

Displaying 20 results from an estimated 600 matches similar to: "Running Grand Prix Legends in wine"

2005 Mar 22
0
Grand Prix Legends
Has anyone gotten GPL to run with wine under Fedora Core 3? I've seen the instructions at http://www.zefix.tv/gpl_linux/GrandPrixLegends however, the link is broken to the file it says to get. I've not been able to locate any instructions anywhere else. Does anyone know of any that exist that are complete? Thanks. Neal
2010 Jun 18
1
Re: Links 2003 & Grand Prix 4
Update: Grand Prix 4 plays almost flawlessly with Catalyst 10.6 and WINE 1.2rc3.. HOWEVER, over the past few releases of WINE (audio work), I've noticed that partly through the playback of Grand Prix 4, the audio suddenly stops. Prior to 1.2rc3, Grand Prix 4 used to crash shortly thereafter. However, since WINE 1.2rc3, after the audio stops, Grand Prix 4 continues without crashing ... just
2008 Mar 31
3
Links 2003 & Grand Prix 4
Grand Prix 4 doesn't install completely, i.e. the installation terminates just at the end of the process which might be due to the msi installer. Links 2003 installs, but aborts in the early stages of boot which might be due to copy protection, e.g. SafeDisc.
2009 Feb 07
1
Re: Links 2003 & Grand Prix 4
The errors generated by a debug log when attempting to run Links 2003 v 1.02 with v 1.02 noCD patch: err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 62 err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 63 err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64 err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 62
2010 May 19
0
Re: Links 2003 & Grand Prix 4
With the newer audio code in WINE (OpenAL), sound is a little flaky with Grand Prix 4, but the game runs awhile just fine before failing (ATI binary driver + WINE 1.1.44).... nice progress. Furthermore, Links 2003 actually displayed the banner for the Direct3D HAL driver for the FIRST time (ATI binary driver + WINE 1.1.44) so this change is MAJOR progress... The game still crashes shortly
2008 May 27
1
Re: Links 2003 & Grand Prix 4
Grand Prix 4 still aborts with the same error, i.e. the installation process can't find the file with the "funny" characters when using WINE. ;) Tested: WINE 1.0-rc2
2009 Apr 02
1
Re: Links 2003 & Grand Prix 4
WINE 1.1.18 has a regression from WINE 1.1.14. Once again, GP4 no longer installs from CD... the console outputs the following ole error repeatedly: err:ole:xCall Failed to serialize param, hres 80040155 err:ole:deserialize_param Failed to read integer 4 byte err:ole:TMStubImpl_Invoke Failed to deserialize param State, hres 80004005 err:rpc:I_RpcReceive we got fault packet with status 0x80004005
2010 May 11
1
merging data frame
Dear group, I have 3 data frames I would like to merge. Here they are: pose16 <- structure(list(DESCRIPTION = structure(c(1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 12L), .Label = c("COPPER May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "GOLD Jun/10", "ROBUSTA COFFEE (10) Jul/10", "SOYBEANS Jul/10", "SUGAR NO.11
2002 Jul 25
3
Warning message
hi! i'm quite new in R and i don't understand why this statement doesn't work: > mode(mensuel$VARIANCE.PRIX) [1] "numeric" > storage.mode(mensuel$VARIANCE.PRIX) [1] "integer" > mean(mensuel$VARIANCE.PRIX) [1] NA Warning message: argument is not numeric or logical: returning NA in: mean.default(mensuel$VARIANCE.PRIX) Thanks for help!
2010 Apr 28
3
data frame move columns
Dear group, Here is my df: avprix <- structure(list(DESCRIPTION = c("CORN Jul/10", "CORN May/10", "ROBUSTA COFFEE (10) Jul/10", "SOYBEANS Jul/10", "SPCL HIGH GRADE ZINC USD", "STANDARD LEAD USD"), prix = c(-1.5, -1082, 11084, 1983.5, -2464, -118), quantity = c(0, -3, 8, 2, -1, 0), fees = c(-8.64, -30.24, -26.4, -25.92, -37.5,
2006 Apr 18
3
seq() function accuracy inacceptable (PR#8779)
Full_Name: Johannes Prix Version: 2.1.1 OS: WinXP, SuSE Linux Submission from: (NULL) (137.208.41.195) The seq-command produces unnescessary inaccurate results, which can be extremely annoying. I absolutely do not see the nescessity of numerical garbage to appear in the following simple case. E.g. try this: > seq ( 61.55 , 62.00 , by=0.01 ) - round ( seq ( 61.55 , 62.00 , by=0.01 ) ,
2009 Mar 15
11
Grand prix legends recognize only two joystick axis
Hi, I'm trying to use my saitek cyborg evolution to play with grand prix legends. The device is correctly recognized by linux as a 6 axis 12 button device: Code: jstest /dev/input/js0 Driver version is 2.1.0. Joystick (Saitek Cyborg USB Stick) has 6 axes (X, Y, Z, Rz, Hat0X, Hat0Y) and 12 buttons (Trigger, ThumbBtn, ThumbBtn2, TopBtn, TopBtn2, PinkieBtn, BaseBtn, BaseBtn2, BaseBtn3, BaseBtn4,
2010 Apr 28
1
gsub,regex and replacing
Dear group, I need to modify some characters in a data frame. I want to use gsub and the regex functionalities to do this. Here is the data frame (df): DESCRIPTION prix quantity 1 CORN Jul/10 -1.5 0 2 CORN May/10 -1082.0 -3 3 ROBUSTA COFFEE (10) Jul/10 11084.0 8 4 SOYBEANS Jul/10 1983.5
2010 May 26
2
writing function : can't find an object
Dear group, Here is my function: #return the daily PL for day y PLDaily<-function(x,y) { #find elements in my directory with "LSCPos" in the name, keep the numeric part in the name and #create a list l<-gsub("\\D","",dir()[grep("LSCPos",dir())]) #select in the list the desired elements
2010 May 11
2
Regex and gsub
Dear group, Here is my df : df3 <- structure(list(DESCRIPTION = c("COPPER May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "GOLD Jun/10", "ROBUSTA COFFEE (10) Jul/10", "SOYBEANS Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 May/10", "WHEAT Jul/10", "SPCL HIGH GRADE ZINC USD",
2010 Aug 04
3
merge two data frames
Dear list, here are my two data frames: av <- structure(list(DESCRIPTION = c("COFFEE C Sep/10", "COPPER Sep/10", "CORN Dec/10", "CRUDE OIL miNY Sep/10", "GOLD Aug/10", "HENRY HUB NATURAL GAS Sep/10", "PALLADIUM Sep/10", "SILVER Sep/10", "SOYBEANS Nov/10", "SPCL HIGH GRADE ZINC USD", "SUGAR
2006 Sep 06
1
R 2.3.1 and R2.3.0 crash with system() and shell() commands (PR#9207)
Full_Name: Johannes Prix Version: 2.3.1/2.3.0 not 2.1.1 OS: Windows XP Service Pack 2 Build 2600.xpsp_sp2_gdr.0503011519 Submission from: (NULL) (137.208.41.103) In a vanilla R, version 2.3.1 or version 2.3.0 the following crashes: system("gzip.exe") where I did nothing, prior to this command, but change the directory to my other working directory where there's gzip.exe. Same
2010 Jan 02
3
DxDiag not working - Wine 1.1.35 + Ubuntu 9.10
wine dxdiag.exe spews a few fixme messages (Related to ALSA drivers) and then exits. No Window, no error messages. Till now, this wasn't a problem (several games ran fine) but when I tried installing a legacy game (Grand Prix World by Microprose), it could not detect my graphics card. Tried DxDiag but it isnt working. Any help will be much appreciated, thanks.
2010 May 12
1
data frame subscription
Dear group, Here is my df : pose16 <- structure(list(DESCRIPTION = structure(c(1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 12L), .Label = c("COPPER May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "GOLD Jun/10", "ROBUSTA COFFEE (10) Jul/10", "SOYBEANS Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 May/10",
2010 Jul 07
4
No Sound on Counter Strike 1.6
Hello, i installed Cs 1.6 on ubuntu 10.04 using wine. But i have one problem. When i play game, after 5-10 minutes my sound in game suddenly turns off. And i need to restart cs to solve this problem. Can you help me with this. Also i have fps about 50. Can i get it up to 70 [Rolling Eyes] :) My configuration Asus P5K Intel Core2Duo E6550 2.33 GHz Nvidia 8600GT 256MB Kingston 2GB [Laughing]