Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Optifine and Single Player Console won't work
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
TaintedLion

Optifine and Single Player Console won't work

By TaintedLion, March 23, 2013 in Support & Bug Reports

  • Reply to this topic
  • Start new topic

Recommended Posts

TaintedLion    0

TaintedLion

TaintedLion    0

  • Tree Puncher
  • TaintedLion
  • Members
  • 0
  • 1 post
Posted March 23, 2013

My minecraft always keeps on crashing if I have Optifine and/or Single Player Console installed and I really need those mods so help please!

  • Quote

Share this post


Link to post
Share on other sites

luacs1998    270

luacs1998

luacs1998    270

  • World Shaper
  • luacs1998
  • Members
  • 270
  • 2133 posts
Posted March 23, 2013

Logs?

  • Quote

Read the EAQ before posting! OR ELSE!

 

This isn't building better software, its trying to grab a place in the commit list of a highly visible github project.

 

www.forgeessentials.com

 

Don't PM me, I don't check this account unless I have to.

Share this post


Link to post
Share on other sites

shinji    1

shinji

shinji    1

  • Tree Puncher
  • shinji
  • Members
  • 1
  • 15 posts
Posted March 24, 2013

Optifine should be fine. Make sure you are using the 1.5.1 builds. AFAIK single player commands isn't updated yet to 1.5.1.

 

  • Quote

Share this post


Link to post
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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • ChampionAsh5357
      [1.16.5] Properly using DistExecutor with arguments

      By ChampionAsh5357 · Posted 18 minutes ago

      From what I understand, this is not the correct way to use DistExecutor. For the case where you can't supply a runnable or supplier, DistExecutor#unsafe* should be used instead. This will supply a runnable of what you want to execute (e.g. () -> () -> //Do things). This does not verify nor guarantee that the code is completely safe to access; however, if the runnable executes another method that is isolated in a different class, it is 'safe' since classloading will not occur. So, the proper way to implement the code above is DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -> () -> ClientScreenManager#openScreen).
    • diesieben07
      have an error when trying to connect to LAN server with mods

      By diesieben07 · Posted 24 minutes ago

      I guess talk to the Biomes O Plenty people then. This should not be happening if the mod is properly made.
    • Nitrix
      Forge dont want make any profile

      By Nitrix · Posted 27 minutes ago

      Who to have that you cant play minecraft with forge cuz you dont have profile on minecraft launcher? I installed forge 30 times and nothing go    minecraft 1.16.4
    • Choonster
      [1.16.5] Properly using DistExecutor with arguments

      By Choonster · Posted 57 minutes ago

      I have a packet that's sent to the client to open a GUI, which I'm using DistExecutor to do.   The packet's handler method does the following: DistExecutor.safeRunWhenOn(Dist.CLIENT, () -> ClientOnlyNetworkMethods.openClientScreen(message))   ClientOnlyNetworkMethods.openClientScreen currently looks like this: public static DistExecutor.SafeRunnable openClientScreen(final OpenClientScreenMessage message) { return new DistExecutor.SafeRunnable() { @Override public void run() { ClientScreenManager.openScreen(message.getId(), message.getAdditionalData(), Minecraft.getInstance()); } }; }   ClientScreenManager is a client-only class that handles opening the GUI.   As you can see from the code, I need to pass arguments from the packet to the client-only method; which rules out using a method reference as the SafeRunnable implementation.   When I replace the anonymous class implementation of SafeRunnable in ClientOnlyNetworkMethods.openClientScreen with a lambda, DistExecutor.validateSafeReferent throws an "Unsafe Referent usage found in safe referent method" exception. From what I can see, using any non-lambda implementation of SafeReferent simply bypasses the safety checks in validateSafeReferent but doesn't necessarily mean that the code is safe.   The current code with the anonymous class does seem to work on the dedicated server, but is this the correct way to use DistExecutor; or is there a better way to do it?
    • F0RZera
      have an error when trying to connect to LAN server with mods

      By F0RZera · Posted 1 hour ago

      Sorry that I am late, wasn't at home. This one is an attempt to join that I made right now.   debug.log
  • Topics

    • Choonster
      1
      [1.16.5] Properly using DistExecutor with arguments

      By Choonster
      Started 57 minutes ago

    • F0RZera
      9
      have an error when trying to connect to LAN server with mods

      By F0RZera
      Started 4 hours ago

    • Nitrix
      0
      Forge dont want make any profile

      By Nitrix
      Started 27 minutes ago

    • BobbyLikesCake
      8
      1.16.4 Modded not loading singleplayer worlds

      By BobbyLikesCake
      Started 3 hours ago

    • cadbane86140
      0
      Minecraft 1.17 Snapshot 21w03a Showcase!

      By cadbane86140
      Started 1 hour ago

  • Who's Online (See full list)

    • UltramoxX
    • Nitrix
    • isaac25
    • GTAGhostly
    • iHamster
    • Fake_Name131
    • ChampionAsh5357
    • F0RZera
    • st4s1k
    • monkeysHK
    • AzizD
    • Chumbanotz
    • P0SCH1T0
    • loordgek
    • vemerion
    • TurtlesAreHot
    • Aliendestoryer2
    • diesieben07
    • BobbyLikesCake
    • TanManChan
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Optifine and Single Player Console won't work
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community