Devil May Cry 4 Special Edition

Devil May Cry 4 Special Edition

Преглед на статистиките:
DMC4 SE crash on gameplay start
My game loads fine but when I go to get into actual gameplay (select my character) it instantly crashes. This is after verifying game cache, running in windows 7 and 8 compatibility modes and following this guide https://steamcommunity.com/app/329050/discussions/0/1291816880499283959/

I have the latest drivers installed and am on windows 10, I get no error message but this is what shows up on the event viewer:

Problem Event Name: APPCRASH

Application Name: DevilMayCry4SpecialEdition.exe

Application Version: 1.0.0.0

Application Timestamp: 5c8756e9

Fault Module Name: DevilMayCry4SpecialEdition.exe

Fault Module Version: 1.0.0.0

Fault Module Timestamp: 5c8756e9

Exception Code: c0000005

Exception Offset: 006a1cc8
< >
Показване на 1-15 от 18 коментара
@Despacito 2 - I Found The Solution..

Just need to "remove,Cut or delete" SuperTrainer.exe and all configs about it from game's Directory..

Mine Is Working now.. :thecatpaw::steamhappy:
Първоначално публикувано от Farbod:
@Despacito 2 - I Found The Solution..

Just need to "remove,Cut or delete" SuperTrainer.exe and all configs about it from game's Directory..

Mine Is Working now.. :thecatpaw::steamhappy:

I can't see the supertrainer.exe anywhere in the games directory, can you tell me where you found it?
@Despacito 2 - that's for steam_api.dll and Gamelauncher exe file :) "I mean DevilMayCry4SpecialEdition.exe"

I think there most be a config running with Ur game... U need to disable it ^-^
I had an issue where when I would load into the game, the second I would attack it would crash. The fix I found for that was in this reddit thread by the commenter SpartanRammy. https://www.reddit.com/r/DevilMayCry/comments/b6i9di/beware_of_the_dmc4se_update/

I see yours isn't when attacking, but instant, but this might fix your issue.
Първоначално публикувано от FancyCharles:
I had an issue where when I would load into the game, the second I would attack it would crash. The fix I found for that was in this reddit thread by the commenter SpartanRammy. https://www.reddit.com/r/DevilMayCry/comments/b6i9di/beware_of_the_dmc4se_update/

I see yours isn't when attacking, but instant, but this might fix your issue.
Doesn't work, whenever I try to boot the game from that exe file it just gives me an error https://i.imgur.com/xDRixN7.png
Did you ever end up solving the problem? I'm having the exact same problem and haven't been able to solve it at all
I have this problem. What can I do?
I also have this problem. Does anyone have a fix?
the game on sale no by 50% at tomrrow .. iam a big fan of DMC
but i read about many issues with new high PC's
did any one recommand it for me ?
i found a solution..
if you're nVidia user..
go to nVidia experience
then use optimal Config for DMC4SE. (Graphic settings)
That's all!!. all you have to do is.. go for your Settings on your Graphic control panel.
i always use this nVidia Experience, and it works!
I'm having the same problem here. The nVidea config was already at optimal, loading it through there or steam didn't make a difference. It still crashes upon loading/ selecting a character, or even selecting the performance test. I would LOVE to hear if anyone has found a fix for this.
If you were directed here by Capcom, let them know that this is not okay.
I suggest anyone having issues like this one to demand a permanent fix from Capcom.
Small but important aspects of the engine are broken, and it is more apparent on newer systems. For now I know that there are at least 4 affected games using the same engine:
- Devil May Cry 4 Special Edition
- Resident Evil Revelations
- Resident Evil Revelations 2
- Ultimate Marvel vs. Capcom 3

Fixing these issues will not be a problem, should Capcom become interested. Kindly ask them to provide permanent fixes.

Remember that you can issue a refund for your game if certain conditions apply. Read here: https://support.steampowered.com/kb_article.php?ref=6695-QIKM-7966

---
Temporary fix for start-up crash
...and possible solutions to other types of crashes. See below.
Thanks to ThreeSon for providing information and access to the game, and for testing.
Thanks to hinosuna for providing the file from Japanese edition of the game.
I'll try to update this post when I have more useful information.

