Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug report] Crashes on Debian 12 #386

Open
aknight2015 opened this issue Jan 30, 2025 · 5 comments
Open

[Bug report] Crashes on Debian 12 #386

aknight2015 opened this issue Jan 30, 2025 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@aknight2015
Copy link

Describe the bug

*** Ambermoon.net Patcher ***

Waiting for Ambermoon.net to close ...

Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Program.

$(String[])
Aborted (core dumped)

To Reproduce
Steps to reproduce the behavior:

  1. Make AmbermoonPatcher executable (chmod a+x AmbermoonPatcher)
  2. Execute ./AmbermoomPatcher

Expected behavior
The game to open and operate as described on both your GitHub and Itch.io page.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Debian 12
  • Browser N/A
  • Version 12

Image

@aknight2015 aknight2015 added the bug Something isn't working label Jan 30, 2025
@Pyrdacor
Copy link
Owner

You should not call the patcher directly. It is called from the main executable when it detects a new patch. The patcher needs specific arguments.

What are you trying to do?

@Pyrdacor
Copy link
Owner

If you want to start the game, execute the Ambermoon.net executable instead.

@aknight2015
Copy link
Author

I also tried to use the Ambermoon.net directly. Loads a black window, then closes after about 20-30 seconds. Not output on the command line. I launch everything from CLI. Is there an argument I can put to output a log?

@Pyrdacor
Copy link
Owner

In general there should be log output automatically if there is an error. Either directly in the cli or inside a log.txt file.

@aknight2015
Copy link
Author

This is all there is. I run Ambermoon, after hitting it with a chmod +x, and a screen loads with a black screen, and then it closes.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants