Help with bug in procedure in CAS 4.1

Started by OVONSAME on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 06:12, 5. Oct 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with bug in procedure in CAS 4.1

Please tell me what exactly is causing the error. It is definitely related to procedures, but what have I missed. Also this is the log of the plugin Creating addons support 4.1. 

Last seen on 06:12, 5. Oct 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Loader/DEBUG] [Blockly…
Sat, 10/05/2024 - 06:12

Loader/DEBUG] [Blockly JavaScript Files loader] Loading Blockly JavaScript files from plugins

2024-09-28-18:56:45 [Application-Loader/DEBUG] [Blockly Toolboxes loader] Loading Blockly toolboxes from plugins

2024-09-28-18:56:45 [Application-Loader/DEBUG] [Blockly loader] Loading blocks for procedures

2024-09-28-18:56:45 [Application-Loader/ERROR] [Exception] Uncaught exception in Application-Loader

java.lang.NullPointerException: Cannot invoke "java.lang.Comparable.compareTo(Object)" because the return value of "java.util.function.Function.apply(Object)" is null

Last seen on 06:12, 5. Oct 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
  at net.mcreator.blockly…
Sat, 10/05/2024 - 06:12

 

at net.mcreator.blockly.data.ExternalBlockLoader.<init>(ExternalBlockLoader.java:119) ~[mcreator.exe:?]

at net.mcreator.blockly.data.BlocklyLoader.addBlockLoader(BlocklyLoader.java:81) ~[mcreator.exe:?]

at net.mcreator.blockly.data.BlocklyLoader.<init>(BlocklyLoader.java:68) ~[mcreator.exe:?]

at net.mcreator.blockly.data.BlocklyLoader.init(BlocklyLoader.java:33) ~[mcreator.exe:?]

at net.mcreator.ui.MCreatorApplication.lambda$new$4(MCreatorApplication.java:149) ~[mcreator.exe:?]

at java.base/java.lang.Threa

Last seen on 06:12, 5. Oct 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
at java.base/java.util…
Sat, 10/05/2024 - 06:12

at java.base/java.util.Comparator.lambda$comparing$77a9974f$1(Comparator.java:473) ~[?:?]

at java.base/java.util.TimSort.binarySort(TimSort.java:296) ~[?:?]

at java.base/java.util.TimSort.sort(TimSort.java:239) ~[?:?]

at java.base/java.util.Arrays.sort(Arrays.java:1307) ~[?:?]

at java.base/java.util.ArrayList.sort(ArrayList.java:1721) ~[?:?]