0. Delayed crash due to 3rd party overlay applications.
If you have Discord running, make sure Discord Overlay is disabled for Devil May Cry 4 Special Edition, as it causes delayed crash from the very start. You can also try to globally disable Discord Overlay or shut down Discord to make sure it will not interfere with the game.
Additionally, try to disable any other 3rd party applications that add overlays into games. Another problematic application is RTSS (Rivatuner Statistics Server). You can disable its 'Stealth' mode or shut it down completely before running the game.

1. The most possible issue you are experiencing - immediate start-up crash.
For this issue, "Problem details" section inside the crash dialog shows this:

Problem Event Name: APPCRASH
Application Name: DevilMayCry4SpecialEdition.exe
Application Version: 1.0.0.0
Application Timestamp: 556d7520
Fault Module Name: DevilMayCry4SpecialEdition.exe
Fault Module Version: 1.0.0.0
Fault Module Timestamp: 556d7520
Exception Code: c0000005
Exception Offset: 006970eb

Note the Exception Offset value. If it's same for you, this is your problem. Here is how you can fix it.
a) Get any hex editor.
I recommend HxD (portable version available): website[mh-nexus.de]

b) Launch your hex editor. Drag-and-drop the DevilMayCry4SpecialEdition.exe file from the game folder to hex editor window. Or press Ctrl+O and use that to open the file.
To find this file on your PC, right-click Devil May Cry 4 Special Edition in your library - Properties - Local files - Browse local files.

c) Go to offset (Ctrl+G): 6790E7 (or 6787303 in decimal mode).
Older version (pre-2018.03.28) offsets:
WW: 6964ac (or 6907052 in decimal mode)
Japanese: 69686c (or 6908012 in decimal mode)
You'll see the following hex values at cursor position:
80 02 00 00
Change them to this:
00 05 00 00
d) Save the file (Ctrl+S). All done.
You can try running the game now. This should work for absolute most people having this exact crash.

Still having the same crash happening? Are you from the future? See below.
a) Repeat the above editing process, but this time write different values to the same offset. Depending on screen resolution you want to use in game, try these:
1280xAny and above: 00 05 00 00 <- this is the value suggested above
1360xAny and above: 50 05 00 00
1440xAny and above: A0 05 00 00
1600xAny and above: 40 06 00 00
1920xAny and above: 80 07 00 00
2560xAny and above: 00 0A 00 00
3840xAny and above: 00 0F 00 00
b) After this change, even if the game will run, it will not allow you to change the screen resolution from PC Settings menu. To solve this issue, open this file for editing (use Notepad or any other text editor here): %LOCALAPPDATA%\CAPCOM\DEVILMAYCRY4SPECIALEDITION\config.ini
Locate the following line:
Resolution=Unknown
and change it to your desired resolution. For example:
Resolution=1920x1080
Then save the file (Ctrl+S). Done.
After this, the game will allow you to change screen resolution from PC Settings menu.

The problem with this solution is that you will not be able to properly play the game on resolution lower than the limitation set by editing this value. Hence why this solution is temporary, until properly fixed by developers.

NOTE: At any point you can revert changes by Verifying Integrity of Game Files.

2. Possible crash after few minutes of playing on Windows 7.
For this issue, "Problem details" section inside the crash dialog would show something like this:

Fault Module Name: d3d11.dll
Fault Module Version: 6.2.9200.16570
Fault Module Timestamp: 5153774d
Exception Code: c0000005

Devil May Cry 4 Special Edition should not be affected by this problem, even though some people may suggest otherwise.
It appears that KB2670838 does not need to be uninstalled and you don't need old d3d10.dll / dxgi.dll files to play Devil May Cry 4 Special Edition. It also appears that no game is affected by this issue when runn
Having the same problem, I can go through the different menus but as soon as I try to play a mission the game crashes. Tried multiple solutions with the HEX editor but nothing fixed it.. man this is some bs.
< >
Показване на 1-15 от 18 коментара
На страница: 1530 50