xenia-project / game-compatibility

https://xenia.jp
BSD 3-Clause "New" or "Revised" License
473 stars 145 forks source link

415608C3 - Call of Duty: Black Ops II #403

Open jc1999 opened 8 years ago

jc1999 commented 8 years ago

Marketplace

Tested on xenia-project/xenia@d5865740e27b7f4059aae492626db37bac44b0ef

Issues:

It does play sound and loading screen is corrupted.

Log:

xenia.zip

Label:

state-load, gpu-corrupt-drawing

jc1999 commented 7 years ago

It's the same, just that it detects input and plays sound like normal. After the intros, there is a white screen

Couldn't upload the log... Sorry about that.

I'll try later

spectrumm commented 7 years ago

Multiplayer crashes the guest.

spectrumm commented 7 years ago

Got into Multiplayer menus with 18. Apr Build!!

GL Log VK Log

SINGLEPLAYER LOG FILES GL VK

spectrumm commented 7 years ago

Can get to local play menu, game switches to an infinite loading after selecting local play. Vulkan, 1.0.937

FitterSpace commented 6 years ago

This game hangs after the intro movies in Xenia 131525e4, Oct 4 2018. Aside from the corrupt graphics, the intro movies load and can be skipped by pressing Start. After watching or skipping all of the logos, the game stays at a black screen.

image

xenia.log

FitterSpace commented 5 years ago

I've tested this game again in the current master version (as of September 18, 2019) and the issues I mentioned in my last post remain present, including the screenshot I posted with the green lines in it. I know maybe this post isn't worth making, but I figured any post is better than nothing since my last test was last year.

xenia.zip

metalfiiish commented 4 years ago

Still a problem with latest xenia stable release.

CallumCPP commented 4 years ago

still an issue

ghost commented 4 years ago

11/10/2020 problem still existing Is this a calculated issue? one prepared by the xenia devs to avoid that exact game to be emulated? maybe it is, because of the deleted coments in this tread may have been fixes. Sorry for the bad english, im from chile.

FitterSpace commented 4 years ago

11/10/2020 problem still existing Is this a calculated issue? one prepared by the xenia devs to avoid that exact game to be emulated? maybe it is, because of the deleted coments in this tread may have been fixes. Sorry for the bad english, im from chile.

They don't do things like that. They delete off-topic comments to keep discussions relevant to the main post.

mainzerbe commented 4 years ago

Goes after the scrambled intro videos in menue state and crashes there.

CodBOII

mainzerbe commented 4 years ago

Goes after the scrambled intro videos in menue state and crashes there.

CodBOII

maag070208 commented 3 years ago

04/02/2021 the problem continue

Killgore173 commented 2 years ago

Zombies will not work for me.

marinesciencedude commented 2 years ago

Tested on https://github.com/xenia-project/xenia/commit/44cda56d350efd0bd997db144e61b060cd0df0da

Issues:

Crashes when getting to the main menu if skipping all intros immediately, somewhat less liable to do so if letting the Dolby/Treyarch/Activision titles play in full before skipping the next intro. When starting a new campaign, guest crashes at the prompt to press A to skip, otherwise if this is done in time it will show the mission briefing screen before immediately closing it again and crashing after idling for a minute.

Log:

xenia.zip

Screenshots:

missionbriefing Mission Briefing screen that shows up for a split second

Video:

https://youtu.be/BuxSnMOxxMc

Machina74 commented 2 years ago

Crashes right after select difficulty

Blancy-1 commented 2 years ago

crashes on start screen every time on both master and canary, both are current version at time of this post.

LeRutY commented 1 year ago

You can load into the multiplayer but right after selecting "Local play" the game is freezing, settings menu works fine

Eventlessgaming commented 11 months ago

the crash after the intro is still present

whyyn0tt commented 11 months ago

Still crashing when reaching the Multiplayer screen

robotdude6777 commented 8 months ago

Crashes on reaching the main menu

Francoprox004 commented 4 months ago

The game is still crashing. I tried both versions of Xenia and two versions of the game: one in ISO format and the other in an unpacked format, meaning with folders named with numbers. Neither worked; the game just crashes when it reaches the menu where it says "press a button to continue." I also tried a Xenia configuration recommended by several YouTube videos and the default configuration as well.

framilano commented 3 months ago

Yep, confirming what Francoprox004 says, same exact issue

Xinerki commented 1 month ago

this might stem from a DRM issue - the game has a (conveniently named) function Xenon_QueueAntiPiracyCheck() that can be NOPed out and allow the game to function further

note: still requires xbox live connectivity, i used a fork with netplay to get this far

image image

still very freezy and crashy a lot, but it's something

patches:

MP

title_name = "Black Ops 2"
title_id = "415608C3" #
hash = "DDD65FC142FD6EE7" # default_mp.xex
#media_id = "00000000"

[[patch]]
    name = "nop piracy check"
    author = "xinerki"
    is_enabled = true

    [[patch.be32]]
        address = 0x822285EC
        value = 0x60000000

SP

title_name = "Black Ops 2"
title_id = "415608C3" #
hash = "B2E78AE54365E2B2" # default.xex
#media_id = "00000000"

[[patch]]
    name = "nop piracy check"
    author = "xinerki"
    is_enabled = true

    [[patch.be32]]
        address = 0x821EB17C
        value = 0x60000000
Vathz113 commented 1 month ago

this might stem from a DRM issue - the game has a (conveniently named) function Xenon_QueueAntiPiracyCheck() that can be NOPed out and allow the game to function further

note: still requires xbox live connectivity, i used a fork with netplay to get this far

image image

still very freezy and crashy a lot, but it's something

patches:

MP

title_name = "Black Ops 2"
title_id = "415608C3" #
hash = "DDD65FC142FD6EE7" # default_mp.xex
#media_id = "00000000"

[[patch]]
    name = "nop piracy check"
    author = "xinerki"
    is_enabled = true

    [[patch.be32]]
        address = 0x822285EC
        value = 0x60000000

SP

title_name = "Black Ops 2"
title_id = "415608C3" #
hash = "B2E78AE54365E2B2" # default.xex
#media_id = "00000000"

[[patch]]
    name = "nop piracy check"
    author = "xinerki"
    is_enabled = true

    [[patch.be32]]
        address = 0x821EB17C
        value = 0x60000000

I'm not sure what I'm doing wrong, but the patches are not applying. I followed the steps related to applying patches in the wiki.

Vathz113 commented 1 month ago

415608C3 - 2024-09-26T01-08-57 frozen here. xenia does not say patches applied. using latest netplay action. xenia.log If I'm missing any more files, please let me know

Xinerki commented 1 month ago

the patches are made for non-TU xex'es, i think someone else might have ported the patches to that - not sure also: campaign is going to crash nearly immediately, multiplayer works just a little more

Margen67 commented 1 month ago

Xenia Canary issue: https://github.com/xenia-canary/game-compatibility/issues/193