question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JIntellitype64.dll can not be loaded correctly since 8u261

See original GitHub issue

When 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:closed
  • Created 3 years ago
  • Comments:54 (24 by maintainers)

github_iconTop GitHub Comments

2reactions
RocketMaDevcommented, Apr 4, 2021

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 need jvm.pdb. Now I’m trying to compile openjdk 11 to see if I can get the pdb file.

1reaction
RocketMaDevcommented, Aug 8, 2021

@melloware now you can remove

Currently does not work on Java 11, probably starting with Java 9. Latest recommended version is Java 8.

in your README.md.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found