The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



EmuNewz Network
Rush - USA - ULUS10174 - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: Commercial Game Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=54)
+----- Forum: JPCSP - Half playable Games (https://www.emunewz.net/forum/forumdisplay.php?fid=66)
+----- Thread: Rush - USA - ULUS10174 (/showthread.php?tid=3547)

Pages: 1 2


RE: Rush - USA - ULUS10174 - Hykem - 02-18-2015

(02-18-2015, 10:35 AM)sum2012 Wrote: For the title Regression
last good
r3277
first error
r3278

Attach hle.sceAudio debug log
edit:in r3708 ,revert that change can in-game again

Hmmm....
Thanks for finding the exact revision. This will have to be tested on a PSP to see what value can be used to avoid the "clicking" sounds.


RE: Rush - USA - ULUS10174 - gid15 - 02-20-2015

(02-18-2015, 10:35 AM)sum2012 Wrote: For the title Regression
last good
r3277
first error
r3278

Attach hle.sceAudio debug log
edit:in r3708 ,revert that change can in-game again
Thank you, this is a very good hint Smile
Does it help to change the empirical value 2048 (sceAudio line 244 in latest revision)? E.g., try to change the value to 1536, 1024 or 512.
You need to run the test several times with the same value as the result probably depend on very small timings: you might get different results when running the same test with the same value.

Thank you!


RE: Rush - USA - ULUS10174 - sum2012 - 02-21-2015

I change to 256 no problem.
BTW:If I enable "Use vertex cache",I must enable "disable optimized Vertex reading" to prevent raise invalid memory in in-game.What debug log do I need to use ?
(02-20-2015, 09:35 AM)gid15 Wrote: Thank you, this is a very good hint Smile
Does it help to change the empirical value 2048 (sceAudio line 244 in latest revision)? E.g., try to change the value to 1536, 1024 or 512.
You need to run the test several times with the same value as the result probably depend on very small timings: you might get different results when running the same test with the same value.

Thank you!



RE: Rush - USA - ULUS10174 - gid15 - 03-07-2015

Code:
18:29:59 DEBUG hle.sceAudio - k9Sound - sceAudioOutput2GetRestSample
I've improved sceAudioOutput2GetRestSample in r3717. Does it help here?


RE: Rush - USA - ULUS10174 - sum2012 - 03-07-2015

r3718

1:Get invalid address in in-game
edit:The crash is due to "Enable saving GE screen to textures instead of memory"
2:When I press delete game save,the game freeze


RE: Rush - USA - ULUS10174 - gid15 - 03-08-2015

(03-07-2015, 10:49 PM)sum2012 Wrote: 2:When I press delete game save,the game freeze
This should be fixed in r3721.


RE: Rush - USA - ULUS10174 - sum2012 - 03-08-2015

r3721 , Yes,fixed
I think can move to half-playable as do not enable
"Enable saving GE screen to textures instead of memory"
as work around
(03-08-2015, 08:42 PM)gid15 Wrote:
(03-07-2015, 10:49 PM)sum2012 Wrote: 2:When I press delete game save,the game freeze
This should be fixed in r3721.