Jump to content

[1.8] [SOLVED] Texture and gui books crashing server


Recommended Posts

Posted

Seems that when i start up server on eclipse, it crashes and when i remove the registration of textures and server side gui it works.

ClientProxy.class and ServerProxy.class

 

  Reveal hidden contents

 

 

TextureManager.class called in main class

 

  Reveal hidden contents

 

 

When i remove these lines, then the server works.

 

Posted

The problem now is how do i open my book gui without using the Minecraft.class.

 

ClientProxy.class

 

  Reveal hidden contents

 

Posted

u can use the Minecraft class in ur ClientProxy, because it is client only. But I think the easiest way would be to override onItemRightClick in ur item class, make a check that the world is remote and after that Minecraft.getMinecraft().thePlayer.currentScreen = new EpicBookGui

Posted

how do i do it in the ServerProxy?

 

ItemBook.class

 

  Reveal hidden contents

 

 

ServerProxy.class

 

  Reveal hidden contents

 

 

Proxy.class

 

  Reveal hidden contents

 

 

Server doesn't crash, but nothing happends when i right click the book

Posted
  On 9/19/2015 at 11:20 PM, coolAlias said:

You need to put those types of calls in your ClientProxy.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Posted

They are in my ClientProxy.class

 

 

  Reveal hidden contents

 

 

But nothing happends when i open book in server

Posted
  On 9/20/2015 at 4:14 PM, skyfir3 said:

Oh lol i forgot.

 

I changed it from "!worldIn.isRemote" to "worldIn.isRemote == true" and now it works

 

Thats bad coding style. worldIn.isRemote == true is the same as worldIn.isRemote

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



×
×
  • Create New...

Important Information

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