Creating any workspace or upgrading one sends the same freemaker template error

Started by Krzychowskyy on

Topic category: Help with MCreator software

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Creating any workspace or upgrading one sends the same freemaker template error

Question.

That's what I get:

2025-03-13-17:30:49 [DesktopUtils/INFO] [net.mcreator.util.DesktopUtils] Trying to use Desktop.getDesktop().browse() with https://mcreator.net/page/what-next
2025-03-13-17:30:49 [GeneratorSetup/ERROR] [Exception] Uncaught exception in GeneratorSetup
java.lang.NoSuchFieldError: Class freemarker.template.Configuration does not have member field 'freemarker.template.Version VERSION_2_3_34'
    at net.mcreator.generator.template.base.DefaultFreemarkerConfiguration.<clinit>(DefaultFreemarkerConfiguration.java:32) ~[mcreator.exe:?]
    at net.mcreator.generator.template.InlineTemplatesHandler.<clinit>(InlineTemplatesHandler.java:35) ~[mcreator.exe:?]
    at net.mcreator.generator.setup.WorkspaceGeneratorSetup.setupWorkspaceBase(WorkspaceGeneratorSetup.java:146) ~[mcreator.exe:?]
    at net.mcreator.ui.dialogs.workspace.WorkspaceGeneratorSetupDialog.lambda$runSetup$1(WorkspaceGeneratorSetupDialog.java:52) ~[mcreator.exe:?]
    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]

 

Afaik, from my research nobody else but me has the same issue. Any fixes? Reinstalling did not help.

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Literally turns out that…
Sat, 03/15/2025 - 18:14

Literally turns out that installing it onto my D drive causes the issue and installing it onto my C drive fixed the problem