Page 1 of 1

Help with demo

PostPosted: 16. September 2006, 14:47
by foxy
After the loading screen and the title, The screen goes black and it wont work. can anyone offer any assistance to help me please

Re: Help with demo

PostPosted: 16. September 2006, 17:45
by miracle2k
foxy wrote:After the loading screen and the title, The screen goes black and it wont work. can anyone offer any assistance to help me please


Please post the log file that has been created in the game directory.

PostPosted: 16. September 2006, 17:58
by foxy
Broken Sword 2.5 Engine - Build: Jul 24 2006 - 14:20:00 - VersionID: 26fe39331cddecb8a5634d0f81db04c
-----------------------------------------------------------------------------------------------------
KERNEL: created.
KERNEL: CPU detected (vendor name: "GenuineIntel", CPU name: "Intel(R) Pentium(R) 4 CPU 3.00GHz").
KERNEL: CPU features: MMX SSE SSE2.
KERNEL: Window created.
KERNEL: Service 'lua' created from superclass 'script'.
SCRIPT: Lua initialized.
KERNEL: Script bindings registered.
PACKAGEMANAGER: Script bindings registered.
KERNEL: Service 'kfs' created from superclass 'package'.
PACKAGEMANAGER: Package 'data.b25c' mounted as '/'.
INPUTENGINE: Script bindings registered.
KERNEL: Service 'winapi' created from superclass 'input'.
GRAPHICENGINE: Script bindings registered.
KERNEL: Service 'opengl' created from superclass 'gfx'.
SOUNDENGINE: Script bindings registered.
KERNEL: Service 'fmod' created from superclass 'sfx'.
GEOMETRY: Script bindings registered.
KERNEL: Service 'std' created from superclass 'geometry'.
FMODSOUND: ERROR - Could not initialize the FMOD-Library. Sample rate: 44100 / Channels: 32. FMOD error: Error initializing output device. (3).
RESOURCEMANAGER: WARNING - "/cursors/normal_ani.xml" was not prechached.
RESOURCEMANAGER: WARNING - "/icons/exit.png" was not prechached.
RESOURCEMANAGER: WARNING - "/icons/exit_d.png" was not prechached.
RESOURCEMANAGER: WARNING - "/icons/save.png" was not prechached.
RESOURCEMANAGER: WARNING - "/icons/save_d.png" was not prechached.
RESOURCEMANAGER: WARNING - "/icons/load.png" was not prechached.
RESOURCEMANAGER: WARNING - "/icons/load_d.png" was not prechached.
RESOURCEMANAGER: WARNING - "/icons/options.png" was not prechached.
RESOURCEMANAGER: WARNING - "/icons/options_d.png" was not prechached.
RESOURCEMANAGER: WARNING - "/icons/scissors.png" was not prechached.
RESOURCEMANAGER: WARNING - "/icons/scissors_d.png" was not prechached.
RESOURCEMANAGER: WARNING - "/icons/shirt.png" was not prechached.
RESOURCEMANAGER: WARNING - "/icons/shirt_d.png" was not prechached.
RESOURCEMANAGER: WARNING - "/icons/newspaper.png" was not prechached.
RESOURCEMANAGER: WARNING - "/icons/newspaper_d.png" was not prechached.
RESOURCEMANAGER: ERROR - Responsible service could not load resource "/rooms/_default/sfx/step.ogg".
RESOURCEMANAGER: ERROR - Could not precache "/rooms/_default/sfx/step.ogg",
RESOURCEMANAGER: ERROR - Responsible service could not load resource "/rooms/dus/music/intro.ogg".
RESOURCEMANAGER: ERROR - Could not precache "/rooms/Dus/music/intro.ogg",
RESOURCEMANAGER: WARNING - "/rooms/dus/music/intro.ogg" was not prechached.
RESOURCEMANAGER: ERROR - Responsible service could not load resource "/rooms/dus/music/intro.ogg".
FMODSOUND: ERROR - Could not request resource "/rooms/dus/music/intro.ogg".
RESOURCEMANAGER: ERROR - Responsible service could not load resource "/rooms/kzg/sfx/ambient.ogg".
RESOURCEMANAGER: ERROR - Could not precache "/rooms/Kzg/sfx/ambient.ogg",
RESOURCEMANAGER: ERROR - Responsible service could not load resource "/rooms/kzg/music/first_scene.ogg".
RESOURCEMANAGER: ERROR - Could not precache "/rooms/Kzg/music/first_scene.ogg",
RESOURCEMANAGER: WARNING - "/rooms/kzg/music/first_scene.ogg" was not prechached.
RESOURCEMANAGER: ERROR - Responsible service could not load resource "/rooms/kzg/music/first_scene.ogg".
FMODSOUND: ERROR - Could not request resource "/rooms/kzg/music/first_scene.ogg".
RESOURCEMANAGER: WARNING - "/rooms/kzg/sfx/ambient.ogg" was not prechached.
RESOURCEMANAGER: ERROR - Responsible service could not load resource "/rooms/kzg/sfx/ambient.ogg".
FMODSOUND: ERROR - Could not request resource "/rooms/kzg/sfx/ambient.ogg".
KERNEL: Active service 'opengl' disconnected from superclass 'gfx'.
KERNEL: Active service 'kfs' disconnected from superclass 'package'.
KERNEL: Active service 'winapi' disconnected from superclass 'input'.
KERNEL: Active service 'fmod' disconnected from superclass 'sfx'.
KERNEL: Active service 'lua' disconnected from superclass 'script'.
KERNEL: Active service 'std' disconnected from superclass 'geometry'.
KERNEL: Window destroyed.
KERNEL: destroyed.

PostPosted: 16. September 2006, 18:08
by Daniel Queteschiner
It seems like your sound card doesn't support the requested sampling rate/number of channels or at least the fmod sound library we are using isn't able to initialize it correctly.

If you know which settings are supported by your sound card you may try to change the corresponding settings in the config.lua file (just edit it with a text editor:
--
-- Sampling rate
--
SFX_SAMPLING_RATE = 44100

--
-- Number of channels
--
SFX_CHANNEL_COUNT = 32
)

Otherwise please post the sound card you are using in your system.

PostPosted: 16. September 2006, 18:32
by foxy
everything is working now, i just reinstalled my sound drives

PostPosted: 16. September 2006, 19:20
by Daniel Queteschiner
Glad to hear it works now [smilie=icon_smile.gif]