Erlandys / UE4LinuxLauncher

MIT License
85 stars 24 forks source link

How to start this program? #5

Open Pattern-Projects opened 5 years ago

Pattern-Projects commented 5 years ago

I'm new to Linux, using fedorea. Can you describe the start procedure in the README.md.

I've tried: ./Compiled/start.sh The result is: Error: Could not find or load main class launcher.Main

LinuxDonald commented 5 years ago

First do an cd Compiled and than ./start.sh

Pattern-Projects commented 5 years ago

The error that comes up is: Exception in thread "main" java.awt.HeadlessException at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:204) at java.awt.Window.<init>(Window.java:536) at java.awt.Frame.<init>(Frame.java:420) at javax.swing.JFrame.<init>(JFrame.java:233) at launcher.LoginForm.<init>(LoginForm.java:20) at launcher.Main.checkIfLoggedIn(Main.java:61) at launcher.Main.<init>(Main.java:55) at launcher.Main.main(Main.java:19)

infinityplusb commented 5 years ago

This is a recent issue, since the last update which fixed oauth.

LinuxDonald commented 5 years ago

I dont have any problems Ubuntu 18.04 Java:

java version "1.8.0_181" Java(TM) SE Runtime Environment (build 1.8.0_181-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)

ChrisY03 commented 5 years ago

I literally have no idea what I'm doing. I'm using Ubuntu. Can someone please write the exact command I need in terminal to start this?

infinityplusb commented 5 years ago

Download

cd Compiled
./start.sh

Profit