Jump to content

Recommended Posts

Posted

Just downloaded the recommended forge version for Minecraft 1.16.4 and followed all instructions. I ran gradlew genEclipseRuns then imported the project into Eclipse IDE but its giving me unresolved import errors for any non core java import. This means that

org.apache and all the net.minecraftforge imports are underlined in red with the message "the import cannot be resolved". Please help thanks.

 

 

Posted
  On 1/6/2021 at 10:35 PM, ChampionAsh5357 said:

Do not run the commands before entering eclipse. Get a clean MDK, open up a workspace, import as an existing gradle project, then once that's done run the command either through the IDE system (recommended) or in terminal.

Expand  

Thanks did the trick, it's been a while since I've done this stuff. Another issue now, it's says "Error: Could not find or load main class net.minecraftforge.userdev.LaunchTesting" when I hit run.

Posted
  On 1/7/2021 at 3:17 AM, ChampionAsh5357 said:

You could either try rerunning the generate runs again or target a different version of Forge temporarily, refresh, and then regen. One of those two tricks tends to annoy gradle enough to build them correctly.

Expand  

Still no cigar. I dragged and dropped my old src files into the project folder, updated the toml file, rebuilt again but it still doesn't work.

Posted

Then try closing the IDE, running 'gradlew --stop' and then 'gradlew clean', opening up the IDE, refresh and regen. If that doesn't work, you can always repeat except deleting the .gradle folder first in your directory and then in your application data.

Posted
  On 1/7/2021 at 11:32 PM, ChampionAsh5357 said:

Then try closing the IDE, running 'gradlew --stop' and then 'gradlew clean', opening up the IDE, refresh and regen. If that doesn't work, you can always repeat except deleting the .gradle folder first in your directory and then in your application data.

Expand  

Sadly none of this worked either...

Posted

Then you are definitely missing something within your imports. Did you delete both the .gradle folder within your workspace and the one located within user/.gradle? Remember that your workspace should be closed while this is happening. Hopefully this will remove any cache associated with Forge which might fix the issue.

 

If it still persists after all of this, then Gradle is just not on your side right now. Try again at a different time repeating the same steps maybe after a computer restart or two and it'll probably work because Gradle is like that sometimes.

Posted
  On 1/8/2021 at 3:35 AM, ChampionAsh5357 said:

Then you are definitely missing something within your imports. Did you delete both the .gradle folder within your workspace and the one located within user/.gradle? Remember that your workspace should be closed while this is happening. Hopefully this will remove any cache associated with Forge which might fix the issue.

 

If it still persists after all of this, then Gradle is just not on your side right now. Try again at a different time repeating the same steps maybe after a computer restart or two and it'll probably work because Gradle is like that sometimes.

Expand  

I did in fact delete both, tried it again as well, and its been several reboots still nothing works. I have another gradle / libgdx project and it works fine...

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Is there a fix for this issue? I have tried reinstalling OpenAL.dll, switching Java versions, and even muting my game when it launched, but all of these attempts have resulted in my game crashing nonetheless. I have been dealing with this issue for approximately a week straight. I have not changed any sound settings, so I am very confused. Full Code: https://gnomebot.dev/paste/mclogs/beEBzpm "4/16/2025 12:16:30 AM 1000 Error Faulting application name: javaw.exe, version: **.**.**.**, time stamp: 23 0xd75c3041 24 Faulting module name: OpenAL.dll, version: **.**.**.**, time stamp: 0x647635a125 Exception code: 0xc0000409 26 Fault offset: 0x00000000000a2b05 27 Faulting process id: 0x10A0 28 Faulting application start time: 0x1DBAE81D04A6F2F 29 Faulting application path: C:\Users\********\curseforge\minecraft\Install\java30 \java-runtime-delta\bin\javaw.exe 31 Faulting module path: C:\Users\********\curseforge\minecraft\Install\natives\n32 eoforge-21.1.148\OpenAL.dll 33 Report Id: 28552180-f359-40cc-adeb-08dada7e99d8 34 Faulting package full name: 35 Faulting package-relative application ID:" Any sort of insight would be greatly appreciated, it's giving me a headache.
    • I'm new to this, if that wasn't obvious. My friend and I are trying to make a modpack for 1.19.2. I've made a modpack previously with 0 issues before and many of the same mods. However, I can't seem to find the issue when trying to load up his new modpack.   Any help would be greatly appreciated.
    • Im trying to make a customized modpack for just myself using the atm9 modpack as a base. It was working till recently, when curseforge force updated all the mods in the pack. Currently every time I get to the main menu I try and create a world in single player and it just says saving world. then generates a crash report.    Crash Report: https://pastebin.com/xXESPfJs   Latest Log Part 1: https://pastebin.com/Cb2VpUyr  Part 2: https://pastebin.com/9SWVn4Dx
    • Okay, for him the config file looked like this: flywheel-client.toml: #Select the backend to use. Set to "DEFAULT" to let Flywheel decide. backend = "DEFAULT" #Enable or disable instance update limiting with distance. limitUpdates = true #The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect. #Range: -1 ~ 12 workerThreads = -1 #Config options for Flywheel's built-in backends. [flw_backends]     #How smooth Flywheel's shader-based lighting should be. May have a large performance impact.     #Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED     lightSmoothness = "SMOOTH" There was no "INSTANCING", so we changed "DEFAULT" to "OFF", but this didn't help. Changing it to "INSTANCING" didn't work as well.
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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