-
Notifications
You must be signed in to change notification settings - Fork 26
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
Chat tab turns into Red X #56
Comments
[Update] Upgraded from Ubuntu 22.04.4 LTS to 24.04.1 LTS. Version of Radegast and mono unchanged. The issue of parts of the UI turning to red x's has not happened since upgrading. |
This red X issue occurs constantly on Linux now. It is easily reproducible also: Every time that a user sends an emoji to a chat, whether it is Nearby Chat, a group, or an IM, the window crashes and becomes a red X as is shown in the screenshot IouSASTU linked above. |
It's been a month, and now that I'm on Ubuntu 24.04.1 LTS from the previous LTS, this issue has not returned. Using the latest full install of mono. |
Are you using mono or wine to run radegast on Arch? For me the combo that finally was stable, that did not create the red x problem, was current Ubuntu LTS and the current version of mono. |
Thanks for trying to help, I am using the current version of mono. Here are the errors which Radegast throws when an emoji is used in chat:
|
The red X's is mono failing to render a Windows form. In my case it was caused by an issue with the OS, and updating to the current LTS fufilled whatever dependency issue I was having. I did not have this problem on Fedora, but for me now both are stable. Fedora maintains a full mono package, and I've used it with success - I can install mono-complete. Official mono supports debian based linux's and you can do a mono-complete install. But for Arch I only see mono. I assume you did this to install mono: sudo pacman -S mono I can't find anything to confirm that this package is equivalent to mono-complete. https://www.mono-project.com/download/stable/#download-lin-ubuntu <-- see the install options to see what I mean by the choice of mono-complete, compared to the other install options. So, I'm not sure if the problem is coming from the install of mono or the underlying OS. I only use Fedora and Ubuntu, so I'm not much help to troubleshoot Arch. You might have more luck in the Arch support forums to ask about how to achieve a mono-complete install. |
Discussed in #55
Originally posted by IouSASTU May 24, 2024
Hello, I'm using version 2.41 of Radegast and using it on ubuntu with mono 6.12. If somebody posts a link with an image, the chat tab window turns into a red X. From the terminal window that I started Radegast I see this error message:
Error decoding image: OpenJpegDotNetNative assembly: type: member:(null)
Is there a way to fix this, or even is there a way to close the failed image render to get back to the chat.
https://i.imgur.com/pUVoTNt.png <-- Screenshot.
Thanks for any tips.
The text was updated successfully, but these errors were encountered: