-
Posts
2713 -
Joined
-
Last visited
-
Days Won
40
Everything posted by Ugdhar
-
This crash still uses optifine.
-
i keep getting an error please help
Ugdhar replied to Mihnea Campean's topic in Support & Bug Reports
Remove Optifine and try again, if it crashes again post a new log please. Also, logs are easier to read if you paste them to a paste site like hastebin or a github gist. -
help finding duplicates in modlist
Ugdhar replied to Frostthund3r992's topic in Support & Bug Reports
Post a debug.log, it will have the most information. And you do not need to make so many threads about the same issue, 1 will suffice. -
Whichever mod is doing that (I don't see one named "ore") is breaking stuff. Can't have capital letters it item/mod IDs. If you can figure out which one it is, remove it. If you're not sure, you don't have too many mods, you can start removing one or a few at a time that seem likely and testing, putting back ones that don't affect the issue.
-
Help when i try to open the game i get this report log
Ugdhar replied to syfexgr's topic in Support & Bug Reports
This usually means the configuration file is broken. You can either delete or rename it, and it should be recreated on the next run. You might run into more, so search your log for "failed to load" or "caused by" if it crashes again. -
Need help with finding what mod or mods caused my error
Ugdhar replied to Frostthund3r992's topic in Modder Support
Need more information. Post your entire debug.log to a github gist or something, and then share the link here. -
1.18.2 Crash caused by villager-type entities
Ugdhar replied to Catomax26's topic in Support & Bug Reports
So how does later foge "break everything"? Based on this error, if you don't want to upgrade forge, then you need to downgrade puzzleslib to a version that'll accept your version of forge. -
[1.19.2] [SOLVED] How can i make a farmland wet in an area of 3x3?
Ugdhar replied to lvcas's topic in Modder Support
https://discord.com/invite/UuM6bmAjXh -
1.18.2 DawnCraft server is not starting up
Ugdhar replied to Xosmuits's topic in Support & Bug Reports
Looks like something broken in projectmmo, something is nothing when it shouldn't be. *maybe if you rename/delete the configs for it? It looks like it might be trying to read one that's broken. -
Please help forge keeps crashing during early loading process
Ugdhar replied to Shihab yusuf's topic in Support & Bug Reports
Create a github account, if you do not have one. Go to gist.github.com Drag & drop the debug.log into the text area, and it will fill it in for you. You can also give it a name/description/etc. Click the create gist button at the bottom right Share the url of that page here, there's a dropdown button (I think it starts with 'Embed') that has shareable link option. -
[1.19.2] [SOLVED] How can i make a farmland wet in an area of 3x3?
Ugdhar replied to lvcas's topic in Modder Support
To be fair, Minecraft Forge has a discord server as well, and seems unfair to direct them elsewhere, especially from here. (that being said, I'd join both) -
Wrong forums, this is for minecraft forge, not fabric. You will likely not find any help here.
-
Trying to load mods into 1.18.2 forge server causes errors
Ugdhar replied to Blurr0-0's topic in Support & Bug Reports
First errors look like you are using mods that want a newer version of forge. Second errors looks like you have mods that are conflicting, trying to modify the same code or something. That's all I can guess, as the log does not look complete so there could be other stuff below that is missing. -
You should create your own thread, with a link to your crash report, and a link to a github repo with your code. That will help someone to help you chances are your code is not the same as the original poster. Your mod is broken, possibly trying to use/register a point of interest? You should post a link to a github repo with your project in it, as trying to post just some of the code may leave out the important parts.
-
I'm not seeing any crashes or anything in that log. Try posting a link to your debug.log after it doesn't work, it should contain more useful information.
-
Step 1: Remove OptiFine, and see if the crash still happens. (and if it does, post new logs)
-
a gradlew build worked no problem for me using your code, without changing anything. I'm going with my original guess that your onedrive folder is causing issues due to syncing or something during development.
-
Can you take the project off of the onedrive folder and put it in a normal folder in your filesystem, and see if that makes a difference? I've heard of onedrive folders being troublesome. In the meantime I'll see if I can get it to build/run
-
In case you ever come back, that debug.log is incomplete and does not show any crash. Forums can often take time for replies, if you're looking for faster results I suggest joining discord.
-
HELP : Modded game crash after spending some time in Nether
Ugdhar replied to Teambob35's topic in Support & Bug Reports
Please post your debug.log to a paste site, not a download site, so we may view it. -
Please help forge keeps crashing during early loading process
Ugdhar replied to Shihab yusuf's topic in Support & Bug Reports
From the launcher, click Installations near the top, then when you point (not click) at the Installation that's giving you problems, there will be a little folder icon on the right side. Click that, and it will open a folder. in this folder, is a logs folder, go in there. Here you should find a debug.log file. It helps posting it to a paste site, because then you can view it without formatting so it preserves line breaks etc., where if you post it on here, well, it's quite a pain to read. After posting it, you just copy the link to it and paste it on here, and people can check it out and hopefully give you advice I prefer gist.github.com myself, but any site that can handle your debug.log should be fine, hastebin, pastebin, etc. etc.