Page 1 of 1

Error on launch Ubuntu 20.04

PostPosted: 14 May 2022, 01:25
by corzendonk
Hi all,

I'm having trouble getting the program running on linux Ubuntu 20.04. When I run forge.sh, I get the following error:

Exception: java.lang.ExceptionInInitializerError thrown from the UncaughtExceptionHandler in thread "main"

My first thought was to check my java installation, and I think its up to date. This is what I get when I run $ java -version

openjdk version "17.0.3" 2022-04-19
OpenJDK Runtime Environment (build 17.0.3+7-Ubuntu-0ubuntu0.20.04.1)
OpenJDK 64-Bit Server VM (build 17.0.3+7-Ubuntu-0ubuntu0.20.04.1, mixed mode, sharing)

Sorry if this is a noob question, does anyone know what's wrong?

Re: Error on launch Ubuntu 20.04

PostPosted: 26 Aug 2022, 19:37
by krimminal
Hi!
Having the same problem with a Manjaro installation.
Has anybody cracked this issue?

Code: Select all
Exception in thread "main" java.lang.IllegalArgumentException: DSN is required. Use empty string to disable SDK.
   at io.sentry.Sentry.initConfigurations(Sentry.java:199)
   at io.sentry.Sentry.init(Sentry.java:169)
   at io.sentry.Sentry.init(Sentry.java:140)
   at forge.view.Main.main(Main.java:37)

Re: Error on launch Ubuntu 20.04

PostPosted: 14 Dec 2022, 20:21
by krimminal
For what it's worth, my problem is resolved on the daily snapshot of 1.6.54.

Re: Error on launch Ubuntu 20.04

PostPosted: 22 Dec 2022, 06:46
by ChanelLeuschke
My issue has been fixed in the 1.6.54 daily snapshot, if that helps.