#🔥︱curseforge-support
1 messages · Page 188 of 1
Back before it was curse forge you had the option to install Java or use the built in one
I know very well what I am talking about when it came to the before curse forge generation
It may not apply anymore but it did
iirc the Java version selected in the app is only used for modloader installation
If you want to use a custom Java version to run the game you need to set that in the Minecraft Launcher itself
Hello, my screen is stuck here? Is there any clue what it means and why its been showing for like 40 minutes.
Tried a pc reboot?
yea and force quiting before opening aswell
!cflogs-manual
Please check out this guide for instructions on how to get your CurseForge logs on all Operating Systems.
I'm trying to play a mod pack off of curse forge, when I hit the play button in curseforge, everythng is fine, I sign in, and when I hit the play button to start minecraft, it shows an error. I've also looked at the version selector and there is no forge version. Can someone help me out?
!cflogs-app
Do I drop the whole ZIP File?
I need help or guidance please.
Yes
Dont ask to ask, just explain the issue.
Here it is, I used to use this software years ago and I wanted to use it now. please ignore all my old stuff lol
i want to ask about server protection like protecting my server from hackers or trolls someone told me about getting TpC shield or DDossing protection but when i try to research how to do it it says i need to use plugins .. but forge servers don't let you use plugins
if you need more info feel free to ping me
!ipv6 try this
Please follow these instructions to disable IPv6, which when enabled can sometimes cause network issues.
!mc-installfix try the below then restart the pc
- Click on the Minecraft Tab on the left side of the CurseForge App.
- Click
button next to the Create Custom Profileoption. - Click
Repair Installationoption.
NOTE: Although this might seem similar to the instructions of repairing profile, it's different and required. No worries, you will not lose any modpacks or worlds.
I have tried this multiple times
I have tried both Repairing the Installation and the Profile many times
Only other thing I can think of is trying to reinstall CF OR open a ticket
Ok I’ll try that, thank you!
!reinstall
Please uninstall by following the instructions here
Once you're done, you can install again from the main download page
*These steps will not remove any installed mods/addons/modpacks or associated files (worlds, configs etc)
Can't open the app or would rather use the website? You can do so here.
Fill out the form with accurate detailed information, keep in mind that simply saying 'it' or 'doesn't work' is very vague. The more details you provide, the more efficient help you will get.
Make sure to upload your Overwolf logs with the Upload File option in the ticket, information on how to get these logs can be found here
So do i repost my question ?
you probably dont need those sorts of things for your server
so i do not have to worry about DDoxxing attacks ?
is that a common thing or rare thing ?
if its a private server definitely not, if its a public thing probably not. theres still a chance someone would target you, but theres not much reason for them to do that unless youve really pissed someone off
ah i see last time some one did it just because i posted asking people to join
well Thanks for the help and your time.
Hey, so I have a problem with running a forge modded server, it runs in vanilla, but doesn’t run with mods
It previously worked, and I’ve gone through and re done the whole setting up process, but that still does not fix it
Can try checking your recycle bin, otherwise generally when things are deleted they are gone.
!mc-installfix
- Click on the Minecraft Tab on the left side of the CurseForge App.
- Click
button next to the Create Custom Profileoption. - Click
Repair Installationoption.
NOTE: Although this might seem similar to the instructions of repairing profile, it's different and required. No worries, you will not lose any modpacks or worlds.
#🧱︱mc-other-help for server issues, servers have nothing to do with the CurseForge app or site (what this room is for)
why are files not showing up even if i clear my filters etc.
Not understanding this
when i go to main page, on the right hand side theres a list of some files
yes but im downloading them from the CF website
not even adding them straight to the thing
im just downloading them to my files
they are addons
im not seeing any files under files
Hmm interesting
Works on the legacy site, may need to be poked at. Ill let support know
- I want some datapacks to be installed as default, and it's only through the use of the global_packs folder that it can be done.
And then - 2) even if I use the resourcepacks folder for the datapacks, the Guard Epic has two files that won't synchronise with the manifest.json file well, with one of those files being left behind on the aforementioned folder. I guess that it's due to those two files sharing the same projectID.
What can I do to resolve those two issues, then?
.
I want to upload my modpack on curseforge, but I cannot because of those two issues.
Hello !
I'm trying to center an image in my CurseForge mod description. Do you know how to do it ?
Never mind, I found by myself :
<div style="text-align: center;">
<img src="your image" alt="Text" width="500">
</div>
Not all games on the site are supported in app
i tried to use a modpack but my game went to the join world screen and then crashed
!mc-logs Post this file in #🧱︱mc-other-help
- Right-click the modpack profile icon OR click the
button in the modpack profile. - Click

Open Folder. - Open the
logsfolder. - Drag and drop the FILE named
latestORdebuginto discord.
You have to manually install them
hey i think i having a problem in my minecraft
when i try to launch the seablock rustic water, it just crashed every time i launch
ah
!mc-logs
- Right-click the modpack profile icon OR click the
button in the modpack profile. - Click

Open Folder. - Open the
logsfolder. - Drag and drop the FILE named
latestORdebuginto discord.
Hello i would like to ask, my friend is downloading forge on his pc for first time but every time he downloads it, it becomes paper icon and he cannot read it with note or any microsoft app, does someone know how to fix it?
The installer is supposed to be a .exe file.
hello i cant seem to be able to host my modpack, i do everything the the README.txt file says but it doesnt work, i'm on Windows 11
it says
Please make sure to run forge-1.12.2-14.23.5.2847-universal.jar, NOT minecraft_server.1.12.2.jar.
The Forge JAR is what actually runs the modpack server, the Minecraft JAR is used inside of the Forge JAR.Here is a base command to help you get started:
java -jar forge-1.12.2-14.23.5.2847-universal.jar -Xms1024m -Xmx3072m
-Xms1024m tells Java to start the initial heap size with 1024 MB or 1 GB of memory. This doesn't affect performance in the long run, and shouldn't be changed.
-Xmx3072m tells Java to set the maximum heap size to 3072 MB or 3 GB of memory. This is pretty low for running such an intensive modpack, but might be okay for a few friends.
For a larger public server, a larger maximum heap size is recommended (at least 8 GB or 8192 MB).Put this command in a script to make the server easily runnable (.bat file on Windows, .sh file on Mac/Linux).
Don't want a GUI? Append --nogui to the base command to disable it.
but i get the error
A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:109)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70)
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34)
Caused by: java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap')
at net.minecraft.launchwrapper.Launch.<init>(Launch.java:34)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 3 more
and when i use a .BAT file to run it doesn't work
it just opens and closes Terminal
please use #🧱︱mc-other-help
okay
need help. So i installed BetterMC on cursforge and everything went fine but when i push play and it opens the minecraft launcher it doesn't make a modded version its just vanilla. basically nothing happens. I have no clue what to do.
- Click on the Minecraft Tab on the left side of the CurseForge App.
- Click
button next to the Create Custom Profileoption. - Click
Repair Installationoption.
NOTE: Although this might seem similar to the instructions of repairing profile, it's different and required. No worries, you will not lose any modpacks or worlds.
Hey so if anyone can help me with this i would be really grateful. So im trying to download this modpack from a creator called swayle, its a from the fog modpack. However everytime i try to log into the game itself it says error code: 1. Idk what to do here and nothing i search up shows what to do so if you know anything on how to fix it please let me know.
How to get your launcher log
- Click
button next to the Create Custom Profile option - Click the
Open Modding folderbutton - Open the Install folder
- Drag the
launcher_log.txtfile into discord. If there are multiple only send the one without a number in its name
uhh there is no file called launcher_log.txt
it goes launcher_log 1-9
or do you mean i drag the ninth one to discord
@rich flint sorry for the ping just dk what to do here
look closely there should be one with no numbeer
Paste created of launcher_log.txt, uploaded by bigjerome7226.
alr there u go
:small_red_triangle_down: Part 1: Checking your system's GPU
- Open your
Device Manager - Click the drop down for
Display Adapters - Check if you have an AMD (Radeon) device
a - If you have AMD go to Part 2 :small_orange_diamond:
b - If you see AMD and Nvidia or Intel go to Part 3 :small_blue_diamond:
:small_orange_diamond: Part 2 - AMD Drivers Update
- Your AMD drives are broken or out of date, use the link below to get new drivers
Link: https://www.amd.com/en/support - Use either the auto tool AMD provides OR locate your GPU in their search.
- Download and run the installer, leave everything as default.
- Once installed try playing Minecraft again.
:small_blue_diamond: Part 3 - Other GPUs
If you have an Nvidia or Intel GPU, please use the command !mc-videocard for the instructions on how to change CF to use the proper GPU.
I'm confused. I tried to play MCA 1.20 but it says it's made for an older version of minecraft even though I'm playing on 1.20
hey why cant i see mods such as iorn chest and travler backpack on the launcher
how do i install a mod from a friend?
!mc-installmods
- Click
+ Create Custom Profile - Name it, select the required Minecraft version, select the modloader & modloader version (usually the highest number), click
Create. - Click the profile icon.
- Click
Add More Content - Search and install the desired mods.
- Start the game!
- Right click the profile picture or Open the profile and click the
Icon next to the play button. - Click

Open Folder. - Drag the mod(s) into the
modsfolder. (Note: Some mods will require others, to run. Make sure to read the instructions for the mod!) - Start the game!
Hello. I am trying to get onto the curseforge site to find a farming app but Im getting this "www.curseforge.com needs to review the security of your connection before proceeding." and it isnt connecting.
Its .jar file
for sum reason it doesnt install it like that
The hell? No installer for CurseForge should be a Jar file
https://www.curseforge.com/download/app
You're installing it from here, right?
No?
@fluid tusk
Oh, Forge, not Curseforge
Its not same thing?
The app lets you bypass the website
So hes supposed to download the app and everything will work?
And it also makes it so that versions of mods that definitely won't work on whatever version you've selected cannot be installed to that
The App makes things way easier, but it won't be guarenteed to work.
Thanks dude you are a life saver
For instance, if you make a custom profile for 1.20.1, the app won't let you add mods to that profile that are for other versions
delete and reinstall the listed things that were in overrides, and make a new export file
before you upload it, check inside the export ZIP that there are no mods in a 'mods' folder
??
Where is the overrides tho?
right inside the zip export file
Thanks
Can someone help
you got mods that arent for 1.20.1
Why you got a lot of minecraft comes alive for differnet versions?
No this is the main MCA reborn page but I did download the 1.20.1 and used it on 1.20.1 but it doesn't work it says its for older versions of minecraft even though I checked it's 1.20.1 I'm confused
can anyone help with exit code 1 every time i go to luanch the game
Also this is for #🧱︱mc-other-help , here it only for the app or website
Please post it in the #🧱︱mc-other-help Not here
Paste created of latest.log, uploaded by bigblackbbc.
This is for only the app or website
I have no idea what to do
yea
pc
Anyone?
Please be patient
Change Java version to correct one.
I think it's because of Forge
because i can play a newer version but only on fabric
Do you get any error when you hit play?
I can launch it but when i press play on the Minecraft Launcher i get the "Game Crashed" message
bug report does not say much
What is the error message tho?
There are logs every time it happens. check the logs for the error message and just do what is says
!notcf #🧱︱mc-other-help
CurseForge does not make or maintain any of the content or games used on the site or the app.
Just because it's on the site/app does not make it a problem with CurseForge.
Please move to the respective channels as requested, OR use #👽︱game-support for game-related help.
i clicked on it
Send the crash report here.
What is the difference? Also it's related to CurseForge not installing Forge right.
-
Forge is not curseforge
-
He's having a minecraft crash. When the launcher is open cf is no longer involved
I know that? That's why I said CurseForge didn't install Forge right.
Cf is not the issue here. He's installed a mod. It crashes
This is why I referred him to minecraft support
0 mods installed.
?
Regardless, once the minecraft launcher is started, cf is no longer involved
Send the crash report.
Derrick I'm waiting for your logs in #🧱︱mc-other-help
i send it
I did not
can anyone help me i'm trying to play with a minecraft horror mod and it's not opening
Any errors?
yes
Screen shot
Paste created of latest.log, uploaded by inxfa_.
who can help me it aint loding
#🧱︱mc-other-help for minecraft issues
Send your logs to mc support
it says I can't delete things it says files are locked how do I unlock??
Try restarting pc then trying again.
My customer content from curseforge isn’t showing up in sims 4 customer content
My sims won’t open either
how do i fix the graphics driver problem blank screen issue
fix your drivers?
? when i try to load up a mod it just gives me a blank screen
last time this happened there was a link for it
Is this the right place to post

May want to put this in #🚶︱sims-support just so its not lost till a sims support is able to reply
Screen shot what your seeing
bless you
Samti send the below
what thing
Can you see the carl bot instructions?
For the next command, as soon as your app says Successful Restart your pc. Dont do anything else
!mc-installfix
- Click on the Minecraft Tab on the left side of the CurseForge App.
- Click
button next to the Create Custom Profileoption. - Click
Repair Installationoption.
NOTE: Although this might seem similar to the instructions of repairing profile, it's different and required. No worries, you will not lose any modpacks or worlds.
DO NOT skip the pc reboot after
!hosts send a screen shot of the below
On Windows
- Press
+Ron your keyboard, and paste:notepad %windir%\system32\drivers\etc\hosts - Screenshot/Copy the contents and paste it into the chat.
On Mac/Linux
- Open a terminal window, paste:
cat /etc/hosts - Screenshot/Copy the contents and paste it into the chat.
Dont copy/paste
is there a way I can download 20.1 forge mods on 20.1 neoforge since they are cross-compat without manually adding them.
Unless the devs taged them with the other modloader, could try removing the Forge tag in the
section, otherwise I dont think so
yeah I tried removing the forge tag but it doesnt have the install button
thats quite a bummer
Screen shot the whole app
This a forge or a neoforge profile?
neo
Think it only worked if it was a forge profile,
no
Tho the 2 modloaders were really only compatible for forge version 47.1.3 I believe, after that the split came
Ig it just doesnt work lol
im pretty sure 1.20.1 inits entirety was compatible
its just afterward its not
it was to a certain forge version, then it wasnt.
47.1.3 was the stable version most mods used for a while till the 2 modloaders drifted apart
mmm I see
Better off picking a modloader and sticking too it, have seen many issues come from modloader mixing lately...
that sucks, half the mods I need are on forge and the other half on neoforge
Few mods waited till 1.20.4 ironed out issues before making the jump from Forge to Neo tho.
immersive sure didn't :/
hello! I need to change the java version used in curseforge. I can see that there is a "Java version used for installing Forge modloader" field, but i'm not sure what file to select. where do you recommend I download java from, and what file am I looking for? any help is much appreciated! :)
They were one of the mods that waited then moved over
Not sure what to tell you, 1.20.1 may have been stable, but it was a messy time for devs.
!cflogs-app
might as well add this so I dont play into the xy problem: I actually wanted to see if there was a way to fix the certificate errors I was getting earlier. they're not actual errors, however they stop me from accessing some content with the opencomputers mod.
If your having an issue with a mod, should report to the mods author
its not the mod's issue, it's the version of java curseforge is using
it has outdated ssl certificates
otherwise send your logs so I can try to see why the cf app isnt able to download java for you, but can for others
it has java, but I am trying to change the version of java to one that contains newer ssl certificates, and I'm not sure how to do that
The app only uses java to install the modloaders. Minecraft uses its own copy.
Which can be 2 different errors.
ok, well thank you for your help anyway. maybe its a different problem
Send logs so I can check and see whats going on... Otherwise the other option is to open a ticket with higher cf support
it doesn't show in the logs, not the error im talking about. its an ssl error so it doesn't save anything to logs however it prevents the client from contacting some websites or urls
ill just try a few different things and see if that fixes it
Can you screen shot the error?
Most cases the CF app does log its errors, unless your using a really outdated version of the app (Like over a year old)
Yeah that has nothing to do with the cf app itself... Thats a mod issue
it can reach other sites like google.com and pastebin.com, however it cannot retrieve the files from github
this is because of the outdated java ssl certs
Once the game opens, the cf app is no longer in play and can be closed
The minecraft launcher handles the java version for the game, not the cf app. Since we use a copy of the Official launcher by Mojang.
So would need to manually change the java version the mc launcher uses every time before you boot the game from the mc launcher as well
curseforge redownloads and replaces that every time if i try to manually change it
anyway its fine because im getting in contact with the mod creator
to sort things out
thank you for your help
Correct, hence the need to do it every time. Its due to the cf app using the same launcher instance for all profiles. Would kinda suck if the user had to edit the java version manually if they changed mc versions...
Hello! I keep getting an error everyime i try to create a modpack...always 2/4 then says i have an error. Have tried everything on webiste. Plz help
Do you have a print to show here?
Wdym Print?
ow
sorry...
I read modpack I thought it was in minecraft
Did you upload the modpack file?
The error that happened to me was the name was the same, I just put an -adventure and uploaded it to curseforge
When i try to "create custom profile" it wont create and gives error
From what I read on reddit, that's right because user Sumibestgir1's report said that when he changed the name the error came out, meaning there could be a modpack with the same name
I made 8 logos and they all had the same name, I went there and changed it by adding something else and it was uploaded to Curse Forge
Hello. Does Curseforge know which creators I have membership with and when there is an early release for Patreons, does Curseforge allow me to download this early access mod?
Hello, currently trying to set up a Skyfactory 3 server using Shockbyte. When I download the server files from the FTB Website, they do not automatically go into one folder. How to I put these server files into a custom.jar folder so I can upload them to my shockbyte server using Filezilla?
Do you want to use the .jar to open the server?
or is he a mod?
Yeah
Send me a screenshot of your "console" from your server because they may change depending on the site you buy from
I was told that the files would all auto transfer into one .jar file that I can upload to my server using Filezilla but the server files have all individually downloaded into my downloads as seen here
you can just delete the useless files and upload these new ones to the website because on the host itself (if you bought it) there is a button in the shape of an arrow or a folder
y
On some hosts you can just drag the file and it will be uploaded
So basically marcus what you need to do in install skyfactory 3
So I just drag the files from my downloads into the server?
I did that a lot
!notcf
CurseForge does not make or maintain any of the content or games used on the site or the app.
Just because it's on the site/app does not make it a problem with CurseForge.
Please move to the respective channels as requested, OR use #👽︱game-support for game-related help.
Trying to launch a modpack through the curseforge launcher and once I hit play it hits me with this error
i have a question i just bought a minecraft mod from patreon and i cant get it to download in curseforge?
If it's not hosted on cf cf can't download it. You have to place it manually
!mc-installmods
- Click
+ Create Custom Profile - Name it, select the required Minecraft version, select the modloader & modloader version (usually the highest number), click
Create. - Click the profile icon.
- Click
Add More Content - Search and install the desired mods.
- Start the game!
- Right click the profile picture or Open the profile and click the
Icon next to the play button. - Click

Open Folder. - Drag the mod(s) into the
modsfolder. (Note: Some mods will require others, to run. Make sure to read the instructions for the mod!) - Start the game!
2nd section
ill try this
ok i tried it but it just sent me back to curse forge when i tried to add the mod to a profile
hey chat i need help
All you do is drop it into the mods folder of the profile then hot play
yeah i realized the carl thing said that and i did it but then it did the same thing
basically i got the mod i want in a folder and then tired to use the folder but then it took me to like a small page asking me if i will let corsefurge make changes and then when i hit yes it just sends me to the homepage of curseforge
!mc-profilefolder
- Right-click the modpack profile icon OR click the
button in the modpack profile. - Click
Open Folder.
Did you do this
nvm i put the wrong thing in the folder
i did do that but parently i didnt put the mod in the folder i put some other file in
ok i got the mod in a mods folder
okay still a problem tho i got the mod in a folder and it is the mod this time but when i click the open folder and choose the mode a app control thingy pops up ill take a picture of it to show you
You may need to reinstall the app
thats what keeps poping up everytime
!reinstall
Please uninstall by following the instructions here
Once you're done, you can install again from the main download page
*These steps will not remove any installed mods/addons/modpacks or associated files (worlds, configs etc)
Click the links. Follow the instructions
gotcha
i got it open but i cant find the "progams and features"
This?
still there?
ok I did everything you suggested before I uninstalled and then reinstalled then i created a different profile to be safe and it doesn't state what it said before but now it just sends me to the home page opens the dock for the apps and that's it I'm super confused
!mc-launcherlog
How to get your launcher log
- Click
button next to the Create Custom Profile option - Click the
Open Modding folderbutton - Open the Install folder
- Drag the
launcher_log.txtfile into discord. If there are multiple only send the one without a number in its name
post this log in #🧱︱mc-other-help
this server is really for curseforge and it's app - you can post that log in #🧱︱mc-other-help from your vanilla folder, or try using the curseforge app
?getcf
Windows
Minimum Requirements:
-
OS Version: 10 or 11
-
64 bit Required
-
Microsoft .Net 4.8
If you are having issues with the Windows Download use the Windows alternative download to install Overwolf. Then download CurseForge from the App Store.
Windows Standalone app
Note: Supports World of Warcraft, Minecraft and The Sims:tm: 4.
Mac
Minimum Requirements:
-
OS Version 10.14 or newer.
-
64 bit Required.
:penguin: Linux
Note: Currently supports World of Warcraft and Minecraft
it can load and manage forge profiles for minecraft yes
i'm still not clear on what you are trying to do. essential is a way to buy game cosmetics and play multiplayer via the psudo-LAN method
Im trying to upload a file to curseforge (a MC modpack) and i keep getting rejected, i am fixing the issues but when i do a new one pops up. Its also appeared that the files are taking ages to get approved/rejected so i have to wait around a day to know if the file worked, is there anyway i can check the whole file for all and any errors in one go? i also dont understand the most recent rejection error.
The status of the file Beyond Builders-F1.20.1.zip (Beyond Builders) has been changed to Rejected
Notes:
The following files do not appear to belong to any mods on the approved Non-CurseForge list:
overrides/mods/.connector/mcda-5.0.2_mapped_srg_1.20.1.jar
overrides/mods/.connector/mcdw-9.0.4$mixinextras-fabric-0.2.0-beta.8_mapped_srg_1.20.1.jar
overrides/mods/.connector/mcdw-9.0.4_mapped_srg_1.20.1.jar
Please see https://authors.curseforge.com/knowledge-base/game-specific-support/3279-non-curseforge-mods for full details.
If you have any questions please contact our support team https://support.curseforge.com.
2 hours ago
-
Remove any mods listed in the error message from the profile you exported. Then reinstall them with the CurseForge app. DO NOT drag and drop files from the site.
-
Export the profile again, open the new zip that was just made. Check for the
overrides/modsfolder. If you still see any mods in that folder do the step above again for each mod. -
Upload the zip once complete and no more mods show in the
overrides/modsfolder.
I tried to be patient but I just want to play with my mods but I can't for some reason for some reason it says that MCA 1.20.1 is made for an OLDER version of MC even though it's for 1.20.1 I don't understand...
The one I tried to use was the 2nd onw
i might be able to help you because i use curseforge bascally all the time
imma get herbthyme
@digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost @digital roost we got a problem
When I try to use frostiful, my game wont start, it's stuck in this loading screen where when it gets to the end, it restarts, please help me
The only problem you get by pinging people like that, is a week timeout.
Hello someone help me? all mods dont work
❤️
Morning all, new here and come with a bit of a question, my group are setting up a MC server and wanted to know if it was possible to have the mod pack on curseforge update when we made patches/added new mods, without the need to circulate a new link to people etc etc
Can I join your server ?
Hey do you know anything about curseforge ?
I need help with it
Minecraft doesnt want to launch whenever i try to play any modpack, says exit code 1
i used to be able to play any modpack a month ago, now it doesnt work, it cant be that the mods are incompatible, am i missing something??
most of the mods i put into my profile are performance mods like entity culling
anytime i try to make/play a custom profile it just shows me this
Is anyone going to help? I tried but I'm getting impatient like anyone at all going to help me, I'm desperate
It says it's made for an older version of minecraft even through I'm playing the 1.20.1 version for 1.20.1 Minecraft, is the version of the forge launcher for anything to do with it
Forge version MIGHT have something to do with it, but it's very weird. Also FYI, using screenshots is much more preferable than taking photos with an external camera.
had same problem you cant fix it
Ah so should I maybe change the version of the forge launcher?
Sorry if I'm a bit impatient I'm just wanting to play mods I've downloaded
i would suggest posting logs instead of whatever that is in #🧱︱mc-other-help if minecraft is crashing
try fabric
that worked for me
same issue
crash when im trying to start custom modpack little help?
Paste created of latest.log, uploaded by localmilks.
!notcf #🧱︱mc-other-help
CurseForge does not make or maintain any of the content or games used on the site or the app.
Just because it's on the site/app does not make it a problem with CurseForge.
Please move to the respective channels as requested, OR use #👽︱game-support for game-related help.
Hello, I played CurseForge recently and now I can't open the vanilla launcher, only the modrinth and curseforge launcher
Why is that and what should I do?
!notcf #🧱︱mc-other-help
CurseForge does not make or maintain any of the content or games used on the site or the app.
Just because it's on the site/app does not make it a problem with CurseForge.
Please move to the respective channels as requested, OR use #👽︱game-support for game-related help.
is this bad?
no its normal its basically the disclaimer saying "hey this is modified. issues can happen"
ok thanks
yea but i do feel like this is more of an app issue than an issue with an invidivudal mod
it would not if your vanilla install is not opening. CF does not touch that
i dunno man it did tho
Paste created of latest.log, uploaded by inknick.
#🧱︱mc-other-help for mc issues
uh ok
Once the mc launcher opens, its no longer a cf app or site issue
!notcf #🧱︱mc-other-help
CurseForge does not make or maintain any of the content or games used on the site or the app.
Just because it's on the site/app does not make it a problem with CurseForge.
Please move to the respective channels as requested, OR use #👽︱game-support for game-related help.
Hi can somebody help me with this error I get on the linux app. I'm on Gentoo with KDE if it helps
I can't even try to log in. The app throws that error and then nothing happens
You don’t need to log into the CurseForge app
Yes I don't need it but I want it…
Do you pay for the subscription or play World of Warcraft
No but I want the ability to save my profiles and play them on other computer
The content syncing doesn’t apply to Minecraft
Thats only a wow feature.
Only to world of warcraft
Not for minecraft
They save to local folders.
Vanilla mc doesnt even have this feature.
You would need to manually move the saves between pcs.
Okay I guess I only wanted to sync with the 'favorites' feature of the account
I don't want the saves just the personal modpacks
- Click the Icon for the modpack.
- Click the
button next to Play. - Click
. - Select files to be included (at least mods and configs)
- Share it with friends or upload to the site!
!mc-packimport
- Click
Create Custom Profile in the top right. - Click the import option at the top.
- Find the .zip file of the export and select it.
- The CurseForge app will now attempt to download and unpack the modpack.
- Once finished, click Play!
Thanks for that. I guess I don't need the account. Thanks for the help
hello
?rule6
Blind DM's are considered spam, Don't DM people unless asked, THIS INCLUDES DISCORD/OVERWOLF STAFF. Advertising anything via an unapproved DM is an instant ban. Same goes for pinging our team.
*Replies ping by default
bruh
Maybe I should make that a service for cflookup, maybe as a paid service.
Would help as well if you actually explained your issue. Vs asking to ask
I am having an issue hosting a Minecraft map via LAN through the forge launcher. I am unable to see the map in multiplayer. I have allowed everthing through the firewall and even turned the firewall off. No good.
#🧱︱mc-other-help for mc issues, servers have nothing to do with the cf app or site
It only happens when going through the CF launcher. The vanilla launcher works fine.
Once the minecraft launcher is opened, the CF app isnt doing anything any more.
CurseForge is just a mod manager and project hoisting site, once a game opens, any issues are on the games end.
Understood
Any direction or experience you can point me to for a LAN issue like this?
Not using lan would be a good start. Lan was never designed for modded mc. Better to use a local server
Can get server aid in #🧱︱mc-other-help
Understood, thank you
how can i get iris to work on 1.20.6
Is iris even on 1.20.6?
Hey my buddy wasnt able to load up his game here is his crash log
We tried removing immersive melodies and it still didnt work
Paste created of crash-2024-05-12_19.21.44-client.txt, uploaded by catsandmetal.
1.20.5 on CF, the +7 means other versions, If it was for 1.20.6, it would say 1.20.6
:[
#🧱︱mc-other-help foor mc issues
Looks like they have a 20.6 version on modrinth tho. Would have to manually install the mod
I did
i have a modpack that i made and the essential mod isnt working and i couldnt fix it all the mods including essential are in 1.17.10
Any ideas?
For what it's worth I don't think it installed correctly as the eula file never shows up
is there a way of opening two instances of curseforge because a modpack im trying to make has broke and i cant seem to fix it, i just want to compare mods to try and remake it
No, you can't do that
You can open the mods folder for the profile and compare that way
alright, thank you
use #🧱︱mc-other-help for MC issues
you must use java 17 (and maybe 21 would work) - but only those 2 specific versions
?mt
Project/File moderation is done on these days unless otherwise mentioned:
Sunday, Monday, Tuesday, Wednesday, Thursday: <t:1701072000:t> - <t:1701100800:t>
Friday, Saturday: No Moderation!
Projects are moderated First in, First out. If you submit late in the work day, it will likely get left until the next day!
New Projects or anything flagged for manual review: 1-3 Working Days
Updates to approved projects not needing manual approval: 1 Hour
-If your file has been "Under Review" for more than an hour, then it is at manual review!
"or anything flagged for manual review"
Damn so i have to wait 1-3 working days -_-
What they do when it manual review? play test the modpack?
my friend cant open the transmutation table from ProjectE, what can he do?
it depends. not playtest, code checking
Oh okay
Aka checking for malicious or obfuscated code
there no malware in my modpack
Doesn't mean they don't check
if they believed everyone that said this they wouldnt have their current reputation for a safe modding place 😛
Looking for optimization mods, am I to download all of these or pick one for 1.20.1?
You should install them all
Also recommend Embeddium++ and Embeddium/Rubidium Extras
everytime i try to load up horror mods and other mods on curseforge they crash on the launcher, i can run other mods but not the fog or any horror mods for some reason any help?
ive updated my drivers and everything
can somone help me with setting up the server package from VR Medieval Immersion plus [FABRIC] because i keep getting errors and i dont know how to fix it?
?notcf
CurseForge does not make or maintain any of the content or games used on the site or the app.
Just because it's on the site/app does not make it a problem with CurseForge.
Please move to the respective channels as requested, OR use #👽︱game-support for game-related help.
this channel is not for minecraft specific problems. this channel is for curseforge website and app issues/problems
ah but that one doesnt have an discord and i tought mabye you guys know since it is an error i think that comes by pretty much i think
pssst #🧱︱mc-other-help
ah mb ty
doesn't matter if you say that. they still run it to check as you would be surprised that some people do put obfuscated malicious code into their mods
Can anyone help me with this crash report? i don't understand what the problem is sadly.
Paste created of message.txt, uploaded by abbadon_1.
Hello If you downloaded a mod or modpack from CurseForge ( or anything over all) in the past few weeks there is a chance you have malware in your system! it just happend to me and i was hacked for 1.3k$ usd
the hacker who beamed me
All curseforge mods are screened before approved
If malware was found curseforge deal with it fast
#🧱︱mc-other-help and logs.
Hello, i used the same file for my custom modpack and server pack file, but it got flagged as duplicated file, why does it matter if its a server pack file? You can use the same file on client side for server no?
anyone else having issues with Terraforged?
This is not proof/evidence. If you legitimately have some, submit a ticket to curseforge regarding it
You cannot use the client export file as a server pack, no.
!mc-serverpack
Serverpacks are special files uploaded alongside an existing project file. If the main file is rejected the server pack is also rejected.
*In order to upload a server pack you must have a pre-uploaded export file
- Make the server pack by zipping up the required files by selecting the required folders & files. It should include the config and mod folders at a minimum, plus anything else you specifically required to run the server. Start/Run/Setup scripts are optional. Don't include modloader files or the minecraft server jar.
- Go to the
Filestab on the project. - Click the name of the file you wish to upload the server pack to. The pack and server should match pack versions.
- Click
Upload Additional File. - Fill out the form.
?notcf
CurseForge does not make or maintain any of the content or games used on the site or the app.
Just because it's on the site/app does not make it a problem with CurseForge.
Please move to the respective channels as requested, OR use #👽︱game-support for game-related help.
how do I bring a curse forge mod into Minecraft?
Why don't you simply install mods to app profiles using the app?
I created a custom modpack on curseforge, any clue how I could get that on a serveR?
or a video link that explains it
Use #🧱︱mc-other-help for game support please
So I js need to archive the configs and mods folders at minimum?
Yes
Better to at least include also a readme.txt on how to launch the files, and/or include a script to set up and install the modloader files
🤤
!rewards
Hey, I've been wanting to get some fabric mods to work on my Forge Modpack, like in Better Minecraft but it doesn't seem to be working as it should
I really want to play the betterEnd Mod
Already got Forgified Fabric and Sinytra connector AND the fabric API version
still doesn't work
?notcf
CurseForge does not make or maintain any of the content or games used on the site or the app.
Just because it's on the site/app does not make it a problem with CurseForge.
Please move to the respective channels as requested, OR use #👽︱game-support for game-related help.
So I have and internet connection but curseforge says I do not and has me locked into the offline mode?
try restarting your modem/router and computer
I made a custom mod pack that works and I’m having trouble importing it. For some reason it changed me to a different user on my computer but I still have the mod pack folder and I’m not entirely sure how to import it. I already tried compressing it and then using that and it says invalid file.
that's not what is a valid format. the only thing that can be 'imported' is an export file created using the app (or another app doing the same thing)
!mc-packshare
- Click the Icon for the modpack.
- Click the
button next to play. - Click

Export. - Select the files that should be included.
- Send the zip to the people that want it! They can follow the instructions in
!mc-installpackto install the pack.
This option will make your pack public to EVERYONE, it comes with extra requirements and will take some effort to set up.
- Go to create a new project
- Fill out the information with a proper description of the pack. This should allow anyone to understand what the pack is.
- Click the Icon for the modpack in the CurseForge app.
- Click the
button next to play. - Click

Export. - Select the files that should be included.
- Open your Project that you made on the CurseForge site and Upload the file you just made.
- Wait for Moderation & Sync so it can show up in the client! (See
!syncfor limitations and!statusto learn about the moderation process and how long it will take to approve/decline)
So I’m amusing there’s no way to turn a mod pack folder into a usable mod pack.
How do I upload Mod into a google drive folder?
we don't really support figuring out how to use google here
But there is a way to upload it,
i'm sure there are millions of youtube tutorials out there
Alr. Thank you!
I need help getting a mod pack to work, It says I need optifine to have it work and when I boot without optifine it will get stuck telling me to download optifine, If i install optfine the game wont boot and the launcher will just do nothing for like 2 minutes before saying the game crashed with exit code 1 so idk what to do, ive spent the entire day trying to get this 1 mod pack to work but absolutly nothing works I even followed 6 tatorials exactly with each attempt ending the same way.
this is the modpack im trying to get working and yes im using the curseforge app
https://www.curseforge.com/minecraft/modpacks/mcsx-minecraft-ps1-edition
I want to import this profile but I guess the file isn’t in the correct format. I don’t know what happened to the other profile I was using with this mod pack but this is all I have of it now.
Do you have the crash log
Did you try asking in the modpacks discord?
I cant find that channel
That’s because it’s not in the curseforge server
It at the bottom of the page for the link you sent. Big discord picture under the paypal picture. The pictures are clickable
Please dont post raw log text
how else do i post the log
!mc-logs
- Right-click the modpack profile icon OR click the
button in the modpack profile. - Click

Open Folder. - Open the
logsfolder. - Drag and drop the FILE named
latestORdebuginto discord.
But in #🧱︱mc-other-help as its not a cf app or site specific issue. Its a gamne issue
OR reach out to the devs of the pack https://discord.com/invite/kDYSt3mMtS
I used notepad becuse it is far more easy then trying to go through my many diffrent folders trying to find 1 file
Paste created of crashlog.txt, uploaded by zenkorugaming.
Did you add anything to the mod pack
besides optifine no
You might want to contact the mod pack creator and tell them somethings wrong with it.
Hey so my jei keeps erroring, can i send the file here or do i need it somewhere else?
erroring in what way?
The Names of the items do not show up
Tried reboot the game?
Just says tooltip error
i have, and i even have uninstalled and reinstalled it and stil says erorr
Sorry got distracted, Pack you made OR pre-made you downloaded?
pre made
What pack?
custom one, my friend made
Did you edit the pack at all after?
some cilent side mods, about it
Does it work for your friend without the extra mods?
they dont have it installed only me
tells me to see logs but i dont know what file it is
My friend is trying to launch a mod pack I made but it wont work for him, we think it's cause of the forge version because he's able to launch moodpacks with any forge client lower than 1.17 but if the forge is 1.17+ he gets error code 1. Any advice?
Have them join here
im the friend
?mc-launcherlog send this file
Paste created of launcher_log.txt, uploaded by blake.was.banned.
The last pack you started from the CF app, did it work or crash?
worked
Start a pack that doesnt work, then send the launcher_log file
Paste created of launcher_log.txt, uploaded by blake.was.banned.
?mc-amd
:small_red_triangle_down: Part 1: Checking your system's GPU
- Open your
Device Manager - Click the drop down for
Display Adapters - Check if you have an AMD (Radeon) device
a - If you have AMD go to Part 2 :small_orange_diamond:
b - If you see AMD and Nvidia or Intel go to Part 3 :small_blue_diamond:
:small_orange_diamond: Part 2 - AMD Drivers Update
- Your AMD drives are broken or out of date, use the link below to get new drivers
Link: https://www.amd.com/en/support - Use either the auto tool AMD provides OR locate your GPU in their search.
- Download and run the installer, leave everything as default.
- Once installed try playing Minecraft again.
:small_blue_diamond: Part 3 - Other GPUs
If you have an Nvidia or Intel GPU, please use the command !mc-videocard for the instructions on how to change CF to use the proper GPU.
i have a question idk if its a minecraft support or a cursefore support thing but i found a modpack i will play it and within 2 mintues it crashes
ok
Could someone gelp me enable access to my sims 4 application using mac os? It's greyed out as shown in my screengrab
have a look at the channel pins in #🚶︱sims-support
hey so me and a few friends wanna play a modpack I'm making but how do i allow them to play with me I've tried Essential mod but its usually laggy and it doesn't work very well for more than 3-4 people so could someone please help me i want to know where i can host a free server or another way that allows us to play this modpack together
!notcf That's more of a question for #🧱︱mc-other-help I would say. As CurseForge doesn't host any servers themselves. But generally a free server is never gonna be good or have great performance. You're probably better off looking into self-hosting (without Essential), or actually renting a server.
CurseForge does not make or maintain any of the content or games used on the site or the app.
Just because it's on the site/app does not make it a problem with CurseForge.
Please move to the respective channels as requested, OR use #👽︱game-support for game-related help.
What's the curseforge API key?
Let me guess, you're using a server host that requires an API key?
Huh.. interesting. But yeah, you can grab one from https://console.curseforge.com
CurseForge for Studios
Prism should have info on how to retrieve the API key, otherwise I'd suggest getting another mod manager.
Like.. CurseForge.
I've had problems with curseforge, I would use it but I cannot play singleplayer worlds
It happens only with cf
MC btw
Have you opened tickets to try and get support with those issues?
They said to ask the actual modpack devs and the modpack devs said I was using the wrong java, they were wrong
So idek
What modpack?
Yeah, that doesn't exactly help. ^^ Either latest or launcher_log would maybe help. But since you're using another mod manager/launcher now, that doesn't really matter.
mac
Then I can help even less, I don't know enough about Mac issues to be able to help out, sadly. Sorry.
Yup, or per "company" who wants to access the API for their game.
So consider the API key personal at all times.
Hm
how can i enable third-party program on my modpacks?
"The status of the file Degenmon 1.5.5 (Degenmon) has been changed to Under Manual Review
Notes:
Your file Degenmon 1.5.5.zip has failed processing, this could be caused due to obfuscated code or corrupt files.
The file is currently under manual review. Please allow time to complete this review, if any issue comes up you will receive a notification
If you have any questions please contact our support team https://support.curseforge.com."
Any common issue regarding this? Because the pack runs 100% fine on my end and on my server.
can somebody help me with this? (it´s the modpack "Create perfect world")
Paste created of latest.log, uploaded by vito5871.
Paste created of hs_err_pid14396.log, uploaded by .ricon..
?mc-amd
:small_red_triangle_down: Part 1: Checking your system's GPU
- Open your
Device Manager - Click the drop down for
Display Adapters - Check if you have an AMD (Radeon) device
a - If you have AMD go to Part 2 :small_orange_diamond:
b - If you see AMD and Nvidia or Intel go to Part 3 :small_blue_diamond:
:small_orange_diamond: Part 2 - AMD Drivers Update
- Your AMD drives are broken or out of date, use the link below to get new drivers
Link: https://www.amd.com/en/support - Use either the auto tool AMD provides OR locate your GPU in their search.
- Download and run the installer, leave everything as default.
- Once installed try playing Minecraft again.
:small_blue_diamond: Part 3 - Other GPUs
If you have an Nvidia or Intel GPU, please use the command !mc-videocard for the instructions on how to change CF to use the proper GPU.
hi, got this problem when i try to open the game, can someone help me¿ (edit: i changed it to forge version 43.3.0 and still doesn't work)
Paste created of latest.log, uploaded by salvasb206.
Do what’s above
srry xd
yesterday i was playing server normally with my friends. but now for some reason skin is not loading and i cant join online any ideas how to fix it?
it says when i try to join
failed to log in : The authentication servers are currently not reachable : please try again.
My Minecraft crashes when I start it with the Essential mod (to play multiplayer) I don't know if this mod needs another complementary mod or something similar but it prevents me from playing with my modpack
Does anyone know how often the download count on your profile updates? It's lower than the count in the dashboard
Download counts don't always update properly on the site. They are still counted though, it will update eventually.
Is it just essential?
yh but the problem its that i need the Essentials mod to play multiplayer without create a server
!mc-essential
We do not provide support for Essential
If you have an issue with Essential, please remove it. If you want further support try their discord on their website.
https://essential.gg/en/
Make sure you have the right version
Works fine for me
its all for the 1.12.2
Ok try reinstalling
maybe its bc im using a modpack?
If your having issues with essential mod, remove it and see if the issue still happens, If your dead set on using essential report to their devs.
This also isnt related to what this channel is for (CF app/site)
look to your dm pls
help pls
!cflogs-app
Were you trying to install a pack?
yes
Do all packs do this?
yes
For the next command, when you get to the change step, make a note of your current path
!mc-path follow the 🔶 section
- Click the
in the top left. - Select Minecraft from the list of games.
- Select the
Advancedoption and select:
--- Windows:Local Disk (C:)at the left side of the window. If you do not see it, clickThis PCfirst.)
--- Mac:/Users/Shared/CurseForge, If it does not exist, make it. - Click
Continue.
- Click the
in the bottom left. - Select the Minecraft tab.
- Click
Change. - Select the location:
--- Windows:Local Disk (C:)at the left side of the window. If you do not see it, clickThis PCfirst.)
--- Mac:/Users/Shared/CurseForge, If it does not exist, make it.
thank you very much
Hey, I don't know if this is the right channel, but whenever I use the curseforge launcher to play minecraft. The minecraft launcher gets a visual bug
Good afternoon, I was playing the DarkRPG modpack which apparently updated but was archived, version 7.9.2hf2 but the system I use as a host updated to this summer and I can't go back or update to the most current one. which would be 7.9.3, how do I play with my friends now?
hey was curseforge down last night? I tried updating my modpack and was getting a blank error. I woke up this morning to see now all the requests I sent went through and were rejected for being duplicates 😅 and now the original is pending under manual review
?mt
Project/File moderation is done on these days unless otherwise mentioned:
Sunday, Monday, Tuesday, Wednesday, Thursday: <t:1701072000:t> - <t:1701100800:t>
Friday, Saturday: No Moderation!
Projects are moderated First in, First out. If you submit late in the work day, it will likely get left until the next day!
New Projects or anything flagged for manual review: 1-3 Working Days
Updates to approved projects not needing manual approval: 1 Hour
-If your file has been "Under Review" for more than an hour, then it is at manual review!
Prolly was sent but cloudflare got in the way. Can do that sometimes
Yo is there a way to downgrade my Modpack that I made from 1.20.4 to 1.20.1 ?
Hello! I'm facing building issue with all my projects.
Unhandled error while processing revision: 84c0eef8f3d88f013aced3ea602859e7a981ecf2 - Please submit a support ticket at https://support.curse.com for further assistance.
When I try to go to the support page, I get a 403 Forbidden error.
Can I find support here?
Thanks in advance for your answer 🙂
The CurseForge Discord server for developers can be found here:
https://discord.gg/JwUXpc8n8M
go here for updates regarding that
Thank you @steep perch ❤️
ohh wait wow or ark? I thought ark
you get a 403 on the support page?
!ticket-curator
!ticket-author
Info for Project Authors:
When opening a support ticket, make sure to select Author Support in the What kind of support do you need? box.
You also need to include a link to the project and your CF name!
Logs, Game and OS boxes can be ignored when opening an author ticket.
try this one
WoW
yeah you would need to open up a ticket so the team who check and process mods etc can assist
Info for Project Authors:
When opening a support ticket, make sure to select Author Support in the What kind of support do you need? box.
You also need to include a link to the project and your CF name!
Logs, Game and OS boxes can be ignored when opening an author ticket.
huh
!reject-cfhosted
Your upload has been rejected with the message "The following files belong to CurseForge-hosted projects, and should therefore not be added directly to zip files"?
Here is what you should do:
-
Remove any mods listed in the error message from the profile you exported. Then reinstall them with the CurseForge app. DO NOT drag and drop files from the site.
-
Export the profile again, open the new zip that was just made. Check for the
overrides/modsfolder. If you still see any mods in that folder do the step above again for each mod. -
Upload the zip once complete and no more mods show in the
overrides/modsfolder.
hey guys, i'm playing w curseforge fabric 1.20.5 on mac, and i tried to use the simple voice chat mod but it says "your launcher does not support macOS microphone permissions" - how can i fix this?
Recommend going to the svc discord for this.
do you have a link?
Should be on the mods description page
alright, thank you!
They’d need Prism
why?? i deleted them and installed them from the curseforge app
Delete the mods, reboot your pc, then try installing them again.
Boot the pack make sure it still works, then export. Open the export and see if any mods are in the overrides/mods folder. If they are delete them from the pack and repeat (dont need to reboot again)
The game crashed whilst rendering overlay
Error: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
Any idea what this crash report could mean?
#🧱︱mc-other-help for that and logs are needed, not a launcher error snippet
Bet
when i search "@draconic" in JEI, the game closes, what can i do?
#🧱︱mc-other-help was the correct room for this
Hi, anyone faced this issue before?
Running on mac, i have WoT installed via wargaming launcher. When i find the folder where it is installed, manual scan just wont add it. Any suggestions please?
Curseforge is installing all my modpacks to the C:// Drive rather than my D:// Drive even though I have set it in the setting to download to the D drive. Ive deleted the folder under my C drive but everytime I try to install something it keeps coming back and downloading there.
Show the setting you changed for this, screen shot the full app
#🔎︱mod-hunting for this, and stop posing it all over
The minecraft modding folder
Did the app create a new folder in that drive?
Yes
so should be working then?
Look at dms pls
Keep in find, the cf app will download temp files still to the c drive as the cf app saves in appdata for the app itself. But packs should now be installing in your D drive
I sent u a question in dms
I just found that out and noticed after it finished installing the pack. My apologies. Thank you for your help. The process to get it changed over was starting to frustrate me and I overlooked it. Thank you for the help!
All good, happens some times. Dont worry about it. Enjoy!
I hope your not randomly dming people asking your mobile addon Q....
just making sure
Why does VirusTotal give an alert to Cuerseforge?
i made a modpack and it keeps crashing, I need help fixing it I don't know what any of it means, if anyone wants a log I can send it and they can help me
just ping me and I'll send it
#🧱︱mc-other-help for mc issues
oh
Send the log there
It says I can't include "mc" in the modpack name but Better MC literally has it in its name?
Youll have to open a ticket and fight it like they did... Its annoying I know
!ticket-author
Info for Project Authors:
When opening a support ticket, make sure to select Author Support in the What kind of support do you need? box.
You also need to include a link to the project and your CF name!
Logs, Game and OS boxes can be ignored when opening an author ticket.
Oh alright.
Hi i have a problem when i launch minecraft with mods then my game stops loading at 90% at the red screen in minecraft it doesnt give me an error or anything it just stops loading at 90% and it only happens when i load it with mods
Already got 32 gigs
In total?
No in total i got 128 gigs
Okay
But still if i run minecraft with any mods it loads and stops at 90% at the red loading screen
Then RAM is unlikely to be the issue. perhaps a latest.log will help (put it in #🧱︱mc-other-help ). I have to go to bed so I won't be able to help further.
Good afternoon, I was playing the DarkRPG modpack which apparently updated but was archived, version 7.9.2hf2 but the system I use as a host updated to this summer and I can't go back or update to the most current one. which would be 7.9.3, how do I play with my friends now?
is there a new process for getting a minecraft mod not lised on curseforge onto the approved list so it can be used in a modpack? the old way that I was familiar with by submitting a form doesn't appear to work because the form link says it was deleted.
The form isn't gone
huh, well that's really weird. i just tried it 3 times and it said it was deleted. I copied the link to share here and tried it again and now it loaded
voodoo magic.
my buddy just made a modpack and for whatever reason the main menu background is white a essintial ui is missing and i cant seem to figure out the problem
anyone available for server help?
perhaps - but game problems in game channels please #🧱︱mc-other-help
Paste created of latest.log, uploaded by albou12.
Prob smth to do with epic fight but idk
plss help. minecraft itself is working, but not any cursed forge mods
?notcf
CurseForge does not make or maintain any of the content or games used on the site or the app.
Just because it's on the site/app does not make it a problem with CurseForge.
Please move to the respective channels as requested, OR use #👽︱game-support for game-related help.
?notcf
CurseForge does not make or maintain any of the content or games used on the site or the app.
Just because it's on the site/app does not make it a problem with CurseForge.
Please move to the respective channels as requested, OR use #👽︱game-support for game-related help.
Hi i had a question, im trying to start up a mod pack ( My own ) on a server "ServerMiner" but i cant seem to figure out how to add it there? could someone help me figure it out?
how do i send a friend my mod pack?
can someone please help im trying to play minecraft 1.19.2 but every time i try launch the game after going to the launcher via curseforge it crashes exit code 1 can someone help please
Since the update my CurseForge client closes after a couple of minutes, any ideas?
Hiya! i am very curious as to why the mod "create interactive" is automatically Rejected when inside a modpack, i see it states it being license restricted yet when i ask in their discord there's no knowladge or mention of it
What version are you using in the modpack?
Looks like they stopped updating on CurseForge and only update on Modrinth now
From what I can tell newer versions are on modrinth and the only license I see for it is ARR
(All right restricted)
Reserved*
Close enough
It's on them to change the license so. Sounds like they may not be aware they restricted it
when ever i export my modpack it always show that the mod and fabric version is mismatched but the before export version launches fine
It does not have with the license to do. They just stopped updating on CurseForge. So if the version is not available on CurseForge, you can't use it, if it is not on the 3rd party list.
also when i try to join my server i get a connection closed error i can send my logs if needed
Wonder why it was throwing the license error during rejection then
Any mods uploaded to CurseForge can be used in any modpack.
Regardless of license of the project
Hi! I have a problem with creating a custom profile. Error: Forge Modloader installation failed.
I reinstalled Java 17, CurseForge. It worked 2 months ago.
Anyone know how to fix a "Failed to install Modpack" Error, I've been restarting the app but still keep getting the error
Hello guys, i have a problem, im trying to transfert my files in zip to my New pc but it notice always 'invalid file'...
I dont know what to do
hello guys i have an question an friend of mine has issues with not being able to play java on the app , they said to me that it says you dont own it even through they own both java and bedrock , is this an known error?
They’re likely logged into the wrong account
on my divine journey 2 server, quests don’t ever load and it won’t let me use the commands
hi i am trying to upload my modpack file to curseforge but it says error subbmitting project file when i click to upload it
i managed to upload it but it is under manual review how long does a manual review take about?
?mt
Project/File moderation is done on these days unless otherwise mentioned:
Sunday, Monday, Tuesday, Wednesday, Thursday: <t:1701072000:t> - <t:1701100800:t>
Friday, Saturday: No Moderation!
Projects are moderated First in, First out. If you submit late in the work day, it will likely get left until the next day!
New Projects or anything flagged for manual review: 1-3 Working Days
Updates to approved projects not needing manual approval: 1 Hour
-If your file has been "Under Review" for more than an hour, then it is at manual review!
ty
how do i fix this? the game doesnt even launch just instant crash, ive tried watching tutorials but nothing worked
#🧱︱mc-other-help for this kind of issues.
this is on curseforge
?notcf
CurseForge does not make or maintain any of the content or games used on the site or the app.
Just because it's on the site/app does not make it a problem with CurseForge.
Please move to the respective channels as requested, OR use #👽︱game-support for game-related help.
alr ill head over there
Hello, I am designing a game panel for the Minecraft game. I need an API to add Bukkit Plugins to the panel. How can I access this?
!noping
Please take the time to read our #📛︱rules
Keep in mind that the reply feature pings the original message's sender by default, so please turn it OFF with every reply (you can hold down shift when replying to do the same), or don’t use the reply feature and simply write your response in the channel.
The Moderators & Helpers volunteer their time and knowledge to help, you might not get your answers instantly. Describe what you need help with in detail and please patiently wait for someone to check and reply.
Do NOT DM staff members without being asked to do so.
Breaking this rule will result in being timed out / banned according to moderation judgment.
!devdiscord The dev discord is probably your best bet.
The CurseForge Discord server for developers can be found here:
https://discord.gg/JwUXpc8n8M
what is curse forge agent
Hello, Im new to modding and I have created two projects one project that is a mod and one modpack and I want to know how to make curseforge pull any updates to the mod into the modpack without me having to do anything manually.
It's a pretty bad idea. Updating a single mod can easily break a modpack, and update* a whole modpack is one of the best way to create new issues.
It's recommended to test new updates in your own side and make sure everything work, and additionally checking the known issues of your mods.
I didnt think of that...
Having created a few modpacks. I personally recommend to wait one or two weeks after the update of a mod, then checking the reported issues
Gotcha thanks for the tip!
What's this mean?
How did you make the modpack you uploaded?
Wym?
the zip file*
I exported it from the forge profile
Did you edit the zip at all?
Nope
Try making a small change to the pack, boot the pack again, then export again
I recently uploaded a new file just now since I changed the pack contents
So Ill see if it gets accepted
Wait does modrith mods being in the mod pack cause any issues
If they are on cfs 3rdparty list, they can be in cf packs. If they arent then they are not allowed
!mc-3rdparty
Mods that are not on CurseForge, must be on the 3rd-party list to be included in modpacks uploaded to CurseForge.
If a mod is not on this list it can't be included in the export of a modpack and must be removed before uploading.
If you upload with a mod that isn't on this list the file will be rejected.
Visit the List of approved 3rd party mods to check them out or make a request for a new 3rd party mod's approval
Damn it
I’m pretty sure one or two might not be on forge but I’m not sure which ones
how do i see why my game is crashing while launching
do someone know the location of the file curseforge.exe? i lost my quick access
question, I have two wow accounts and was using regular curse for updates. When I added ELVUI, I installed WOWUP CurseForge and my addons now seem all out of whack. Not sure how to fix but crazy errors and not the same ones of the diff accounts. Plus WOW UP CURSE FORGE and CURSE FORGE seem to support different addons. How can I clean up and fix all my out of date/LUA errors and streamline?
elvui us bit ib cyrsefirge and the configs do not sync only the addons themselves
I am a tad tech challenged and just don want to break all my settings
better support for this though in #🧙🏼♂️︱warcraft-support
Hello, I just downloaded curseforge mod manager- If I have some resource packs that I made can I just drag them into the resource packs folder like I would with vanilla?
what's the Problem??
what causes a modpack to be manually inspected?
Hello
How does one install a mod that shows up as forge but has no install button
Just wondering when the CurseForge app updated to no longer support older mac versions. Specifcally, mac versions below 10.15
If possible, is there a way to get a legacy version of the app so it is runnable on older versions?
apple
A g o n y
!oops
- Make sure you tried these steps first
- Click the
Create logs.zipbutton on the bottom of the oops error. - Drag and drop the created file into this channel.
- Wait for someone to look at the logs and help you.
CurseForge doesn't have viruses right?
As of June 11th we have cleaned all infected files on the platform and have sealed the security breach to prevent similar files from being introduced again.
If you have downloaded any of the affected files and in order to play safely, make sure to follow the steps described in our article.
For more info, please read our #📢︱news
Do note that in reference to Bleeding Pipe - this isn’t malware, it’s an exploit of Java that in not based in the CurseForge platform.
Since curseforge-intaller when scanning it on virustotal pulls it as malicious
The installer is safe, keep in mind with installers for anything, they ask to make changes to your pc right? This in itself can set of some warnings depending on what is being looked at.
Ive done the scans of cf / ow on virustotal. CF is safe.
Ok thanks for answering my question Excellent service
Otherwise we would have a lot more people in here freaking out about it...
Np, never a bad thing to question stuff like this. 🙂
Anyone… 🙏
Howdy
So I'm trying to download the Optimum Realism texturepack from CurseForge, but its straight not allowing it
The only option its giving me is to fold it into my walking dead modpack (which I don't want to do, I want to play vanilla with the texturepack)
You can't make a vanilla profile and put it there? Or download it from the website?
hey guys, i'm using the curseforge forge mods for my pack, and i use optifine with my world, but it closes, can yall see which mod it is that's not allowing me to use optifine?
Probably optifine
!mc-optifine
If you have issues with Optifine, please remove it. If you want further support try the discord found on their website.
https://www.optifine.net/home
Installing Optifine with modpacks on Curseforge:
- Right click the modpack icon, select
Open Folder. - Put the
Optifine.jarinto themodsfolder. - Now start the modpack.
oh.
It's nicknamed opticrash for a reason around here for a reason
Hello I'm strugling to install a few mod for minecraft .. if anyone can help ?
im struggling to host a server for skyfactory 4
any time i try to run the install.bat it just closes
I had that issue too. Thankfully there's a server tool called Universalator that makes the whole thing a lot easier.
Take the server folder, put it in a non-system folder (i recommend a drive's root directory), place Universalator in the folder, run the Universalator.
Don't mind the bright colors; they're DOS colors because the entire thing is a GUI in a CLI
Well, it looks like a GUI.
I'm getting an error that says "An access violation occured when attempting to install minecraft launcher"
i still definitely need help ive been dealing with this for a couple days
i just cant play rn
I did this it worked but how do i make the server run
like it says no client found only mods
idk what that means tbh
Odd. I never had that issue. I have to sleep now, unfortunately
Hi everyone, How do I get these two mods to work in ark survival ascended?
Anyone know?
bumping since i still need help
#🦖︱ark-support for ark issues
any ideas as to why my all the mods 9 lauches with exit code 1
problem -- it says i need 11.8.3 but it only goes to 11.8.0
figured it out, its onj modrinth
im having a hard time starting a server can anyone help?
!notcf #🧱︱mc-other-help
CurseForge does not make or maintain any of the content or games used on the site or the app.
Just because it's on the site/app does not make it a problem with CurseForge.
Please move to the respective channels as requested, OR use #👽︱game-support for game-related help.
My friends and I use a modpack that I slap together. We're in the beginning stages of setting our serer up so there is a lot of changes. Currently, I export the modpack and upload to Discord to have them download. Is there any way to make it when I put in a mod or take one out, the next time they click play on the modpack it is automatically updated instead of uploading the modpack, having them download and reinstall?
Hello how can I post my rp?
sup, I just downloaded Sodium for 1.20.6 from modrinth and when I added it on my curseforge profile it shows me this. Is this normal?
Probably someone who tried to upload Sodium to CF, it's still gonna show in the app.
Can someone help me this showed up
Nvm just realised that was a dumb question.....
all you had to do was go into Microsoft settings and look at offline permissions and turn it on 👍🏻
Hi everyone I think I have a problem with a mod but don't know wich
Error: java.lang.NullPointerException: Cannot invoke "net.minecraft.server.packs.repository.Pack.m_10446_()"beacause "p_143903" is null
Please help I tried removing some mods, updating the pack but nothing works.
Why can't I download addons?endless loading..
can i download curseforge on Mac?
Windows
Minimum Requirements:
-
OS Version: 10 or 11
-
64 bit Required
-
Microsoft .Net 4.8
If you are having issues with the Windows Download use the Windows alternative download to install Overwolf. Then download CurseForge from the App Store.
Windows Standalone app
Note: Supports World of Warcraft, Minecraft and The Sims:tm: 4.
Mac
Minimum Requirements:
-
OS Version 10.14 or newer.
-
64 bit Required.
:penguin: Linux
Note: Currently supports World of Warcraft and Minecraft
thx
If you have version 10.15+
Speaking of
Anyone know how to use curse forge without the app?
Or
Get a down graded version of curse forge?
Good morning. I pay monthly to support CurseForge through Overwolf. I am still seeing ads. To whom shall I inquire to help resolve, please? 😄
Hi I'm trying to play modded mc with my friend but whenever he launches a modpack it comes up with exit code 1, they have updated their graphics drivers and downloaded the latest java but nothing is working
Yeah ik.
They updated the app and I want an older version
Why though?
Because they don't have the new required version of MacOS, would be my guess.
is there a way to move/copy a minecraft world modpack to a diffrent mod pack?
they have the same mods btw
If they have the same mods why the 2 packs?
change the pack version and it downloaded a new pack
?
Do you have install to a new profile checked
:)
I can’t update any further.
ah
i am a dumb human
thx for helping my stupid brain
Well, I'm still technically correct xD
I think someone found an old installer that worked on the old MacOS version, but I don't remember from where.
The best kind of correct
So umm what does this mean?
It’s under manual review, you’ll need to wait
ok so here goes, could someone give me a proper easy to follow guide on how to download curseforge in the first place and then how to deal with downloading different mods and what folder to move them into etc. 🙂
?getcf
Windows
Minimum Requirements:
-
OS Version: 10 or 11
-
64 bit Required
-
Microsoft .Net 4.8
If you are having issues with the Windows Download use the Windows alternative download to install Overwolf. Then download CurseForge from the App Store.
Windows Standalone app
Note: Supports World of Warcraft, Minecraft and The Sims:tm: 4.
Mac
Minimum Requirements:
-
OS Version 10.14 or newer.
-
64 bit Required.
:penguin: Linux
Note: Currently supports World of Warcraft and Minecraft
!mc-installmods
- Click
+ Create Custom Profile - Name it, select the required Minecraft version, select the modloader & modloader version (usually the highest number), click
Create. - Click the profile icon.
- Click
Add More Content - Search and install the desired mods.
- Start the game!
- Right click the profile picture or Open the profile and click the
Icon next to the play button. - Click

Open Folder. - Drag the mod(s) into the
modsfolder. (Note: Some mods will require others, to run. Make sure to read the instructions for the mod!) - Start the game!
why i cant download nothing? its bug??
does curseforge have to be on the same drive as mc?
No
i don't think so
You can’t change where CF installs to anyway
...
Ask in #🧙🏼♂️︱warcraft-support
?rule6 it doesn't change his answer
Blind DM's are considered spam, Don't DM people unless asked, THIS INCLUDES DISCORD/OVERWOLF STAFF. Advertising anything via an unapproved DM is an instant ban. Same goes for pinging our team.
*Replies ping by default
It was working fine like 1 or 2 months ago. A shame it automatically updated.
I have a question where can i find my curseforge logs/client logs
CF logs you have to click a button in the app to generate and those go to the downloads folder
Ok do you also have the command for the tutorial for 1 of them because i dont understand it? Would be nice
!cflogs-app
If a mod pack/profile is crashing those are in the logs folder for that profile
menu.