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

Program hangs when opening, interface won't load #2

Open
vinegraft opened this issue Sep 15, 2024 · 4 comments
Open

Program hangs when opening, interface won't load #2

vinegraft opened this issue Sep 15, 2024 · 4 comments

Comments

@vinegraft
Copy link

Expected Behavior

The interface loads when the program is run.

Actual Behavior

A spinning exclamation marks logo spins forever and the interface never loads.

Steps to Reproduce the Problem

Run the program.

Specifications

  • Version: 1.0.5 and 1.0.6 Downloaded from the website
  • Platform: Linux Mint 21.3 Virginia
@Jinjinov
Copy link
Owner

Thank you for reporting this!

@Jinjinov
Copy link
Owner

Jinjinov commented Sep 15, 2024

The only library that supports Blazor on Linux is the Photino.Blazor library.

This seems to be a Photino.Blazor issue, it seems it has problems with .NET 8

tryphotino/photino.Blazor#108
tryphotino/photino.Blazor#123 - on Ubuntu 22.04
tryphotino/photino.Blazor#128

Linux Mint 21.3 features a Linux kernel 5.15 and an Ubuntu 22.04 package base.

I remember that Photino.Blazor was working with .NET 7 without problems.

I am actually working on creating a Snap and a Flatpak for Linux, but both have problems.

That is why I am planning to add extensive logging and error reporting, which should also help with this problem.

Can you try installing libwebkit2gtk-4.1 with

sudo apt-get install libwebkit2gtk-4.1

and try again?

@vinegraft
Copy link
Author

Can you try installing libwebkit2gtk-4.1 with

sudo apt-get install libwebkit2gtk-4.1

and try again?

I just tried this and the same problem persists, even after rebooting.

@Jinjinov
Copy link
Owner

Can you try downloading version 1.0.7 from https://openhabittracker.net/ ?

Can you also try installing the snap version? https://snapcraft.io/openhabittracker

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

No branches or pull requests

2 participants