Can't start Lua Development Tools

0

I cannot start ldt.exe (for Lua 5.1) on Windows 10 because I get the following error log. I have no choice about the version of Lua because I am writing an add-on for a game, and that is the baked-in Lua version. This IDE worked well before, but I had to reinstall it at a different location following a disk crash. I know virtually nothing about Eclipse, and not too much about Java (I just want to run Java programs, not write or debug them), so I don't even know if the log extract presented below is helpful.

I see the most likely candidate for a problem is what the log calls problematic frame: jvm.dll. Only difficulty with that is that there are 17 copies of jvm.dll on my machine, and judging by file sizes, about 7 distinct versions, all installed by respectable Java-based applications, such as PyCharm. I don't think this is quite what was meant by "write once, run everywhere".

I have installed both LDT and Java afresh, since that seemed the obvious thing to do. Beyond that, any pointers?

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffa7ac38ab9, pid=48636, tid=31188
#
# JRE version:  (11.0.8+10) (build )
# Java VM: OpenJDK 64-Bit Server VM (11.0.8+10-b944.31, mixed mode, sharing, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# V  [jvm.dll+0x1c8ab9]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
#

---------------  S U M M A R Y ------------

Command Line: -XX:PermSize=512M -XX:MaxPermSize=512M -Xms40m -Xmx512m 

Host: Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz, 12 cores, 15G,  Windows 10 , 64 bit Build 19041 (10.0.19041.292)
Time: Sat Sep 26 19:42:05 2020 Romance Summer Time elapsed time: 0 seconds (0d 0h 0m 0s)

---------------  T H R E A D  ---------------

Current thread (0x0000000002506000):  JavaThread "Unknown thread" [_thread_in_vm, id=31188, stack(0x0000000000050000,0x0000000000150000)]

Stack: [0x0000000000050000,0x0000000000150000],  sp=0x000000000014f7f0,  free space=1021k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0x1c8ab9]
V  [jvm.dll+0x1c6d81]
V  [jvm.dll+0x3558db]
V  [jvm.dll+0x6d492e]
V  [jvm.dll+0x3bdad3]
V  [jvm.dll+0x3bfd01]
C  [eclipse_1611.dll+0x7ade]
C  [eclipse_1611.dll+0x66b1]
C  [eclipse_1611.dll+0x16ad]
C  [eclipse_1611.dll+0x1074]
C  [LuaDevelopmentTools.exe+0x15ea]
C  [LuaDevelopmentTools.exe+0x101b]
C  [LuaDevelopmentTools.exe+0x3b81]
C  [KERNEL32.DLL+0x16fd4]
C  [ntdll.dll+0x4cec1]
eclipse
lua
lua-5.1
asked on Stack Overflow Sep 26, 2020 by BoarGules • edited Sep 26, 2020 by Wardy Guardian

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0