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
A quick google suggets this:
Code 80000003 = STATUS_BREAKPOINT
- INT 3 instruction is executed (used for software breakpoints).
- Exception in debugging routines or a crash handler.
- Due to a third-party overlay, injection, or incompatible mod.
Last one seems the most plausible.
I would make sure there is no leftovers if you ever modded your game and try to turn off ANY overlay, be it steam discord game bar gpu driver etc.
Edit: Seems antivirus software might also be a cause of STATUS_BREAKPOINT.
Also, source of the code:
https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55
What unholy virus app are you using?
And stop quoting the whole log over and over and over ….
Downgrade your NVIDIA driver
Im almost certain i dont have an Anti-Virus aside from whats installed in windows. (dumb i know) But ill make sure i disable all overlays (discord, nvidia) I did have a modded overlay which was im certain was a ".lua" script which I did delete. Tried another one too but that one didnt require inserting any files into the games directory. Just an application which i have uninstalled since I wanted to go full reset on the game.
Thanks for the assistance! I'll be sure to touch back if everything works!
Hello!
So i think its just Windows defender.
I have scoured the forums and ive seen you request a DX Diag report and this is what I came up with. Looks a bit messy but I dont really know what else i couldve done to make it cleaner. Figured id leave everything up there for the sake of transperancy.
Thanks for taking the time to look!
Hello!
Not super tech savy and never have downgraded a driver before. Ill YT that. Any recommendations on which driver for a 3070 TI?
Thanks so much for the assistance!
This part tells you that something with the chipset is acting up
That is memory leak.
This is an issue with your memory, mostly caused by anti-virus apps.
An issue with your DxDiag installation.
Based on the kind of errors and your SSD usage, I would recommend you format your PC and install Windows 11 Pro (costs around 20 bucks).
That way you could not only get rid of the issues and get a better gaming OS, but also make use of the faster Samsung 990 Pro SSD.
It has to be the other way around: move your stuff from your samsung SSD to your current main drive, then format the samsung ssd and put Windows 11 Pro there.
Do you know where to get the license for cheap?
No I do not, and thanks again for the help!
I'm gonna try some other options as disabling e-cores first. And if that crash happens, ill try to downgrade NVIDIA drivers. IF that doesn't work, then Ill reformat my 2nd SSD. That option scares me (not gonna lie) since I have no idea what i'd be doing and will be afraid of messing up my laptop. Ill keep on touch as I do appreciate the help but I would like to exhaust those other options first.
Thanks again!
Always use trusted sources - I can only point you towards an example I am using myself
https://images.steamusercontent.com/ugc/33317948945951504/AE488707CEBC02F35CA132A3786A808E82948144/
I just bought last week a new license there and it worked without a hitch. Sometimes you need to use the phone activation, but this time around it worked on first try without hiccups for my handheld.
I also upgraded an older laptop to the latest Windows version, despite the chipset was not supported anymore. You can do that by using e.g. ESD File Converter and applying a bypass to the Windows ISO, allowing almost every PC to be upgraded to Windows 11 Pro, no matter the usual restrictions as long as the hardware can run it.
Of course, you can and should try other options first if you prefer. My suggestion is mainly because I am seeing you have a slower SSD as main than your Samsung 990 Pro, assuming that you got your Samsung 990 Pro recently, maybe the past 4-6 month just and that you would benefit from a switch to using that as main SSD by switching the slots, applying a proper heatsink and installing a Windows Pro for better gaming.
That would also address any permission related issues.
Make sure when installing the new Windows, to set the correct setting with Rufus so the performance inhibiting features, such as bitlocker, are disabled by default
https://images.steamusercontent.com/ugc/33317948945944070/8C9699074306947405A10E57DA8AA589F1B006B0/
And if you do upgrade, you can check afterwards for more tips for the correct Windows settings.
I'd suggest downgrading the driver like others suggested and if you still get crashes try temporarily playing with the power plan set to power saving(temporarily turning the cpu freq in another way works too), this would at least exclude the CPU being faulty like those awful raptor lake CPUs.(laptop raptor lake is affected, but i wouldn't expect 12th gen like you have to be affected)
I've seen compilers make programs branch to code that has opcode CC(cause a breakpoint exception on purpose) when an assert failed.
The call stack assuming it's the full one(it's oddly small) suggests something went wrong during a call to a usermode windows function(could be a memory allocation or anything else like file operations)
Without investigating and doing the dev's job it's difficult to say more.
Will keep in touch if it ceases to end.
Thank you guys so much for the help though and now have a better idea on what to do if the problems come back!