Linux, GSdx plugin on Ati card
#51
Don't know. I would say that anythings in the graphical stack can be a possiblity. It is not a 32b/64b issue for sure.
Reply

Sponsored links

#52
Can you try to compile this small program and tell me if it detect the genprogram function.
Code:
g++ -std=c++0x -g -I. -m32  -lGL -lGLEW -lglut sphere.cpp -o test
Reply
#53
Code:
./test
Source:UNKNOW    Type:UNKNOW    ID:3200    Severity:High    Message:Using glGetString in a Core context with parameter <name> and enum '0x1f03' which was removed from Core OpenGL (GL_INVALID_ENUM)
Frag0 index 0
Frag1 index 0
test: sphere.cpp:159: int main(int, char**): Assertion `index == 1' failed.
Félbeszakítva
Reply
#54
Populo can you try it too?
Reply
#55
That stange, it work! The last part is normal, the testcase was developed for an AMD bug.
I would expected that the testcase exit with this error message
Code:
    if (glGenProgramPipelines == NULL) {
        fprintf(stderr, "failed to init the separate shader extension\n");
        return 1;
    }


Edit: I remove the useless assert and I use the same check that GSdx just to be sure. Could you check it.
Reply
#56
Code:
./test2
Supported Opengl version: 3.3.11631 Core Profile/Debug Context
Source:UNKNOW    Type:UNKNOW    ID:3200    Severity:High    Message:Using glGetString in a Core context with parameter <name> and enum '0x1f03' which was removed from Core OpenGL (GL_INVALID_ENUM)
Fragment shader(s) linked.

Shader Compile Log:
Fragment shader was successfully compiled to run on hardware.

Frag0 index 0
Frag1 index 0
Reply
#57
It a complete mystery for me Tongue
Reply
#58
So everything seems fine?

In this post:Post #16

Code:
Opening plugins...
    Opening GS
Closing plugins...
    Closing GS
Plugins closed successfully.
Shutting down plugins...
(pxActionEvent) GS plugin failed to open!(thread:MTGS)(thread:EE Core)
Plugins shutdown successfully.

Is it possible the problem is somewhere in mtgs or ee core?
Reply
#59
Did it work with the replayer of .gs file?

Edit: the previous message is normal. It tell the PCSX2 that the GS plugins failed to initialize which is true because it fail to init the separate shader extensions.
Reply
#60
(05-27-2012, 03:46 PM)player0 Wrote: Populo can you try it too?

I tested, same errors. What is your config ?
My config running PCSX2 : Gentoo AMD64, pcsx2-svn, Core i7 2600 @stock, Sapphire Vapor-X HD6870 1 Go @stock (fglrx 12.4), 8 Go DD3 1333MHz.
Reply




Users browsing this thread: 1 Guest(s)