Traveler's Backpack

Traveler's Backpack

26M Downloads

Crash upon startup

KaanEmlak opened this issue · 13 comments

commented

Im having this error everytime i open the game and this is the crash log

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 01.04.2021 17:46
Description: Mod loading error has occurred

java.lang.Exception: Mod Loading has failed
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:85) [?:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:188) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$13154/928618111.run(Unknown Source) [?:?] {}
at net.minecraft.util.Util.func_215077_a(Util.java:320) [?:?] {re:classloading}
at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$10683/388512715.accept(Unknown Source) [?:?] {}
at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:113) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:481) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.1.0.jar:36.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$485/869610006.call(Unknown Source) [forge-1.16.5-36.1.0.jar:36.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}

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

-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.util.ResourceLocation.(ResourceLocation.java:33) ~[?:?] {re:classloading,re:mixin}
-- MOD travelersbackpack --
Details:
Mod File: TravelersBackpack-1.16.5-5.4.0.jar
Failure message: Traveler's Backpack (travelersbackpack) encountered an error during the complete event phase
net.minecraft.util.ResourceLocationException: Non [a-z0-9/.-] character in path of location: travelersbackpack:textures/model/ıron.png
Mod Version: 5.4.0
Mod Issue URL: https://github.com/Tiviacz1337/Travelers-Backpack/issues
Exception message: net.minecraft.util.ResourceLocationException: Non [a-z0-9/.
-] character in path of location: travelersbackpack:textures/model/ıron.png
Stacktrace:
at net.minecraft.util.ResourceLocation.(ResourceLocation.java:33) ~[?:?] {re:classloading,re:mixin}
at net.minecraft.util.ResourceLocation.(ResourceLocation.java:42) ~[?:?] {re:classloading,re:mixin}
at com.tiviacz.travelersbackpack.util.ResourceUtils.createTextureLocations(ResourceUtils.java:32) ~[?:1.16.5-5.4.0] {re:classloading}
at com.tiviacz.travelersbackpack.TravelersBackpack.onFinish(TravelersBackpack.java:83) ~[?:1.16.5-5.4.0] {re:classloading}
at com.tiviacz.travelersbackpack.TravelersBackpack$$Lambda$3555/2062761426.accept(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2938/1702481339.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2575/1988049298.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) ~[?:36.1] {re:classloading}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModContainer$$Lambda$3375/1872257073.run(Unknown Source) ~[?:?] {}
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) ~[?:1.8.0_51] {}
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?: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: 3863476224 bytes (3684 MB) / 5335154688 bytes (5088 MB) up to 8589934592 bytes (8192 MB)
CPUs: 8
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.1.0.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.1.0.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.1.0.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.1.0.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.1.0.jar fml TRANSFORMATIONSERVICE
FML: 36.1
Forge: net.minecraftforge:36.1.0
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
inventorysorter-1.16.1-18.1.0.jar |Simple Inventory Sorter |inventorysorter |18.1.0 |DONE |NOSIGNATURE
DungeonsMod-1.16.3-1.3.0.jar |Dungeons Mod |dungeonsmod |1.16.3-1.3.0 |DONE |NOSIGNATURE
Cucumber-1.16.4-4.1.8.jar |Cucumber Library |cucumber |4.1.8 |DONE |NOSIGNATURE
pamhc2trees-1.16.3-1.0.0.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.0 |DONE |NOSIGNATURE
EasyMagic-v1.0.2-1.16.5.jar |Easy Magic |easymagic |1.0.2 |DONE |9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
jei-1.16.5-7.6.1.75.jar |Just Enough Items |jei |7.6.1.75 |DONE |NOSIGNATURE
Mekanism-1.16.4-10.0.18.445.jar |Mekanism |mekanism |10.0.18 |DONE |NOSIGNATURE
create-mc1.16.3_v0.3e.jar |Create |create |mc1.16.3_v0.3e |DONE |NOSIGNATURE
Waystones_1.16.3-7.3.1.jar |Waystones |waystones |7.3.1 |DONE |NOSIGNATURE
journeymap-1.16.5-5.7.1.jar |Journeymap |journeymap |5.7.1 |DONE |NOSIGNATURE
MoreEnchantments_MC_1.16.4_Vers.1.0.1.jar |More Enchantments |more_enchantments |1.0.1 |DONE |NOSIGNATURE
citadel-1.6.1.jar |Citadel |citadel |1.6.1 |DONE |NOSIGNATURE
alexsmobs-1.8.1.jar |Alex's Mobs |alexsmobs |1.8.1 |DONE |NOSIGNATURE
TravelersBackpack-1.16.5-5.4.0.jar |Traveler's Backpack |travelersbackpack |5.4.0 |ERROR |NOSIGNATURE
NaturesCompass-1.16.5-1.8.6.jar |Nature's Compass |naturescompass |1.16.5-1.8.6 |DONE |NOSIGNATURE
Bookshelf-1.16.5-10.0.7.jar |Bookshelf |bookshelf |10.0.7 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
iceandfire-2.1.6-1.16.4.jar |Ice and Fire |iceandfire |2.1.6-1.16.4 |DONE |NOSIGNATURE
MekanismGenerators-1.16.4-10.0.18.445.jar |Mekanism: Generators |mekanismgenerators |10.0.18 |DONE |NOSIGNATURE
Hwyla-forge-1.10.11-B78_1.16.2.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |NOSIGNATURE
iChunUtil-1.16.3-10.0.0.jar |iChunUtil |ichunutil |10.0.0 |DONE |NOSIGNATURE
runesword-1.16.4-1.2.0.jar |Runesword |runesword |1.16.4-1.2.0 |DONE |NOSIGNATURE
forge-1.16.5-36.1.0-universal.jar |Forge |forge |36.1.0 |DONE |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
refinedstorage-1.9.12.jar |Refined Storage |refinedstorage |1.9.12 |DONE |NOSIGNATURE
DynamicSurroundings-1.16.4-4.0.4.1.jar |§3Dynamic Surroundings |dsurround |1.16.4-4.0.4.1 |DONE |b4:98:14:b9:76:55:25:4f:e5:5f:4d:71:90:87:43:5b:f9:d5:3a:02:60:42:5e:da:1f:15:9c:ff:be:a9:7c:77
MysticalAgriculture-1.16.4-4.1.5.jar |Mystical Agriculture |mysticalagriculture |4.1.5 |DONE |NOSIGNATURE
MysticalAgradditions-1.16.4-4.1.4.jar |Mystical Agradditions |mysticalagradditions |4.1.4 |DONE |NOSIGNATURE
ironchest-1.16.4-11.2.10.jar |Iron Chests |ironchest |1.16.4-11.2.10 |DONE |NOSIGNATURE
dungeonsarise1.16.5-1.2.68a-HF.jar |Dungeons Arise |dungeons_arise |1.2.68a |DONE |NOSIGNATURE
forge-1.16.5-36.1.0-client.jar |Minecraft |minecraft |1.16.5 |DONE |NOSIGNATURE
repurposed_structures-1.16.5-2.5.1.jar |Repurposed Structures |repurposed_structures |1.16.5-2.5.1 |DONE |NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.3.jar |EnchantmentDescriptions |enchdesc |7.0.3 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
pandoras_creatures-1.16.3-2.0.1.jar |Pandoras Creatures |pandoras_creatures |1.16.3-2.0.1 |DONE |NOSIGNATURE
ToolBelt-1.16.3-1.15.2.jar |Tool Belt |toolbelt |1.15.2 |DONE |NOSIGNATURE
BiomesOPlenty-1.16.4-13.0.0.431-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.4-13.0.0.431 |DONE |NOSIGNATURE
EndRemastered-R36.jar |End Remastered 3.6 |endrem |1.16.3 |DONE |NOSIGNATURE
valhelsia_structures-16.0.5.jar |Valhelsia Structures |valhelsia_structures |16.0.5 |DONE |NOSIGNATURE
pamhc2crops-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |DONE |NOSIGNATURE
ChunkAnimator-1.16.5-1.2.3.jar |Chunk Animator |chunkanimator |1.16.5-1.2.3 |DONE |NOSIGNATURE
Botania-1.16.4-414.jar |Botania |botania |1.16.4-414 |DONE |NOSIGNATURE
pamhc2foodextended-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |DONE |NOSIGNATURE
Bountiful-1.16.4-3.3.0.jar |Bountiful |bountiful |1.16.4-3.3.0 |DONE |NOSIGNATURE
curios-forge-1.16.5-4.0.5.0.jar |Curios API |curios |1.16.5-4.0.5.0 |DONE |NOSIGNATURE
relics-0.1.10.1.jar |Relics |relics |0.1.10.1 |DONE |NOSIGNATURE
Patchouli-1.16.4-50.jar |Patchouli |patchouli |1.16.4-50 |DONE |NOSIGNATURE
rats-7.1.0-1.16.5.jar |Rats |rats |7.1.0 |DONE |NOSIGNATURE
pamhc2foodcore-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |DONE |NOSIGNATURE
gravestone-1.16.5-1.0.2.jar |Gravestone Mod |gravestone |1.16.5-1.0.2 |DONE |NOSIGNATURE
baubley-heart-canisters-1.16.4-1.1.2.jar |Baubley Heart Canisters |bhc |1.1.2 |DONE |NOSIGNATURE
FluxNetworks-1.16.5-6.1.6.11.jar |Flux Networks |fluxnetworks |1.16.5-6.1.6.11 |DONE |NOSIGNATURE
twoplayersonehorse-1.16.4-2.0.1.jar |2 players 1 horse |twoplayersonehorse |1.16.4-2.0.1 |DONE |NOSIGNATURE
elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |NOSIGNATURE
TheAbyss2+1.9.7+1.16.5.jar |TheAbyss |theabyss |1.9.7 |DONE |NOSIGNATURE
AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE
BackTools-1.16.5-10.1.0.jar |Back Tools |backtools |10.1.0 |DONE |NOSIGNATURE
OddWaterMobs[1.16.4]_1.2.3.jar |Odd Water Mobs |oddwatermobs |1.2.3 |DONE |NOSIGNATURE
CraftableHorseArmour-1.16.X-1.4.0.jar |CHA&S - Craftable Horse Armour|craftablehorsearmour |1.16.4-1.4.0 |DONE |NOSIGNATURE
CodeChickenLib-1.16.4-3.5.1.408-universal.jar |CodeChicken Lib |codechickenlib |3.5.1.408 |DONE |31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
EnderStorage-1.16.4-2.7.1.166-universal.jar |EnderStorage |enderstorage |2.7.1.166 |DONE |31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
Crash Report UUID: 3e981730-af77-4fa1-90a7-3a5e61df4e56
Patchouli open book context: n/a

commented

I don't know why but you have ıron, instead of iron. Try redownloading mod from curseforge

commented

I don't know why but you have ıron, instead of iron. Try redownloading mod from curseforge

i checked inside the rar file, and its "iron". i redownloaded it, but same thing occured

commented

I don't know what may be the issue, I haven't experienced it and no one else reported it to me

can i try to change the files name to completely something else? would that work?

commented

I don't know what may be the issue, I haven't experienced it and no one else reported it to me

commented

Yes, try it

commented

Yes, try it

ok this is so bizzare, i changed all the mod "irons" into "demor" even inside the json files but the error is still the same. Maybe its a keyboard language issue? Because i am turkish and we have the letter "ı" in our alphabet.
ps: didnt change the original minecraft iron names just the mod ones

commented

Hmm, that is really strange issue, if you say you've got this letter in your language, that may be this. Idk, I can't do much about that. Maybe try changing your windows language or something just for testing.

commented

Did it fix it?

commented

Did it fix it?

unfortunately no, i don't know what to do anymore

commented

That is strange, because only you have this problem

commented

That is strange, because only you have this problem

Can you give me a version without the localizations?

commented

Contact me on discord

commented

Contact me on discord

couldnt find yours but here is mine Müslüman Miles#8643