-
Posts
2617 -
Joined
-
Last visited
-
Days Won
37
Everything posted by Ugdhar
-
Curseforge loader crashing for Mystical Block
Ugdhar replied to Drqgon's topic in Support & Bug Reports
So that kubejs mod looks like it's for making your own javascripts for doing server stuff. Did you make any? Or give anything a name? If it's the same error, the problem is a filename with a space in it being generated by that mod, filenames with spaces are in general just a bad idea, even though it's been 30+/- years there are still lots of things that handle them improperly. If you're not creating anything yourself, then I would guess that mod is generating it by itself, and you might need to hit up the mod author for further help. *edit: https://kubejs.com/support -
Curseforge loader crashing for Mystical Block
Ugdhar replied to Drqgon's topic in Support & Bug Reports
That's crazy that it worked last night, because it shouldn't have with a broken resource path like that, as far as I know. You didn't add this machines mod between then and now? -
Does it still crash if you remove Iron's Spellbooks? I see that mod listed all over many of the errors. I'm unsure if that's the cause, or a symptom of the real issue. The only other mod I see mentioned in those errors is majrusz-library-1.20-4.3.2.jar so you could possibly try removing/updating that one also. If it's neither one of those, then you may need to either start removing mods, or start building your pack over again adding them a few at a time, and then testing stability in between removals or additions.
-
The forge documentation is there mostly to just get you started, and explain some key terms/ideas. I don't think they meant it to be a how-to or to teach people how to accomplish specific goals within their mod. There's is a community wiki that was being used, I have no idea if it will be updated/maintained going forward, that has a little bit more/other information: https://forge.gemwire.uk/wiki/Main_Page Also McJty goes into some detail on some common goals people have while creating mods: https://www.mcjty.eu/docs/intro Beyond that, the best advice I have is to look at the code of other mods, and even dig through the minecraft code itself for ideas of what's available for overrides/properties/etc., and tinker with stuff constantly
-
Does it work if you use the official launcher?
-
More information is needed. How did you try to run it? What happened when you did?
-
You shouldn't quote an error like that, full logs are needed for context. A github repository of the current code is also helpful, as opposed to copied and pasted bits, and would possibly avoid errors in communication such as the (seemingly) missing get() method call. I believe these things are needed for further assistance/debugging.
-
When you say "doesn't work", does the code even run? Does it tell you why it doesn't work? Error or anything?
-
That debug.log does not look complete. Pasting it into a forums message may have truncated it, you should try posting it to a site like gist.github.com or something, and sharing the link here.
-
You should post your installer log, it will be in the same folder as the installer jar file, with a .log extension. It may provide more useful information.
-
FTP can transfer any type of file. When you say "Im trying to drop this file to the server", what exactly are you trying to do? What are you using to do it? What happens when you try?
-
Error loading mod (cyclic) forge 1.18.2
Ugdhar replied to SpacialAunt6215's topic in Support & Bug Reports
Looks like a known issue with the cyclic https://github.com/Lothrazar/Cyclic/issues/2192 -
I'm not sure, try browsing through your mod folder, and make sure you only have 1 copy of each mod. Sometimes when a mod is updated, the filename changes, and if you just add the new version, the old version is still in there. That's one possibility I suppose.
-
From what I understand, enough has changes since 1.12.2 that a rewrite usually makes more sense than trying to update, depending on the mod functionality. I would also suggest making a github repository for the code, as opposed to some random download page. It would make it easier for interested people to collaborate updating the source.
-
I can't seem to get forge to work at all
Ugdhar replied to Cooper Coen's topic in Support & Bug Reports
If you definitely have Java installed, you could try jarfix, as it sounds like your .jar file association has been changed. https://johann.loefflmann.net/en/software/jarfix/index.html#Download -
The error isn't about the mods.toml (that's just a warning), it's saying you have duplicate mods in your mods folder.
-
Does it still crash if you remove Optifine? The version of Optifine you have I do not even see for download on their page anymore (looks like you have a prerelease version), and also you are using Forge 1.19-41.0.110 which there is no version of Optifine for. Make sure your version of forge matches the version that Optifine specifies on their download page for maximum chances of compatability.
-
Certain mods need language provider javafml:42 or above to load
Ugdhar replied to storm0976's topic in Support & Bug Reports
Bedrock edition and Java edition are so vastly different it is like comparing apples and driveshafts. If you feel that Bedrock is better, why not play that? With every version of the Java edition, Mojangsoft changes quite a bit, which means forge has to have parts rewritten/updated to keep working. Sometimes these changes are massive. I'm fairly certain that the json addon system in Bedrock cannot do nearly as many things as modding the java edition with forge. If you look around on here, you'll find tons and tons of threads about this same topic, with more or less the same explanations. -
Which browser? I'm just curious, since this issues seems to be a chrome issue, and if you got another browser that is based on chrome, it may have the same issue. I'm able to download forge just fine using Firefox. If you search around on here, Lex posted a possible fix, but from what I've seen it does not work for everyone.
-
Please help me my modded server isn't starting up
Ugdhar replied to The7thNugget's topic in Support & Bug Reports
Your version of JEI is too high for that regstrator mod. -
What are you trying to achieve? Firing an event at the wrong time sounds like a bad idea.
-
Post the exact error, preferably your debug.log. I have never seen an error that says "Java Version doesnt work".
-
Use a browser other than chrome