..:: PCSX2 Forums ::..

Full Version: ZZogl -- Zero GS KOSMOS fork
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
That error fills and spams the console a lot , even without AA. and gives a full black screen.
but when tried to apply 8x and 16x i still get those errors :
Code:
ZeroGS: CRenderTarget::Update->g_sBitBltPos: CG ERROR : Invalid parameter handle.
ZeroGS: CRenderTarget::Update->g_sBitBltPos: CG ERROR : Invalid parameter handle.
ZeroGS: CRenderTarget::Update->g_sBitBltPos: CG ERROR : Invalid parameter handle.
ZeroGS: CRenderTarget::Update->g_sBitBltPos: CG ERROR : Invalid parameter handle.
ZeroGS: CRenderTarget::Update->g_fOneColor: CG ERROR : Invalid parameter handle.
ZeroGS: CRenderTarget::Update->g_fOneColor: CG ERROR : Invalid program handle.
ZeroGS: CRenderTarget::Update->g_fOneColor: CG ERROR : Invalid program handle.
Black screen with ToA and spam "SetTexVariablesInt has NULL shader" to console windows.
im sorry.
since if (pmemtarg == NULL || pfragment=!= NULL) { does not compile
i mistaken made if (pmemtarg == NULL || pfragment != NULL) {, which indeed made lots of errors
but
if (pmemtarg == NULL || pfragment == NULL) { does not make any new errors and image its the same as always
I still don't understand how to download this plugin..or..am I Dumb?
Visit this post, download the .rar, extract to /plugins/ folder
http://forums.pcsx2.net/thread-4108-post...l#pid28093

after that, download this (latest plugin version):
http://forums.pcsx2.net/attachment.php?aid=17173

put it in the/plugins/folder as well and that's that.
Thank you!^^
I downloaded the plugin and PCSX2 didn't load it...it gave an error..
And those 2 files (cg.dll) are also in the plugins folder?
Now it just works!^^

Gonna try it out..
(04-17-2009, 08:24 PM)Gwitz Wrote: [ -> ]Now it just works!^^

Gonna try it out..

Glad to hear that... Smile