EliteMobs icon indicating copy to clipboard operation
EliteMobs copied to clipboard

Build Fails Due to Private Access in ContentState and Missing Classes

Open FoxPodZ opened this issue 1 year ago • 2 comments

So I tried Building the Plugin and it won't Build. The build fails with the following error:

'com.magmaguy.magmacore.menus.ContentPackage.ContentState' has private access in 'com.magmaguy.magmacore.menus.ContentPackage'

Additionally, the AdvancedMenuItem and FirstTimeSetupMenu classes cannot be found at all for some reason.

image

I'm unsure if this is related to a configuration issue in my end or something specific to MagmaCore? Any ideas on what could be wrong?

I tried:

  • Cloning the Repo in its current state
  • Downloading the source from the latest release to the same issue
  • Checked for any version mismatches in the dependencies.
  • Invalidated all Caches
  • Changing the access modifier of ContentState usages

FoxPodZ avatar Sep 18 '24 17:09 FoxPodZ

I am aware of this and similar issues. I have already been modifying the backend and am hoping to roll out some updates today that will fix this and several other similar problems.

MagmaGuy avatar Sep 18 '24 18:09 MagmaGuy

I also faced a similar problem IMG_20241210_183504_537

Iarkont avatar Dec 10 '24 15:12 Iarkont