Solution:
Make a Dump File
Open the Minecraft startup device.
Open Task Manager and go to Procedure for Windows 8/8.1 or Applications for 7.
Right-click on Java(TM) Platform SE Binary or easily on your MC Launcher.
trace “Create Dump File” and click on it
wait whilst the end and play Minecraft without screwing up
Updating Java to advanced version.
You have a issue in native code. Updating Java will unlikely aid in that state.
Update Windows
This will just support in case the native code that you employ is updated through Windows Updates
Enable Mini-dumps via Advanced System Settings -- > Startup & Recovery -- > Settings -- > Choosing 'small memory dump'.
This setting is for kernel mode crashes (Blue Screen), not for application crashes (user mode). There is moreover a setting for application crashes (a Registry setting named LocalDumps) however it won't perform for Java, because Java does its own exception handling.
To obtain crash dumps from Java 9 and above, employ the following command line switch:
-XX:+CreateCoredumpOnCrash
On Java 8 and before, employ the Windows seclude command line
-XX:+CreateMinidumpOnCrash
This will provide you more details on what occurs at the time of the crash. It will still be an AccessViolation
however you'll obtain the callstack etc. - in case you have the knowledge of debugging it with WinDbg or similar.
Update Graphic Driver to advanced from official producer's (Nvidia) website.