EXCEPTION_ILLEGAL_INSTRUCTION_2 (0xc000001e)

Moderators: hekj, Telldus

Post Reply
folkeorg
Posts: 201
Joined: Fri Mar 17, 2023 9:45 am

EXCEPTION_ILLEGAL_INSTRUCTION_2 (0xc000001e)

Post by folkeorg »

Ska starta Nexa Home 3.1.2 på en Ebox 3310 (x86) med Win XP.

Får detta:

Code: Select all

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ILLEGAL_INSTRUCTION_2 (0xc000001e) at pc=0x1000dd50, pid=1224, tid=2180
#
# JRE version: 6.0_19-b04
# Java VM: Java HotSpot(TM) Client VM (16.2-b04 mixed mode, sharing windows-x86 )
# Problematic frame:
# C  [jna565647500214477589.dll+0xdd50]
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

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

Current thread (0x00304000):  JavaThread "main" [_thread_in_native, id=2180, stack(0x00b60000,0x00bb0000)]

siginfo: ExceptionCode=0xc000001e

Registers:
EAX=0x0000000d, EBX=0x00baf120, ECX=0x0000000c, EDX=0xfffffffe
ESP=0x00baf0b0, EBP=0x00baf1d8, ESI=0x0000001f, EDI=0x00000000
EIP=0x1000dd50, EFLAGS=0x00000297

Top of Stack: (sp=0x00baf0b0)
0x00baf0b0:   00000000 00baf120 0000001f 10014646
0x00baf0c0:   00baf10c 00304110 00baf0f8 6d903549
0x00baf0d0:   00304000 00304110 10014646 1000dd07
0x00baf0e0:   00baf120 00000020 10014646 00baf10c
0x00baf0f0:   00304000 00304000 00baf1d8 10007742
0x00baf100:   00baf120 00000020 10014646 100145f3
0x00baf110:   7c90dc1a 7c80a0c7 00000794 00af871c
0x00baf120:   5f696666 65707974 696f765f 6d802864 

Zapper
Posts: 212
Joined: Fri Mar 17, 2023 9:45 am
Location: Där det är kallt

Re: EXCEPTION_ILLEGAL_INSTRUCTION_2 (0xc000001e)

Post by Zapper »

Ser ut som att nån av icke java biblioteken har problem
# C [jna565647500214477589.dll+0xdd50]
efterssom att problemet ser ut att ha göra med jna.

Kanske nån av dll filerna är inkompatibel med vad som finns i systemet.
Post Reply