Coder Social home page Coder Social logo

Comments (25)

KokaKiwi avatar KokaKiwi commented on June 12, 2024

Upload your config.yml on Gist and send it to me please. ;)

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

Hey, I only changed the name of the launcher. But it doesnt change anything. I took the source from here cause I don't get to compile it. https://www.dropbox.com/sh/x9dixjedivwx6by/ktznwlLS9b Could you make a tutorial how to build and use it?

from mclauncher.

KokaKiwi avatar KokaKiwi commented on June 12, 2024

To compile MCLauncher, you must use Maven by calling "mvn clean install" on project directory (Maven is embedded in base versions of Eclipse)
With Eclipse, you must use "Run As > Maven Build > Goal: clean install" :)

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

Now I get tons of errors.http://meincraft.eu/paste/cg1MPjIt/

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

Could you just upload your eclipse workspace folder of MCLauncher? I don't get it

from mclauncher.

KokaKiwi avatar KokaKiwi commented on June 12, 2024

That's because your project don't fill Maven project format.
Re-import MCLauncher from Github repo (Eclipse: "Import > Existing Maven Project"), do your modifications and re-compile it with "Run As > Maven Build > goal: clean install"

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

At the goals it says "No entries available."

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

Ok, now when I run the Launcher with "clean install" the Launcher doesn't appear.

from mclauncher.

KokaKiwi avatar KokaKiwi commented on June 12, 2024

Run with the console and paste the log please :)

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Minecraft Custom Launcher 0.9.5
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ mclauncher ---
[INFO] Deleting D:\Downloads\KokaKiwi-MCLauncher-f93d67f\KokaKiwi-MCLauncher-f93d67f\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ mclauncher ---
[debug] execute contextualize
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ mclauncher ---
[INFO] Compiling 29 source files to D:\Downloads\KokaKiwi-MCLauncher-f93d67f\KokaKiwi-MCLauncher-f93d67f\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ mclauncher ---
[debug] execute contextualize
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory D:\Downloads\KokaKiwi-MCLauncher-f93d67f\KokaKiwi-MCLauncher-f93d67f\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ mclauncher ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ mclauncher ---
[INFO] No tests to run.
[INFO] Surefire report directory: D:\Downloads\KokaKiwi-MCLauncher-f93d67f\KokaKiwi-MCLauncher-f93d67f\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.1:jar (default-jar) @ mclauncher ---
[INFO] Building jar: D:\Downloads\KokaKiwi-MCLauncher-f93d67f\KokaKiwi-MCLauncher-f93d67f\target\minecraft.jar
[INFO]
[INFO] --- maven-shade-plugin:1.4:shade (default) @ mclauncher ---
[INFO] Including org.yaml:snakeyaml:jar:1.9 in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing D:\Downloads\KokaKiwi-MCLauncher-f93d67f\KokaKiwi-MCLauncher-f93d67f\target\minecraft.jar with D:\Downloads\KokaKiwi-MCLauncher-f93d67f\KokaKiwi-MCLauncher-f93d67f\target\mclauncher-0.9.5-shaded.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ mclauncher ---
[INFO] Installing D:\Downloads\KokaKiwi-MCLauncher-f93d67f\KokaKiwi-MCLauncher-f93d67f\target\minecraft.jar to C:\Users\Wanja.m2\repository\com\kokakiwi\mclauncher\0.9.5\mclauncher-0.9.5.jar
[INFO] Installing D:\Downloads\KokaKiwi-MCLauncher-f93d67f\KokaKiwi-MCLauncher-f93d67f\dependency-reduced-pom.xml to C:\Users\Wanja.m2\repository\com\kokakiwi\mclauncher\0.9.5\mclauncher-0.9.5.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.140s
[INFO] Finished at: Sun Jul 15 13:11:32 CEST 2012
[INFO] Final Memory: 21M/231M
[INFO] ------

from mclauncher.

KokaKiwi avatar KokaKiwi commented on June 12, 2024

It's mean that your launcher is located at: D:\Downloads\KokaKiwi-MCLauncher-f93d67f\KokaKiwi-MCLauncher-f93d67f\target\minecraft.jar ;)
"Run As > Maven Build" execute Maven on the project and build your launcher JAR

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

When I double click on the minecraft.jar nothing happen :( But thanks for your Support :D

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

Do you have a solution for that?

from mclauncher.

KokaKiwi avatar KokaKiwi commented on June 12, 2024

Nope sorry, i don't know what happened :(

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

Could you send me your Project Folder of MCLauncher? I don't get it what im doing wrong.

from mclauncher.

KokaKiwi avatar KokaKiwi commented on June 12, 2024

My project folder is the same as yours, i just do "Run As > Maven Build" and exported jar is working fine for me. :o

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

Can I just edit the config.yml in a compiled mclauncher.jar and it works?

from mclauncher.

KokaKiwi avatar KokaKiwi commented on June 12, 2024

Yep it's work too. ;)

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

could you send me a compiled mclauncher.jar ;)

from mclauncher.

KokaKiwi avatar KokaKiwi commented on June 12, 2024

There are many downloads in "Downloads" section MCLauncher git repo ;)

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

When I run those nothing happens o.O

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

I dont know if it helps but i only have java 7 installed.

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

When I run your jar file via console I get this error.

http://meincraft.eu/paste/7MisgkK2/

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

Mhh that's strange. When I use MCLauncher v0.9.4 then I can run it but when I change something in the config.yml it doesn't appear in the programm

from mclauncher.

Ahava avatar Ahava commented on June 12, 2024

Ok, the problem was I forgot to delete the profiles folder. Now it works fine. Thank you! But, could you upload me the sourcecode of the 0.9.4 because the other versions don't work for me (http://meincraft.eu/paste/7MisgkK2/).

Thanks,
Ahava

from mclauncher.

Related Issues (20)

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.