Jump to content

RL Craft Blue Screened?


TheFurryPolice

Recommended Posts

So, i was playing for a good 2 hours or so, when i went out exploring and got killed by a dragon, but when i re-spawned at my bed as soon as i spawn back in it blue screened my PC. i was wondering if that was something on my end or if this has happen to anyone else. i wondering if it just overloaded my pc by the game trying to load everything at the same time or if it was something else

P.S. -When i went exploring i travailed about 200 blocks in 1 direction from my bed, so nothing TOO crazy.

Edited by TheFurryPolice
Changed topic for clarification
Link to comment
Share on other sites

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

    • the session has expired, what if the modified LAN Server displays the same screen after logging in as after logging in to the premium server from a non-premium account? Minecraft Forge 1.20.1 CurseForge. I also use Mod LAN World Plug n Play
    • Hello There! In today's video I will be showing you guys the Minecraft and Google Collaboration they are doing for the 15th anniversary for Minecraft! If you guys wanna try this out for yourself go to google and type in "Minecraft"!  
    • I found the solution. I'm sharing it in case it helps someone. private static final ResourceLocation image = new ResourceLocation(Main.MODID, "textures/gui/image.png"); @SubscribeEvent public static void onRenderGui(RenderGuiOverlayEvent event) { RenderSystem.disableDepthTest(); RenderSystem.depthMask(false); RenderSystem.enableBlend(); RenderSystem.setShader(GameRenderer::getPositionTexShader); RenderSystem.blendFuncSeparate(GlStateManager.SourceFactor.SRC_ALPHA, GlStateManager.DestFactor.ONE_MINUS_SRC_ALPHA, GlStateManager.SourceFactor.ONE, GlStateManager.DestFactor.ZERO); RenderSystem.setShaderColor(1, 1, 1, 1); event.getGuiGraphics().blit(image, 0, 0, 0, 0, 64, 64, 64, 64); RenderSystem.depthMask(true); RenderSystem.defaultBlendFunc(); RenderSystem.enableDepthTest(); RenderSystem.disableBlend(); RenderSystem.setShaderColor(1, 1, 1, 1); }  
    • I can also confirm that godlike is quite good, even tho the features are quite limited using the free services. For free services, I can only recommend aternos.org  or AxentHost. Aternos is quite straightforward and AxentHost gives more performances, this is all about preferences.
    • Thank you so much @Xoroshio, I don't know why I didn't think of this! It has worked and my problem is finally fixed.
×
×
  • Create New...

Important Information

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