-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DQ crash in XP #37
Comments
The crash occurs even when the crashdumper BAT files are disabled. I notice my XP virtual machine runs in 16 bit color, perhaps this is an issue too. Using this hack to enable 24 bit color. |
Okay, with 24 bit color enabled it no longer crashes, using a build with disabled crashdumper BAT files. I'm going to re-run with a build that enables crashdumper BAT files to verify these are in fact the problem. |
Alrighty, it looks like wmic is indeed the culprit on windows XP. The "ver" command is not hanging, but is also not producing the right output in crash dumps, this is the fault of my own parsing code, not the command itself. |
Alrighty, "ver" now works correctly and it can properly detect Windows XP! Now to figure out what's up with wmic. |
BAM! According to some random forum, if you have this problem you can put " <nul" at the end of a wmic command and it mysteriously works. Strange. |
Build is up. |
DQ1 0.0.2 / TDRPG 0.0.3 on "real" Windows XP 32-bit I wasn't having crashes previously, but I had to kill each of the three batch files using wmic before continuing. With this version, the batch files close successfully. Oddly, I captured the output from wmic three ways into a file: with no input, with update: this is using "real" 32-bit Windows XP |
Cool! Glad to hear it. Are you using a "real" Windows XP install, or a virtual one like I'm using? |
I'm closing this for now. If someone notices this is still broken, please re-open this issue. |
Running TDPRG 0,0,2 + DQ2 0,0,2, it crashes as soon as it starts up in Windows XP mode. Does not crash in Windows 7.
The text was updated successfully, but these errors were encountered: