..:: PCSX2 Forums ::..

Full Version: Latest Dev Builds not loading... on WinXP-Pro
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
Good job man.

It's also been pushed, so the latest builds should work properly now.
Well it's not fixed here
1.Download pcsx2-v1.2.1-651 from the builbot
2.Start pcsx2 and set the usual settings(no speed hacks)
3.Start a game and my pc freeze.

Now I have to reboot my pc otherwise sooner or later I'll get bsod communing from the video drivers.
It works fine in DX9SW but not in DX9HW.

Did anyone bothered to try
v1.2.1-256-g3daff15 - works fine
v1.2.1-257-gd3ebdae - the problem exist
Yes, I tried it. I can't reproduce the error on my PC. Even on my XP old school box.

It would seem you have a different problem. In order to debug it, someone needs to be able to reproduce it.
(10-28-2014, 06:25 PM)vsub Wrote: [ -> ]Well it's not fixed here
1.Download pcsx2-v1.2.1-651 from the buildbot
2.Start pcsx2 and set the usual settings(no speed hacks)
3.Start a game and my pc freeze.

Now I have to reboot my pc otherwise sooner or later I'll get bsod communing from the video drivers.
It works fine in DX9SW but not in DX9HW.

Did anyone bothered to try
v1.2.1-256-g3daff15 - works fine
v1.2.1-257-gd3ebdae - the problem exist

Whats your system specs?
is "6600GT" from your signature correct?
need beefier system... =(

PCSX2 would probably work best on either a 4x or 8x core CPU and newer gfx card
The point is not how fast pcsx2 will run on my pc but that with the current pcsx2 beta,I can't use pcsx2 at all with GSDX9 HW mode because of some change IN GSDX,not pcsx2.

When trying GSDX from the latest beta on older pcsx2(even 1.0.0),I get the same result and not when I use older GSDX and the latest pcsx2 beta(don't know why everyone is ignoring me about GSDX)
I didn't ignore you? This was in response to you: http://forums.pcsx2.net/Thread-Latest-De...#pid410268
Strange...if some kind log exist,is it possible to see what was changed between v1.2.1-256-g3daff15 and v1.2.1-257-gd3ebdae
If you can tell me what day it was built on, maybe I can find it. I can't figure out how to search for a specific commit in GIT on the website(it can be done with the client though, but I don't know it well enough).
(10-28-2014, 10:18 PM)vsub Wrote: [ -> ]Strange...if some kind log exist,is it possible to see what was changed between v1.2.1-256-g3daff15 and v1.2.1-257-gd3ebdae

(10-28-2014, 11:10 PM)Blyss Sarania Wrote: [ -> ]If you can tell me what day it was built on, maybe I can find it. I can't figure out how to search for a specific commit in GIT on the website(it can be done with the client though, but I don't know it well enough).

Just take the seven characters after the g of pcsx2's version string then paste it after the URL for GitHub.
For example, v1.2.1-257-gd3ebdae gets you here : https://github.com/PCSX2/pcsx2/commit/d3ebdae
I thought you had to have the whole hash to do that. -.-

Would changing a variable type like that really cause this? o_O

Code:
- ss->MaxLOD = FLT_MAX;
+ ss->MaxLOD = ULONG_MAX;

That's the change.
Pages: 1 2 3 4 5 6