Posted November 30, 20222 yr My friends run a server with a ton of Forge mods on 1.18.2. I, naturally, wished to join. At first, the modpack didn't start and gave me an endless Mojang screen, but later it magically worked for a bit. Now the issue is back however, and I don't know what to do. I know for a fact that my system (Windows 10) is able to load all these mods at once, so something else must be the problem. Exit code: -805306369 (I have enough RAM, that's not the issue (unless something unexpected is drawing enormous amounts of RAM)) latest.log I'll provide extra info if needed, please help me.
November 30, 20222 yr -805306369 is error code CFFFFFF or application hang. This means either you or the operating system ended the process because it was not responding. https://community.bistudio.com/wiki/Arma_3:_Unusual_process_exit#0xCFFFFFFF_-_APPLICATION_HUNG There is nothing in the log that indicates a problem. Maybe there is an error in the launcher_log.txt? You should also check task manager to see if there is something unusual with the minecraft process when this happens, e.g. 100% cpu or lots of paging of memory to and from disk. Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
November 30, 20222 yr Author Here's the launcher_log.txt. I hope you can understand what all of this means, because I do not. As for the stats, upon starting up Minecraft hits 100% CPU a couple of times, but truly gets stuck upon hitting a constant 95% memory usage.
November 30, 20222 yr I don't know what you did, but that link is showing javascript? If it is hitting 95% consistently then it could be java struggling to find free heap memory. It will go to 100% cpu spinning inside the garbage collector trying to free up memory. Try giving it more memory. Otherwise, it could be some mod code is looping? But since you say have got this work before and others use the same modpack this sounds unlikely, unless there is something specific about your environment that is triggering this? Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
November 30, 20222 yr Author The link should be fixed now, I haven't really used Github that much. I have tried giving it more memory, but no value seems to work. And as you said, I've gotten it to work before. I don't think my environment is anything special. My friend has made a google drive for the modpack, and I've remained completely faithful to it, not removing or adding a single mod. Maybe you can find something in the launcher_log.
November 30, 20222 yr There is nothing in that log either. The log just stops, then 30 seconds later you get the "application hung" error code. Quote [Info: 2022-11-30 17:14:37.0237010: MinecraftJavaLoggingContext.cpp(52)] Game/game () Info [18:14:37] [modloading-worker-0/INFO] [quark/]: Dispatching Module Step CONFIG_CHANGED_CLIENT [Info: 2022-11-30 17:15:09.8471959: MinecraftJavaLoggingContext.cpp(52)] Launcher/monitor (Process Monitor) Fatal Process crashed with exit code -805306369 My only suggestions are; * Try to find out the real reason why windows is killing the process (if it is windows and not some other management software you have running, e.g. antivirus or a performance optimizer?) e.g. see if windows has something in its event viewer * You can try installing the JDK (java development kit) instead of a normal java runtime environment and then using a tool like jconsole or jstack to see if you can capture what it is doing when the cpu goes to 100% https://www.baeldung.com/java-thread-dump Edited November 30, 20222 yr by warjort Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.