UE4LinuxLauncher icon indicating copy to clipboard operation
UE4LinuxLauncher copied to clipboard

How to start this program?

Open Pattern-Projects opened this issue 7 years ago • 6 comments

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

Pattern-Projects avatar Sep 21 '18 13:09 Pattern-Projects

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

LinuxDonald avatar Sep 21 '18 18:09 LinuxDonald

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)

Pattern-Projects avatar Sep 24 '18 15:09 Pattern-Projects

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

infinityplusb avatar Sep 30 '18 12:09 infinityplusb

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)

LinuxDonald avatar Oct 01 '18 13:10 LinuxDonald

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?

ChrisY03 avatar Jan 20 '19 20:01 ChrisY03

Download

cd Compiled
./start.sh

Profit

infinityplusb avatar Jan 21 '19 07:01 infinityplusb