Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Do you have a UE4Minidump.dmp ?
You might also check the configuration files location and clear them out (just in case that isn't covered by uninstalling/reinstalling the game):
Yeah, I do have them. I have 21 separate folders with crashes. Some of them (about 3-4) were a different kind of crash because it let me submit a crash report to Square. In any case, the Error Message is completely blank.
I think I remember reading that I need to feed them into a debugger, but I don't know where I would find one of those.
Before I posted this, I basically cut and pasted the entire DRAGON QUEST XI S folder to my desktop and tried to see if it would set up its own new set of config files, and that's not the case. They definitely did not get deleted when I uninstalled the game. I have my originals, but the Documents folder doesn't currently have anything related to DQ in it.
What exactly am I looking for with these files?
Okay -- that's more-or-less just in case there's a borked configuration that isn't working with your new hardware (as described in OP) causing the crash. Sounds like the game isn't making it far enough to create a new set of config files anyway.
I would have suggested trying the solution in the thread I linked earlier, except it sounds like you're reliably getting the splash screen, at least.
Correct -- I have WinDbg myself (you can grab it yourself, but it's a bit of a PITA to set-up, tbh). If you'd like to upload a few of those UE4Minidump.dmp files to a GDrive, I'd be happy to take a look. Obviously, I can't make any promises, but it might give us a clue.
https://drive.google.com/drive/folders/1gOrD5718S_C9GOh0OaEVNQcXKo0ZuKIX?usp=sharing
I super appreciate your time and effort on this. I'd imagine it's not the coolest thing you could be doing with your time, and I appreciate it.
This is just the dump in "UE4CC-Windows-6E5B1FD94663A5DA241F46B0B15EB8ED_0000" for now- i'll look at a few of the others here in a moment to see if they match.
My RAM is running at its advertized speed of 3600 MHz, and all 16 GB are recognized, so I have no clue what could be wrong with it.
It looks like a segmentation fault (although that is more typically a "INVALID_PTR_READ" instead of "NULL_CLASS_PTR_READ" as in your case -- which might help us in finding out why it segfaulted).
Segfaults can occur for any number of reasons, but essentially the program referenced a pointer that had the wrong address stored in it, causing it to try to access memory outside of its address space (in a good case, the program just crashes, in bad cases, your PC BSOD's).
Since you say that other games run just fine, and I assume you don't really experience any BSOD's or crashes, your RAM is probably fine. It also doesn't look to be related to DirectX or any graphics drivers.
I suggest you might try to (re-)install the Visual C Redistributable[support.microsoft.com] (link for "vc_redist.x64.exe"), as some people have reported it solving very similar issues with other games. It's actually a dependency of Dragon Quest XI that Steam will (usually) install for you (typically briefly pop-up a box that says something like "Installing Microsoft Visual C++ Runtime" as you try to run the game for the first time). It's possible that something with your rebuild may have affected it.
I'll keep looking for other possible causes as I check some of the other minidumps.
I would try to re-install 2015-2019.
I also don't think you should be using any of the x86 redistributables since you run a 64-bit system (my guess is that they wouldn't even install in the first place and would tell you that "your hardware isn't compatible" or something to that effect if you tried to run the installer).
Now it completely boots up entirely fine.
Then I copy-pasted the old DRAGON QUEST XI S folder back into the Documents, reenabled Steam Cloud Sync, and restarted another time.
Now everything works perfectly. I'm back in my 100+ hour save game and all of my configs are all good.
I greatly appreciate your time. Thanks a ton!
That's great!
If you could click the top-right of this post and "mark as solution", that might help someone else who comes across this issue. This is (at least) the 3rd time that reinstalling vc_redist x64[support.microsoft.com] has fixed very similar issues with DQXI not launching.