Log in

View Full Version : FCEU (linux) problem



tubelius
January 17th, 2006, 06:28
I have problem with FCEU in linux.. Sounds are not working..

tubelius@radiant:~/games/nes/fceu$ fceu -xscale 4 -yscale 4 -fs 0 /home/tubelius/games/nes/roms/zelda2.nes

Starting FCE Ultra 0.98.12...
Loading /home/tubelius/games/nes/roms/zelda2.nes...

PRG ROM: 8 x 16KiB
CHR ROM: 14 x 8KiB
ROM CRC32: 0xba322865
ROM MD5: 0x88c0493fb1146834836c0ff4f3e06e45
Mapper: 1
Mirroring: Horizontal
Battery-backed.

Initializing video... Video Mode: 1024 x 896 x 32 bpp

Initializing sound...Error opening a sound device.



other problem, arrow keys aren't working, I have to use a,s,w,z keys..

I hope you can help, thanks..


(I got everything else working, but sounds. I tried all options, but no sound.. Could someone please tell me what to install to make sounds work? :/ What sound device does it use?)

lgoss007
June 24th, 2006, 22:27
It uses the enlightenment sound daemon.

I only know two ways to try to fix it (there may be more).

1) run at the command prompt
$ killall esd

2) or look at your processes and see if fceu is already open

I tried the first once when I had a similar problem, but it didn't help. I then check my processes and found fceu running (in the background, there was no window open).

Edited to add:
Missed that you were having problems with arrow keys...

To use the arrows simply run fceu like so:
fceu -inputcfg keyboard1 romname.nes

(where romname.nes is your game). A window should pop up requesting your key configuration (it's a tiny window). Warning though, it will ask for each button twice, I suppose to verify you hit the correct button.