


Code: Select all
sudo leafpad /boot/config.txt
Code: Select all
sudo nano /boot/config.txt
Code: Select all
pi@Rpi:~/Minecraft $ ./runForge1.12.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: authserver.mojang.com
todays access token =
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: api.mojang.com
MINECRAFT_UUID=
Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Exception in thread "main" joptsimple.OptionMissingRequiredArgumentException: Option tweakClass requires an argument
at joptsimple.RequiredArgumentOptionSpec.detectOptionArgument(RequiredArgumentOptionSpec.java:48)
at joptsimple.ArgumentAcceptingOptionSpec.handleOption(ArgumentAcceptingOptionSpec.java:257)
at joptsimple.OptionParser.handleLongOptionToken(OptionParser.java:513)
at joptsimple.OptionParserState$2.handleArgument(OptionParserState.java:56)
at joptsimple.OptionParser.parse(OptionParser.java:396)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:50)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Very happy to say i got forge working. Had to addDarkPlatinum wrote: ↑Tue Jun 26, 2018 1:19 pmHi, ive had minecraft 1.12.2 optifine working. Im trying to get forge working, but getting this error
how do i fix this?Code: Select all
pi@Rpi:~/Minecraft $ ./runForge1.12.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: authserver.mojang.com todays access token = % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: api.mojang.com MINECRAFT_UUID= Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release Exception in thread "main" joptsimple.OptionMissingRequiredArgumentException: Option tweakClass requires an argument at joptsimple.RequiredArgumentOptionSpec.detectOptionArgument(RequiredArgumentOptionSpec.java:48) at joptsimple.ArgumentAcceptingOptionSpec.handleOption(ArgumentAcceptingOptionSpec.java:257) at joptsimple.OptionParser.handleLongOptionToken(OptionParser.java:513) at joptsimple.OptionParserState$2.handleArgument(OptionParserState.java:56) at joptsimple.OptionParser.parse(OptionParser.java:396) at net.minecraft.launchwrapper.Launch.launch(Launch.java:50) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Code: Select all
TWEAK_CLASS=net.minecraftforge.fml.common.launcher.FMLTweaker
Yes, using f11 makes it flicker for some reason. To prevent this I just use full screen from the minecraft application bar.Sumie wrote: ↑Fri Jun 29, 2018 4:16 pmAnyone else seeing lots of flickering while playing now (in the ESC menu, or inventory)? It's been happening for a few months with newer images/updates. It happens more severely at higher resolutions or with higher view distance so I imagine it has to do with the Ram utilization, but I have the GPU ram upto 256mb. It was working great with 192mb at the start of the year.
Happens on both my Pi3 and Pi3Bplus.
I'm downloading the new June image right now to apply it to see if the same thing is going on, but I imagine it is.
It's freakin' irritating. I'm using the script to start Minecraft outside of the GUI to squeeze a bit more performance out of it, so non-full-screen is not really an option in my mind.DarkPlatinum wrote: ↑Fri Jun 29, 2018 10:37 pmYes, using f11 makes it flicker for some reason. To prevent this I just use full screen from the minecraft application bar.
You say that, but the process still works for me (just did it again on another PI about a week ago). Show us the error you're seeing after the crash and we'll be able to help you better.
Code: Select all
sudo chmod +x runOptifine1_12_1.sh
That script takes some time to run for me.... (OK, it starts with a system upgrade, so that could explain the time it takes)leafs444 wrote: ↑Sun Jul 29, 2018 8:47 pmI made a installer script for the whole process. rpiMike you can update the forum with it if you want.![]()
do this in terminal: git clone https://github.com/Minecraft1-12-2Pi/Mi ... 1.12.2.git
It's still in beta testing. What do you mean by "Could you please update the readme with exactly what it installs?"? Also, if you'd like to work with me on this, I'm open.unclebod wrote: ↑Sat Aug 18, 2018 12:04 pmThat script takes some time to run for me.... (OK, it starts with a system upgrade, so that could explain the time it takes)leafs444 wrote: ↑Sun Jul 29, 2018 8:47 pmI made a installer script for the whole process. rpiMike you can update the forum with it if you want.![]()
do this in terminal: git clone https://github.com/Minecraft1-12-2Pi/Mi ... 1.12.2.git
Also, it is hardcoded about where in the directory tree the Minecraft1.12.2 folder is. Not the best to do...
After placing it in the correct place, I've found at least two bugs in the script:
The optifine it downloads is not correctly moved do Downloads
It installs 1.12.1 version of optifine
I'm going to do the 1.12.2 install manual, I think...
Could you please update the readme with eaxtly what it installs?