JIntellitype64.dll can not be loaded correctly since 8u261
See original GitHub issueWhen I updated my JRE to 8u261 or 8u271, my application couldn’t run. The specific appearance is, when I fire it up, my system tray icon could be loaded correctly, but then it will exit with code-1073741819 (0xC0000005). In Windows event viewer, I got the information below: `- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System> <Provider Name="Application Error" /> <EventID Qualifiers="0">1000</EventID> <Version>0</Version> <Level>2</Level> <Task>100</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2020-11-20T13:43:54.0910176Z" /> <EventRecordID>6074</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>Application</Channel> <Computer>LightBook</Computer> <Security /> </System>
- <EventData> <Data>java.exe</Data> <Data>8.0.2610.12</Data> <Data>5eeb13ea</Data> <Data>JIntellitype64.dll</Data> <Data>0.0.0.0</Data> <Data>4b5c9033</Data> <Data>c0000005</Data> <Data>0000000000001d4e</Data> <Data>1c68</Data> <Data>01d6bf432ee19810</Data> <Data>C:\Program Files\Java\jdk1.8.0_261\bin\java.exe</Data> <Data>C:\Users\ma201\AppData\Local\Temp\JIntellitype64.dll</Data> <Data>cb016638-2c91-40c2-badf-fdb0dbfa4e7f</Data> <Data /> <Data /> </EventData> </Event>`
If that means I could only use 8u251?
Issue Analytics
- State:
- Created 3 years ago
- Comments:54 (24 by maintainers)
Top Results From Across the Web
java - Could not load JIntellitype.dll from local file system or ...
Your problem will occur because of a version problem between that OS version and the JRE version. You should check:.
Read more >DocFetcher / Bugs / #1514 program just died - JIntellitype ...
JIntellitypeException: Could not load JIntellitype.dll from local file system or from inside JAR at com.melloware.jintellitype.JIntellitype.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A deeper debug: when it runs to
JIntellitypeHandler.cpp @ line 40
, I find it unable to get the correct pointer, that is,l_handler
, while it can be returned properly using 8u251. I don’t know whether it’s caused by jvm or not, but again, for detailed information, I needjvm.pdb
. Now I’m trying to compile openjdk 11 to see if I can get the pdb file.@melloware now you can remove
in your
README.md
.