Not a bad idea actually, totally didn’t think about that.
Not a bad idea actually, totally didn’t think about that.
Maybe even a PCIe pass through to a VM could do the trick if you’re desparate lol (with Linux living in a separate drive)
Orrrr maybe even try FreeBSD… (or mac OS, but eww gross don’t test that)
The only thing I can think of is to try the drives in a different system and see how they behave (same OS and configuration).
If they behave the same then that rules out everything except the drives themselves and the OS.
Considering how you mentioned the behavior is better in Windows, it sounds like a software issue, but you never know until you try.
FWIW I’ve also had memory issues with XMP.
Turns out that ASUS firmware is omega pepega and decided to go against AMD’s specifications even for XMP profiles.
CLDO VDDP was stuck at the same voltage as SOC. Per AMD it has to be up to VSOC - 0.1V
So, after manually setting that, and other VDDP and VDDG voltages, it magically started working perfectly.
So do check voltages anyway even if you found a bad stick. Mine endured through the crappy firmware thanks to it being Samsung B-die.
Also check this for more info in general (I recommend this even if you won’t OC, just the memtest alone is a huge section)
https://github.com/integralfx/MemTestHelper/blob/oc-guide/DDR4 OC Guide.md
I tested with OCCT to find even more errors, so either do that in a mini windows environment or do one of the Linux tests to check memory some more. Memtest86+ isn’t enough.
It kind of still is because of Webview2. Games such as Forza Motorsport (not that you’d want to play that crap) depend on it for Xbox login purposes even if you bought the game on Steam. The game depends on the system Edge libraries and doesn’t ship its own.
First of all, thank you very much for your service.
Secondly, you’re crazy lmao
This goes for inter-developer communication too. Be nice to one another. Someone just wants to help sometimes.
Well, Cross Duel was something completely unique and was more like an RPG than the regular game.
Yu-Gi-Oh Cross Duel suffered the same fate. Dead not one year after release.
Now it’s in the hands of a custom server, barely usable thanks to DRM that was hard to bypass.
I had bad grades in maths. I do programming myself. Not for a living but out of passion.
They’re not necessarily related one to another. Sure, there is maths involved, but it’s not integral. What is integral, is digital logic. That is the most fundamental aspect.
I don’t think that’s gonna work because this is a thing that he needs
You’re welcome! :)
I’ll try to make sure it works on Linux too!
You are correct! You have to put the dinput8 overrides for the plugin (ASI) loader so that the widescreen fix and other stuff can load. (This is the same for all Black Box NFS games basically)
Also, if you’re installing from the original media, you have to update it to 1.3 and then put the no cd patch. In this case I can only recommend the MrDJ repack because it does this already.
However, I highly recommend updating the WS fix and checking out now and then for updates because we do still maintain and develop it. (Not very often but hey, life is life)
That being said, I am also working on improving another plugin of mine, called XtendedInput, which brings native XInput to the game. I’ve already tested it with the Steam Controller and it works nicely. It’s currently a bit fiddly for MW because I hadn’t implemented ingame configuration, so you do have to edit ini files for custom maps and deadzones. (Hopefully I will someday, right now I am stuck on other stuff)
Basically yep. That’s my best guess as well.
Probably a misplaced apostrophe, as is common with most people online. Same with “it’s” (short of “it is”) and “its” (possessive).
Hmm, where have I seen that before? Oh yeah, on PCSX2.
Your time and talent is better spent elsewhere. Don’t even think about this any longer.
You wanted to help and they acted in this way. You made yourself clear, so it’s on them to reevaluate.
Your time isn’t free, so don’t spend it on stupid people. I know you’re passionate and want to help, but sometimes it unfortunately comes down to this.
In the stress test video on the JerryRigEverything YT channel, you can tell that the back is much easier to shatter than normal. That does kind of make this seem suspicious.
EA used to do this even before Microsoft!
They have their own music system called “Pathfinder” which controls music interactively in little chunks.
I believe it was first used in NFS 2, which came out before DirectMusic.
If you’ve heard the pursuit music in NFSMW 2005 or Carbon’s Canyon music, that’s Pathfinder! It was also used in Medal of Honor and Red Alert 3.
Exactly. That’s what matters. That’s why SteamOS is on Steam Deck, or Linux distros on POS machines, or Windows on ATMs (which is kinda depressing ngl), etc.
It’s a tool, nothing more, nothing less. An OS is just a gateway to other apps at the end of the day.
I honestly vastly prefer using IDA and Windows specific tools (x64dbg) over gdb. IDA can interface with gdb so it can act as a frontend which can be handy for visualization.