Pixelmon Mod - Bug tracker

Nullpointer Exception - NPC Trainer in Singleplayer on rejoin fix completed for upcoming version

Ticket description:
Hey, first this is not just a random null-pointer Exception its repeatable and consistence.

Step 1: Join your Singleplayer World
Step 2: Place any NPC down with Trainer Editor
Step 3: Exit the World/Save -> Rejoin the World
Step 4: First you will notice the Trainer Editor is no longer working on that NPC Trainer Entity.

Step 5: If you now battle the NPC trainer the battle works normal, you endbattle/win/lose or just flee now.
Step 6: If you now throw your pokemon again on that NPC, your whole game crashes.

Tested this in 3 different worlds, with 3 different NPC's. its consistence.


Code: Select all---- Minecraft Crash Report ----
// This doesn't make any sense!

Time: 5/18/23 11:30 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
   at com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry.getTranslatedGymMemberData(ServerNPCRegistry.java:254) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry.getTranslatedData(ServerNPCRegistry.java:341) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.getTranslatedData(NPCTrainer.java:281) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.getChat(NPCTrainer.java:289) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.getWinMessage(NPCTrainer.java:258) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.winBattle(NPCTrainer.java:682) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.endBattle(TrainerParticipant.java:181) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.battles.controller.BattleController.endBattle(BattleController.java:1088) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.battles.controller.BattleController.endBattle(BattleController.java:968) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity.func_70227_a(OccupiedPokeBallEntity.java:289) ~[?:1.16.5-9.1.3] {re:classloading}
   at net.minecraft.entity.projectile.ThrowableEntity.func_70071_h_(ThrowableEntity.java:67) ~[?:?] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity.func_70071_h_(PokeBallEntity.java:223) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity.func_70071_h_(OccupiedPokeBallEntity.java:132) ~[?:1.16.5-9.1.3] {re:classloading}
   at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:612) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
   at net.minecraft.world.server.ServerWorld$$Lambda$9436/1817822078.accept(Unknown Source) ~[?:?] {}
   at net.minecraft.world.World.func_217390_a(World.java:554) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
   at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:405) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
   at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
   at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
   at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
   at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
   at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
   at net.minecraft.server.MinecraftServer$$Lambda$9121/233680546.run(Unknown Source) [?:?] {}
   at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
   at com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry.getTranslatedGymMemberData(ServerNPCRegistry.java:254) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry.getTranslatedData(ServerNPCRegistry.java:341) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.getTranslatedData(NPCTrainer.java:281) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.getChat(NPCTrainer.java:289) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.getWinMessage(NPCTrainer.java:258) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.winBattle(NPCTrainer.java:682) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.endBattle(TrainerParticipant.java:181) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.battles.controller.BattleController.endBattle(BattleController.java:1088) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.battles.controller.BattleController.endBattle(BattleController.java:968) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity.func_70227_a(OccupiedPokeBallEntity.java:289) ~[?:1.16.5-9.1.3] {re:classloading}
   at net.minecraft.entity.projectile.ThrowableEntity.func_70071_h_(ThrowableEntity.java:67) ~[?:?] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity.func_70071_h_(PokeBallEntity.java:223) ~[?:1.16.5-9.1.3] {re:classloading}
   at com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity.func_70071_h_(OccupiedPokeBallEntity.java:132) ~[?:1.16.5-9.1.3] {re:classloading}
   at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:612) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
   at net.minecraft.world.server.ServerWorld$$Lambda$9436/1817822078.accept(Unknown Source) ~[?:?] {}
-- Entity being ticked --
Details:
   Entity Type: pixelmon:occupied_pokeball (com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity)
   Entity ID: 598
   Entity Name: Floragato Poké Ball
   Entity's Exact location: 1.28, 82.46, 1.61
   Entity's Block location: World: (1,82,1), Chunk: (at 1,5,1 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
   Entity's Momentum: -0.49, -0.19, -0.73
   Entity's Passengers: []
   Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
   at net.minecraft.world.World.func_217390_a(World.java:554) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
   at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:405) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}


