Jump to content

Recommended Posts

Posted

Recently, I had to re-download forge. I dropped the files into the minecraft.jar file and deleted the META file, but everytime I try to start up minecraft I get stuck with the "done loading" screen. I would really like some suggestions on what I should do...

 

I use 7zip, everything has worked before, downloaded the same forge I had downloaded before.

-Having the latest Minecraft version: Free

-Having Mods: Free

-being a fan of Direwolf20: Priceless

Posted

how do I get a stack trace? I tried looking it up on google but no sites gave specific instructions.

-Having the latest Minecraft version: Free

-Having Mods: Free

-being a fan of Direwolf20: Priceless

Posted

There wasn't a crash log....

 

Are you using the default directory for minecraft or a different one? (Such as Technic) Because if you're using the default one, then you can use this batch file to run Minecraft and see what the command prompt says about it; Batch File Download (this is the same link as provided on the wiki here)

Check out my

Texture Packs Thread here on the Forge Forum. :)

Currently in the process of adding some mod support for JohnSmith Texture Pack.

width=105 height=12https://www.sugarsync.com/piv/D8135159_67366891_21351[/img]

 

width=209 height=19https://www.sugarsync.com/piv/D8135159_67366891_772852[/img]

Posted

Or open cmd, cd into the folder with the minecraft launcher (jar form), and do:

java -jar minecraft.jar

Errors will print here.

So, what would happen if I did push that shiny red button over there? ... Really? ... Can I try it? ... Damn.

Posted

ok here is the log from the download error check:

 

 

 

===Simple Minecraft Error Test===

 

Starting Minecraft...

 

Exception in thread "main" java.lang.VerifyError: (class: net/minecraft/client/M

inecraft, method: k signature: ()V) Incompatible argument to function

        at java.lang.Class.getDeclaredMethods0(Native Method)

        at java.lang.Class.privateGetDeclaredMethods(Unknown Source)

        at java.lang.Class.getMethod0(Unknown Source)

        at java.lang.Class.getMethod(Unknown Source)

        at sun.launcher.LauncherHelper.getMainMethod(Unknown Source)

        at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)

 

Finished session

 

 

Right click, Select all,

Press Enter (This will copy the output to your clipboard).

Then paste the result on http://www.pastebin.com

 

===========#Risucraft===========

 

Press any key to continue . . .

 

 

 

(sorry for the long wait. Work, urg!)

-Having the latest Minecraft version: Free

-Having Mods: Free

-being a fan of Direwolf20: Priceless

Posted

how do I get back to 1.2.5?

Just wait about 4 days to use forge w/ 1.3.

So, what would happen if I did push that shiny red button over there? ... Really? ... Can I try it? ... Damn.

Posted

ok ill wait then...

thank you all! sorry to be a pain  :-[

No problem.

Everybody here that's helpful does it to alleviate that pain. :P

So, what would happen if I did push that shiny red button over there? ... Really? ... Can I try it? ... Damn.

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

    • Hello friends of Forge. When exploring my modded world (around 85 mods) the game regularly crashes for some reason. I've researched and tried to fix but couldn't find a solution for my situation.    crash report: https://pastejustit.com/f2fir9pzr0
    • Hello friends of Forge. When exploring my modded world (around 85 mods) the game regularly crashes for some reason. I've researched and tried to fix but couldn't find a solution for my situation.    crash report: https://pastejustit.com/f2fir9pzr0
    • Hello everyone, As the title suggests I'm new the the entire modding thing I used to make little game projects here and there and since I've started University I've taking Java and I fell in love with it somehow. So I have a couple of questions: Can I learn Java from modding the game (Yes I have the basics) can it expand my knowledge in this language? Does modding require massive teams (I've seen too many projects on curseforge that have like 3-6 contributors) or can I do it solo? Where to start? I know you might be thinking "Whats wrong with this guy just simply google what to do..." and for that I say "I did" and found too many results not saying its a bad thing just you know we have a common term in development in general and that's "Development hell" you guys are more experienced than I'm what tutorial series do you recommend? Why didn't I use Reddit for this question why the minecraftforge forums where we fix issues to modding not help beginners start?  Because it gave me mental issues not saying this for attention but I really dislike the communities there are helpful somewhat but everything I said there regardless of what it is even a simple question in development will be bombarded with hateful comments cruelty and bullying and even worse grammar police , I truly hope that you guys aren't like this...   Please forgive me for my English as I'm not an English speaker. I'm alright with you people criticizing me for the question or the stuff I said just don't be cruel , thanks in advance! 
    • Hi! As the title suggests, I am encountering an issue with the Prominence II mod pack in which my server keeps crashing at random intervals. I am hosting it through Aternos, and below is a copy of my crash log. I have tried googling solutions and all forums are years old. I am new to hosting a server and don't know my way around files. I have also contacted Aternos support and they said it was a problem with the trinket mod? However I don't know if removing it will solve or corrupt my world. Any help would be greatly appreciated!   https://mclo.gs/RWmkEtK
    • I've been trying to render a line on the screen for a few days now, and everywhere I've looked has outdated answers. They say to use RenderGameOverlayEvent, which has been removed by my understanding. Is there a specific event I should be using or anything else I'm doing wrong? Tesselator tesselator = Tesselator.getInstance(); BufferBuilder renderer = tesselator.getBuilder(); renderer.begin(VertexFormat.Mode.DEBUG_LINES, DefaultVertexFormat.POSITION_COLOR); Color c = new Color(255, 0, 0, 255); renderer.vertex(0, 100, 0).color(c.getRed(), c.getGreen(), c.getBlue(), c.getAlpha()).endVertex(); renderer.vertex(0, 200, 0).color(c.getRed(), c.getGreen(), c.getBlue(), c.getAlpha()).endVertex(); tesselator.end(); Based on what I've seen, this is the code that should be working, though I feel that I need to override an event and add it in. What event should I be using for this? Is there another way of doing it that I don't know of?
  • Topics

×
×
  • Create New...

Important Information

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