The Dink Network

Reply to Re: FreeDink V109.6 Crash to desktop

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
March 5th 2021, 08:37 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
One hint: the exception 0xc0000005 is an access violation, which is roughly equivalent to a NullReferenceException in .NET.

Of course, those are much harder to debug in C/C++ because they can happen for many tricky reasons (like buffer overflows, corrupt pointers, bad pointers, etc.)