Displaying 20 results from an estimated 600 matches similar to: "Links 2003 & Grand Prix 4"
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
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
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
2006 Jul 15
1
Running Grand Prix Legends in wine
I am trying to run Grand Prix legends, more specifically the 2004 Demo
(http://www.bhmotorsports.com/GPL/downloads/3239)
I could install the demo using wine but when I launch it, forcing it in
a 1024x768 windows, a blue screen opened then closed, no error
messages.
I found an old howto
(http://www.zefix.tv/linux_wine_racing_simulations/GrandPrixLegends)
but I still couldn't figure it out.
I
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
2006 Jun 24
2
An RPM of wine with safedisc support
Safedisc has now been working on wine for almost a year, but it'll
still take some time before we get the code into winehq, so I've
decided to build an RPM of wine with safedisc 1 support so users can
play around with it, you can download it from
http://www003.portalis.it/115/wine-safedisc-0.9.16-mdk.i586.rpm
Safedisc 2 and above are not supported. This is based on wine 0.9.16,
however it
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 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]
2011 Jul 20
1
Nexus - The Jupiter Incident support in wine
There is a community here and a webpage wiki:
http://arparso.de/nexus/
Nexus has some support in wine.
http://appdb.winehq.org/objectManager.php?sClass=application&iId=317
> Nexus: The Jupiter Incident is protected using SafeDisc. Currently, Wine cannot run games off a cd that are protected using SafeDisc. A simple workaround would be to use no cd executables.
Can the problems with
2009 Jan 01
1
SafeDisc copy protection
Hello all.
I am trying to run a legitimate copy of an MSWin game under wine. The game is NHL 2002 and according to this site (http://www.daemon-tools.cc/gamedb.php?letter=N), it comes with SafeDisc version 2.40. I tried to search around a little more and I have no reason to doubt this.
I found out, that since wine version 0.9.something only SafeDisc version 1 is supported. I found this page
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,
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",
2002 Apr 29
0
SafeDisc FAQs
Hi,
For those interrested, here's a FAQs about my SafeDisc support
implementation.
Feel free to comment.
Laurent Pinchart
-------------- next part --------------
SafeDisc FAQs
What is SafeDisc ?
==================
SafeDisc is a CD copy protection system designed for Microsoft Windows. It is
widely used, especially to protect games. There are currently 2 main versions
of SafeDisc
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
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 ) ,