ketzerei84
05-30-2017, 09:08 AM
First note that I am playing on Linux(Mint 18.1/Cinammon). I have other emu servers(seperate titanium installs) which run fine.
With a fresh titanium install, Spell files v44(which is the current according to the stickied 'getting started' post) and the following launcher script:
#!/bin/sh
# if you don't have the script's cwd set, you get XML errors
export WINEPREFIX=$HOME/.wine/
cd ~/.wine/drive_c/Program\ Files/Sony/Project1999
# Bind to one core of the processor and launch.
# The client will spew a lot of errors, especially every time
# you target a mob, hence the stdout/stderr redirect.
# You probably want to leave off the 2>/dev/null until you're satisfied
# everything is working.
taskset -c 0 padsp wine eqgame.exe patchme 2>/dev/null
When I finally get to the character select screen all my characters are humans, with the "your spell files are out of date error code sp-1" text across the character select. I'm sure you've seen it before.
With a fresh titanium install, Spell files v44(which is the current according to the stickied 'getting started' post) and the following launcher script:
#!/bin/sh
# if you don't have the script's cwd set, you get XML errors
export WINEPREFIX=$HOME/.wine/
cd ~/.wine/drive_c/Program\ Files/Sony/Project1999
# Bind to one core of the processor and launch.
# The client will spew a lot of errors, especially every time
# you target a mob, hence the stdout/stderr redirect.
# You probably want to leave off the 2>/dev/null until you're satisfied
# everything is working.
taskset -c 0 padsp wine eqgame.exe patchme 2>/dev/null
When I finally get to the character select screen all my characters are humans, with the "your spell files are out of date error code sp-1" text across the character select. I'm sure you've seen it before.