Fatal error crashing on latest version of Java on Windows 10 machine

前端 未结 2 1875
挽巷
挽巷 2020-12-19 05:13

A customer is seeing this error on Windows 10 Build 1703 machine, I\'m not getting it

They got this with Java 1.8.0_111-b14)

EXCEPTION_ACCESS_VIO         


        
相关标签:
2条回答
  • 2020-12-19 05:31

    Ask your customer if they have a God Mode shortcut created on their desktop or in another location. You can read more about it here. https://blogs.technet.microsoft.com/deploymentguys/2010/01/08/windows-7-godmode-and-other-folder-shortcuts/ Apparently, the short cut causes a problem with java applications throwing a msvcr100.dll+0x36adf. This was my issue with browsing for a file in a java app, or more specifically when the JFileChooser was used. There are other related errors to this as well. I will bump up your question since your link helped me to solve my issue.

    0 讨论(0)
  • 2020-12-19 05:33

    For people coming here from google, searching for solutions about the crashes in Xilinx PlanAhead, deleting the God Mode shortcut solve the issue with Java and msvcr100.dll

    0 讨论(0)
提交回复
热议问题