Page 2 of 19 FirstFirst 123412 ... LastLast
Results 11 to 20 of 185

Thread: HOWTO: Install zsnes with libao support on AMD64

  1. #11
    Join Date
    Sep 2007
    Location
    sweden
    Beans
    20

    Re: HOWTO: Install zsnes with libao support on AMD64

    Hi. First post

    When I try to install for AMD64 (sudo apt-get install zsnes) I get the following message:

    Package zsnes is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    E: Package zsnes has no installation candidate
    Dunno what's wrong. The repos are allright and I made the update.

    I tried the zsnes32 but that only givis me segmentation error.

    I run Kubuntu AMD64 Gutsy.
    Last edited by Dencrypt; November 12th, 2007 at 06:21 PM.

  2. #12
    Join Date
    Oct 2007
    Location
    The inside out
    Beans
    336
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: HOWTO: Install zsnes with libao support on AMD64

    Everything worked fine for me up until the last part

    kymus@Shouxing:~$ zsnes -ad oss
    Audio driver selection invalid.
    I've checked the repo and I've got alsa-oss and libao 2 both installed.

    The only options I have available are auto and sdl.

    ZSNES likes to crash when I change the sound sampling rate.

  3. #13
    Join Date
    Sep 2007
    Location
    sweden
    Beans
    20

    Re: HOWTO: Install zsnes with libao support on AMD64

    Never mind my first post.

    Anyone got any more suggestions about segmentation fault? I get the error but the suggestion in the first post does not work.

  4. #14
    Join Date
    Jan 2006
    Beans
    2,031

    Re: HOWTO: Install zsnes with libao support on AMD64

    @Dencrypt - Hmmm, it could have something to do with using Kubuntu, although I don't see why it would be any different. Can you post the exact output when you run zsnes32 in terminal?

    @Kymus - So you're using i386, and -ad oss does not seem to work? Hmmm, it may be an issue specific to your soundcard, especially considering that changing the sampling rates cause zsnes to crash on you. You can try running this command, and we can see if you have an incorrect library installed:
    Code:
    cd /usr/local/games/zsnes/
    ldd ./zsnes
    Also, I'm assuming you are using Gutsy? I can double-check and see if it's an issue with my i386 package.

  5. #15
    Join Date
    Oct 2007
    Location
    The inside out
    Beans
    336
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: HOWTO: Install zsnes with libao support on AMD64

    Hi Dfreer,

    I followed your example, and this is what it spit out:

    kymus@Shouxing:/usr/local/games/zsnes$ ldd ./zsnes
    linux-gate.so.1 => (0xffffe000)
    libz.so.1 => /usr/lib/libz.so.1 (0xb7fa7000)
    libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0xb7f18000)
    libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7ef4000)
    libncurses.so.5 => /lib/libncurses.so.5 (0xb7eb0000)
    libao.so.2 => /usr/lib/libao.so.2 (0xb7eac000)
    libGL.so.1 => /usr/lib/libGL.so.1 (0xb7e22000)
    libstdc++.so.6 => /usr/local/lib/libstdc++.so.6 (0xb7d34000)
    libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7d0f000)
    libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 (0xb7d04000)
    libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7bb9000)
    libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7ba1000)
    libasound.so.2 => /usr/lib/libasound.so.2 (0xb7adb000)
    libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7ad7000)
    libdirectfb-0.9.so.25 => /usr/lib/libdirectfb-0.9.so.25 (0xb7a80000)
    libfusion-0.9.so.25 => /usr/lib/libfusion-0.9.so.25 (0xb7a7a000)
    libdirect-0.9.so.25 => /usr/lib/libdirect-0.9.so.25 (0xb7a6a000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0xb7a5c000)
    /lib/ld-linux.so.2 (0xb7fd4000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0xb796b000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0xb7968000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7963000)
    With ZSNES crashing.. it wasn't always like that... I've had it installed for 3 days now maybe. Originally I compiled it from the source available on the website. Then of course I was having some fuzzy sound, so I tried fidgeting with the sound sample rate and I found a rate at which it sounded better, but of course not perfect. Fast forward to about 24 hours later and when I would mess with it (in windowed mode) it would give me audio which wasn't to my liking and then I would fidget more and sometimes it would just go black. Nothing will terminate the window at this point (tried force quit and I tried killing itin the system monitor). Now, in full screen... oooooh, it doesn't like that very much . 95% of the time it will just go black and nothing will make my system respond.

    inded, I am using Gutsy

    Dunno if it means anything, but my sound is onboard, from my Foxconn NF4UK8AA

  6. #16
    Join Date
    Sep 2007
    Location
    sweden
    Beans
    20

    Re: HOWTO: Install zsnes with libao support on AMD64

    Quote Originally Posted by dfreer View Post
    @Dencrypt - Hmmm, it could have something to do with using Kubuntu, although I don't see why it would be any different. Can you post the exact output when you run zsnes32 in terminal?.
    Sure.

    dencrypt@dencrypt-desktop:~$ zsnes32
    Segmentation fault (core dumped)

  7. #17
    Join Date
    Jan 2006
    Beans
    2,031

    Re: HOWTO: Install zsnes with libao support on AMD64

    @Dencrypt - Well, I'm not entirely sure what is causing your segmentation fault here. I installed kubuntu-desktop in AMD64 Gutsy, and was able to run zsnes32 just fine. I guess there are several options you can pursue here:
    (1). Try some other zsnes binaries that I have compiled, located here:
    http://www.dfreer.org/~dfreer/zsnes/binaries/
    Since they are compiled with different methods, and you already have the 32-bit libraries needed to run the program, one of them may work for you. In particular, try zsnes 1.42.
    (2). Try downloading the official zsnes 32-bit .deb from the main repositories, and either extract the binary out of it, or install it like so:
    Code:
    sudo dpkg -i --force-architecture the_official_zsnes_package.deb
    (3). Get a Kubuntu Gutsy i386 Live CD, and try compiling zsnes specifically for your PC. I can help you through this method if you need help.

    @Kymus - It sounds like your sound card is to blame here. One thing you should try, is to move your ~/.zsnes/ folder elsewhere, and then try launching zsnes from there. It may be your configuration file is messed up from changing the sound settings, although I can't be sure.

  8. #18
    Join Date
    Sep 2007
    Location
    sweden
    Beans
    20

    Re: HOWTO: Install zsnes with libao support on AMD64

    I couldn't get to your server (down?) but yout suggestion with dpkg worked. Tnx a lot

  9. #19
    Join Date
    Jan 2006
    Beans
    2,031

    Re: HOWTO: Install zsnes with libao support on AMD64

    Hmmmm... must have been one of those rolling internet storms . Anyways, at least you got zsnes running, which is the main thing.

  10. #20
    Join Date
    May 2007
    Beans
    75

    Re: HOWTO: Install zsnes with libao support on AMD64

    thanks for packaging up zsnes for 64 bit dfreer!
    i think i got it when you posted it a while ago, but the tutorial is a nice touch lol

Page 2 of 19 FirstFirst 123412 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •