Page 4 of 28 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 278

Thread: PCSX2 0.9.3 Released for Linux!

  1. #31
    Join Date
    Apr 2005
    Beans
    265

    Re: PCSX2 0.9.3 Released for Linux!

    alright, I'll try downloading latest svn and rebuliding...I'll post back if it works out.

  2. #32
    Join Date
    Apr 2005
    Beans
    265

    Re: PCSX2 0.9.3 Released for Linux!

    Ok svn solved one problem now I get error opening gs plugin ZeroGS: *********

  3. #33
    Join Date
    Feb 2006
    Location
    NJ
    Beans
    149

    Re: PCSX2 0.9.3 Released for Linux!

    I discovered my ISO plugins weren't compiling (without any errors in the build.sh all), and apparently the reason is I didn't have libbz2-dev installed. I honestly didn't know I should have had them until this morning.

    Either way the original post is updated.

  4. #34
    Join Date
    Jul 2006
    Beans
    26

    Re: PCSX2 0.9.3 Released for Linux!

    I was wondering if someone could help me out. I get the following when trying to build it. I'm still new to linux and compiling things is kind of beyond me at this point. Although, I'm not stupid as I did do extensive java programing in my younger years


    Code:
    ----------------------------------------
    Building Graphics Synthesizer plugins...
    ----------------------------------------
    ----------------------
    Building ZeroGS OpenGL
    ----------------------
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables... 
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for gcc... gcc
    checking whether we are using the GNU C++ compiler... yes
    checking whether gcc accepts -g... yes
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for ranlib... ranlib
    checking debug build... no
    checking for _aligned_malloc... no
    checking for _aligned_free... no
    checking for development build...... no
    checking check for sse2...... yes
    checking for a x86-64 CPU... no
    checking gtk2+... checking for pkg-config... pkg-config
    checking OpenGL... checking for GL/gl.h... yes
    checking for GL/glu.h... yes
    checking for GL/glext.h... yes
    checking for main in -lGL... yes
    checking for main in -lGLU... yes
    checking Cg... checking for main in -ljpeg... yes
    checking for main in -lpthread... yes
    checking for main in -lstdc++... yes
    checking for main in -lz... yes
    checking for main in -ldl... yes
    checking for main in -lXxf86vm... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating Linux/Makefile
    config.status: executing depfiles commands
    Configuration:
      Target system type:    
      x86-64 build?        no
      Debug build?         no
      Dev build?               no
      SSE2 enabled?            yes
    Making clean in Linux
    make[1]: Entering directory `/home/jon/pcsx2/plugins/gs/zerogs/opengl/Linux'
    test -z "libZeroGSLinux.a" || rm -f libZeroGSLinux.a
    rm -f *.o
    make[1]: Leaving directory `/home/jon/pcsx2/plugins/gs/zerogs/opengl/Linux'
    Making clean in .
    make[1]: Entering directory `/home/jon/pcsx2/plugins/gs/zerogs/opengl'
    test -z "libZeroGSogl.a" || rm -f libZeroGSogl.a
    test -z "libZeroGSoglr.so.0.96.2" || rm -f libZeroGSoglr.so.0.96.2
    rm -f *.o
    make[1]: Leaving directory `/home/jon/pcsx2/plugins/gs/zerogs/opengl'
    Making install in Linux
    make[1]: Entering directory `/home/jon/pcsx2/plugins/gs/zerogs/opengl/Linux'
    if gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DRELEASE_TO_PUBLIC=1 -DZEROGS_SSE2=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I../ -fPIC -I/opt/cg/include -L/opt/cg/lib -O2 -fomit-frame-pointer  -fPIC -I/opt/cg/include -L/opt/cg/lib -O2 -fomit-frame-pointer  -MT libZeroGSLinux_a-callbacks.o -MD -MP -MF ".deps/libZeroGSLinux_a-callbacks.Tpo" -c -o libZeroGSLinux_a-callbacks.o `test -f 'callbacks.c' || echo './'`callbacks.c; \
            then mv -f ".deps/libZeroGSLinux_a-callbacks.Tpo" ".deps/libZeroGSLinux_a-callbacks.Po"; else rm -f ".deps/libZeroGSLinux_a-callbacks.Tpo"; exit 1; fi
    if gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DRELEASE_TO_PUBLIC=1 -DZEROGS_SSE2=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I../ -fPIC -I/opt/cg/include -L/opt/cg/lib -O2 -fomit-frame-pointer  -fPIC -I/opt/cg/include -L/opt/cg/lib -O2 -fomit-frame-pointer  -MT libZeroGSLinux_a-Conf.o -MD -MP -MF ".deps/libZeroGSLinux_a-Conf.Tpo" -c -o libZeroGSLinux_a-Conf.o `test -f 'Conf.cpp' || echo './'`Conf.cpp; \
            then mv -f ".deps/libZeroGSLinux_a-Conf.Tpo" ".deps/libZeroGSLinux_a-Conf.Po"; else rm -f ".deps/libZeroGSLinux_a-Conf.Tpo"; exit 1; fi
    if gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DRELEASE_TO_PUBLIC=1 -DZEROGS_SSE2=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I../ -fPIC -I/opt/cg/include -L/opt/cg/lib -O2 -fomit-frame-pointer  -fPIC -I/opt/cg/include -L/opt/cg/lib -O2 -fomit-frame-pointer  -MT libZeroGSLinux_a-interface.o -MD -MP -MF ".deps/libZeroGSLinux_a-interface.Tpo" -c -o libZeroGSLinux_a-interface.o `test -f 'interface.c' || echo './'`interface.c; \
            then mv -f ".deps/libZeroGSLinux_a-interface.Tpo" ".deps/libZeroGSLinux_a-interface.Po"; else rm -f ".deps/libZeroGSLinux_a-interface.Tpo"; exit 1; fi
    if gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DRELEASE_TO_PUBLIC=1 -DZEROGS_SSE2=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I../ -fPIC -I/opt/cg/include -L/opt/cg/lib -O2 -fomit-frame-pointer  -fPIC -I/opt/cg/include -L/opt/cg/lib -O2 -fomit-frame-pointer  -MT libZeroGSLinux_a-Linux.o -MD -MP -MF ".deps/libZeroGSLinux_a-Linux.Tpo" -c -o libZeroGSLinux_a-Linux.o `test -f 'Linux.cpp' || echo './'`Linux.cpp; \
            then mv -f ".deps/libZeroGSLinux_a-Linux.Tpo" ".deps/libZeroGSLinux_a-Linux.Po"; else rm -f ".deps/libZeroGSLinux_a-Linux.Tpo"; exit 1; fi
    if gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DRELEASE_TO_PUBLIC=1 -DZEROGS_SSE2=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I../ -fPIC -I/opt/cg/include -L/opt/cg/lib -O2 -fomit-frame-pointer  -fPIC -I/opt/cg/include -L/opt/cg/lib -O2 -fomit-frame-pointer  -MT libZeroGSLinux_a-support.o -MD -MP -MF ".deps/libZeroGSLinux_a-support.Tpo" -c -o libZeroGSLinux_a-support.o `test -f 'support.c' || echo './'`support.c; \
            then mv -f ".deps/libZeroGSLinux_a-support.Tpo" ".deps/libZeroGSLinux_a-support.Po"; else rm -f ".deps/libZeroGSLinux_a-support.Tpo"; exit 1; fi
    rm -f libZeroGSLinux.a
    ar cru libZeroGSLinux.a libZeroGSLinux_a-callbacks.o libZeroGSLinux_a-Conf.o libZeroGSLinux_a-interface.o libZeroGSLinux_a-Linux.o libZeroGSLinux_a-support.o 
    ranlib libZeroGSLinux.a
    make[2]: Entering directory `/home/jon/pcsx2/plugins/gs/zerogs/opengl/Linux'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/home/jon/pcsx2/plugins/gs/zerogs/opengl/Linux'
    make[1]: Leaving directory `/home/jon/pcsx2/plugins/gs/zerogs/opengl/Linux'
    Making install in .
    make[1]: Entering directory `/home/jon/pcsx2/plugins/gs/zerogs/opengl'
    if gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DRELEASE_TO_PUBLIC=1 -DZEROGS_SSE2=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -I. -I.  -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/opt/cg/include -L/opt/cg/lib -O2 -fomit-frame-pointer  -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/opt/cg/include -L/opt/cg/lib -O2 -fomit-frame-pointer  -MT libZeroGSogl_a-GSmain.o -MD -MP -MF ".deps/libZeroGSogl_a-GSmain.Tpo" -c -o libZeroGSogl_a-GSmain.o `test -f 'GSmain.cpp' || echo './'`GSmain.cpp; \
            then mv -f ".deps/libZeroGSogl_a-GSmain.Tpo" ".deps/libZeroGSogl_a-GSmain.Po"; else rm -f ".deps/libZeroGSogl_a-GSmain.Tpo"; exit 1; fi
    In file included from GSmain.cpp:39:
    zerogs.h:36:19: error: Cg/cg.h: No such file or directory
    zerogs.h:37:21: error: Cg/cgGL.h: No such file or directory
    zerogs.h:119: error: ‘CGprogram’ does not name a type
    zerogs.h:127: error: ‘CGprogram’ does not name a type
    zerogs.h:128: error: ‘CGparameter’ does not name a type
    zerogs.h:129: error: ‘CGparameter’ does not name a type
    zerogs.h:130: error: ‘CGparameter’ does not name a type
    zerogs.h: In constructor ‘FRAGMENTSHADER::FRAGMENTSHADER()’:
    zerogs.h:123: error: class ‘FRAGMENTSHADER’ does not have any field named ‘prog’
    zerogs.h:123: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sMemory’
    zerogs.h:123: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sFinal’
    zerogs.h:123: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sBitwiseANDX’
    zerogs.h:123: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sBitwiseANDY’
    zerogs.h:123: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sInterlace’
    zerogs.h:123: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sCLUT’
    zerogs.h:123: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sOneColor’
    zerogs.h:123: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sBitBltZ’
    zerogs.h:124: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fTexAlpha2’
    zerogs.h:124: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fTexOffset’
    zerogs.h:124: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fTexDims’
    zerogs.h:124: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fTexBlock’
    zerogs.h:124: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fClampExts’
    zerogs.h:124: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fTexWrapMode’
    zerogs.h:125: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fRealTexDims’
    zerogs.h:125: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fTestBlack’
    zerogs.h:125: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fPageOffset’
    zerogs.h:125: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fTexAlpha’
    zerogs.h: At global scope:
    zerogs.h:140: error: ‘CGprogram’ does not name a type
    zerogs.h:141: error: ‘CGparameter’ does not name a type
    zerogs.h: In constructor ‘VERTEXSHADER::VERTEXSHADER()’:
    zerogs.h:139: error: class ‘VERTEXSHADER’ does not have any field named ‘prog’
    zerogs.h:139: error: class ‘VERTEXSHADER’ does not have any field named ‘sBitBltPos’
    zerogs.h:139: error: class ‘VERTEXSHADER’ does not have any field named ‘sBitBltTex’
    zerogs.h: At global scope:
    zerogs.h:171: error: ‘CGparameter’ does not name a type
    ZeroGSShaders/zerogsshaders.h:27: error: ‘CGcontext’ does not name a type
    ZeroGSShaders/zerogsshaders.h:29: error: ‘CGprogram’ does not name a type
    make[1]: *** [libZeroGSogl_a-GSmain.o] Error 1
    make[1]: Leaving directory `/home/jon/pcsx2/plugins/gs/zerogs/opengl'
    make: *** [install-recursive] Error 1
    Error with building plugins
    jon@Midgar:~/pcsx2$

  5. #35
    Join Date
    Feb 2006
    Location
    NJ
    Beans
    149

    Re: PCSX2 0.9.3 Released for Linux!

    You're missing the Cg Toolkit from nVidia.

    Easiest way to install it is to grab this RPM (32-bit) and then do the following in whatever directory you downloaded it into:
    Code:
    sudo apt-get install alien
    alien Cg-1.5_Feb2007.i386.rpm
    sudo dpkg -i Cg-1.5_Feb2007.i386.deb
    Then start your sh build.sh all again.

  6. #36
    Join Date
    Jul 2006
    Beans
    26

    Re: PCSX2 0.9.3 Released for Linux!

    Thanks for the quick response buttons!

    Now I'm having another problem . When I try to run it the following pops up

    Code:
    jon@Midgar:~/pcsx2/bin$ ./pcsx2
    
    *** stack smashing detected ***: ./pcsx2 terminated
    Aborted (core dumped)
    jon@Midgar:~/pcsx2/bin$
    Any idea on what the problem might be?

  7. #37
    Join Date
    Feb 2006
    Location
    NJ
    Beans
    149

    Re: PCSX2 0.9.3 Released for Linux!

    Quote Originally Posted by boyprodigy View Post
    Thanks for the quick response buttons!

    Now I'm having another problem . When I try to run it the following pops up

    Code:
    jon@Midgar:~/pcsx2/bin$ ./pcsx2
    
    *** stack smashing detected ***: ./pcsx2 terminated
    Aborted (core dumped)
    jon@Midgar:~/pcsx2/bin$
    Any idea on what the problem might be?
    Let me guess...you've put a bios in the <root>/bin/bios directory, which is v2.00 or later? For one reason or another there are some later PS2 BIOSs that bork pcsx2. I'm kinda glad you have this problem (if that is indeed the reason you're experiencing this error), because I've posted it all over the official forums and apparently no one else has the issue.

    My suggestion is to use a valid PS2 BIOS v1.60 or earlier, and make sure the offending ones are not in the bios directory, or your stacks will continue smushing.

  8. #38
    Join Date
    Jul 2006
    Beans
    26

    Re: PCSX2 0.9.3 Released for Linux!

    And Mr buttons does it again

    it was the bios, I put in a 1.6 and it working super fine. I think I'll try putting Ubuntu 64bit on my PC and trying it out with that too.

    Thank you very much for your help buttons!

  9. #39
    Join Date
    Feb 2006
    Location
    NJ
    Beans
    149

    Re: PCSX2 0.9.3 Released for Linux!

    Quote Originally Posted by boyprodigy View Post
    And Mr buttons does it again

    it was the bios, I put in a 1.6 and it working super fine. I think I'll try putting Ubuntu 64bit on my PC and trying it out with that too.

    Thank you very much for your help buttons!

  10. #40
    Join Date
    Apr 2006
    Location
    Santa Cruz, California
    Beans
    261
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: PCSX2 0.9.3 Released for Linux!

    I just wanted to point out the "requirements" for running pcsx2. Basically, you need a beast of a computer In Windows, so the same stands for linux. The two major specs needed are the cpu and gpu. The cpu should be at least dual core (or extremely oc'ed) to even bother, while the gpu should be as powerful as the nvidia 6600 to even consider trying a 3d game. A gig of ram is recommended, but 512 is feasable. I would also like to point out that FFX is currently the most playable game in both speed and comptibility, so if you own it and a reasonably powerful computer, you should be able to play it full speed all the way through.

Page 4 of 28 FirstFirst ... 2345614 ... 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
  •