-- Affected level --
Details:
   All players: 1 total; [ServerPlayerEntity['WaifuJanna'/413, l='ServerLevel[world]', x=1.77, y=81.00, z=2.35]]
   Chunk stats: ServerChunkCache: 2025
   Level dimension: minecraft:overworld
   Level spawn location: World: (0,85,0), Chunk: (at 0,5,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
   Level time: 882740 game time, 2460547 day time
   Level name: world
   Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
   Level weather: Rain time: 72000 (now: false), thunder time: 0 (now: false)
   Known server brands: forge arclight, forge
   Level was modded: true
   Level storage version: 0x04ABD - Anvil
Stacktrace:
   at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
   at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
   at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
   at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
   at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
   at net.minecraft.server.MinecraftServer$$Lambda$9121/233680546.run(Unknown Source) [?:?] {}
   at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}


-- System Details --
Details:
   Minecraft Version: 1.16.5
   Minecraft Version ID: 1.16.5
   Operating System: Windows 10 (amd64) version 10.0
   Java Version: 1.8.0_51, Oracle Corporation
   Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
   Memory: 555624472 bytes (529 MB) / 2106589184 bytes (2009 MB) up to 3817865216 bytes (3641 MB)
   CPUs: 12
   JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
   ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
   ModLauncher launch target: fmlclient
   ModLauncher naming: srg
   ModLauncher services:
      /mixin-0.8.4.jar mixin PLUGINSERVICE
      /eventbus-4.0.0.jar eventbus PLUGINSERVICE
      /forge-1.16.5-36.2.39.jar object_holder_definalize PLUGINSERVICE
      /forge-1.16.5-36.2.39.jar runtime_enum_extender PLUGINSERVICE
      /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
      /forge-1.16.5-36.2.39.jar capability_inject_definalize PLUGINSERVICE
      /forge-1.16.5-36.2.39.jar runtimedistcleaner PLUGINSERVICE
      /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
      /forge-1.16.5-36.2.39.jar fml TRANSFORMATIONSERVICE
   FML: 36.2
   Forge: net.minecraftforge:36.2.39
   FML Language Providers:
      [email protected]
      minecraft@1
   Mod List:
      forge-1.16.5-36.2.39-client.jar                   |Minecraft                     |minecraft                     |1.16.5              |DONE      |Manifest: NOSIGNATURE
      biomeidfixer-1.16.5-1.0.1.s5.jar                  |Biome Id Fixer by Desagas     |biomeidfixer                  |1.16.5-1.0.1.s5     |DONE      |Manifest: NOSIGNATURE
      forge-1.16.5-36.2.39-universal.jar                |Forge                         |forge                         |36.2.39             |DONE      |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
      Pixelmon-1.16.5-9.1.3-universal.jar               |Pixelmon Mod                  |pixelmon                      |9.1.3               |DONE      |Manifest: NOSIGNATURE
      byg-1.3.5.jar                                     |Oh The Biomes You'll Go       |byg                           |1.3.4               |DONE      |Manifest: NOSIGNATURE
   Crash Report UUID: 52883633-9159-4305-9cc3-336d169f56a4
   Player Count: 1 / 8; [ServerPlayerEntity['WaifuJanna'/413, l='ServerLevel[world]', x=1.77, y=81.00, z=2.35]]
   Data Packs: vanilla, mod:biomeidfixer, mod:forge, mod:pixelmon, mod:byg, file/customballs-jannalogic.zip, file/pixeleditshopjannamini.zip, file/vanilamobs_.zip
   Type: Integrated Server (map_client.txt)
   Is Modded: Definitely; Client brand changed to 'forge'

Comments

#29699 Posted by WaifuJanna » 20 May 2023 09:12

update. on a freshly installed curseforge pixelmon profile this problem is not happening.
:-/

update 2: after swapping the option.txt file from the new profile to the old profile, the bug disappeared. so it is one of the options.


