changing from 1.12.2 to 1.14.4 crash

Published by wadihw on
Status
Resolved
Issue description

so I am trying to change from 1.12.2 to 1.14.4 with a mod that has 261 mod elements and I don't know what is causing this issue but after I click Play the Game starts to load and then it crashes. I have No Obj Models 

I am wondering if it is possible to move this big of a workspace without having to remake everything

and the console just gives me this {I have put my workspace}

] > Task :runClient FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':runClient'.
> Process 'command 'C:\Program Files\Pylo\MCreator\jdk\bin\java.exe'' finished with non-zero exit value -1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:c…
BUILD FAILED in 1m 46s
6 actionable tasks: 3 executed, 3 up-to-date
BUILD FAILED

 

Thank you :)

Issue comments

From your crash:

  at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72 ) [modlauncher-4.1.0.jar:?] {}
   at cpw.mods.modlauncher.Launcher.run(Launcher.java:81 ) [modlauncher-4.1.0.jar:?] {}
   at cpw.mods.modlauncher.Launcher.main(Launcher.java:65 ) [modlauncher-4.1.0.jar:?] {}
   at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:101 ) [forge-1.14.4-28.1.106_mapped_snapshot_20190719-1.14.3-recomp.jar:?] {}
Caused by: net.minecraft.util.ResourceLocationException: Non [a-z0-9/._-] character in path of location: unspeakable_items:items/enhancedpowerorb +2max
   at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:30 ) ~[?:?] {re:classloading}
   at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:35 ) ~[?:?] {re:classloading}
   at net.minecraft.client.renderer.model.BlockModel.lambda$getTextures$1(BlockModel.java:163 ) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) ~[?:1.8.0_222] {}

Some of your files seem to use file names that are not allowed in 1.14.4

The solution can be found on this page: https://mcreator.net/wiki/minecraft-1144-resourcelocationexception-non-z0-9-character-path-location