Page 24 of 28 FirstFirst ... 142223242526 ... LastLast
Results 231 to 240 of 278

Thread: PCSX2 0.9.3 Released for Linux!

  1. #231
    Join Date
    Jan 2008
    Beans
    29

    Re: PCSX2 0.9.3 Released for Linux!

    It's not in the bin folder? Sounds like it should be there, at least for me.

    In my case, i can't finish the compiling process. It fails after compiling the plugins when running "sh build.sh all".

    I've also tried with the --enable-sse3 option, but it didn't work either.

    Thanks

  2. #232
    Join Date
    Jun 2008
    Beans
    223
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: PCSX2 0.9.3 Released for Linux!

    a jaunty deb on getdeb.net would do a lot of us non-programmers good

  3. #233
    Join Date
    Aug 2006
    Location
    tuesday
    Beans
    6,502
    Distro
    Kubuntu Development Release

    Re: PCSX2 0.9.3 Released for Linux!

    Not sure what the latest version of pcsx2 is but getdeb has a hardy package for 0.9.4: http://www.getdeb.net/app/PCSX2

    It should still be fine even on newer releases.

  4. #234
    Join Date
    Nov 2008
    Beans
    2

    Re: PCSX2 0.9.3 Released for Linux!

    I am having the same problem as rober-mpp:

    Code:
    implement/bittest.h:62: error: request for member ‘Id’ in ‘bitbase’, which is of non-class type ‘void*’
    It is complaining about the id access here in bittest.h:
    Code:
    static __emitinline void Emit( void* bitbase, const iRegister<ImmType>& bitoffset )
    	{
    		prefix16();
    		iWrite<u8>( 0x0f );
    		iWrite<u8>( 0xa3 | (InstType << 2) );
    		iWriteDisp( bitoffset.Id, bitbase.Id );
    	}
    If I comment out the code mentioned above from bittest.h, The compilation proceeds until I get this error:

    [CODE]In file included from Common.h:35,
    from RecoverySystem.cpp:21:
    SaveState.h:220:7: warning: no newline at end of file
    In file included from RecoverySystem.cpp:22:
    HostGui.h:100:3: warning: no newline at end of file
    RecoverySystem.cpp:38: error: ‘__COUNTER__’ was not declared in this scope
    RecoverySystem.cpp:38: error: template argument 1 is invalid
    RecoverySystem.cpp:51: error: ‘__COUNTER__’ was not declared in this scope
    RecoverySystem.cpp:51: error: template argument 1 is invalid
    RecoverySystem.cpp:62: error: ‘__COUNTER__’ was not declared in this scope
    RecoverySystem.cpp:62: error: template argument 1 is invalid
    [CODE]

    I added the following to the beginning of RecoverySystem.cpp:
    [CODE]
    #ifndef __COUNTER__
    #define __COUNTER__ 1
    #else
    #define __COUNTER__ __COUNTER__+1
    #endif
    [CODE]

    and compilation proceeds until:

    [CODE]
    Mpeg.cpp: In function ‘void waitForSCD()’:
    Mpeg.cpp:979: error: ‘__builtin_bswap32’ was not declared in this scope
    [CODE]
    Last edited by octo_flush; April 18th, 2009 at 08:23 PM. Reason: I commented out the Emit( void* bitbase, ...) function in bittest.h, compilation proceeds...

  5. #235
    Join Date
    Mar 2007
    Location
    Chicago, IL
    Beans
    41
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: PCSX2 0.9.3 Released for Linux!

    Man I have tried everything I can find searching for this, but nothing works.

    I can configure everything OK, but then when I go to run pcsx2 I get the following error
    Code:
    ZeroPAD: failed to load ini /home/phil/pcsx2/bin/inis/zeropad.ini
    *** buffer overflow detected ***: pcsx2 terminated
    Any ideas? I've tried configuring all the gamepad buttons, selecting "no gamepad" to use the keyboard, tried configuring every plugin and configuring no plugins. Always the same error! I get the feeling it's not actually related to the zeropad plugin but it's some other problem, but i'm pretty much a noob so any help would be much appreciated.

  6. #236
    Join Date
    Jun 2008
    Beans
    223
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: PCSX2 0.9.3 Released for Linux!

    i tried out the new linux binary (the older .deb packages dont work at all for me) and i got a weird video error, one plugin will crash PCSX2 for me and another one will give a messed up screen

  7. #237
    Join Date
    Nov 2007
    Location
    Canada
    Beans
    106
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: PCSX2 0.9.3 Released for Linux!

    Quote Originally Posted by zero777zero View Post
    a jaunty deb on getdeb.net would do a lot of us non-programmers good
    I second that! I would love for the new version to be put into a .deb file for 9.04. I could never get it going on my own.

  8. #238
    Join Date
    Jan 2008
    Beans
    29

    Re: PCSX2 0.9.3 Released for Linux!

    i tried out the new linux binary (the older .deb packages dont work at all for me) and i got a weird video error, one plugin will crash PCSX2 for me and another one will give a messed up screen
    What do you mean with "new linux binary" ?

    Where did you get it ?


    thanks

  9. #239
    Join Date
    Jul 2007
    Location
    Luleå, Sweden
    Beans
    572
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: PCSX2 0.9.3 Released for Linux!

    I don't know if it's the latest version or not, but pcsx-df is in the repositories.

  10. #240
    Join Date
    Jan 2008
    Beans
    29

    Re: PCSX2 0.9.3 Released for Linux!

    that's the binary for the ps1 emulator, not for the ps2 emulator.

Page 24 of 28 FirstFirst ... 142223242526 ... 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
  •