Git Product home page Git Product logo

mineshafter-launcher's Introduction

The *.class files in the resources directory are required for the launcher to work.
They are produced as the output from another project (Mineshafter launcher resources).
It should be on my Github profile along with this.
If an update occurs, or you need to make changes to them, take the output files from the other project and
stick them in the resources directory here.

mineshafter-launcher's People

Contributors

darklbp avatar download13 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mineshafter-launcher's Issues

Using Mineshafter Skins with self-hosted server

Hello :)
First of all, thanks for your efforts in making this launcher :D

I run a server on my own hardware on which me and some of my friends play.
Skins show up in singleplayer. However, on my server my skin turns out to be the default Alex skin.

Is there anything specific to do to make multiplayer skins to work?

I'm using SpigotMC (Minecraft 1.11.2)

Thanks!

Profile bug

hi download13! can u update the source with the profile bug? thx :)

Launcher errors while Launching the Game...

Heres the Error Log

[20:01:56 INFO]: Launching game
[20:01:56 INFO]: Looking for old natives to clean up...
[20:01:56 INFO]: Unpacking natives to C:\Users\PC07\AppData\Roaming.minecraft\versions\1.6.4\1.6.4-natives-9981304674357
[20:01:56 INFO]: Launching in C:\Users\PC07\AppData\Roaming.minecraft
[20:01:56 INFO]: Half command: C:\Program Files\Java\jre7\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -Djava.library.path=C:\Users\PC07\AppData\Roaming.minecraft\versions\1.6.4\1.6.4-natives-9981304674357 -cp C:\Users\PC07\AppData\Roaming.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\argo\argo\2.25_fixed\argo-2.25_fixed.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\com\google\guava\guava\14.0\guava-14.0.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\Users\PC07\AppData\Roaming.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\Users\PC07\AppData\Roaming.minecraft\versions\1.6.4\1.6.4.jar net.minecraft.client.main.Main
[20:01:57 INFO]: Client> Error: Could not find or load main class net.minecraft.client.main.Main
[20:01:57 ERROR]: Game ended with bad state (exit code 1)
[20:01:57 INFO]: Deleting C:\Users\PC07\AppData\Roaming.minecraft\versions\1.6.4\1.6.4-natives-9981304674357
[20:01:57 INFO]: Ignoring visibility rule and showing launcher due to a game crash

Skins not working

Skin haven't been working for a while now.

It seemed like it was caused by Minecraft retrieving skins in a way that I couldn't proxy, but now I think it may be something else.

Blank window with Java 9 (at least on Linux)

Hello, I've tried running Mineshafter launcher in OpenJDK 9 which... just doesn't work. There's only a blank window and it ends up with exception in thread "main". There's the stacktrace:
mineshafter-stacktrace.txt

After searching on Google I found another person who tried it on Oracle's JRE ending up with the same result.

BTW I got to know that version 9 isn't even out yet and I've installed version 8 of OpenJDK where this launcher just works so no rush :D I decided to report it since I thought it could be a problem in the future when version 9 becomes the official one.

JSON ParseException

First, thank you for all your hard work on this program.

RIP google group: I first reported this issue back in march, but apparently only one other person had this issue and no one had any solutions.

  1. Yes I have tried deleting .minecraft. Did not fix.
  2. Yes I am using the latest mineshafter version.
  3. Yes I have tried using different versions of minecraft & forge.

When I run minecraft without forge, everything works fine. When I run minecraft with forge (mods folder empty), the game crashes while loading single-player worlds. It gives an extensive crash report and game output log, thankfully: (pastebin)

One interesting thing in that report is that in Mineshafter-Launcher/src/info/mineshafter/datasources/MineshafterProfileAuthority.java, the code on line 51 fails: JsonObject pj = JsonObject.readFrom(profileJSON); But why? Look at the game output:

[main/INFO] [STDOUT]: [info.mineshafter.datasources.MineshafterProfileAuthority:getProfile:47]: MS.getProfile: <html>
<head><title>302 Found</title></head>
<body bgcolor="white">
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.10.3 (Ubuntu)</center>
</body>
</html>

So one of the files on the mineshafter.info website is returning HTTP error 302.
This file: https://mineshafter.info/mcapi/profile

But here's the kicker: when I run mineshafter without forge, it works, despite the error. The game output still has the "302 found" output, but no JSON exception.

OS: Windows 8.1 64-bit
Java: 1.8
Minecraft: error over many versions, but let's say 1.12.2
Forge version: 14.23.0.2503

I hope this is enough information to solve the issue. It has been very tedious not being able to use worldedit for six months. If you have any questions, feel free to ask.

Cheers,
-AP

Won't start without internet connection

Minecraft will not launch without an internet connection, even though all resources are already downloaded. When attempting to start, the error "Error: Could not find or load main class info.mineshafter.GameStarter" appears in the launcher.

Steps to reproduce the behavior:

  1. Disable your network connections
  2. Start Mineshafter
  3. Press "Play"

debug.txt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.