Играя в Minecraft и вообще, пользуясь приложениями, написанными на Java Вы не раз могли столкнуться с ошибками (исключениями). В отличие от других языков программирования, Java жёстко заточена под использование ООП, потому при возникновении ошибки бросается исключение (объект содержащий сведения под ошибке). Его можно «поймать», дабы предпринять какие-то действия (допустим, вывести в лог). В случае майнкрафта, при возникновении исключения, создаётся краш-отчёт и работа игры завершается.
Понять исключения достаточно просто и вам для этого не понадобится специальное ПО для отладки.
Полная печать исключения состоит из 3-х частей:
- Исключение — имя класса ошибки. Классам обычно дают понятные человеку имена, достаточно знаний английского, чтобы понять значение.
- Сообщение — содержит более детальное описание ошибки. Может отсутствовать.
- Стек вызова — отражает ход работы программы (снизу вверх). Данная информация больше полезна разработчику, дабы понять, где именно возникла ошибка. Обычному пользователю данная информация может помочь понять, с чем связана ошибка (по именам классов и вызываемым функциям — методам).
Исключения могут иметь предков, что присутствует в данном примере (после «Caused by» идёт печать исключения-предка). Если вам не понятно исключение, возможно, стоит рассмотреть его предков — они могут содержать более понятное сообщение.
В данной теме я опишу наиболее часто встречающиеся ошибки, а также, какие действия следует или вовсе не следует предпринимать. Причин у ошибок множество и это не всегда повреждённые файлы игры (чего быть в принципе не может, поскольку лаунчер проверяет файлы игры).
При возникновении ошибок не спешите бежать переустанавливать Java и игру! Java — стабильный продукт. В большинстве случаев, ошибки возникают из-за неправильной настройки ОС; ошибок сети; неправильных драйверов.
org.lwjgl.LWJGLException: Pixel format not accelerated
Недоступно аппаратное ускорение графики. Описание ошибки (англ.)
Решение: Установите последнюю версию драйвера видеокарты.
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation/building failed
Не удаётся установить защищённое соединение из-за невозможности проверки SSL сертификата.
Что можно сделать:
- Эта ошибка может возникнуть из-за использования слишком старой версии Java. Рекомендуется регулярно обновлять ПО, чтобы иметь актуальный список корневых сертификатов.
- Виновником может быть антивирус, пытающийся «подсунуть» свой сертификат с целью прослушивания трафика. Настоятельно рекомендуется отключить в антивирусе проверку защищённых соединений (HTTPS/SSL/TLS) — это значительно снижает безопасность защищённых соединений и вызывает проблемы в работе приложений, использующие их.
java.net.SocketTimeOutException: Read timed out
Ошибка сети «время ожидания истекло». Здесь сложно установить виновника: проблема может быть как на стороне сервера, вашего провайдера или вызвана антивирусом.
Что можно сделать:
- Отключите антивирус и попробуйте выполнить запрос снова.
- Используйте другое подключение к интернету (другой провайдер; мобильный интернет; VPN; Wi-Fi соседей).
- Используйте VPN для обхода блокировки (цензуры) со стороны вашего интернет-провайдера.
java.net.ConnectException: Connection timed out: connect
Ошибка сети — не удалось установить соединение с хостом. Обычно виновником данной ошибки является Firewall (брандмауэр) или отсутствие интернета.
Что можно сделать:
- Проверьте наличие подключения к интернету.
- Временно отключите антивирус и Firewall.
java.net.SocketException: Connection reset / Удаленный хост принудительно разорвал существующее подключение
Ошибка сети «соединение сброшено». Как и в предыдущей ошибке, проблема связана с «плохим» интернетом, либо проблемами на стороне сервера (в этом случае ошибка будет у всех). Чаще всего возникает у пользователей мобильного интернета (USB-модем). От вас никаких действий предпринимать не требуется, кроме как найти «другой интернет» или использовать VPN для обхода фильтра сайтов.
java.lang.ClassCastException: XXX cannot be cast to YYY
Ошибка в логике программы: попытка привести объект к классу, экземпляром коего объект не является.
Решение: Сообщите о проблеме разработчику программы, приложив лог ошибки.
java.io.IOException: Server returned HTTP response code: 000 for URL
Проблема на стороне веб-сервера. Стандартная библиотека Java выбрасывает исключение, если веб-сервер выдаёт, например, страницу «404 Not Found».
Решение: Сообщите о проблеме владельцу веб-сервера, URL которого указан в тексте ошибки.
java.lang.UnsatisfiedLinkError: Can’t load library:
Не удалось загрузить нативную библиотеку (скорее всего, отсутствует файл по указанному пути).
Что можно сделать:
-
Чаще всего ошибка возникает из-за отсутствия библиотек LWJGL. Почему их файлы пропадают, пока остаётся загадкой. Если пути вы видите «.redserver/natives/2.9.1/lwjgl.dll», значит надо удалить папку natives, находящуюся в .redserver, чтобы лаунчер их скачал заново.
Неактуально: С версии 3.2 лаунчер проверяет наличие всех файлов и автоматически, при необходимости, перекачивает их.
java.lang.RuntimeException: Unknown character in
Синтаксическая ошибка в конфигурационном файле мода.
Что можно сделать:
- Удалите указанный в ошибке файл. Мод создаст новый с настройками по умолчанию.
- Если вам сложно удалить файл, можно сделать сброс конфигов через лаунчер. Нажмите в лаунчере на многоточие на кнопке «Играть»; выберите в меню пункт «Очистка клиента»; установите флажок возле «Сбросить конфигурацию» и запустите очистку.
- Выполните проверку диска на наличие ошибок. Испорченные файлы могут быть признаком неисправности диска.
java.lang.NullPointerException (NPE)
Ошибка в логике программы: попытка вызвать нестатичный метод, обратиться к полю несуществующего объекта — null.
Решение: Сообщите о проблеме разработчику программы, приложив лог ошибки.
java.net.UnknownHostException
Ошибка сети: не удаётся определить IP-адрес доменного имени (в общем, проблемы с DNS).
Что можно сделать:
- Иногда ошибка может возникать, если вы не подключены к интернету, либо же произошёл разрыв интернет-соединения. Обычно исчезает сама через небольшой промежуток времени после возобновления соединения. Если ошибка не исчезла — может помочь перезагрузка компьютера (сбрасывает кеш DNS).
- Доступ к ресурсу заблокирован вашим провайдером. Сейчас данная проблема актуальна для украинских пользователей: используемый нами Яндекс.DNS заблокирован в этой стране. Читайте, как обойти блокировку DNS.
java.io.EOFException: Unexpected end of ZLIB input stream
Неожиданный конец файла. В данном случае — ZIP-архива. Возникает например, когда вы пытаетесь распаковать недокачанный архив.
java.net.SocketException: Address family not supported by protocol family: connect
Проблема возникает из-за неправильной настройки протокола IPv6. Если таковой не поддерживается вашим интернет-провайдером, его поддержку следует отключить.
java.lang.OutOfMemoryError
А вот это как раз «любимая» ошибка про нехватку ОЗУ. Не стоит сразу спешить выставлять память в лаунчере на максимум, потому что дальнейшие действия зависят от сообщения к ошибке:
- Unable to create new native thread / Metaspace — в вашей системе закончились ресурсы (ОЗУ). Решается только путём завершения всех лишних программ, либо апгрейдом ПК (больше ОЗУ — больше программ можно запустить). Не забывайте, что следует использовать 64-разрядную систему.
- Java heap space — нехватка размера heap области памяти. Увеличьте лимит памяти в настройках лаунчера.
Помогите у меня вылетел майнкрафт 1.12.2 с модами. В лаунчере пишет: The game crashed whilst unexpected error
—- Minecraft Crash Report —-
WARNING: coremods are present:
CreativePatchingLoader (CreativeCore v1.9.12 mc1.12.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.1.0-alpha-snapshot-universal.jar)
RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
LoadingPlugin (Quark-r1.4-120.jar)
Wizardry Plugin (wizardry-0.6.2.jar)
ItemPatchingLoader (ItemPhysic Full 1.4.9 mc1.12.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
BetterFontsCore (TTFR-1.12.1-1.9.1.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
LoadingPlugin (Skillable-beta-10.jar)
AstralCore (astralsorcery-1.12.2-1.8.3.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.0.8.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
LibrarianLib Plugin (librarianlib-1.12-4.3.jar)
Contact their authors BEFORE contacting forge
// Sorry
Time: 2/10/19 12:32 PM
Description: Unexpected error
java.lang.VerifyError: Operand stack overflow
Exception Details:
Location:
net/minecraft/client/renderer/chunk/RenderChunk.func_178581_b(FFFLnet/minecraft/client/renderer/chunk/ChunkCompileTaskGenerator;)V @549: aload
Reason:
Exceeded max stack size.
Current Frame:
bci: @549
flags: { }
locals: { ‘net/minecraft/client/renderer/chunk/RenderChunk’, float, float, float, ‘net/minecraft/client/renderer/chunk/ChunkCompileTaskGenerator’, ‘net/minecraft/client/renderer/chunk/CompiledChunk’, integer, ‘net/minecraft/util/math/BlockPos’, ‘net/minecraft/util/math/BlockPos’, ‘net/minecraft/client/renderer/chunk/VisGraph’, ‘java/util/HashSet’, ‘ChunkCacheOF’, ‘[Z’, ‘net/minecraft/client/renderer/BlockRendererDispatcher’, integer, integer, ‘java/util/Iterator’, ‘BlockPosM’, ‘net/minecraft/block/state/IBlockState’, ‘net/minecraft/block/Block’, ‘[Lnet/minecraft/util/BlockRenderLayer;’, integer, ‘net/minecraft/util/BlockRenderLayer’, integer, ‘net/minecraft/client/renderer/BufferBuilder’, ‘RenderEnv’ }
stack: { ‘[Z’, integer, integer, ‘net/minecraft/client/renderer/BlockRendererDispatcher’, ‘net/minecraft/block/state/IBlockState’, ‘BlockPosM’, ‘ChunkCacheOF’, ‘net/minecraft/client/renderer/BufferBuilder’ }
Bytecode:
0x0000000: bb00 4959 b701 1e3a 0504 3606 bb00 0959
0x0000010: 2ab4 0078 b701 213a 0719 0710 0f10 0f10
0x0000020: 0fb6 0125 3a08 1904 b601 29b6 012c 1904
0x0000030: b601 30b2 0134 a500 0c19 04b6 0129 b601
0x0000040: 37b1 1904 1905 b601 3b19 04b6 0129 b601
0x0000050: 37a7 0010 3a09 1904 b601 29b6 0137 1909
0x0000060: bfbb 013f 59b7 0140 3a09 b800 5b3a 0a2a
0x0000070: 1907 b701 449a 0258 b201 4604 60b3 0146
0x0000080: 2a19 07b7 014a 3a0b 190b b601 4fb2 0151
0x0000090: bebc 043a 0cb8 0157 b601 5b3a 0db2 015f
0x00000a0: b601 6236 0eb2 0165 b601 6236 0f19 0719
0x00000b0: 08b8 016b b901 7101 003a 1019 10b9 017c
0x00000c0: 0100 9901 a119 10b9 0180 0100 c001 673a
0x00000d0: 1119 0b19 11b6 0184 3a12 1912 b901 8a01
0x00000e0: 003a 1319 12b9 018d 0100 9900 0a19 0919
0x00000f0: 11b6 0191 1912 b801 9999 003f 190b 1911
0x0000100: b201 9db6 01a1 3a14 1914 c600 2eb2 01a7
0x0000110: 1914 b601 ab3a 1519 15c6 001f 1915 1914
0x0000120: b601 b199 000e 190a 1914 b601 b557 a700
0x0000130: 0a19 0519 14b6 01bb 150e 9900 0bb2 0151
0x0000140: 3a14 a700 122a b400 7c3a 1419 1403 1913
0x0000150: b601 bf53 0336 1515 1519 14be a200 f119
0x0000160: 1415 1532 3a16 150e 9900 2e19 13b2 015f
0x0000170: 05bd 0004 5903 1912 5359 0419 1653 b801
0x0000180: c436 1719 1319 1219 16b8 01ca 3617 1517
0x0000190: 9a00 06a7 00b4 150f 9900 12b2 0165 04bd
0x00001a0: 0004 5903 1916 53b8 01ce 2ab4 0094 9900
0x00001b0: 0d2a 1913 1916 b701 d13a 1619 16b6 01d2
0x00001c0: 3617 1913 b601 d6b9 01da 0100 b201 e0a5
0x00001d0: 0078 1904 b601 0515 17b6 01e4 3a18 1918
0x00001e0: 1916 b601 e819 1819 0b19 1219 11b6 01ec
0x00001f0: 3a19 1919 1904 b601 05b6 01f2 1905 1916
0x0000200: b601 f59a 0012 1905 1916 b601 f82a 1918
0x0000210: 1907 b701 0f19 0c15 175c 3319 0d19 1219
0x0000220: 1119 0b19 1819 16b8 01fc 8054 1919 b601
0x0000230: ff99 0016 2a19 04b6 0105 1905 190c b702
0x0000240: 0319 1903 b602 0784 1501 a7ff 0d15 0f99
0x0000250: 0011 b201 6504 bd00 0459 0301 53b8 01ce
0x0000260: a7fe 5bb2 0151 3a11 1911 be36 1203 3613
0x0000270: 1513 1512 a200 5419 1115 1332 3a14 190c
0x0000280: 1914 b601 d233 9900 0a19 0519 14b6 020a
0x0000290: 1905 1914 b601 f599 002b b802 0d99 0010
0x00002a0: 1904 b601 0519 14b6 010b b802 132a 1914
0x00002b0: 2324 2519 04b6 0105 1914 b601 0b19 05b7
0x00002c0: 0117 8413 01a7 ffab 190b b602 1619 0519
0x00002d0: 09b6 021a b602 1e2a b400 53b6 012c 190a
0x00002e0: b802 213a 0b2a b400 5db8 0221 3a0c 190b
0x00002f0: 2ab4 005d b902 2702 0057 190c 190a b902
0x0000300: 2702 0057 2ab4 005d b902 2a01 002a b400
0x0000310: 5d19 0ab9 022d 0200 572a b400 9d19 0c19
0x0000320: 0bb6 0231 2ab4 0053 b601 37a7 000f 3a1a
0x0000330: 2ab4 0053 b601 3719 1abf b1
Exception Handler Table:
bci [46, 57] => handler: 84
bci [66, 73] => handler: 84
bci [84, 86] => handler: 84
bci [734, 804] => handler: 814
bci [814, 816] => handler: 814
Stackmap Table:
full_frame(@66,{Object[#2],Float,Float,Float,Object[#18],Object[#73],Integer,Object[#9],Object[#9]},{})
same_locals_1_stack_item_frame(@84,Object[#317])
same_frame(@97)
full_frame(@187,{Object[#2],Float,Float,Float,Object[#18],Object[#73],Integer,Object[#9],Object[#9],Object[#319],Object[#371],Object[#332],Object[#373],Object[#375],Integer,Integer,Object[#377]},{})
append_frame(@244,Object[#359],Object[#390],Object[#403])
append_frame(@305,Object[#439],Object[#429])
chop_frame(@312,2)
same_frame(@325)
append_frame(@340,Object[#448])
append_frame(@343,Integer)
append_frame(@406,Object[#103])
same_frame(@426)
same_frame(@443)
append_frame(@533,Integer,Object[#14],Object[#494])
full_frame(@583,{Object[#2],Float,Float,Float,Object[#18],Object[#73],Integer,Object[#9],Object[#9],Object[#319],Object[#371],Object[#332],Object[#373],Object[#375],Integer,Integer,Object[#377],Object[#359],Object[#390],Object[#403],Object[#448],Integer},{})
chop_frame(@589,1)
full_frame(@608,{Object[#2],Float,Float,Float,Object[#18],Object[#73],Integer,Object[#9],Object[#9],Object[#319],Object[#371],Object[#332],Object[#373],Object[#375],Integer,Integer,Object[#377]},{})
same_frame(@611)
append_frame(@624,Object[#448],Integer,Integer)
append_frame(@656,Object[#103])
same_frame(@685)
chop_frame(@706,1)
chop_frame(@712,3)
full_frame(@717,{Object[#2],Float,Float,Float,Object[#18],Object[#73],Integer,Object[#9],Object[#9],Object[#319],Object[#371]},{})
same_locals_1_stack_item_extended(@814,Object[#317])
same_frame(@826)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1180)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————
— System Details —
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2001420776 bytes (1908 MB) / 5335154688 bytes (5088 MB) up to 6442450944 bytes (6144 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2794 Optifine OptiFine_1.12.2_HD_U_C8_pre 71 mods loaded, 71 mods active
States: ‘U’ = Unloaded ‘L’ = Loaded ‘C’ = Constructed ‘H’ = Pre-initialized ‘I’ = Initialized ‘J’ = Post-initialized ‘A’ = Available ‘D’ = Disabled ‘E’ = Errored
| State | ID | Version | Source | Signature |
|:—— |:——————- |:———————— |:————————————————— |:—————————————- |
| LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| LCHIJA | mcp | 9.42 | minecraft.jar | None |
| LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2794.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge | 14.23.5.2794 | forge-1.12.2-14.23.5.2794.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
| LCHIJA | itemphysic | 1.4.0 | minecraft.jar | None |
| LCHIJA | betterfonts | 1.9.1 | minecraft.jar | None |
| LCHIJA | jei | 4.8.5.132 | jei_1.12.2-4.8.5.132.jar | None |
| LCHIJA | abyssalcraft | 1.9.4.3 | AbyssalCraft-1.12.2-1.9.4.3.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LCHIJA | actuallyadditions | 1.12.2-r125 | ActuallyAdditions-1.12.2-r125.jar | None |
| LCHIJA | astralsorcery | 1.8.3 | astralsorcery-1.12.2-1.8.3.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCHIJA | quark | r1.4-120 | Quark-r1.4-120.jar | None |
| LCHIJA | skillable | beta-10 | Skillable-beta-10.jar | None |
| LCHIJA | autoreglib | 1.3-15 | AutoRegLib-1.3-15.jar | None |
| LCHIJA | battletowers | 1.6.1 | BattleTowers-1.12.2.jar | None |
| LCHIJA | baubles | 1.5.1 | Baubles-1.12-1.5.1.jar | None |
| LCHIJA | betterfoliage | 2.1.10 | BetterFoliage-MC1.12-2.1.10.jar | None |
| LCHIJA | codechickenlib | 3.1.3.313 | CodeChickenLib-1.12-3.1.3.313-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| LCHIJA | brandonscore | 2.3.4 | BrandonsCore-1.12-2.3.4.134-universal.jar | None |
| LCHIJA | capsule | 1.12.2-3.1.48 | Capsule-1.12.2-3.1.48.jar | None |
| LCHIJA | chickenchunks | 2.4.0.70 | ChickenChunks-1.12-2.4.0.70-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | creativecore | 1.9.9 | CreativeCore v1.9.12 mc1.12.2.jar | None |
| LCHIJA | chickenshedreborn | 1.0 | CSR-1.12-1.0.jar | None |
| LCHIJA | cyclicmagic | 1.10.5 | Cyclic-1.12.2-1.10.5.jar | None |
| LCHIJA | doggytalents | 1.14.2.314 | DoggyTalents-1.12-1.14.2.314-universal.jar | None |
| LCHIJA | draconicevolution | 2.3.5 | Draconic-Evolution-1.12-2.3.5.269-universal.jar | None |
| LCHIJA | dsurround | 3.4.7.2 | DynamicSurroundings-1.12.2-3.4.7.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCHIJA | presets | 3.4.7.2 | DynamicSurroundings-1.12.2-3.4.7.2.jar | None |
| LCHIJA | eleccore | 1.8.433 | ElecCore-1.12.2-1.8.433.jar | None |
| LCHIJA | elementaldimensions | 0.1.3 | elementaldimensions-1.12-0.1.3.jar | None |
| LCHIJA | embers | 0.230 | embers-0.230.jar | None |
| LCHIJA | enderstorage | 2.4.0.122 | EnderStorage-1.12-2.4.0.122-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | enderzoo | 1.12.1-1.4.0.49 | EnderZoo-1.12.1-1.4.0.49.jar | None |
| LCHIJA | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
| LCHIJA | tconstruct | 1.12-2.7.4.34 | TConstruct-1.12-2.7.4.34.jar | None |
| LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.6.8.jar | None |
| LCHIJA | zerocore | 1.12-0.1.1.0 | zerocore-1.12-0.1.1.0.jar | None |
| LCHIJA | bigreactors | 1.12-0.4.5.44 | ExtremeReactors-1.12-0.4.5.44.jar | None |
| LCHIJA | fbp | 2.3.5 | FancyBlockParticles-1.12.x-2.3.5.jar | None |
| LCHIJA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| LCHIJA | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
| LCHIJA | immersivefood | 1.12.1-0.0.2 | immersivefood-1.12.2-0.0.3.jar | None |
| LCHIJA | inventorysorter | 1.12.4+52 | inventorysorter-1.12.2-1.12.4+52.jar | None |
| LCHIJA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHIJA | ironbackpacks | 1.12.2-3.0.2-3 | IronBackpacks-1.12.2-3.0.2-3.jar | None |
| LCHIJA | ironchest | 1.12.2-7.0.34.820 | ironchest-1.12.2-7.0.34.820.jar | None |
| LCHIJA | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
| LCHIJA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
| LCHIJA | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None |
| LCHIJA | wizardry | 0.6.2 | wizardry-0.6.2.jar | None |
| LCHIJA | librarianlib | 3.4 | librarianlib-1.12-4.3.jar | None |
| LCHIJA | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
| LCHIJA | natura | 1.12-4.3.0.23 | natura-1.12-4.3.0.23.jar | None |
| LCHIJA | naturescompass | 1.5.0 | NaturesCompass-1.12.2-1.5.0.jar | None |
| LCHIJA | randomthings | 4.0.8 | RandomThings-MC1.12.2-4.0.8.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LCHIJA | reap | 1.5.0 | reap-1.5.0.jar | None |
| LCHIJA | refinedstorage | 1.5.28 | refinedstorage-1.5.28.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LCHIJA | xreliquary | 1.12.2-1.3.4.724 | Reliquary-1.12.2-1.3.4.724.jar | None |
| LCHIJA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
| LCHIJA | roots | 0.103 | roots-2-0.103.jar | None |
| LCHIJA | simplerpg | 2.2 | simplerpg-2.2-1.12.1.jar | None |
| LCHIJA | tammodized | 0.15.3 | TamModized-1.12.1-0.15.3.jar | None |
| LCHIJA | thebetweenlands | 3.1.0-alpha-snapshot | TheBetweenlands-3.1.0-alpha-snapshot-universal.jar | None |
| LCHIJA | theoneprobe | 1.4.19 | theoneprobe-1.12-1.4.19.jar | None |
| LCHIJA | tombstone | 1.6.1 | tombstone-1.6.1-1.12 (1).jar | None |
| LCHIJA | toolbelt | 1.7.1 | ToolBelt-1.12.0-1.7.1.jar | None |
| LCHIJA | totemic | 1.12.2-0.9.1 | Totemic-1.12.2-0.9.1.jar | 21d11d7bf4d97b465382a1f95428029aac6daaea |
| LCHIJA | twilightforest | 3.2.155 | twilightforest_1.12.2_3.2.155_universal.jar | None |
| LCHIJA | voidcraft | 0.26.9 | VoidCraft-1.12-0.26.9.jar | None |
| LCHIJA | librarianliblate | 3.4 | librarianlib-1.12-4.3.jar | None |
Loaded coremods (and transformers):
CreativePatchingLoader (CreativeCore v1.9.12 mc1.12.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.1.0-alpha-snapshot-universal.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
pw.prok.realbench.asm.RBTransformer
LoadingPlugin (Quark-r1.4-120.jar)
vazkii.quark.base.asm.ClassTransformer
Wizardry Plugin (wizardry-0.6.2.jar)
com.teamwizardry.wizardry.asm.WizardryTransformer
ItemPatchingLoader (ItemPhysic Full 1.4.9 mc1.12.2.jar)
com.creativemd.itemphysic.ItemTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
org.blockartistry.DynSurround.asm.Transformer
BetterFontsCore (TTFR-1.12.1-1.9.1.jar)
cubex2.ttfr.BFClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (Skillable-beta-10.jar)
vazkii.skillable.base.asm.ClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.3.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.0.8.jar)
lumien.randomthings.asm.ClassTransformer
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
LibrarianLib Plugin (librarianlib-1.12-4.3.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
GL info: ‘ Vendor: ‘Intel’ Version: ‘4.4.0 — Build 21.20.16.4526’ Renderer: ‘Intel® HD Graphics 630’
Pulsar/tconstruct loaded Pulses:
— TinkerCommons (Enabled/Forced)
— TinkerWorld (Enabled/Not Forced)
— TinkerTools (Enabled/Not Forced)
— TinkerHarvestTools (Enabled/Forced)
— TinkerMeleeWeapons (Enabled/Forced)
— TinkerRangedWeapons (Enabled/Forced)
— TinkerModifiers (Enabled/Forced)
— TinkerSmeltery (Enabled/Not Forced)
— TinkerGadgets (Enabled/Not Forced)
— TinkerOredict (Enabled/Forced)
— TinkerIntegration (Enabled/Forced)
— TinkerFluids (Enabled/Forced)
— TinkerMaterials (Enabled/Forced)
— TinkerModelRegister (Enabled/Forced)
— theoneprobeIntegration (Enabled/Not Forced)
Pulsar/natura loaded Pulses:
— NaturaCommons (Enabled/Forced)
— NaturaOverworld (Enabled/Not Forced)
— NaturaNether (Enabled/Not Forced)
— NaturaDecorative (Enabled/Not Forced)
— NaturaTools (Enabled/Not Forced)
— NaturaEntities (Enabled/Not Forced)
— NaturaOredict (Enabled/Forced)
— NaturaWorld (Enabled/Not Forced)
Launched Version: 1.12.2-forge1.12.2-14.23.5.2794
LWJGL: 2.9.4
OpenGL: Intel® HD Graphics 630 GL version 4.4.0 — Build 21.20.16.4526, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to ‘fml,forge’
Type: Client (map_client.txt)
Resource Packs: Faithful 1.12.2-rv4.zip
Current Language: Русский (Россия)
Profiler Position: N/A (disabled)
CPU: 8x Intel® Core i7-7700HQ CPU @ 2.80GHz
OptiFine Version: OptiFine_1.12.2_HD_U_C8_pre
Render Distance Chunks: 11
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Sildurs Vibrant Shaders v1.166 Extreme.zip
OpenGlVersion: 4.4.0 — Build 21.20.16.4526
OpenGlRenderer: Intel® HD Graphics 630
OpenGlVendor: Intel
CpuCount: 8
Java
-
Search
-
Search all Forums
-
Search this Forum
-
Search this Thread
-
-
Tools
-
Jump to Forum
-
-
#1
Aug 27, 2022
Ocex-
View User Profile
-
View Posts
-
Send Message
- Out of the Water
- Join Date:
8/28/2022
- Posts:
3
- Member Details
So I’m trying to run this modpack with a decent amount of mods but I keep gettings the «Error: java.lang.RuntimeException: Could not execute entrypoint stage ‘main’ due to errors, provided by ‘fabric-networking-api-v1’!» error
—- Minecraft Crash Report ——— Minecraft Crash Report —-// Who set us up the TNT?
Time: 8/27/22, 9:40 PMDescription: Initializing game
java.lang.RuntimeException: Could not execute entrypoint stage ‘main’ due to errors, provided by ‘fabric-networking-api-v1’! at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51) at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35) at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52) at net.minecraft.class_310.<init>(class_310.java:443) at net.minecraft.client.main.Main.main(Main.java:198) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) Suppressed: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_3248 failed at net.fabricmc.fabric.api.networking.v1.ServerLoginConnectionEvents.lambda$static$1(ServerLoginConnectionEvents.java:35) at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.update(ArrayBackedEvent.java:57) at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.<init>(ArrayBackedEvent.java:53) at net.fabricmc.fabric.impl.base.event.EventFactoryImpl.createArrayBacked(EventFactoryImpl.java:44) at net.fabricmc.fabric.api.event.EventFactory.createArrayBacked(EventFactory.java:63) at net.fabricmc.fabric.api.networking.v1.ServerLoginConnectionEvents.<clinit>(ServerLoginConnectionEvents.java:35) at net.minecraftforge.network.config.ConfigSync.init(ConfigSync.java:41) at net.minecraftforge.ForgeConfigAPIPort.onInitialize(ForgeConfigAPIPort.java:35) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47) … 7 more Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_3248 failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:419) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) … 16 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:414) … 20 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1] from phase [DEFAULT] in config [fabric-networking-api-v1.mixins.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) … 23 more Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Redirect annotation on handlePlayerJoin could not find any targets matching ‘Lnet/minecraft/class_3248;method_18784()V’ in net.minecraft.class_3248. Using refmap fabric-networking-api-v1-refmap.json [PREINJECT Applicator Phase -> fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1 -> Prepare Injections -> -> redirect$ble000$handlePlayerJoin(Lnet/minecraft/class_3248;)V -> Parse] at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets(InjectionInfo.java:656) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets(InjectionInfo.java:587) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:330) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:316) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:308) at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.<init>(RedirectInjectionInfo.java:44) at jdk.internal.reflect.GeneratedConstructorAccessor68.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:149) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:708) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1330) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1043) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) … 23 more Suppressed: java.lang.NoClassDefFoundError: Could not initialize class net.fabricmc.fabric.api.networking.v1.ServerLoginConnectionEvents at io.github.apace100.origins.networking.ModPacketsC2S.register(ModPacketsC2S.java:26) at io.github.apace100.origins.Origins.onInitialize(Origins.java:81) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47) … 7 moreCaused by: net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint ‘main’ provided by ‘fabric-networking-api-v1’ at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:56) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47) … 7 moreCaused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_3248 failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:419) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at java.base/java.lang.Class.getDeclaredMethods0(Native Method) at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402) at java.base/java.lang.Class.getDeclaredMethods(Class.java:2504) at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:68) at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117) at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53) … 8 moreCaused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:414) … 18 moreCaused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1] from phase [DEFAULT] in config [fabric-networking-api-v1.mixins.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) … 21 moreCaused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Redirect annotation on handlePlayerJoin could not find any targets matching ‘Lnet/minecraft/class_3248;method_18784()V’ in net.minecraft.class_3248. Using refmap fabric-networking-api-v1-refmap.json [PREINJECT Applicator Phase -> fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1 -> Prepare Injections -> -> redirect$ble000$handlePlayerJoin(Lnet/minecraft/class_3248;)V -> Parse] at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets(InjectionInfo.java:656) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets(InjectionInfo.java:587) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:330) at org.spongepowered.asm.mixin.injectio
n.struct.InjectionInfo.<init>(InjectionInfo.java:316) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:308) at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.<init>(RedirectInjectionInfo.java:44) at jdk.internal.reflect.GeneratedConstructorAccessor68.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:149) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:708) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1330) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1043) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) … 21 moreA detailed walkthrough of the error, its code path and all known details is as follows:—————————————————————————————
— Head —Thread: Render threadStacktrace: at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51) at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35) at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52) at net.minecraft.class_310.<init>(class_310.java:443)
— Initialization —Details: Modules: ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation CRYPT32.dll:Crypto API32:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation DBGHELP.DLL:Windows Image Helper:10.0.19041.867 (WinBuild.160101.0800):Microsoft Corporation DNSAPI.dll:DNS Client API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation GDI32.dll:GDI Client DLL:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation NLAapi.dll:Network Location Awareness 2:10.0.19041.1151 (WinBuild.160101.0800):Microsoft Corporation NSI.dll:NSI User-mode interface DLL:10.0.19041.610 (WinBuild.160101.0800):Microsoft Corporation NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation Ole32.dll:Microsoft OLE for Windows:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation OleAut32.dll:OLEAUT32.DLL:10.0.19041.985 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation RPCRT4.dll:Remote Procedure Call Runtime:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Windows Shell Common Dll:10.0.19041.964 (WinBuild.160101.0800):Microsoft Corporation SHLWAPI.dll:Shell Light-weight Utility Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation TmAMSIProvider64.dll:Trend Micro AMSI Provider Module (64-Bit):8.55.0.1032:Trend Micro Inc. TmUmEvt64.dll:Trend Micro User-Mode Hook Event Module (64-Bit):8.55.0.1043:Trend Micro Inc. USER32.dll:Multi-User Windows USER API Client DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation USERENV.dll:Userenv:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Windows HTTP Services:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation WINMM.dll:MCI API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.19041.1081 (WinBuild.160101.0800):Microsoft Corporation WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation Wldp.dll:Windows Lockdown Policy:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation amsi.dll:Anti-Malware Scan Interface:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation bcrypt.dll:Windows Cryptographic Primitives Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.1415 (WinBuild.160101.0800):Microsoft Corporation clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation combase.dll:Microsoft COM for Windows:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc.DLL:DHCP Client Service:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc6.DLL:DHCPv6 Client:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.19041.1503 (WinBuild.160101.0800):Microsoft Corporation gdi32full.dll:GDI Client DLL:10.0.19041.1706 (WinBuild.160101.0800):Microsoft Corporation java.dll:OpenJDK Platform binary:17.0.3.0:Microsoft javaw.exe:OpenJDK Platform binary:17.0.3.0:Microsoft jemalloc.dll jimage.dll:OpenJDK Platform binary:17.0.3.0:Microsoft jli.dll:OpenJDK Platform binary:17.0.3.0:Microsoft jna6306969585054326025.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA) jsvml.dll:OpenJDK Platform binary:17.0.3.0:Microsoft jvm.dll:OpenJDK 64-Bit server VM:17.0.3.0:Microsoft kernel.appcore.dll:AppModel API Host:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation lwjgl.dll management.dll:OpenJDK Platform binary:17.0.3.0:Microsoft management_ext.dll:OpenJDK Platform binary:17.0.3.0:Microsoft mdnsNSP.dll:Bonjour Namespace Provider:3,1,0,1:Apple Inc. msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation napinsp.dll:E-mail Naming Shim Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation ncrypt.dll:Windows NCrypt Router:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation net.dll:OpenJDK Platform binary:17.0.3.0:Microsoft nio.dll:OpenJDK Platform binary:17.0.3.0:Microsoft ntdll.dll:NT Layer DLL:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation perfos.dll:Windows System Performance Objects DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation pnrpnsp.dll:PNRP Name Space Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation profapi.dll:User Profile Basic API:10.0.19041.844 (WinBuild.160101.0800):Microsoft Corporation rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation sunmscapi.dll:OpenJDK Platform binary:17.0.3.0:Microsoft tmmon64.dll:Trend Micro UMH Monitor Engine:2.9.0.1036:Trend Micro Inc. ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation verify.dll:OpenJDK Platform binary:17.0.3.0:Microsoft win32u.dll:Win32u:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:Microsoft WinRT Storage API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation zip.dll:OpenJDK Platform binary:17.0.3.0:MicrosoftStacktrace: at net.minecraft.client.main.Main.main(Main.java:198) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
— System Details —Details: Minecraft Version: 1.19 Minecraft Version ID: 1.19 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 581954144 bytes (554 MiB) / 2699034624 bytes (2574 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 8 Processor Vendor: AuthenticAMD Processor Name: AMD FX-8320E Eight-Core Processor Identifier: AuthenticAMD Family 21 Model 2 Stepping 0 Microarchitecture: unknown Frequency (GHz): 3.21 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: NVIDIA GeForce GTX 1060 6GB Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x1c03 Graphics card #0 versionInfo: DriverVersion=31.0.15.1694 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 1.87 Memory slot #0 type: DDR3 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 1.87 Memory slot #1 type: DDR3 Virtual memory max (MB): 22428.10 Virtual memory used (MB): 17059.87 Swap memory total (MB): 6144.00 Swap memory used (MB): 347.45 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m Fabric Mods: advancednetherite: Advanced Netherite 1.6.4-1.19.2 advancementplaques: Advancement Plaques 1.4.5 adventurez: AdventureZ 1.4.14 artifacts: Artifacts 7.1.1+fabric com_github_llamalad7_mixinextras: MixinExtras 0.0.11 expandability: ExpandAbility 6.0.0 step-height-entity-attribute: Step Height Entity Attribute 1.0.0 autopath: Automatic Path 1.4.9 backslot: BackSlot 1.2.8 amecsapi: Amecs API 1.3.6+mc22w17a backslotaddon: BackSlot Addon 1.0.9 bclib: BCLib 2.1.0 bettercombat: Better Combat 1.1.1+1.19 player-animator: Player Animator 0.3.0 tinyconfig: TinyConfig 1.0.2 betterend: Better End 2.1.0 betternether: Better Nether 7.1.0 boatcontainer: BoatContainer 1.2.2 cardinal-components: Cardinal Components API 5.0.2 cardinal-components-base: Cardinal Components API (base) 5.0.2 cardinal-components-block: Cardinal Components API (blocks) 5.0.2 cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2 cardinal-components-entity: Cardinal Components API (entities) 5.0.2 cardinal-components-item: Cardinal Components API (items) 5.0.2 cardinal-components-level: Cardinal Components API (world saves) 5.0.2 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.2 cardinal-components-world: Cardinal Components API (worlds) 5.0.2 fabric-api-base: Fabric API Base 0.4.9+e62f51a395 fabric-networking-api-v1: Fabric Networking API (v1) 1.2.1+3082331495 cloth-config: Cloth Config v8 8.0.75 cloth-basic-math: cloth-basic-math 0.6.1 effective: Effective 1.2.2 end_origins: End Origins 1.0.0 endrem: End Remastered 5.1.1 entitybanners: Entity Banners 1.1-BETA+1.19 extra_classes_origins: Extra Classes — Origins 1.0.0 extraorigins: Extra Origins 1.19-2 fabric: Fabric API 0.58.0+1.19 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.7+9ff28f40a9 fabric-biome-api-v1: Fabric Biome API (v1) 9.0.14+b2a4a624a9 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.18+9ff28f40a9 fabric-command-api-v1: Fabric Command API (v1) 1.2.6+f71b366fa9 fabric-command-api-v2: Fabric Command API (v2) 2.1.2+0d55f585a9 fabric-commands-v0: Fabric Commands (v0) 0.2.23+df3654b3a9 fabric-containers-v0: Fabric Containers (v0) 0.1.28+df3654b3a9 fabric-content-registries-v0: Fabric Content Registries (v0) 3.2.1+07df213ea9 fabric-convention-tags-v1: Fabric Convention Tags 1.0.8+37622d24a9 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.3+bd0a0d4aa9 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.1.2+a680b9b4a9 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.28+a6d2f785a9 fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.16+9ff28f40a9 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.26+9ff28f40a9 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.26+df3654b3a9 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.19+18990361a9 fabric-item-api-v1: Fabric Item API (v1) 1.5.5+35a03c43a9 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.26+9ff28f40a9 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.18+9ff28f40a9 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.16+df3654b3a9 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.0+33fbc738a9 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.1+03a4e568a9 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.4+9e7660c6a9 fabric-message-api-v1: Fabric Message API (v1) 1.0.1+513f4a59a9 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.11+33fbc738a9 fabric-models-v0: Fabric Models (v0) 0.3.15+9ff28f40a9 fabric-networking-v0: Fabric Networking (v0) 0.3.15+df3654b3a9 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.0.8+9ff28f40a9 fabric-particles-v1: Fabric Particles (v1) 1.0.8+dc39553aa9 fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.18+23c4cfefa9 fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.8+9ff28f40a9 fabric-renderer-indigo: Fabric Renderer — Indigo 0.6.10+5187d39fa9 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.18+df3654b3a9 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.12+9ff28f40a9 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.5+9ff28f40a9 fabric-rendering-v0: Fabric Rendering (v0) 1.1.20+df3654b3a9 fabric-rendering-v1: Fabric Rendering (v1) 1.10.14+9ff28f40a9 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.9+e62f51a3a9 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.5.6+5f1a85e0a9 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.24+f05effafa9 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.7+9ff28f40a9 fabric-textures-v0: Fabric Textures (v0) 1.0.18+9ff28f40a9 fabric-transfer-api-v1: Fabric Transfer API (v1) 2.0.9+e62f51a3a9 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.1+9e7660c6a9 fabric-language-kotlin: Fabric Language Kotlin 1.8.3+kotlin.1.7.10 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.10 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.10 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.10 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.10 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.3 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.4.0 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.0 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.0 fabricloader: Fabric Loader 0.14.9 forgeconfigapiport: Forge Config API Port 4.2.3 com_electronwill_night-config_core: core 3.6.5 com_electronwill_night-config_toml: toml 3.6.5 geckolib3: Geckolib 3.1.6 com_eliotlash_mclib_mclib: mclib 18 com_eliotlash_molang_molang: molang 18 hookshot: Hookshot 26.0 iceberg: Iceberg 1.0.46 java: OpenJDK 64-Bit Server VM 17 jei: Just Enough Items 11.1.1.239 keebsz: Keebsz’s Battle Towers 0.3.3 levelz: LevelZ 1.3.6 libgui: LibGui 6.0.0-beta.5+1.19-pre1 jankson: Jankson 4.1.1+j1.2.1 blue_endless_jankson: jankson 1.2.1 libninepatch: LibNinePatch 1.1.0 libra: Libra 0.5.4 midnightlib: MidnightLib 0.6.0 minecraft: Minecraft 1.19 morebannerfeatures: More Banner Features 1.1.3 mypack: My Pack 1.0.0 mythicmounts: Mythic Mounts 1.19-7.0 origins: Origins 1.6.2 apoli: Apoli 2.5.1 additionalentityattributes: Additionalentityattributes 1.0.0+1.19 calio: Calio 1.7.0 playerabilitylib: Pal 1.6.0 reach-entity-attributes: Reach Entity Attributes 2.3.0 origins-classes: Origins: Classes 1.4.0 origins-plus-plus: Origins++ 1.7 patchouli: Patchouli 1.19-74-FABRIC fiber: fiber 0.23.0-2 pehkui: Pehkui 3.4.1+1.14.4-1.19.2 kanos_config: Kanos Config 0.3.1+1.14.4-1.19 regrowth: Regrowth 31.0.0 repurposed_structures: Repurposed Structures 6.1.1+1.19 rpgz: RPGZ 0.5.1 simplyswords: Simply Swords 1.10-1.19 skinlayers: 3d Skin Layers 1.5.1-mc1.19.1 sound_physics_remastered: Sound Physics Remastered 1.19-1.0.15 torohealth: ToroHealth Damage Indicators 1.19-fabric-1 travelersbackpack: Traveler’s Backpack 1.19-8.0.3 trinkets: Trinkets 3.4.0 voicechat: Simple Voice Chat 1.19-2.3.8 xaerominimap: Xaero’s Minimap 22.12.0 xaeroworldmap: Xaero’s World Map 1.26.1 Launched Version: fabric-loader-0.14.9-1.19 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: Unknown Window size: <not initialized> GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: <disabled> Using VBOs: Yes Is Modded: Definitely; Client brand changed to ‘fabric’ Type: Client (map_client.txt) CPU: <unknown>Anyone understand code and could help out?
-
- To post a comment, please login.
Posts Quoted:
Reply
Clear All Quotes
i was attempting to load a bunch of clientside mods into fabric for 1.19. instead, the game crashed.
since i’m not really a genius at figuring out crap like this, i will put the crash report here. if anyone has any tips, advice, or potential reasons as to why this happened, please do tell. thanks in advance.
—- Minecraft Crash Report —-
// Hey, that tickles! Hehehe!
Time: 8/18/22, 12:03 PM
Description: Initializing game
java.lang.RuntimeException: Mixin transformation of net.minecraft.class_338 failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray([KnotClassDelegate.java:419](https://KnotClassDelegate.java:419)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass([KnotClassDelegate.java:323](https://KnotClassDelegate.java:323)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass([KnotClassDelegate.java:218](https://KnotClassDelegate.java:218)) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass([KnotClassLoader.java:145](https://KnotClassLoader.java:145)) at java.base/java.lang.ClassLoader.loadClass([ClassLoader.java:520](https://ClassLoader.java:520)) at net.minecraft.class_315.<init>(class_315.java:428) at net.minecraft.class_310.<init>(class_310.java:445) at net.minecraft.client.main.Main.main([Main.java:198](https://Main.java:198)) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch([MinecraftGameProvider.java:461](https://MinecraftGameProvider.java:461)) at net.fabricmc.loader.impl.launch.knot.Knot.launch([Knot.java:74](https://Knot.java:74)) at net.fabricmc.loader.impl.launch.knot.KnotClient.main([KnotClient.java:23](https://KnotClient.java:23))
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins([MixinProcessor.java:392](https://MixinProcessor.java:392)) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass([MixinTransformer.java:234](https://MixinTransformer.java:234)) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes([MixinTransformer.java:202](https://MixinTransformer.java:202)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray([KnotClassDelegate.java:414](https://KnotClassDelegate.java:414)) ... 10 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [chatup.mixins.json:ChatHud_chatUpMixin from mod chat-up] from phase [DEFAULT] in config [chatup.mixins.json] FAILED during APPLY
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError([MixinProcessor.java:638](https://MixinProcessor.java:638)) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError([MixinProcessor.java:589](https://MixinProcessor.java:589)) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins([MixinProcessor.java:379](https://MixinProcessor.java:379)) ... 13 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: u/ModifyConstant annotation on textBottomOffset could not find any targets matching ‘Lnet/minecraft/class_338;method_44724(D)D’ in net.minecraft.class_338. Using refmap chat-up-refmap.json [PREINJECT Applicator Phase -> chatup.mixins.json:ChatHud_chatUpMixin from mod chat-up -> Prepare Injections -> -> constant$zzm000$textBottomOffset(D)D -> Parse]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets([InjectionInfo.java:656](https://InjectionInfo.java:656)) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets([InjectionInfo.java:587](https://InjectionInfo.java:587)) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation([InjectionInfo.java:330](https://InjectionInfo.java:330)) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>([InjectionInfo.java:316](https://InjectionInfo.java:316)) at org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo.<init>([ModifyConstantInjectionInfo.java:54](https://ModifyConstantInjectionInfo.java:54)) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance([NativeConstructorAccessorImpl.java:77](https://NativeConstructorAccessorImpl.java:77)) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance([DelegatingConstructorAccessorImpl.java:45](https://DelegatingConstructorAccessorImpl.java:45)) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller([Constructor.java:499](https://Constructor.java:499)) at java.base/java.lang.reflect.Constructor.newInstance([Constructor.java:480](https://Constructor.java:480)) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create([InjectionInfo.java:149](https://InjectionInfo.java:149)) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse([InjectionInfo.java:708](https://InjectionInfo.java:708)) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections([MixinTargetContext.java:1330](https://MixinTargetContext.java:1330)) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections([MixinApplicatorStandard.java:1043](https://MixinApplicatorStandard.java:1043)) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin([MixinApplicatorStandard.java:393](https://MixinApplicatorStandard.java:393)) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply([MixinApplicatorStandard.java:325](https://MixinApplicatorStandard.java:325)) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply([TargetClassContext.java:421](https://TargetClassContext.java:421)) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins([TargetClassContext.java:403](https://TargetClassContext.java:403)) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins([MixinProcessor.java:363](https://MixinProcessor.java:363)) ... 13 more
A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————
— Head —
Thread: Render thread
Stacktrace:
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray([KnotClassDelegate.java:419](https://KnotClassDelegate.java:419)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass([KnotClassDelegate.java:323](https://KnotClassDelegate.java:323)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass([KnotClassDelegate.java:218](https://KnotClassDelegate.java:218)) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass([KnotClassLoader.java:145](https://KnotClassLoader.java:145)) at java.base/java.lang.ClassLoader.loadClass([ClassLoader.java:520](https://ClassLoader.java:520)) at net.minecraft.class_315.<init>(class_315.java:428) at net.minecraft.class_310.<init>(class_310.java:445)
— Initialization —
Details:
Modules: ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation CRYPT32.dll:Crypto API32:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation DBGHELP.DLL:Windows Image Helper:10.0.19041.867 (WinBuild.160101.0800):Microsoft Corporation DNSAPI.dll:DNS Client API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation GDI32.dll:GDI Client DLL:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation MpOav.dll:IOfficeAntiVirus Module:4.18.2205.7 (WinBuild.160101.0800):Microsoft Corporation NLAapi.dll:Network Location Awareness 2:10.0.19041.1151 (WinBuild.160101.0800):Microsoft Corporation NSI.dll:NSI User-mode interface DLL:10.0.19041.610 (WinBuild.160101.0800):Microsoft Corporation NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation Ole32.dll:Microsoft OLE for Windows:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation OleAut32.dll:OLEAUT32.DLL:10.0.19041.985 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation RPCRT4.dll:Remote Procedure Call Runtime:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Windows Shell Common Dll:10.0.19041.964 (WinBuild.160101.0800):Microsoft Corporation USER32.dll:Multi-User Windows USER API Client DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation USERENV.dll:Userenv:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Windows HTTP Services:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation WINMM.dll:MCI API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.19041.1081 (WinBuild.160101.0800):Microsoft Corporation WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation Wldp.dll:Windows Lockdown Policy:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation amsi.dll:Anti-Malware Scan Interface:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation apphelp.dll:Application Compatibility Client Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation bcrypt.dll:Windows Cryptographic Primitives Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.1415 (WinBuild.160101.0800):Microsoft Corporation clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation combase.dll:Microsoft COM for Windows:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc.DLL:DHCP Client Service:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc6.DLL:DHCPv6 Client:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.19041.1503 (WinBuild.160101.0800):Microsoft Corporation gdi32full.dll:GDI Client DLL:10.0.19041.1706 (WinBuild.160101.0800):Microsoft Corporation glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW java.dll:OpenJDK Platform binary:17.0.3.0:Microsoft javaw.exe:OpenJDK Platform binary:17.0.3.0:Microsoft jemalloc.dll jimage.dll:OpenJDK Platform binary:17.0.3.0:Microsoft jli.dll:OpenJDK Platform binary:17.0.3.0:Microsoft jna17807366518599156745.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA) jsvml.dll:OpenJDK Platform binary:17.0.3.0:Microsoft jvm.dll:OpenJDK 64-Bit server VM:17.0.3.0:Microsoft kernel.appcore.dll:AppModel API Host:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation lwjgl.dll management.dll:OpenJDK Platform binary:17.0.3.0:Microsoft management_ext.dll:OpenJDK Platform binary:17.0.3.0:Microsoft msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation napinsp.dll:E-mail Naming Shim Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation ncrypt.dll:Windows NCrypt Router:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation net.dll:OpenJDK Platform binary:17.0.3.0:Microsoft nio.dll:OpenJDK Platform binary:17.0.3.0:Microsoft ntdll.dll:NT Layer DLL:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation perfos.dll:Windows System Performance Objects DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation pnrpnsp.dll:PNRP Name Space Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation profapi.dll:User Profile Basic API:10.0.19041.844 (WinBuild.160101.0800):Microsoft Corporation rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation shlwapi.dll:Shell Light-weight Utility Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation sunmscapi.dll:OpenJDK Platform binary:17.0.3.0:Microsoft ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation verify.dll:OpenJDK Platform binary:17.0.3.0:Microsoft win32u.dll:Win32u:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:Microsoft WinRT Storage API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation zip.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
Stacktrace:
at net.minecraft.client.main.Main.main([Main.java:198](https://Main.java:198)) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch([MinecraftGameProvider.java:461](https://MinecraftGameProvider.java:461)) at net.fabricmc.loader.impl.launch.knot.Knot.launch([Knot.java:74](https://Knot.java:74)) at net.fabricmc.loader.impl.launch.knot.KnotClient.main([KnotClient.java:23](https://KnotClient.java:23))
— System Details —
Details:
Minecraft Version: 1.19 Minecraft Version ID: 1.19 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 1005217200 bytes (958 MiB) / 1375731712 bytes (1312 MiB) up to 2147483648 bytes (2048 MiB) CPUs: 12 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 3600 6-Core Processor Identifier: AuthenticAMD Family 23 Model 113 Stepping 0 Microarchitecture: unknown Frequency (GHz): 3.59 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce GTX 1060 6GB Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x1c03 Graphics card #0 versionInfo: DriverVersion=30.0.14.9613 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: DDR4 Virtual memory max (MB): 30651.40 Virtual memory used (MB): 14906.05 Swap memory total (MB): 14336.00 Swap memory used (MB): 80.32 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Fabric Mods: betterf3: BetterF3 1.3.2 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.5.5+a6d2f785a9 camerautils: Camera Utils 1.19-1.0.0 chat-up: Chat Up! 2.1 fabric: Fabric API 0.57.0+1.19 fabric-api-base: Fabric API Base 0.4.9+e62f51a3a9 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.7+9ff28f40a9 fabric-biome-api-v1: Fabric Biome API (v1) 9.0.14+b2a4a624a9 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.18+9ff28f40a9 fabric-command-api-v1: Fabric Command API (v1) 1.2.6+f71b366fa9 fabric-command-api-v2: Fabric Command API (v2) 2.1.2+0d55f585a9 fabric-commands-v0: Fabric Commands (v0) 0.2.23+df3654b3a9 fabric-containers-v0: Fabric Containers (v0) 0.1.27+df3654b3a9 fabric-content-registries-v0: Fabric Content Registries (v0) 3.2.0+07df213ea9 fabric-convention-tags-v1: Fabric Convention Tags 1.0.8+37622d24a9 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.3+bd0a0d4aa9 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.1.1+a680b9b4a9 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.28+a6d2f785a9 fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.16+9ff28f40a9 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.26+9ff28f40a9 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.25+df3654b3a9 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.19+18990361a9 fabric-item-api-v1: Fabric Item API (v1) 1.5.4+767db26ea9 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.25+9ff28f40a9 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.18+9ff28f40a9 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.16+df3654b3a9 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.0+33fbc738a9 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.0+03a4e568a9 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.3+9e7660c6a9 fabric-message-api-v1: Fabric Message API (v1) 1.0.1+513f4a59a9 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.10+33fbc738a9 fabric-models-v0: Fabric Models (v0) 0.3.15+9ff28f40a9 fabric-networking-api-v1: Fabric Networking API (v1) 1.0.27+7fe97409a9 fabric-networking-v0: Fabric Networking (v0) 0.3.14+df3654b3a9 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.0.7+9ff28f40a9 fabric-particles-v1: Fabric Particles (v1) 1.0.8+dc39553aa9 fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.17+23c4cfefa9 fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.8+9ff28f40a9 fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.9+1f92344ea9 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.18+df3654b3a9 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.12+9ff28f40a9 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.5+9ff28f40a9 fabric-rendering-v0: Fabric Rendering (v0) 1.1.20+df3654b3a9 fabric-rendering-v1: Fabric Rendering (v1) 1.10.14+9ff28f40a9 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.9+e62f51a3a9 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.24+f05effafa9 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.6+9ff28f40a9 fabric-textures-v0: Fabric Textures (v0) 1.0.18+9ff28f40a9 fabric-transfer-api-v1: Fabric Transfer API (v1) 2.0.9+e62f51a3a9 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.1+9e7660c6a9 fabricloader: Fabric Loader 0.14.9 freecam: Freecam 1.1.4 cloth-config: Cloth Config v6 7.0.73
cloth-basic-math: cloth-basic-math 0.6.1
inventorytabs: Inventory Tabs 0.8.1-1.19.x java: OpenJDK 64-Bit Server VM 17 lambdynlights: LambDynamicLights 2.1.2+1.19 pride: Pride Lib 1.1.2+1.19 spruceui: SpruceUI 4.0.0+1.19 litematica: Litematica 0.12.0 lithium: Lithium 0.8.1 malilib: MaLiLib 0.13.0 minecraft: Minecraft 1.19 minihud: MiniHUD 0.23.0 modmenu: Mod Menu 4.0.4 phosphor: Phosphor 0.8.1 reeses-sodium-options: Reese's Sodium Options 1.4.6+mc1.16.5-build.52 replaymod: Replay Mod 1.19-2.6.8 shulkerboxtooltip: Shulker Box Tooltip 3.0.9-beta.1+1.19-rc2 mm: Manningham Mills 2.3 sodium: Sodium 0.4.2+build.16 org_joml_joml: joml 1.10.4 sodium-extra: Sodium Extra 0.4.6+mc1.19-build.47 caffeineconfig: CaffeineConfig 1.0.0+1.17 tweakeroo: Tweakeroo 0.14.0 Launched Version: fabric-loader-0.14.9-1.19 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: Unknown Window size: <not initialized> GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: <disabled> Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Type: Client (map_client.txt) CPU: <unknown>
The game crashed whilst initializing game Error: java.lang.RuntimeException: GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT Код завершения: -1
Именно этот текст появляется после вылета. Я играю на лицензионном лаунчере на сборке Valhelsia 2 (Версия 1.15.2).
crash-2021-06-25_18.02.06-client.txt