Thread: 4.15 release!
View Single Post
  #13  
Old 07-22-2022, 05:30 PM
stugumby stugumby is offline
Approved Member
 
Join Date: Jul 2010
Posts: 383
Default

I installed it and it wont run i also have the realtek card, i used the top DSOAL for any and clint exe, ran exe from root directory, it spun but wouldnt open, it did gereerate a HS-pid file which i have pasted the top portion below

A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d5cf357, pid=18216, tid=0x00000f78
#
# JRE version: Java(TM) SE Runtime Environment (8.0_333-b02) (build 1.8.0_333-b02)
# Java VM: Java HotSpot(TM) Client VM (25.333-b02 mixed mode windows-x86 )
# Problematic frame:
# C [dsound.dll+0xf357]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/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 (0x006ae000): JavaThread "main" [_thread_in_native, id=3960, stack(0x00420000,0x00620000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x65bd1450

Registers:
EAX=0x1e15f5e0, EBX=0x00000000, ECX=0x0061f784, EDX=0x65bd1440
ESP=0x0061f740, EBP=0x1e159710, ESI=0x0061f790, EDI=0x006ae000
EIP=0x6d5cf357, EFLAGS=0x00010246

Top of Stack: (sp=0x0061f740)
0x0061f740: 1e15f5e0 00000000 0061f784 00000620
0x0061f750: 0061f7b8 0061f788 0061f7ec 00000000
0x0061f760: 756cf380 772efef0 772f5db0 0061f788
0x0061f770: 000000c4 279afa83 60e50baf 00000000
0x0061f780: 1e15f5e0 00000000 00000000 00660000
0x0061f790: 80853646 48171339 a63dbf83 48e94d7a
0x0061f7a0: 0061f85c 772f5dee 00000008 00000000
0x0061f7b0: 0061f82c 1e1563d8 0061f82c 6d5d122a

Instructions: (pc=0x6d5cf357)
0x6d5cf337: 2e 00 00 85 c0 78 4d 8b 44 24 40 8d 4c 24 44 8b
0x6d5cf347: 10 89 4c 24 08 c7 44 24 04 00 00 00 00 89 04 24
0x6d5cf357: ff 52 10 83 ec 0c 85 c0 89 c3 0f 89 69 01 00 00
0x6d5cf367: 83 3d e0 c0 5e 6d 01 0f 8f a1 06 00 00 8b 44 24


Register to memory mapping:

EAX=0x1e15f5e0 is an unknown value
EBX=0x00000000 is an unknown value
ECX=0x0061f784 is pointing into the stack for thread: 0x006ae000
EDX=0x65bd1440 is an unknown value
ESP=0x0061f740 is pointing into the stack for thread: 0x006ae000
EBP=0x1e159710 is an unknown value
ESI=0x0061f790 is pointing into the stack for thread: 0x006ae000
EDI=0x006ae000 is a thread


Stack: [0x00420000,0x00620000], sp=0x0061f740, free space=2045k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [dsound.dll+0xf357]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.maddox.sound.AudioDevice.initialize(ILjava/lang/StringZ+0
j com.maddox.il2.engine.Config.beginSound()V+88
j com.maddox.il2.game.Main3D.beginApp(Lcom/maddox/opengl/GLContext;I)Z+104
j com.maddox.il2.game.Main3D.beginApp(Ljava/lang/String;Ljava/lang/String;I)Z+51
j com.maddox.il2.game.MainWin3D.beginApp(Ljava/lang/String;Ljava/lang/String;I)Z+165
j com.maddox.il2.game.Main.exec(Lcom/maddox/il2/game/Main;Ljava/lang/String;Ljava/lang/String;IIIZ)V+742
j com.maddox.il2.game.GameWin3D.main([Ljava/lang/StringV+483
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------
Reply With Quote