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
Midnight Club 3: DUB Edition - ULES00108 - 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: Midnight Club 3: DUB Edition - ULES00108 (/showthread.php?tid=2359)

Pages: 1 2


Midnight Club 3: DUB Edition - ULES00108 - Omar Hawk - 10-05-2010

Ok, I did some tests with this game, and I compared the intro with v1777 and 1780:

http://www.youtube.com/watch?v=4v7DGI0tJO0

As you can see, v1780 leaves something of the intro out. Besides, the font after the intro video seems to be wrong way round in both versions.

To compare those two versions, I added the logfile of both versions for the intro.

Besides, here is a video with ingame graphics:

http://www.youtube.com/watch?v=Q8ydMs28SoA

As you might see, it is quite hard to play, because of those graphic bugs. Nevertheless, you could say it is "Half playable". I also added the logfile which belongs to this video. Maybe, it helps you to find problems. Wink

One problem is, that the wrong list entry is selected in menu. For example, "Quick race" is selected, but the yellow background is one entry above, but the font of this entry becomes blue...

Another problem: Ingame music is not played at all, every song is just skipped (which you can also see in the ingame video)

Used settings (in both versions):
- Only GE graphics
- Use shaders
- Use a geometry shader...
- Enable Media Engine

My Specs:
- Win7
- Intel Core i7 930
- Nvidia Geforce 250GTS
- 6 GB RAM


RE: MIDNIGHT CLUB 3: DUB EDITION - ULES00108 - Hykem - 10-06-2010

Thanks for the detailed test run! Smile
Could you please try with r1781?


RE: MIDNIGHT CLUB 3: DUB EDITION - ULES00108 - Omar Hawk - 10-06-2010

(10-06-2010, 07:42 PM)Hykem Wrote: Thanks for the detailed test run! Smile
Could you please try with r1781?

The intro video is shown completely again. Big Grin (Of course still without audio)

All other things didn't change.


RE: MIDNIGHT CLUB 3: DUB EDITION - ULES00108 - Hykem - 10-07-2010

(10-06-2010, 09:20 PM)Omar Hawk Wrote:
(10-06-2010, 07:42 PM)Hykem Wrote: Thanks for the detailed test run! Smile
Could you please try with r1781?

The intro video is shown completely again. Big Grin (Of course still without audio)

All other things didn't change.

Hmm... Are the words still flipped?


RE: MIDNIGHT CLUB 3: DUB EDITION - ULES00108 - Omar Hawk - 10-07-2010

Yes, still the same.

What do I have to select in "Customizing Logger" to help you? I selected sceFont, but it doesn't log anything about Fonts, only something like this:

Code:
17645 [MC3Loading] TRACE hle - UNIMPLEMENTED:sceKernelDcacheWritebackAll



RE: MIDNIGHT CLUB 3: DUB EDITION - ULES00108 - Hykem - 10-07-2010

(10-07-2010, 04:17 PM)Omar Hawk Wrote: Yes, still the same.

What do I have to select in "Customizing Logger" to help you? I selected sceFont, but it doesn't log anything about Fonts, only something like this:

Code:
17645 [MC3Loading] TRACE hle - UNIMPLEMENTED:sceKernelDcacheWritebackAll

Hmm...
Try disabling the 2D Geometry Shader.
Those words are displayed by a GE PRIM_SPRITES command (which is handled by the VideoEngine and the new 2D Geometry Shader), that's why it doesn't show up in sceFont, and sceKernelDcacheWritebackAll doesn't need to be implemented (works with PSP's cache).
I've added those words' issue to the VideoEngine's, but I still haven't changed it in the shader.


RE: MIDNIGHT CLUB 3: DUB EDITION - ULES00108 - Omar Hawk - 10-07-2010

(10-07-2010, 04:30 PM)Hykem Wrote:
(10-07-2010, 04:17 PM)Omar Hawk Wrote: Yes, still the same.

What do I have to select in "Customizing Logger" to help you? I selected sceFont, but it doesn't log anything about Fonts, only something like this:

Code:
17645 [MC3Loading] TRACE hle - UNIMPLEMENTED:sceKernelDcacheWritebackAll

Hmm...
Try disabling the 2D Geometry Shader.
Those words are displayed by a GE PRIM_SPRITES command (which is handled by the VideoEngine and the new 2D Geometry Shader), that's why it doesn't show up in sceFont, and sceKernelDcacheWritebackAll doesn't need to be implemented (works with PSP's cache).
I've added those words' issue to the VideoEngine's, but I still haven't changed it in the shader.

Ah, yes, that was it. Thanks Big Grin


RE: MIDNIGHT CLUB 3: DUB EDITION - ULES00108 - Hykem - 10-07-2010

(10-07-2010, 04:33 PM)Omar Hawk Wrote:
(10-07-2010, 04:30 PM)Hykem Wrote:
(10-07-2010, 04:17 PM)Omar Hawk Wrote: Yes, still the same.

What do I have to select in "Customizing Logger" to help you? I selected sceFont, but it doesn't log anything about Fonts, only something like this:

Code:
17645 [MC3Loading] TRACE hle - UNIMPLEMENTED:sceKernelDcacheWritebackAll

Hmm...
Try disabling the 2D Geometry Shader.
Those words are displayed by a GE PRIM_SPRITES command (which is handled by the VideoEngine and the new 2D Geometry Shader), that's why it doesn't show up in sceFont, and sceKernelDcacheWritebackAll doesn't need to be implemented (works with PSP's cache).
I've added those words' issue to the VideoEngine's, but I still haven't changed it in the shader.

Ah, yes, that was it. Thanks Big Grin

Nice! Thanks for testing, I'll update the shader in a second. Smile


RE: MIDNIGHT CLUB 3: DUB EDITION - ULES00108 - Omar Hawk - 10-08-2010

(10-07-2010, 04:34 PM)Hykem Wrote: Nice! Thanks for testing, I'll update the shader in a second. Smile

And in r1782 it works also with 2D Geometry Shader enabled. Thank you. Smile


RE: MIDNIGHT CLUB 3: DUB EDITION - ULES00108 - Omar Hawk - 10-13-2010

Okay, new logfile, since you changed something with SFIX/DFIX:

The warning:
"UNSUPPORTED: Both different SFIX and DFIX are not supported"

disappeared with the new version. But there are no visible changes.

Therefore a new logfile on info level.