You are not logged in.

#26 2005-02-28 14:21:48

Blind
Member
From: Desert mountain
Registered: 2005-02-06
Posts: 386

Re: [games]Cedega-CVS

Check this out...seems to be broken altogether:

http://www.linux-gamers.net/modules/new … 7&forum=10

Anyways:
Cheers,
Blind

Offline

#27 2005-04-01 22:53:13

Bjørn
Member
From: The Netherlands
Registered: 2004-03-18
Posts: 139
Website

Re: [games]Cedega-CVS

kill wrote:

The 0 at the end of the exe gives it away.

Change cvscedega file as follows.

#!/bin/bash 
export WINEPREFIX="$HOME/.cvscedega" 
/usr/lib/cvscedega/bin/wine $1 $2 $3 $4 $5 $6 $7 $8 $9 $10

For some reason its reading it wrong when $0 is there, works fine without it.

Actually shouldn't that read:

#!/bin/bash
export WINEPREFIX="$HOME/.cvscedega"
/usr/lib/cvscedega/bin/wine $@

http://themanaworld.org/
A Free Real-time Massively Multiplayer Online RPG in development.

Offline

Board footer

Powered by FluxBB