PlaneShift

Support => Technical Help: Problems BEFORE entering the game => Topic started by: ChaKal.On3 on January 05, 2003, 02:39:06 pm

Title: Here are my error
Post by: ChaKal.On3 on January 05, 2003, 02:39:06 pm
Well i just could connect once and i dunno why !

In my psclient.txt i have all this !

i can\'t go in cause of that but i dunno what to do  X(

If someone knwo what to do :]

Quote
WARNING: could not load plugin \'crystalspace.motion.manager.default\'
WARNING: could not load plugin \'crystalspace.sound.loader.aiff\'
WARNING: could not load plugin \'crystalspace.sound.loader.au\'
WARNING: could not load plugin \'crystalspace.sound.loader.iff\'
WARNING: could not load plugin \'crystalspace.sound.loader.mod\'
WARNING: could not load plugin \'crystalspace.sound.loader.ogg\'
Mount: $.$/ -> /planeshift/...ok!
Mount: $.$/art$/textures$/ -> /planeshift/textures/...ok!
Mount: .\\art/world/roads38.zip -> /planeshift/world/roads38...ok!
Mount: .\\art/world/dungeon.zip -> /planeshift/world/dungeon...ok!
Mount: /planeshift/world/ -> /this/art/world/...ok!
Mount: .\\art/models.zip -> /planeshift/models/...ok!
Loading RPG Data.....Loading RPG Data.....1OK!



thx 4 all
Title:
Post by: Stoney on January 05, 2003, 03:29:10 pm
Try the following:

open psclient.cfg

Push the \";\" in Front of the following lines so that it looks like this:

; Sound renderer
;System.PlugIns.iSoundRender = crystalspace.sound.render.software

; Sound Loader
;System.PlugIns.iSoundLoader.MP3 = crystalspace.sound.loader.mp3
;System.PlugIns.iSoundLoader.AIFF = crystalspace.sound.loader.aiff
;System.PlugIns.iSoundLoader.AU = crystalspace.sound.loader.au
;System.PlugIns.iSoundLoader.IFF = crystalspace.sound.loader.iff
;System.PlugIns.iSoundLoader.WAV = crystalspace.sound.loader.wav
;System.PlugIns.iSoundLoader = crystalspace.sound.loader.multiplexer

That?s the way my config looks ... i would suggest you to switch to Full Screen Mode by editing the File like this:

; Width/height of CrystalSpace visual
Video.ScreenWidth = 640
Video.ScreenHeight = 480

; Screen depth (currently supports 8, 15, 16, and 32 bits, NO 24 bits!)
Video.ScreenDepth = 16
; Use full-screen mode if available
Video.FullScreen = yes



Now save it and try to launch again ... good luck

Stoney
Title:
Post by: ChaKal.On3 on January 05, 2003, 03:35:59 pm
yup it work thx :)
Title:
Post by: Stoney on January 05, 2003, 03:39:18 pm
No Problem, have a lot of Fun :-)
Title:
Post by: Vengeance on January 05, 2003, 11:14:37 pm
Most people should NOT have semicolons in front of:

System.PlugIns.iSoundRender = crystalspace.sound.render.software

or

;System.PlugIns.iSoundLoader.WAV = crystalspace.sound.loader.wav

or

;System.PlugIns.iSoundLoader.MP3 = crystalspace.sound.loader.mp3
Title:
Post by: Stoney on January 05, 2003, 11:23:17 pm
Well i had to put them in otherwise the client crashed for me ...