ekolis / ekolis/EventHorizonGui

Music player fails to load on Linux

Open
#35 0 comments 0 reactions 0 assignees View on GitHub
bug linux
Dominant language
C#
Stars
2
Forks
2
PR merge metrics
No merged PRs in 30d

Description

It crashes and fills up gigabytes of logs with this error repeating forever:

```
Exception caught: System.TypeInitializationException: An exception was thrown by the type initializer for EventHorizon.Music
at EventHorizon.MainForm.MainForm_Load (System.Object sender, System.EventArgs e) [0x00000] in :0
at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in :0
at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in :0
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the Linux crash and observing the repeated log output during EventHorizon.MainForm.MainForm_Load. Then trace the System.TypeInitializationException back to EventHorizon.Music and determine why initialization fails. Done means the music player loads on Linux without crashing or repeatedly filling the logs.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.