zyrom wrote:patch 118 .... still does'nt work
just for fun, booted to linux, got latest wine from cvs, patched ryzom and it's working (sort of)
shift/alt/ctrl still gives trouble ;-( (have not tried DisableDirectInput=1 in client.cfg)
sound !! started to work, when i used "nice -n 19" on wine ;-)
it has small lock ups... like when remaping keys, need to wait few sec for every key lol
have no idea what causes this, probably memory handling in wine (some previous versions made kswapd mad when running ryzom)
Amd 1.8Ghz (Barton), 1G RAM, (slow) HDD
GForce 3 Ti200, Xorg, Wine from CVS (2006-14-01)
edit: graphic driver "NVIDIA 71.74"
long story short...
---
export CVSROOT= :p server:cvs@cvs.winehq.com:/home/wine
cvs login
cvs -z 3 checkout wine
cd wine
./configurure --prefix=/usr/local/wine
make depend && make
sudo make install
~/bin/ryzom
-- ~/bin/ryzom : cut here --
WINE=/usr/local/wine
export LD_LIBRARY_PATH=$WINE/lib:$LD_LIBRARY_PATH
cd ~/c/Ryzom
[ -f updt_nl.bat ] && (
fromdos updt_nl.bat && (
cat updt_nl.bat | \
egrep "^move.*" | \
sed -e 's/move\ /mv\ /' | \
sed -e 's/\\/\//g' \
> updt_nl.sh
pwd
sh updt_nl.sh
mv updt_nl.bat "updt_bl-`date +"%Y-%m-%d"`.bat"
)
)
nice -n 19 $WINE/bin/wine client_ryzom_rd.exe
-- cut here --
in client.cfg,
--
RootConfigFilename = "client_default.cfg";
Driver3D = "OpenGL";
Frequency = 85;
FullScreen = 1;
Width = 1024;
Height = 768;
SoundOn = 1;
PositionX = -12;
PositionY = -17;
DisableVtxProgram = 0;
DisableVtxAGP = 0;
DisableTextureShdr = 0;
ProcessPriority = -1;
--
.. and some others less important stuff.
if it complains missing conf params (it did for me ;-) , then just add them to client.cfg with "" (empty sting with quotes) as value.