Jump to content

Recommended Posts

Posted (edited)

Sorry if I do not write in the correct section, but I have a problem, I made a client for minecraft and it works well while I execute it in my IDE but when I export it and pass it inside a jar file it works fine but when entering a world the game it only closes, I do not know what causes it, it does not send any error and neither in the logs.

It only happens when entering a world or a server, I suppose it is when loading the world, this is all in the logs:
 

[02:39:02] [Client thread/INFO]: Created: 1024x512 textures-atlas
[02:40:06] [Client thread/INFO]: Connecting to server.net., 25574
[02:40:07] [Client thread/INFO]: Stopping!
[02:40:07] [Client thread/INFO]: SoundSystem shutting down...
[02:40:07] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
Edited by Osito13
Posted

This is only the INFO log. You must post the DEBUG log.

The DEBUG log is the `debug.log` file or one of the compressed `.gz` files in your `minecraft/logs/` folder.

 

NOTE: The debug log is very large and I advise you to either use `gist.github.com` or attach the files here, to post it online.

Posted
  On 2/2/2019 at 8:36 AM, Osito13 said:

I made a client for minecraft

Expand  

You made a client?

What do you mean by this?

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted (edited)
  On 2/2/2019 at 10:27 AM, Jaideep Heer said:

This is only the INFO log. You must post the DEBUG log.

The DEBUG log is the `debug.log` file or one of the compressed `.gz` files in your `minecraft/logs/` folder.

 

NOTE: The debug log is very large and I advise you to either use `gist.github.com` or attach the files here, to post it online.

Expand  

I think it's the same file that I found

 

I take this to say that I looked at the console while it started and the same thing appears, there is no visible error about why it does not let the worlds in, this nevertheless works well in the IDE (Debug), so this makes me think that I did wrong the process of converting it to a .jar file

Edited by Osito13
Posted

Do not make clients.

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

If you want to make a mod use forge, making custom clients is not allowed by Mojang 

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
  On 2/2/2019 at 8:36 AM, Osito13 said:

I made a client for minecraft

Expand  

 

  On 2/4/2019 at 2:20 AM, Cadiboo said:

making custom clients is not allowed by Mojang 

Expand  

 

  On 2/4/2019 at 2:50 AM, Osito13 said:

Well, I just want to know what my mistake is

Expand  

The mistake could be literally anything. You haven’t posted your code, we have no idea what it could be. It’s also hard to work with minecraft directly because of Sides/Distributions. Which is one of the reasons why you shouldn’t do it

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
  On 2/4/2019 at 4:52 AM, Cadiboo said:

 

 

The mistake could be literally anything. You haven’t posted your code, we have no idea what it could be. It’s also hard to work with minecraft directly because of Sides/Distributions. Which is one of the reasons why you shouldn’t do it

Expand  

Is that that is the main problem, above provide the logs, that is the strange problem that there is none, nothing appears the game only closes when I enter a world, that only happens when I convert the file to a normal .jar for minecraft, but when I run it in my IDE it works perfect.

Since it does not let me enter any world, it does not let me practically play

Posted

If you do not want to help me with that, then at least you know if there is a guide where you can see how the project is exported or how it is converted to a jar file? please, I just want it to work in normal minecraft

Posted

We will not help you make clients or jar mods.

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

 

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.