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

crash when options are opened #65

Open
catarial opened this issue Jul 1, 2024 · 3 comments
Open

crash when options are opened #65

catarial opened this issue Jul 1, 2024 · 3 comments

Comments

@catarial
Copy link

catarial commented Jul 1, 2024

OS: Alpine Linux 3.20 x86_64 (steam flatpak)

Midinous crashes when the options are opened.

>>>>>>>>2024-07-01-02.17.43 Midinous session startup commencing. This is an error log.
>>>>>>>>2024-07-01-02.17.43 Release - 1.2.0.1
2024-07-01-02.17.43 Could not read data from /home/tacocat/.local/share/Midinous/user/settings.json
2024-07-01-02.17.43 Exception caught: The type initializer for 'Midinous.MIDI.MIDIInfo' threw an exception.
2024-07-01-02.17.43 BMIDI bus driver is not installed.
2024-07-01-02.17.43 Bad return code setting up MIDI devices. ERROR_EXISTS
2024-07-01-02.17.53 Exception occurred: The type initializer for 'Midinous.MIDI.MIDIInfo' threw an exception.
2024-07-01-02.17.53 Caught exception:System.TypeInitializationException: The type initializer for 'Midinous.MIDI.MIDIInfo' threw an exception.
 ---> System.TypeInitializationException: The type initializer for 'Commons.Music.Midi.MidiAccessManager' threw an exception.
 ---> AlsaSharp.AlsaException: ALSA exception (error code = -2) : No such file or directory
   at AlsaSharp.AlsaSequencer..ctor(AlsaIOType ioType, AlsaIOMode ioMode, String driverName)
   at Commons.Music.Midi.Alsa.AlsaMidiAccess..ctor()
   at Commons.Music.Midi.MidiAccessManager.InitializeDefault()
   at Commons.Music.Midi.MidiAccessManager..cctor()
   --- End of inner exception stack trace ---
   at Commons.Music.Midi.MidiAccessManager.get_Default()
   at Midinous.MIDI.MIDIInfo..cctor()
   --- End of inner exception stack trace ---
   at Midinous.MIDI.MIDIInfo.get_Manager()
   at Midinous.MIDI.MIDIInfo.get_Devices()
   at Midinous.MIDI.MIDIInfo.get_DeviceCount()
   at Midinous.Static.UI.GUI.populate_MIDI_device_selector()
   at Midinous.Static.UI.GUI.show_general()
   at Midinous.Static.UI.GUI.check_options_group(TextButton t)
   at Midinous.Static.UI.GUI.show_options()
   at Midinous.Static.UI.GUI.<>c.<define_main_menu_button_events>b__678_6(Object obj, EventArgs args)
   at Myra.Graphics2D.UI.Widget.OnTouchUp()
   at Myra.Graphics2D.UI.Container.OnTouchUp()
   at Myra.Graphics2D.UI.ButtonBase`1.OnTouchUp()
   at Myra.Utility.InputHelpers.ProcessTouchUp(List`1 widgets)
   at Myra.Graphics2D.UI.Container.OnTouchUp()
   at Myra.Utility.InputHelpers.ProcessTouchUp(List`1 widgets)
   at Myra.Graphics2D.UI.Container.OnTouchUp()
   at Myra.Utility.InputHelpers.ProcessTouchUp(List`1 widgets)
   at Myra.Graphics2D.UI.Container.OnTouchUp()
   at Myra.Utility.InputHelpers.ProcessTouchUp(List`1 widgets)
   at Myra.Graphics2D.UI.Container.OnTouchUp()
   at Myra.Utility.InputHelpers.ProcessTouchUp(List`1 widgets)
   at Myra.Graphics2D.UI.Container.OnTouchUp()
   at Myra.Utility.InputHelpers.ProcessTouchUp(List`1 widgets)
   at Myra.Graphics2D.UI.Container.OnTouchUp()
   at Myra.Utility.InputHelpers.ProcessTouchUp(List`1 widgets)
   at Myra.Graphics2D.UI.Desktop.InputOnTouchUp()
   at Myra.Graphics2D.UI.Desktop.set_IsTouchDown(Boolean value)
   at Myra.Graphics2D.UI.Desktop.UpdateMouseInput()
   at Myra.Graphics2D.UI.Desktop.UpdateInput()
   at Myra.Graphics2D.UI.Desktop.Render()
   at Midinous.Static.UI.GUI.render()
   at Midinous.Base.Midinous.Draw(GameTime progTime)
   at Microsoft.Xna.Framework.Game.DoDraw(GameTime gameTime)
   at Microsoft.Xna.Framework.Game.Tick()
   at Microsoft.Xna.Framework.SdlGamePlatform.RunLoop()
   at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)
   at Microsoft.Xna.Framework.Game.Run()
   at Midinous.Base.Program.Main()
2024-07-01-02.17.53 There was an unexpected problem at entry point Program.Main() and the program must close.
@Nornec Nornec added the bug Something isn't working label Jul 16, 2024
@Nornec
Copy link
Owner

Nornec commented Jul 16, 2024

Have you been able to reproduce this issue consistently?

@Nornec Nornec added possible bug and removed bug Something isn't working labels Aug 1, 2024
@AcidSepp
Copy link

I had the exact same issue. Re-installing steam via apt instead of flatpak fixed it for me.

@Nornec
Copy link
Owner

Nornec commented Oct 23, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants