Jump to content

Recommended Posts

Posted

So, for some crazy reason I need to keep minecraft client running despite any encountered "exception" and so on. I have to not get it crashed even if the most terrible things occurred.

How can I do this?

Posted
  On 11/6/2018 at 11:58 PM, ZhabaKlava said:

I have to not get it crashed even if the most terrible things occurred.

Expand  

Why? If the "most terrible thing" occured then you should crash the game. Actually you should crash the game in most cirumstances. What's your reason for avoiding crashes?

 

  On 11/6/2018 at 11:58 PM, ZhabaKlava said:

How can I do this?

Expand  

Apart from some edge-cases with IO/Network by writing code that works and has checks to prevent crashes. Like if you are afraid that a value is null then you check that it isn't null before proceeding, etc.

Posted (edited)

I'm trying to get out of some dimension provided by the mod which isn't mine.

Basically I went to it's portal and when I appeared in that dimension my client crashed. Now it is constantly crashing when I'm logging in to the server. It's a bug in that mod. And I am currently trying to get back to the Overworld.

 

What I really need is just to send single chat message before crash so the server could teleport me to the Overworld

Edited by ZhabaKlava
Posted

Considering that it is another mod most you can do is report the crash report to the mod author. 

You could also change the player's dimension though MCEdit.

Or alternatively you can use any NBT editor and edit the player's NBT data:

  • Open the world.dat file with any NBT editor of your choice.
  • Navigate to Data -> Player -> Dimension
  • Change it to the dimension you need, like 0 for overworld.
  • Navigate to Data -> Player -> Pos
  • Change the values in that array to match the values of Data -> SpawnX/Y/Z to transfer the player to the spawn.
  • Save the file.

For multiplayer do the same, but instead of opening world.dat open playerdata/%UUID_OF_YOUR_PLAYER%. You can lookup the player's UUID online. 

Posted

Thanks but unfortunately I do not own the server so I can't change any files there. I'll ask the administrator to change my player's dimension when he will appear online, but I was looking for a quick solution to proceed playing as soon as possible.

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

    • Make a test with another java build like Azul Zulu
    • I played my crazy craft server with friends for about a day and a half, but all of a sudden it crashed, and now it won't work, and these are the config files that are giving me problems in the server, and it keeps crashing. Can't join the server anymore or even load without it crashing. Does anybody know how I can fix this??   config codes: java.lang.NullPointerException: null at net.minecraftforge.eventbus.EventSubclassTransformer.buildEvents(EventSubclassTransformer.java:62) ~[eventbus-4.0.0.jar:?] at net.minecraftforge.eventbus.EventSubclassTransformer.transform(EventSubclassTransformer.java:44) [eventbus-4.0.0.jar:?] at net.minecraftforge.eventbus.EventBusEngine.processClass(EventBusEngine.java:21) [eventbus-4.0.0.jar:?] at net.minecraftforge.eventbus.service.ModLauncherService.processClassWithFlags(ModLauncherService.java:20) [eventbus-4.0.0.jar:4.0.0+65+master.6080a3f] at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) [modlauncher-8.1.3.jar:?] at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) [modlauncher-8.1.3.jar:?] at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) [modlauncher-8.1.3.jar:?] at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [modlauncher-8.1.3.jar:?] at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) [modlauncher-8.1.3.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:351) [?:1.8.0_312] at net.minecraftforge.fml.client.gui.screen.ModListScreen.<init>(ModListScreen.java:98) [forge:?] It is also version 1.16.5 and I have tried redownloading the modpack.
    • yea, theres no crash report for this one, that one was te old one  
    • is it the issue? like, isnt it in a conflict with other mods? because the modpack's whole point is the Big Globe mod
  • Topics

×
×
  • Create New...

Important Information

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