rathel
July 6th, 2005, 04:22 PM
The installation of DoomsDay when okay, but I cannot play Doom. I get this error message:
rathel@ubuntu:~$ sh jdoom.sh
LoadPlugin: /usr/local/lib/libdpdehread
LoadPlugin: /usr/local/lib/libdpmapload
Con_Init: Initializing the console.
SW_Init: Startup message window opened.
Executable: Version 1.8.6 Jul 6 2005 (DGL).
Memory zone: 32.0 Mb.
Parsing configuration files.
W_Init: Init WADfiles.
W_AddFile: /home/rathel/doom/doom.wad
IWAD identification: 00cdce4c
W_AddFile: Data/Doomsday.wad
W_AddFile: Data/jDoom/jDoom.wad
IWAD identification: 00056533
Reading definition file: Defs/Doomsday.ded
Reading definition file: Defs/jDoom/jDoom.ded
138 sprite names
974 states
140 things
8 lights
112 sound effects
68 songs
335 text strings
27 particle generators
22 animation groups
49 surface decorations
69 map infos
6 finales
Sys_Init: Setting up machine state.
Sys_Init: Initializing keyboard, mouse and joystick.
Sys_InitTimer.
Sfx_Init: Initializing SDL_mixer...
DS_Load: Loading of libdssdlmixer failed.
Sfx_Init: Driver init failed. Sfx is disabled.
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
I have the mixer and Sfx installed...
Here's what's in the sh script if that helps any:
#!/bin/sh
/usr/local/bin/doomsday -game jdoom -file ~/doom/doom.wad \ -userdir ~/doomsday/jdoom
rathel@ubuntu:~$ sh jdoom.sh
LoadPlugin: /usr/local/lib/libdpdehread
LoadPlugin: /usr/local/lib/libdpmapload
Con_Init: Initializing the console.
SW_Init: Startup message window opened.
Executable: Version 1.8.6 Jul 6 2005 (DGL).
Memory zone: 32.0 Mb.
Parsing configuration files.
W_Init: Init WADfiles.
W_AddFile: /home/rathel/doom/doom.wad
IWAD identification: 00cdce4c
W_AddFile: Data/Doomsday.wad
W_AddFile: Data/jDoom/jDoom.wad
IWAD identification: 00056533
Reading definition file: Defs/Doomsday.ded
Reading definition file: Defs/jDoom/jDoom.ded
138 sprite names
974 states
140 things
8 lights
112 sound effects
68 songs
335 text strings
27 particle generators
22 animation groups
49 surface decorations
69 map infos
6 finales
Sys_Init: Setting up machine state.
Sys_Init: Initializing keyboard, mouse and joystick.
Sys_InitTimer.
Sfx_Init: Initializing SDL_mixer...
DS_Load: Loading of libdssdlmixer failed.
Sfx_Init: Driver init failed. Sfx is disabled.
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
I have the mixer and Sfx installed...
Here's what's in the sh script if that helps any:
#!/bin/sh
/usr/local/bin/doomsday -game jdoom -file ~/doom/doom.wad \ -userdir ~/doomsday/jdoom