-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error after sound engine is initialized: EXCEPTION_ACCESS_VIOLATION (0xc0000005) #56
Comments
can you remove multithreading mod? if that solves the issue I will release a quick patch |
can you set XMS to 2gb? I was checking other stuff and I noticed you are giving all your ram to the game, your pc also needs ram, please set XMX max to 8gb and xms max to 2gb |
Update your GPU drivers as well |
I have the latest drivers from Intel for the iGPU in my PC, and in a normal circumstance, Xms is 512MB, while Xmx is 8192MB (8GB) I will see what the removal of the multithreading mod does. |
I increased the memory to attempt to isolate the chance of it throwing the same exception |
One last thing, which mod handles multithreading? |
can you send latest logs? Also 1.5.1 quick fix makes the multithreading as an optional mod, try installing that and disabling the multithreading option there |
2023-09-23-4.log.gz |
Apperantly your issue happens before downloading stuff pack downloads at first time opening. Can you open vanilla minecraft 1.7.10? or does that not as well? |
The error codes point to either corrupt java installation OR outdated GPU drivers, what is your gpu driver version? |
I'll try it, and then I'll re-install Java 8 |
For java, you can use adoptium, it is known by higher performance and lower ram usage. https://adoptium.net/temurin/releases/?version=8 Don't forget to change the java in launcher settings after you install it. |
I'm going to try adoptium, as it still crashed even Vanilla 1.7.10 . |
I cry, it still crashes. Same place, too. Installed the Intel graphics update as well. Any other ideas? Or is my hardware either too new or too old? |
you included your session ID there, so I deleted it, I thought vanilla 1.7.10 would also crash. can you send your prism minecraft log instead of latest.log, that would be more informative I think. |
Vanilla: Launched instance in online mode authserver.mojang.com resolves to: session.minecraft.net resolves to: textures.minecraft.net resolves to: api.mojang.com resolves to: Minecraft folder is: Java path is: Checking Java version... Main Class: Native path: Libraries: Native libraries: Params: Window size: max (if available) Launcher: standard Java Arguments: Minecraft process ID: 11220 [12:06:12] [main/INFO]: Setting user: ledfwil A fatal error has been detected by the Java Runtime Environment:EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb52632ee7, pid=11220, tid=0x0000000000001ea8JRE version: OpenJDK Runtime Environment (8.0_382-b05) (build 1.8.0_382-b05)Java VM: OpenJDK 64-Bit Server VM (25.382-b05 mixed mode windows-amd64 compressed oops)Problematic frame:C [ig7icd64.dll+0x22ee7]Failed to write core dump. Minidumps are not enabled by default on client versions of WindowsAn error report file with more information is saved as:C:\Users\ztedu\AppData\Roaming\PrismLauncher\instances\1.7.10.minecraft\hs_err_pid11220.logIf you would like to submit a bug report, please visit:https://github.com/adoptium/adoptium-support/issuesThe crash happened outside the Java Virtual Machine in native code.See problematic frame for where to report the bug.AL lib: (EE) alc_cleanup: 1 device not closed Launched instance in online mode authserver.mojang.com resolves to: session.minecraft.net resolves to: textures.minecraft.net resolves to: api.mojang.com resolves to: Minecraft folder is: Java path is: Checking Java version... Main Class: Native path: Libraries: Native libraries: Mods: Params: Window size: max (if available) Launcher: standard Java Arguments: Minecraft process ID: 2552 [11:58:21] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
|
After looking up on internet a bit more (apperantly) that old imtel gpu in multimc(therefore prism) isnt supported with latest java, a workaround is using this version of java instead: https://files.multimc.org/downloads/jre-8u51-windows-x64.zip EDIT: changed link to 64bit |
Where issue got mentioned first: MultiMC/Launcher#3398 |
It's time to close this issue, as all has returned well. No crashed, no problems. Have a great day, and thank you for your help. |
Glad to hear that solved your issue, I will pin this in case someone else gets the same problem. |
hs_err_pid7648.log
hs_err_pid9228.log
hs_err_pid11184.log
hs_err_pid4292.log
hs_err_pid6516.log
Modpack Version: 1.5.0
JRE version: Java(TM) SE Runtime Environment (8.0_381) (build 1.8.0_381-b09)
Launcher: Prism Launcher
Brief Description of Issue:
I attempted to launch the modpack multiple times, but got the same error each time, at the same place. I did a little bit of research and tried some fixes. All I really did was increase the allocated memory to Minecraft in attempts to have it not read the wrong thing, but it still did, with over 90% of my host memory (15GB/16GB).
Other Details:
CPU: Intel Core i3-3240T
OS: Windows 10, version 22H2 (Build 19045.3448)
RAM: 16GB DDR3
If you need anything else, just ask!
The text was updated successfully, but these errors were encountered: