Having an issue where one day, seemingly out of the blue, my game crashed and any subsequent attempts to get past the title screen resulted in a crash without seeing the main menu. I have tried just about every troubleshooting tip I’ve seen but nothing has worked. Anyone familiar with what would be causing this error?
The log:
KEY_VALUES_STRING: 1 Key : AV.Dereference Value: NullClassPtr Key : AV.Fault Value: Read Key : Analysis.CPU.mSec Value: 4155 Key : Analysis.DebugAnalysisManager Value: Create Key : Analysis.Elapsed.mSec Value: 17672 Key : Analysis.Init.CPU.mSec Value: 156 Key : Analysis.Init.Elapsed.mSec Value: 2506 Key : Analysis.Memory.CommitPeak.Mb Value: 258 Key : Timeline.Process.Start.DeltaSec Value: 30 Key : WER.OS.Branch Value: 19h1_release Key : WER.OS.Timestamp Value: 2019-03-18T12:02:00Z Key : WER.OS.Version Value: 10.0.18362.1 Key : WER.Process.Version Value: 1.0.0.0 CONTEXT: (.ecxr)rax=10c300001e00000b rbx=00007ff622c4e980 rcx=0000000000000070 rdx=00007ff622c4e980 rsi=00007ff61afbbec0 rdi=00007ff622c4e980 rip=00007ff61afbbee3 rsp=000000ab73defa00 rbp=000000000010f717 r8=0000000000000001 r9=0000000000000013 r10=0000000000000000 r11=0000000000000015 r12=10c0000000000000 r13=0000000000000000 r14=0000000000000000 r15=000000000000ffff iopl=0 nv up ei pl nz na pe nc cs=0033 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010202 r5apex!F+0xac123: 00007ff6`1afbbee3 6644397938 cmp word ptr [rcx+38h],r15w ds:00000000`000000a8=???? Resetting default scope EXCEPTION_RECORD: (.exr -1)ExceptionAddress: 00007ff61afbbee3 (r5apex!F+0x00000000000ac123) ExceptionCode: c0000005 (Access violation) ExceptionFlags: 00000000 NumberParameters: 2 Parameter[0]: 0000000000000000 Parameter[1]: 00000000000000a8 Attempt to read from address 00000000000000a8 PROCESS_NAME: r5apex.exe READ_ADDRESS: 00000000000000a8 ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s. EXCEPTION_CODE_STR: c0000005 EXCEPTION_PARAMETER1: 0000000000000000 EXCEPTION_PARAMETER2: 00000000000000a8 STACK_TEXT: 000000ab`73defa00 00007ff6`1b018d8d : 00000000`00000000 00007ff6`22c4e7a0 00007ff6`1afbbec0 00000000`00000000 : r5apex!F+0xac123 000000ab`73defad0 00007ff6`1b0184b0 : ffffffff`ffffffff 00000000`00000370 00000000`00000001 00000000`00000000 : r5apex!LauncherMain+0x13dbd 000000ab`73defb00 00007ff6`1b018b03 : ffffffff`ffffffff 00000000`00000000 ffffffff`00000015 00000000`00000000 : r5apex!LauncherMain+0x134e0 000000ab`73defba0 00007ff6`1b0192c5 : 00007ff6`00000000 00000000`00000000 ffffffff`ffffffff ffffffff`ffffffff : r5apex!LauncherMain+0x13b33 000000ab`73defc50 00007ffd`d1fb7c24 : 00000000`00000001 00000270`e8116748 00007ff6`22d2f7f0 00000000`00000004 : r5apex!LauncherMain+0x142f5 000000ab`73defcf0 00007ffd`d2dad721 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : kernel32!BaseThreadInitThunk+0x14 000000ab`73defd20 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x21 SYMBOL_NAME: r5apex!F+ac123 MODULE_NAME: r5apex IMAGE_NAME: r5apex.exe STACK_COMMAND: ~15s ; .ecxr ; kb FAILURE_BUCKET_ID: NULL_CLASS_PTR_READ_c0000005_r5apex.exe!F OS_VERSION: 10.0.18362.1 BUILDLAB_STR: 19h1_release OSPLATFORM_TYPE: x64 OSNAME: Windows 10 IMAGE_VERSION: 1.0.0.0 FAILURE_ID_HASH: {2285a14a-e9a3-2155-14f8-760c8b003d5e} Followup: MachineOwner
Playing on PC (Steam), AMD Ryzen 5 3600X and a 1070, 16 gb ram, nothing overclocked.
So far I have tried all of the following to no avail:
— Clean booting
— Driver updates
— System checks (memory, windows)
— Anticheat priority low/ cleaning anticheat
— Verifying integrity of game files
— Different RAM
— Running as administrator and disabling fullscreen optimizations
Sort by
Popular
Recent
Category
Vectors
Photos
PSD
Icons
License
Free
Premium
Color
People
Applicable only to photos
With people
No people
Number of people
1
2
3
4+
Age
Infant
Child
Teen
Young adult
Adult
Senior
Elder
Gender
Male
Female
Ethnicity
South Asian
Middle Eastern
East Asian
Black
Hispanic
Indian
White
Multiracial
New
File type
JPG
AI
EPS
PSD files
Undiscovered New
Find unexplored content on Freepik.
Orientation
Horizontal
Vertical
Square
Panoramic
Style
Applicable only to vectors.
Watercolor
Flat
Cartoon
Geometric
Gradient
Isometric
3D
Hand-drawn
Quick edit
Publish date
Last 3 months
Last 6 months
Last year
Freepik’s Choice
See high-quality assets selected by our team daily.
Download Article
Download Article
Do you want to create a custom Windows error message? Whether you’re an application developer or someone who wants to prank their coworker, knowing how to create a custom error message is an essential ability. To learn how to create a custom Windows error message, follow this guide.
-
1
Open the Notepad app.
- Press the ⊞ Win+R keys simultaneously.
- Type notepad into the Run dialog.
- Hit ↵ Enter or click OK.
-
2
Copy and paste the following code into Notepad:
- x=msgbox(«Your Message Here», Button+Icon, «Your Title Here»)
Advertisement
-
3
Customize the button(s) of your error message. Replace Button in the code you pasted into Notepad with one of the following:
- 0 — OK
- 1 — OK and Cancel
- 2 — Abort, Retry and Ignore
- 3 — Yes, No and Cancel
- 4 — Yes and No
- 5 — Retry and Cancel
-
4
Customize the icon of your error message. Replace Icon in the code that you pasted into Notepad with one of the following:
- 0 = No Icon
- 16 = Critical Icon (a.k.a. «X» icon)
- 32 = Question Icon (a.k.a. «?» icon)
- 48 = Warning Icon (a.k.a. «!» icon)
- 64 = Info Icon (a.k.a. «i» icon)
-
5
Customize the title of your error message. Replace Your Title Here in the code you pasted into Notepad with what you want the title of the error message to be.
-
6
Customize the contents of your error message. Replace Your Message Here in the code you pasted into Notepad with what you want the error message to say.
-
7
Open the Save As window. Press Ctrl+S on your keyboard.
-
8
Expand the combo box next to Save as type and select All Files.
-
9
Type a name for your file followed by a period and vbs.
-
10
Choose a location to save the file to.
-
11
Save the file. Click Save.
-
12
Display the error message. Double-click the file that was created.
Advertisement
Create a sequence of error messages. Messages will display one at a time, and closing a message will display the following one.
-
1
Open the Notepad app.
- Press the ⊞ Win+R keys simultaneously.
- Type notepad into the Run dialog.
- Hit ↵ Enter or click OK.
-
2
Copy and paste the following code into Notepad:
- x=msgbox(«Your Message Here», Button+Icon, «Your Title Here»)
-
3
Customize the button(s) of your error message. Replace Button in the code you pasted into Notepad with one of the following:
- 0 — OK
- 1 — OK and Cancel
- 2 — Abort, Retry and Ignore
- 3 — Yes, No and Cancel
- 4 — Yes and No
- 5 — Retry and Cancel
-
4
Customize the icon of your error message. Replace Icon in the code that you pasted into Notepad with one of the following:
- 0 — No Icon
- 16 — Critical Icon (a.k.a. «X» icon)
- 32 — Question Icon (a.k.a. «?» icon)
- 48 — Warning Icon (a.k.a. «!» icon)
- 64 — Info Icon (a.k.a. «i» icon)
-
5
Customize the title of your error message. Replace Your Title Here in the code you pasted into Notepad with what you want the title of the error message to be.
-
6
Customize the contents of your error message. Replace Your Message Here in the code you pasted into Notepad with what you want the error message to say.
-
7
Switch to a subsequent line position.
-
8
Create another error message (if desired). Repeat these steps, starting from Step 3.
- This error message will display after the previously created one has been closed.
-
9
Open the Save As window. Press Ctrl+S on your keyboard.
-
10
Expand the combo box next to Save as type and select All Files.
-
11
Type a name for your file followed by a period and vbs.
-
12
Choose a location to save the file to.
-
13
Save the file. Click Save.
-
14
Display the error message. Double-click the file that was created.
Advertisement
Add New Question
-
Question
Is there a way to make a custom icon for the error?
No, you can try using different numbers, but most likely a real error will pop up.
-
Question
How do I make it do actions to my computer?
You can’t do that. It’s a fake error, meaning it won’t do anything to your computer.
-
Question
How do I create an input text box in the message?
Do this: InputVariableName=InputBox(«Prompt»,»Title»,»Value which is optional»)
See more answers
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Video
Thanks for submitting a tip for review!
About This Article
Thanks to all authors for creating a page that has been read 534,198 times.
Did this article help you?
Edited by Solid JEZ:
2/19/2020 2:34:52 AM
It’s been more than 4 weeks that it’s been impossible to login into Destiny 2. Every time that I tried to do it, I’ve been getting the same error «Chicken». It doesn’t matter if I’m using wire or wifi connection, I just simply cannot log in.
Before anyone gives me the usual answers, here is a rundown of what I’ve done in this situation:
1. I’ve checked my xbox settings and my NAT type is OPEN on either wired and wifi connection.
2. I’ve tried to log in at late hours of the night and same error, no package loss according to xbox network settings (Network speed and stats).
3. I’ve cleared the cache both from my modem and my console by turning them off by 30 seconds up to 1hr and unplugging them too.
4. I’ve forwarded my modem ports for the xbox with the recommended settings from bungie forums. This includes creating a static IP.
5. I’ve create a firewall rule for my Xbox with the DMZ setting.
6. I’ve port forwarded the xbox with different ports than 3074 and created firewall rules for each instance, checking that the NAT type is open every time.
7. I’ve done a factory reset on my Xbox in order to reinstall both the game and my account.
8. I’ve contacted my DNS providers and check the modem settings for any error, and non to be found.
9. I’ve contacted Xbox Support and they recommended that Bungie check the connection to the player (me) to verify if it is a console or account problem.
This issue is only happening on my Destiny 2 digital copy, every other game on my library has no issue at all. Can you please do a follow up on this issue in a Hot Fix?
Post a Poll
Question Post
Play nice. Take a minute to review our Code of Conduct before submitting your post.
Cancel
Edit
Create Fireteam
Post