OLD OPTION that causes the crash/bug
Code: Select allversion:2586
autoJump:false
autoSuggestions:true
chatColors:true
chatLinks:true
chatLinksPrompt:true
enableVsync:false
entityShadows:false
forceUnicodeFont:false
discrete_mouse_scroll:false
invertYMouse:false
realmsNotifications:true
reducedDebugInfo:false
snooperEnabled:false
showSubtitles:false
touchscreen:false
fullscreen:false
bobView:false
toggleCrouch:false
toggleSprint:false
mouseSensitivity:0.5
fov:0.125
screenEffectScale:0.7007042
fovEffectScale:0.7095922
gamma:1.0
renderDistance:9
entityDistanceScaling:1.0
guiScale:2
particles:0
maxFps:60
difficulty:2
graphicsMode:1
ao:1
biomeBlendRadius:2
renderClouds:false
incompatibleResourcePacks:[]
lastServer:localhost:5000
lang:en_gb
chatVisibility:0
chatOpacity:1.0
chatLineSpacing:0.0
textBackgroundOpacity:0.5
backgroundForChatOnly:true
hideServerAddress:false
advancedItemTooltips:true
pauseOnLostFocus:true
overrideWidth:0
overrideHeight:0
heldItemTooltips:true
chatHeightFocused:1.0
chatDelay: 0.0
chatHeightUnfocused:0.44366195797920227
chatScale:1.0
chatWidth:1.0
mipmapLevels:4
useNativeTransport:true
mainHand:right
attackIndicator:2
narrator:0
tutorialStep:none
mouseWheelSensitivity:1.0
rawMouseInput:true
glDebugVerbosity:1
skipMultiplayerWarning:false
hideMatchedNames:true
joinedFirstServer:true
syncChunkWrites:true
key_key.attack:key.mouse.left
key_key.use:key.mouse.right
key_key.forward:key.keyboard.w
key_key.left:key.keyboard.a
key_key.back:key.keyboard.s
key_key.right:key.keyboard.d
key_key.jump:key.keyboard.space
key_key.sneak:key.keyboard.left.shift
key_key.sprint:key.keyboard.left.control
key_key.drop:key.keyboard.q
key_key.inventory:key.keyboard.i
key_key.chat:key.keyboard.t
key_key.playerlist:key.keyboard.tab
key_key.pickItem:key.mouse.middle
key_key.command:key.keyboard.slash
key_key.socialInteractions:key.keyboard.p
key_key.screenshot:key.keyboard.f2
key_key.togglePerspective:key.keyboard.f5
key_key.smoothCamera:key.keyboard.unknown
key_key.fullscreen:key.keyboard.f11
key_key.spectatorOutlines:key.keyboard.unknown
key_key.swapOffhand:key.keyboard.f
key_key.saveToolbarActivator:key.keyboard.unknown
key_key.loadToolbarActivator:key.keyboard.x
key_key.advancements:key.keyboard.l
key_key.hotbar.1:key.keyboard.1
key_key.hotbar.2:key.keyboard.2
key_key.hotbar.3:key.keyboard.3
key_key.hotbar.4:key.keyboard.4
key_key.hotbar.5:key.keyboard.5
key_key.hotbar.6:key.keyboard.6
key_key.hotbar.7:key.keyboard.7
key_key.hotbar.8:key.keyboard.8
key_key.hotbar.9:key.keyboard.9
key_key.journeymap.zoom_in:key.keyboard.right.bracket
key_key.journeymap.zoom_out:key.keyboard.slash
key_key.journeymap.minimap_type:key.keyboard.left.bracket
key_key.journeymap.minimap_preset:key.keyboard.backslash
key_key.journeymap.create_waypoint:key.keyboard.b
key_key.journeymap.toggle_waypoints:key.keyboard.z
key_key.journeymap.fullscreen_create_waypoint:key.keyboard.b
key_key.journeymap.fullscreen_chat_position:key.keyboard.unknown
key_key.journeymap.map_toggle_alt:key.keyboard.j
key_key.journeymap.fullscreen_waypoints:key.keyboard.b:CONTROL
key_key.journeymap.minimap_toggle_alt:key.keyboard.j:CONTROL
key_key.journeymap.fullscreen_options:key.keyboard.o
key_key.journeymap.fullscreen.north:key.keyboard.up
key_key.journeymap.fullscreen.south:key.keyboard.down
key_key.journeymap.fullscreen.east:key.keyboard.right
key_key.journeymap.fullscreen.west:key.keyboard.left
key_key.journeymap.fullscreen.disable_buttons:key.keyboard.h
key_xray.config.toggle:key.keyboard.x
key_xray.config.open:key.keyboard.x:SHIFT
key_worldeditcuife3.key.cui.options:key.keyboard.equal:ALT
key_worldeditcuife3.key.cui.toggle.visibility:key.keyboard.unknown
key_worldeditcuife3.key.cui.clear.selection:key.keyboard.unknown
key_worldeditcuife3.key.chunk.toggle.visibility:key.keyboard.unknown
key_worldeditcuife3.key.distance.toggle.visibility:key.keyboard.k
key_key.waila.config:key.keyboard.keypad.0
key_key.waila.show_overlay:key.keyboard.keypad.1
key_key.waila.toggle_liquid:key.keyboard.keypad.2
key_key.sendpokemon:key.keyboard.r
key_key.nextpokemon:key.keyboard.down
key_key.previouspokemon:key.keyboard.up
key_key.minmaxoverlay:key.keyboard.o
key_key.descend:key.keyboard.unknown
key_key.hover:key.keyboard.h
key_key.spectateBattle:key.keyboard.y
key_key.questjournal:key.keyboard.n
key_key.questcycle:key.keyboard.m
key_key.pokemonaction:key.keyboard.v
key_key.pokemonexternal:key.keyboard.comma
key_key.nextexternalmove:key.keyboard.period
key_key.pokedex:key.keyboard.p
key_key.trainercard:key.keyboard.u
key_key.wiki:key.keyboard.k
key_key.pcsearch:key.keyboard.s
key_key.pcrename:key.keyboard.r
key_key.pcwallpaper:key.keyboard.w
key_key.pixelmonoptions:key.keyboard.p
key_key.configured.open_mod_list:key.keyboard.equal
key_key.jei.toggleOverlay:key.keyboard.o:CONTROL
key_key.jei.focusSearch:key.keyboard.f:CONTROL
key_key.jei.toggleCheatMode:key.keyboard.unknown
key_key.jei.toggleEditMode:key.keyboard.unknown
key_key.jei.showRecipe:key.keyboard.r
key_key.jei.showUses:key.keyboard.u
key_key.jei.recipeBack:key.keyboard.backspace
key_key.jei.previousPage:key.keyboard.page.up
key_key.jei.nextPage:key.keyboard.page.down
key_key.jei.previousCategory:key.keyboard.page.up:SHIFT
key_key.jei.nextCategory:key.keyboard.page.down:SHIFT
key_key.jei.bookmark:key.keyboard.a
key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown
soundCategory_master:0.54304636
soundCategory_music:0.0
soundCategory_record:0.32042253
soundCategory_weather:1.0
soundCategory_block:0.28521127
soundCategory_hostile:1.0
soundCategory_neutral:0.0
soundCategory_player:1.0
soundCategory_ambient:1.0
soundCategory_voice:1.0
modelPart_cape:true
modelPart_jacket:true
modelPart_left_sleeve:true
modelPart_right_sleeve:true
modelPart_left_pants_leg:true
modelPart_right_pants_leg:true
modelPart_hat:true



