Giter VIP home page Giter VIP logo

riseloader's Introduction

RiseLoader

A loader for client Rise (https://vantage.rip) by 1qxz ^_^

!!! THIS IS NOT THE OFFICIAL LOADER!!! THIS LOADER WAS MADE ON PURE ENTHUSIASM !!!

Screenshots

Loading

Main

Launching

Features

  • Fully automatic updates
  • Easy file management
  • Easy client startup
  • Open Source Code

Supported on

RiseLoader is supported on windows (7/8/10/11), Linux, macOS,

I have not tested on Linux and macOS, if you encounter a problem on these operating systems, please write me in Discord.

1qxz

Running

To run download file in releases https://github.com/oneqxz/RiseLoader/releases you must be sure to use Java 16 or higher !!! (download https://cdn.azul.com/zulu/bin/zulu17.46.19-ca-jre17.0.9-win_x64.msi)

double-click to run, if it doesn't open try running via command line

java -jar "<path_to_the_rise_loader_file.jar>"

If it gives an error, try installing java (link to it above) and try this

"<path to the installed java>" -jar "<path_to_the_rise_loader_file.jar>"

default path to zulu17

"C:\Program Files\Zulu\zulu-17-jre\bin\java.exe" -jar "<path_to_the_rise_loader_file.jar>"

Run Locally

Clone the project

  git clone https://github.com/oneqxz/RiseLoader

Go to the project directory

  cd RiseLoader

Install maven

  mvn build

Main class

  me.oneqxz.riseloader.RiseLoaderMain

License

GPLv3

Free Software, Hell Yeah!

riseloader's People

Contributors

oneqxz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

riseloader's Issues

laucher issue

when i luach the luacher is show this message
java.lang.NullPointerException: Image must be non-null.
at javafx.scene.paint.ImagePattern.(ImagePattern.java:236)
at me.oneqxz.riseloader.fxml.scenes.MainScene.setBackground(MainScene.java:155)
at me.oneqxz.riseloader.fxml.components.impl.Loading$1.init(Loading.java:27)
at me.oneqxz.riseloader.fxml.controllers.Controller.init(Controller.java:18)
at me.oneqxz.riseloader.fxml.FX.createNewParent(FX.java:77)
at me.oneqxz.riseloader.fxml.FX.createNewScene(FX.java:59)
at me.oneqxz.riseloader.fxml.FX.showScene(FX.java:39)
at me.oneqxz.riseloader.fxml.FX.showScene(FX.java:32)
at me.oneqxz.riseloader.fxml.components.impl.Loading.show(Loading.java:24)
at me.oneqxz.riseloader.fxml.components.impl.EluaAccept.show(EluaAccept.java:27)
at me.oneqxz.riseloader.RiseUI.start(RiseUI.java:47)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:839)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:483)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:456)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:455)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:185)
at java.base/java.lang.Thread.run(Unknown Source)

Error when open app

When i open the Loader, i got this message

java.lang.NullPointerException: Image must be non-null.
	at javafx.scene.paint.ImagePattern.<init>(ImagePattern.java:236)
	at me.oneqxz.riseloader.fxml.scenes.MainScene.setBackground(MainScene.java:155)
	at me.oneqxz.riseloader.fxml.components.impl.Loading$1.init(Loading.java:27)
	at me.oneqxz.riseloader.fxml.controllers.Controller.init(Controller.java:18)
	at me.oneqxz.riseloader.fxml.FX.createNewParent(FX.java:77)
	at me.oneqxz.riseloader.fxml.FX.createNewScene(FX.java:59)
	at me.oneqxz.riseloader.fxml.FX.showScene(FX.java:39)
	at me.oneqxz.riseloader.fxml.FX.showScene(FX.java:32)
	at me.oneqxz.riseloader.fxml.components.impl.Loading.show(Loading.java:24)
	at me.oneqxz.riseloader.fxml.components.impl.EluaAccept.show(EluaAccept.java:27)
	at me.oneqxz.riseloader.RiseUI.start(RiseUI.java:47)
	at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:839)
	at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:483)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:456)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:455)
	at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
	at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
	at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:185)
	at java.base/java.lang.Thread.run(Thread.java:1583)

image
is this a error?. also i did launched it a few time and did delete it and try download the latest bugfix version

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.