Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Updating 1.18.2 to 1.19.2, errors when loading gradle changes, possibly caused by mappings

Featured Replies

Posted

I'm updating my project to 1.19.2 from 1.18.2. For this I changed my build.gradle. I changed the following things:

I set my dependencies to:

dependencies {
    minecraft 'net.minecraftforge:forge:1.19.2-43.1.25'

    implementation fg.deobf('software.bernie.geckolib:geckolib-forge-1.19:3.1.20')
}

And my mappings to:

mappings channel: 'parchment', version: '2022.09.04-1.19.2'

(I also tried version: 1.1.8.2-2022.05.02-1.19 but that had the same result)

 

I get the following errors when I try to load the gradle changes:
 

- java.lang.IllegalStateException: ProjectScopeServices has been closed
- Start.java:
  - package net.minecraft.client.main does not exist
  - cannot find symbol variable Main
  - package net.minecraft.client.main does not exist
  - cannot find symbol variable Main
- java.lang.IllegalStateException: ProjectScopeServices has been closed
- Could not resolve net.minecraftforge:forge:1.19.2-43.1.25_mapped_parchment_2022.09.04-19.2

I have a feeling this is caused by the mappings but I'm not certain about this.

Any idea what I could do?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.