Page 5 of 6

Re: Forge for macOS 1.6.36

PostPosted: 06 Jan 2021, 04:02
by symbebekos
Has anyone been able to use either builds of Forge for Mac on an Apple Silicon M1 machine? I get an "Unable to load Java Runtime Environment" error. I have tried installing Azul Java versions, but I don't really know what I'm doing.

Re: Forge for macOS 1.6.38

PostPosted: 13 Feb 2021, 15:30
by Agetian
UPDATE (02/13/21): Forge for macOS v1.6.38 has been released. It's a version based on desktop Forge v1.6.38, please check the relevant thread for release information. The mobile backport is also available. Enjoy!

As for Apple Silicon M1, unfortunately, personally I don't have any information on it, and I don't know anyone who would own a device like that and have developer skills necessary to update the project to function on it, if an update is necessary...

- Agetian

Re: Forge for macOS 1.6.39

PostPosted: 07 Mar 2021, 05:32
by Agetian
UPDATE (03/07/21): Forge for macOS v1.6.39 has been released. It's a version based on desktop Forge v1.6.39, please check the relevant thread for release information. The mobile backport is also available. Enjoy!

- Agetian

Re: Forge for macOS 1.6.40

PostPosted: 24 Apr 2021, 06:07
by Agetian
UPDATE (04/24/21): Forge for macOS v1.6.40 has been released. It's a version based on desktop Forge v1.6.40, please check the relevant thread for release information. The mobile backport is also available. Enjoy!

- Agetian

Re: Forge for macOS 1.6.40

PostPosted: 23 May 2021, 12:57
by tomorrow4268
The mobile version shows the forge-launch window, but both buttons (launch / quit) do not work an such do not start the game. Pushing "space" would flicker the button but not activate it.

The desktop version starts fine, but when i was trying to activate a quest load, it similarly did not activate it. I can change name/delete data select it, but click/double-clicking the save data won't start the quest mode. Again "space" seem to work as clicking but wouldn't activate .

I am using High sierra v10.13.6, all updated, java newest version, and gameversion are the ones that were recently posted in this thread.

Re: Forge for macOS 1.6.40

PostPosted: 23 May 2021, 15:29
by tomorrow4268
now i restarted my mac, deinstalled the desktop version, and the mobile launcher worked, but it ended in a crash; here is the error report pastebin com/2R5yz9VP

Re: Forge for macOS 1.6.42

PostPosted: 12 Jun 2021, 13:55
by Agetian
UPDATE (06/12/21): Forge for macOS v1.6.42 has been released. It's a version based on desktop Forge v1.6.42, please check the relevant thread for release information. The mobile backport is also available. Enjoy!

Please note that version 1.6.41 was skipped for technical reasons.

@tomorrow4268: I don't own a Mac system myself, but I'll ask my friend who has a Mac system to take a look if possible.

- Agetian

Re: Forge for macOS 1.6.42

PostPosted: 19 Jul 2021, 05:39
by Agetian
UPDATE (07/19/21): Forge for macOS v1.6.43 has been released. It's a version based on desktop Forge v1.6.43, please check the relevant thread for release information. The mobile backport is also available. Enjoy!

Thanks to @nefigah we were able to figure out and hopefully resolve the issue with the mobile backport not working in the last couple of builds. Please let me know if the mobile backport works again for all of you running these MacOS builds :)

- Agetian

Re: Forge for macOS 1.6.44

PostPosted: 07 Aug 2021, 04:14
by Agetian
UPDATE (08/07/21): Forge for macOS v1.6.44 has been released. It's a version based on desktop Forge v1.6.44, please check the relevant thread for release information. The mobile backport is also available. Enjoy!

- Agetian

Re: Forge for macOS 1.6.45

PostPosted: 16 Oct 2021, 16:24
by Agetian
UPDATE (10/16/21): Forge for macOS v1.6.45 has been released. It's a version based on desktop Forge v1.6.45, please check the relevant thread for release information. The mobile backport is also available. Enjoy!

- Agetian

Re: Forge for macOS 1.6.46

PostPosted: 15 Nov 2021, 05:39
by Agetian
UPDATE (11/15/21): Forge for macOS v1.6.46 has been released. It's a version based on desktop Forge v1.6.46, please check the relevant thread for release information. The mobile backport is also available. Enjoy!

- Agetian

Re: Forge for macOS 1.6.47

PostPosted: 29 Dec 2021, 06:50
by Agetian
UPDATE (12/29/21): Forge for macOS v1.6.47 has been released. It's a version based on desktop Forge v1.6.47, please check the relevant thread for release information. The mobile backport is also available. Enjoy!

- Agetian

Re: Forge for macOS 1.6.49

PostPosted: 29 Mar 2022, 05:50
by Agetian
UPDATE (03/29/22): Forge for macOS v1.6.49 has been released. It's a version based on desktop Forge v1.6.49, please check the relevant thread for release information. The mobile backport is also available. Enjoy!

- Agetian

Re: Forge for macOS 1.6.49

PostPosted: 31 Mar 2022, 18:44
by sriracha
When I try to run the new OSX Forge, it fails silently. Running it directly via the terminal results in this error:

Code: Select all
volga: bill > MacOS/JavaAppLauncher
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)

volga: bill > java -jar Java/forge-gui-desktop-1.6.50-SNAPSHOT-jar-with-dependencies.jar
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)
I am able to launch the jar file from the main release (https://releases.cardforge.org/forge/fo ... 49.tar.bz2) although that throws a series of com.thoughtworks.xstream.converters.ConversionException as well as an java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1 [savedState=OATHBREAKER_DECK;].

OSX 11.6.4
Java:
openjdk 17.0.1 2021-10-19
OpenJDK Runtime Environment Homebrew (build 17.0.1+0)
OpenJDK 64-Bit Server VM Homebrew (build 17.0.1+0, mixed mode, sharing)

Re: Forge for macOS 1.6.49

PostPosted: 04 Jun 2022, 16:04
by Darkyl
I tried running the latest version on my m1 mac, it was initially complaining about missing Java runtime environment which I fixed, but it doesn’t seem to be running and I’m not seeing any error messages on the screen. Anyone knows if m1 is supported?