New Option of new profile, that WORKS
Code: Select allversion:2586
autoJump:true
autoSuggestions:true
chatColors:true
chatLinks:true
chatLinksPrompt:true
enableVsync:true
entityShadows:true
forceUnicodeFont:false
discrete_mouse_scroll:false
invertYMouse:false
realmsNotifications:true
reducedDebugInfo:false
snooperEnabled:false
showSubtitles:false
touchscreen:false
fullscreen:false
bobView:true
toggleCrouch:false
toggleSprint:false
mouseSensitivity:0.5
fov:0.0
screenEffectScale:1.0
fovEffectScale:1.0
gamma:0.0
renderDistance:12
entityDistanceScaling:1.0
guiScale:0
particles:0
maxFps:120
difficulty:2
graphicsMode:1
ao:2
biomeBlendRadius:2
renderClouds:true
resourcePacks:[]
incompatibleResourcePacks:[]
lastServer:
lang:en_us
chatVisibility:0
chatOpacity:1.0
chatLineSpacing:0.0
textBackgroundOpacity:0.5
backgroundForChatOnly:true
hideServerAddress:false
advancedItemTooltips:false
pauseOnLostFocus:true
overrideWidth:0
overrideHeight:0
heldItemTooltips:true
chatHeightFocused:1.0
chatDelay: 0.0
chatHeightUnfocused:0.44366195797920227
chatScale:1.0
chatWidth:1.0
mipmapLevels:4
useNativeTransport:true
mainHand:right
attackIndicator:1
narrator:0
tutorialStep:movement
mouseWheelSensitivity:1.0
rawMouseInput:true
glDebugVerbosity:1
skipMultiplayerWarning:false
hideMatchedNames:true
joinedFirstServer:true
syncChunkWrites:true
key_key.attack:key.mouse.left
key_key.use:key.mouse.right
key_key.forward:key.keyboard.w
key_key.left:key.keyboard.a
key_key.back:key.keyboard.s
key_key.right:key.keyboard.d
key_key.jump:key.keyboard.space
key_key.sneak:key.keyboard.left.shift
key_key.sprint:key.keyboard.left.control
key_key.drop:key.keyboard.q
key_key.inventory:key.keyboard.e
key_key.chat:key.keyboard.t
key_key.playerlist:key.keyboard.tab
key_key.pickItem:key.mouse.middle
key_key.command:key.keyboard.slash
key_key.socialInteractions:key.keyboard.p
key_key.screenshot:key.keyboard.f2
key_key.togglePerspective:key.keyboard.f5
key_key.smoothCamera:key.keyboard.unknown
key_key.fullscreen:key.keyboard.f11
key_key.spectatorOutlines:key.keyboard.unknown
key_key.swapOffhand:key.keyboard.f
key_key.saveToolbarActivator:key.keyboard.c
key_key.loadToolbarActivator:key.keyboard.x
key_key.advancements:key.keyboard.l
key_key.hotbar.1:key.keyboard.1
key_key.hotbar.2:key.keyboard.2
key_key.hotbar.3:key.keyboard.3
key_key.hotbar.4:key.keyboard.4
key_key.hotbar.5:key.keyboard.5
key_key.hotbar.6:key.keyboard.6
key_key.hotbar.7:key.keyboard.7
key_key.hotbar.8:key.keyboard.8
key_key.hotbar.9:key.keyboard.9
key_key.sendpokemon:key.keyboard.r
key_key.nextpokemon:key.keyboard.down
key_key.previouspokemon:key.keyboard.up
key_key.minmaxoverlay:key.keyboard.o
key_key.descend:key.keyboard.c
key_key.hover:key.keyboard.h
key_key.spectateBattle:key.keyboard.y
key_key.questjournal:key.keyboard.n
key_key.questcycle:key.keyboard.m
key_key.pokemonaction:key.keyboard.v
key_key.pokemonexternal:key.keyboard.g
key_key.nextexternalmove:key.keyboard.b
key_key.pokedex:key.keyboard.i
key_key.trainercard:key.keyboard.u
key_key.wiki:key.keyboard.k
key_key.pcsearch:key.keyboard.s
key_key.pcrename:key.keyboard.r
key_key.pcwallpaper:key.keyboard.w
key_key.pixelmonoptions:key.keyboard.p
soundCategory_master:1.0
soundCategory_music:1.0
soundCategory_record:1.0
soundCategory_weather:1.0
soundCategory_block:1.0
soundCategory_hostile:1.0
soundCategory_neutral:1.0
soundCategory_player:1.0
soundCategory_ambient:1.0
soundCategory_voice:1.0
modelPart_cape:true
modelPart_jacket:true
modelPart_left_sleeve:true
modelPart_right_sleeve:true
modelPart_left_pants_leg:true
modelPart_right_pants_leg:true
modelPart_hat:true

#29700 Posted by WaifuJanna » 20 May 2023 12:00

Sophie and me could reproduce the problem. The problem is based on the Language setting.
Every non "Main Language" section has this crash.


English US works
- every other English doesnt
German works - every other 'german-ish'(austria/switzerland) doesnt
Spain works - spain mexico doesnt.

Ticket details

  • Ticket ID: 20420
  • Project: Pixelmon Mod
  • Status: Fix completed for upcoming version
  • Component: Crash
  • Project version: 1.16.5-9.x.x
  • Priority: High
  • Severity: Major
  • Forge/Sponge: forge-1.16.5-36.2.39
  • What else would be useful to know?: Java 1.8
  • Assigned to: WaifuJanna
  • Reported by: WaifuJanna (Send PM)
  • Reporter's tickets: (List all tickets)
  • Reported on: 18 May 2023 16:29
  • Ticket last visited by: Sophie847 on 01 Jul 2023 22:59
JOIN THE TEAM