Page 5 of 28 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 278

Thread: PCSX2 0.9.3 Released for Linux!

  1. #41
    Join Date
    Jun 2006
    Beans
    122
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: PCSX2 0.9.3 Released for Linux!

    can anyone build a deb package of this emulator

  2. #42
    Join Date
    Aug 2006
    Location
    USA, MI
    Beans
    232
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: PCSX2 0.9.3 Released for Linux!

    Quote Originally Posted by damvcoool View Post
    can anyone build a deb package of this emulator
    Nice but I'd settle for a a good set of instructions, I might reread the whole thread and make some up if it works I'll post it.

  3. #43
    Join Date
    Mar 2006
    Beans
    38

    Re: PCSX2 0.9.3 Released for Linux!

    that would be great

  4. #44
    Join Date
    Apr 2005
    Beans
    265

    Re: PCSX2 0.9.3 Released for Linux!

    I got it to build but apparently my graphics card isn't up to par with their specs. According to someone on their IRC channel you need at least a fx5900 for it to work while I'm stuck with a 5200. Of course that is just what I was told.

  5. #45
    Join Date
    May 2005
    Location
    Italy
    Beans
    33
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: PCSX2 0.9.3 Released for Linux!

    Hi to all!

    I've compiled succesfully from SVN, then pcsx2 works.
    but when i start the emulation (File / Run CD) the screen of ZeroGS returns me "error opening GS plugin" and stop working.

    the same problem on the official forum is here:
    http://forums.ngemu.com/pcsx2-offici...gs-plugin.html
    but there's no solution in those pages.

    you have any suggestion?

    *tnx

  6. #46
    Join Date
    Apr 2005
    Beans
    265

    Re: PCSX2 0.9.3 Released for Linux!

    Quote Originally Posted by jollyr0ger View Post
    Hi to all!

    I've compiled succesfully from SVN, then pcsx2 works.
    but when i start the emulation (File / Run CD) the screen of ZeroGS returns me "error opening GS plugin" and stop working.

    the same problem on the official forum is here:
    http://forums.ngemu.com/pcsx2-offici...gs-plugin.html
    but there's no solution in those pages.

    you have any suggestion?

    *tnx
    That is the error I got. They said my video card wasn't good enough. I'm not sure if the guy was a dev or just some random person.

  7. #47
    Join Date
    Apr 2007
    Beans
    1

    Re: PCSX2 0.9.3 Released for Linux!

    when compiling it gives error me.

    Code:
    Building PeopsSPU2
    ------------------
    gcc -fPIC -c -Wall -O3 -ffast-math -fomit-frame-pointer -DUSEALSA  alsa.c
    alsa.c:40:28: error: alsa/asoundlib.h: No existe el fichero ó directorio
    alsa.c:59: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    alsa.c:60: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘buffer_size’
    alsa.c: In function ‘SetupSound’:
    alsa.c:68: error: ‘snd_pcm_hw_params_t’ undeclared (first use in this function)
    alsa.c:68: error: (Each undeclared identifier is reported only once
    alsa.c:68: error: for each function it appears in.)
    alsa.c:68: error: ‘hwparams’ undeclared (first use in this function)
    alsa.c:69: error: ‘snd_pcm_sw_params_t’ undeclared (first use in this function)
    alsa.c:69: error: ‘swparams’ undeclared (first use in this function)
    alsa.c:70: error: ‘snd_pcm_status_t’ undeclared (first use in this function)
    alsa.c:70: error: ‘status’ undeclared (first use in this function)
    alsa.c:82: error: ‘SND_PCM_FORMAT_S16_LE’ undeclared (first use in this function)
    alsa.c:86: warning: implicit declaration of function ‘snd_pcm_open’
    alsa.c:86: error: ‘handle’ undeclared (first use in this function)
    alsa.c:87: error: ‘SND_PCM_STREAM_PLAYBACK’ undeclared (first use in this function)
    alsa.c:87: error: ‘SND_PCM_NONBLOCK’ undeclared (first use in this function)
    alsa.c:89: warning: implicit declaration of function ‘snd_strerror’
    alsa.c:89: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:93: warning: implicit declaration of function ‘snd_pcm_nonblock’
    alsa.c:95: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:99: warning: implicit declaration of function ‘snd_pcm_hw_params_alloca’
    alsa.c:100: warning: implicit declaration of function ‘snd_pcm_sw_params_alloca’
    alsa.c:101: warning: implicit declaration of function ‘snd_pcm_hw_params_any’
    alsa.c:103: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:107: warning: implicit declaration of function ‘snd_pcm_hw_params_set_access’
    alsa.c:107: error: ‘SND_PCM_ACCESS_RW_INTERLEAVED’ undeclared (first use in this function)
    alsa.c:109: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:113: warning: implicit declaration of function ‘snd_pcm_hw_params_set_format’
    alsa.c:115: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:119: warning: implicit declaration of function ‘snd_pcm_hw_params_set_channels’
    alsa.c:121: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:125: warning: implicit declaration of function ‘snd_pcm_hw_params_set_rate_near’
    alsa.c:127: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:131: warning: implicit declaration of function ‘snd_pcm_hw_params_set_buffer_time_near’
    alsa.c:133: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:137: warning: implicit declaration of function ‘snd_pcm_hw_params_set_period_time_near’
    alsa.c:139: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:143: warning: implicit declaration of function ‘snd_pcm_hw_params’
    alsa.c:145: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:149: warning: implicit declaration of function ‘snd_pcm_status_alloca’
    alsa.c:150: warning: implicit declaration of function ‘snd_pcm_status’
    alsa.c:152: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:156: error: ‘buffer_size’ undeclared (first use in this function)
    alsa.c:156: warning: implicit declaration of function ‘snd_pcm_status_get_avail’
    alsa.c: In function ‘RemoveSound’:
    alsa.c:165: error: ‘handle’ undeclared (first use in this function)
    alsa.c:167: warning: implicit declaration of function ‘snd_pcm_drop’
    alsa.c:168: warning: implicit declaration of function ‘snd_pcm_close’
    alsa.c: In function ‘SoundGetBytesBuffered’:
    alsa.c:181: error: ‘handle’ undeclared (first use in this function)
    alsa.c:183: warning: implicit declaration of function ‘snd_pcm_avail_update’
    alsa.c:185: error: ‘buffer_size’ undeclared (first use in this function)
    alsa.c: In function ‘SoundFeedVoiceData’:
    alsa.c:198: error: ‘handle’ undeclared (first use in this function)
    alsa.c:200: warning: implicit declaration of function ‘snd_pcm_state’
    alsa.c:200: error: ‘SND_PCM_STATE_XRUN’ undeclared (first use in this function)
    alsa.c:201: warning: implicit declaration of function ‘snd_pcm_prepare’
    alsa.c:202: warning: implicit declaration of function ‘snd_pcm_writei’
    make: *** [alsa.o] Error 1
    Error with building plugins
    as I solve it??



    ----------
    Sorry by my English, I speak Spanish

  8. #48
    Join Date
    Feb 2006
    Location
    NJ
    Beans
    149

    Re: PCSX2 0.9.3 Released for Linux!

    Quote Originally Posted by ura_renge View Post
    when compiling it gives error me.

    Code:
    Building PeopsSPU2
    ------------------
    gcc -fPIC -c -Wall -O3 -ffast-math -fomit-frame-pointer -DUSEALSA  alsa.c
    alsa.c:40:28: error: alsa/asoundlib.h: No existe el fichero ó directorio
    alsa.c:59: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    alsa.c:60: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘buffer_size’
    alsa.c: In function ‘SetupSound’:
    alsa.c:68: error: ‘snd_pcm_hw_params_t’ undeclared (first use in this function)
    alsa.c:68: error: (Each undeclared identifier is reported only once
    alsa.c:68: error: for each function it appears in.)
    alsa.c:68: error: ‘hwparams’ undeclared (first use in this function)
    alsa.c:69: error: ‘snd_pcm_sw_params_t’ undeclared (first use in this function)
    alsa.c:69: error: ‘swparams’ undeclared (first use in this function)
    alsa.c:70: error: ‘snd_pcm_status_t’ undeclared (first use in this function)
    alsa.c:70: error: ‘status’ undeclared (first use in this function)
    alsa.c:82: error: ‘SND_PCM_FORMAT_S16_LE’ undeclared (first use in this function)
    alsa.c:86: warning: implicit declaration of function ‘snd_pcm_open’
    alsa.c:86: error: ‘handle’ undeclared (first use in this function)
    alsa.c:87: error: ‘SND_PCM_STREAM_PLAYBACK’ undeclared (first use in this function)
    alsa.c:87: error: ‘SND_PCM_NONBLOCK’ undeclared (first use in this function)
    alsa.c:89: warning: implicit declaration of function ‘snd_strerror’
    alsa.c:89: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:93: warning: implicit declaration of function ‘snd_pcm_nonblock’
    alsa.c:95: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:99: warning: implicit declaration of function ‘snd_pcm_hw_params_alloca’
    alsa.c:100: warning: implicit declaration of function ‘snd_pcm_sw_params_alloca’
    alsa.c:101: warning: implicit declaration of function ‘snd_pcm_hw_params_any’
    alsa.c:103: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:107: warning: implicit declaration of function ‘snd_pcm_hw_params_set_access’
    alsa.c:107: error: ‘SND_PCM_ACCESS_RW_INTERLEAVED’ undeclared (first use in this function)
    alsa.c:109: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:113: warning: implicit declaration of function ‘snd_pcm_hw_params_set_format’
    alsa.c:115: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:119: warning: implicit declaration of function ‘snd_pcm_hw_params_set_channels’
    alsa.c:121: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:125: warning: implicit declaration of function ‘snd_pcm_hw_params_set_rate_near’
    alsa.c:127: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:131: warning: implicit declaration of function ‘snd_pcm_hw_params_set_buffer_time_near’
    alsa.c:133: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:137: warning: implicit declaration of function ‘snd_pcm_hw_params_set_period_time_near’
    alsa.c:139: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:143: warning: implicit declaration of function ‘snd_pcm_hw_params’
    alsa.c:145: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:149: warning: implicit declaration of function ‘snd_pcm_status_alloca’
    alsa.c:150: warning: implicit declaration of function ‘snd_pcm_status’
    alsa.c:152: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:156: error: ‘buffer_size’ undeclared (first use in this function)
    alsa.c:156: warning: implicit declaration of function ‘snd_pcm_status_get_avail’
    alsa.c: In function ‘RemoveSound’:
    alsa.c:165: error: ‘handle’ undeclared (first use in this function)
    alsa.c:167: warning: implicit declaration of function ‘snd_pcm_drop’
    alsa.c:168: warning: implicit declaration of function ‘snd_pcm_close’
    alsa.c: In function ‘SoundGetBytesBuffered’:
    alsa.c:181: error: ‘handle’ undeclared (first use in this function)
    alsa.c:183: warning: implicit declaration of function ‘snd_pcm_avail_update’
    alsa.c:185: error: ‘buffer_size’ undeclared (first use in this function)
    alsa.c: In function ‘SoundFeedVoiceData’:
    alsa.c:198: error: ‘handle’ undeclared (first use in this function)
    alsa.c:200: warning: implicit declaration of function ‘snd_pcm_state’
    alsa.c:200: error: ‘SND_PCM_STATE_XRUN’ undeclared (first use in this function)
    alsa.c:201: warning: implicit declaration of function ‘snd_pcm_prepare’
    alsa.c:202: warning: implicit declaration of function ‘snd_pcm_writei’
    make: *** [alsa.o] Error 1
    Error with building plugins
    as I solve it??



    ----------
    Sorry by my English, I speak Spanish
    Try
    Code:
    sudo apt-get install libasound2-dev
    and recompiling.

  9. #49
    Join Date
    Feb 2007
    Beans
    20

    Re: PCSX2 0.9.3 Released for Linux!

    I have compiled a 64 bit version and attempted to run the bios (no games)

    all bios' I tried crash upon run giving me illegal instruction errors. Turning off the emotion engine recompiler allows me to run the bios but then I get really horrible frame rates <10. the V0 V1 recompilers are fine though I can have them switched on/off no problem.

    Not sure what the heck is wrong with my machine if I can't run the bios with the EE recompiler on, its supposed to be extremely compatible.

  10. #50
    Join Date
    Apr 2007
    Beans
    5

    Re: PCSX2 0.9.3 Released for Linux!

    Thanks for the guide, helped me out
    Last edited by Agret; April 28th, 2007 at 11:00 AM.

Page 5 of 28 FirstFirst ... 3456715 ... 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
  •