Jump to content

Recommended Posts

Posted

It’s an issue with the default config not being valid, it was fixed in a later version I think.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted
  On 1/26/2019 at 3:02 PM, IscoGamer503 said:

Both errors were fixed on: "1.13-forge-24.0.116-1.13-pre"
http://files.minecraftforge.net/maven/net/minecraftforge/test/forge/index_1.13.html

Expand  

I have that version and still get the error. Looking at the game output, I see these two errors leading up to it:

Failed to complete lifecycle event CONSTRUCT, 1 errors found

Skipping lifecycle event ENQUEUE_IMC, 1 errors found.
Failed to complete lifecycle event ENQUEUE_IMC, 1 errors found

Posted
  On 1/23/2019 at 11:07 PM, Cadiboo said:

Debug why it happens, then make an issue on their GitHub

Expand  

Also, try and post a fix for the issue

  • Like 1

About Me

  Reveal hidden contents

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Posted

Having absorbed the below information. I was able to get the pre-version 136 working. Found an issue, duplicated the event around it to see if it was a once off or consistent, then went to create a PR and was redirected back to the forum. I am not sure if this should go in the usual forum for bugs.

 

PR - "I am using v136, the current version as of today, and I can start a new world and play in it but once it is saved I can't access it again. I get: 

 

'The game crashed whilst mouseclicked event handler
Error: java.lang.NullPointerException: mouseClicked event handler'

 

showing in the launcher after clicking on the game to open. I have both crash reports and logs if needed."

 

Kind regards

 

I have found: 

Files for install http://files.minecraftforge.net/maven/net/minecraftforge/test/forge/index_1.13.html

Found CWP (who I couldn't find in a search) https://github.com/cpw/MinecraftForge

Instructions for setting up environment https://mcforge.readthedocs.io/en/latest/forgedev/

Read up on contributing to Forge https://github.com/MinecraftForge/MinecraftForge/blob/1.10.x/CONTRIBUTING.md

Found out what a PR is https://mcforge.readthedocs.io/en/latest/forgedev/prguidelines/

Cwp Highlight: FML modding - not sure of location apart from above - 

 

"Doc' referred to in PR 5027 https://mcforge.readthedocs.io/en/latest/

Wiki referred to in PR 5027 https://github.com/MinecraftForge/MinecraftForge/wiki 

Current readme.md https://github.com/MinecraftForge/MinecraftForge/tree/1.13-pre - the video in this document is old enough, that don't think all the steps are necessary still, do you still need a new directory? Things that would help like how to load a pre-release version, other issue related to non-player installs... Remembering to remove all forge mods from directory before running new version.

Posted

Can you please post the debug.log from the run that crashed?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

Another issue is the inventory not showing. Starting with a new world generated. I have defiantly seen it it v144 &v145 I am not sure about v136 or earlier.

 

Items are collected and you can use them ie placing them on the ground (if you can guess where they are). They will all show after some events, like using a craft table to craft something. Then new items collected after the event won't show or increased quantities of existing items.

 

I don't have all the events full laid out yet, I can start working through them if further details are required.

 

Posted

Is this what you mean for Twitch? https://help.twitch.tv/customer/en/portal/articles/2764216-how-to-play-minecraft-with-twitch-app 

 

I am currently using the default launcher, so I have crash reports under Minecraft/Crash-reports and logs under Minecraft/logs. If another launcher is preferred I can load it today and recreate the errors. I do have the launcher log in the spot described. I read you footer but apart from the launcher logs I don't have the logs you mentioned, I tried to see if there was any hidden flies in that folder but nothing showed.

Posted

The official launcher is preferred, there really should be a log file at .minecraft/logs/debug.log

About Me

  Reveal hidden contents

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Posted

I have looked and relooked for me it is in ~/Library/Application Support/minecraft/logs and apart from the dated & compressed logs there are:

 

ml-client-1.log

fml-client-2.log

fml-client-3.log

fml-client-latest.log

fml-junk-earlystartup.log

latest.log

 

they are my only options.

 

There are some glitches that if not directly related to work still being done, might need to be looked at. I have been in vanilla 1.13 to remember what I am comparing it to. But if I can't report it in a useful way, it is not much help.

Posted

Post the latest.log, it’s the next best thing

About Me

  Reveal hidden contents

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Posted

Okay I have one latest loaded at the link above, I will run through and see if it is still a problem in v146 before loading up any more logs.

Posted (edited)

The one in the link is the crash report, not the latest.log

My bad, I thought it was a single file gist

Edited by Cadiboo

About Me

  Reveal hidden contents

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Posted

When load the game it will come with an error loading mods, and when it does load correctly it will crash when the world is loading. I  will post my crash log if needed.

Posted
  On 2/1/2019 at 5:05 PM, Ryorama said:

I will post my crash log if needed.

Expand  

It is needed 

About Me

  Reveal hidden contents

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Posted

Happy Weekend All!

 

How do I get a 'full stracktrace/context'?

 

Is the context what was happening when the error occurred?

 

Which would leave 'full stracktrace", how do I set up so I get this? As well as what I already get, the latest.log and crash-reports for errors when running the Forge Pre(s). Searching for the term in the docs I get a sorry this page does not exist yet. https://mcforge.readthedocs.io/en/latest/search.html?q=stracktrace

 

I also have some farming yields that are not right, wheat and beetroots throwing only seeds and low yields for carrots and potatoes but I am going to check in the latest version before I report anything more. If adfoc.us starts working again, so I can download the latest version ?

 

Posted

The adfoc.us link is not working for the 1.13 newer version install files. It still works for the older versions v15x etc but not the current one. I figured out how to download it anyway but I figure every little bit counts.

Guest
This topic is now closed to further replies.

Announcements




×
×
  • Create New...

Important Information

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