Describe the bug
When launching the application it stop responding.
I can do actions such as moving the window for a few seconds before it stop responding.
In Windows Task Manager the application status is "Not responding" after 7 seconds.
Waiting for Windows to solve it does not help.
To reproduce
Open Chatterino normally or as Administrator.
Screenshots


Chatterino version
Can't get into "About" page.
Chatterino 2.2.3-beta (nightly v1861)
Operating system
Windows 10
OS Build: 19037.1
Additional information
Have you tried clearing application cache / (re) moving application files from %AppData%\Chatterino2? Chatterino runs fine for me on Arch Linux 5.9.1 and WIndows 10.
Have you tried clearing application cache / (re) moving application files from
%AppData%\Chatterino2? Chatterino runs fine for me on Arch Linux 5.9.1 and WIndows 10.
Issue persists after I deleted cache. What application files should I move?
Have you tried installing both Visual Studio Redistributables? Please ensure you install BOTH and restart where prompted:
x64: https://aka.ms/vs/16/release/vc_redist.x64.exe
x86: https://aka.ms/vs/16/release/vc_redist.x86.exe
Got a temporary fix.
I have a tab with all of these channels in them:

(80 Channels)
I removed that tab quickly before the application crashed and then it didn't crash right away.
Can someone else try having about 100 channels active in chatterino and see if it's stable?
Reconnect issue happens if you go above 100 channels as pointed out in https://github.com/Chatterino/chatterino2/issues/1399 & https://github.com/Chatterino/chatterino2/issues/1827 so I would recommend staying below that.
Edit: After a few minutes it stopped responding again. So having fewer channels just delayed the crash.
I think this is recent-messages-related, I had the same issue, setting recent-messages api url to 0.0.0.0:80/%1 worked for me.
I've got under 100 channels but am still experiencing freezing upon launch. It was fine for some time after the upgrade from stable to beta, but then started like this out of nowhere.
I've downgraded back to stable (2.2.2) for now, and everything works alright.
Have you tried installing both Visual Studio Redistributables? Please ensure you install BOTH and restart where prompted:
x64: https://aka.ms/vs/16/release/vc_redist.x64.exe
x86: https://aka.ms/vs/16/release/vc_redist.x86.exe
I Installed these and restarted computer when prompted.
Still crashed with ~100 channels.
Still crashes occasionally with about 20 channels total in Chatterino.
Tested with "Load message history on connect" ticked off but issue persists.
Can someone else try having about 100 channels active in chatterino and see if it's stable?
I can replicate that chatterino can crash if you try to do something like open settings while having a single tab with 50+ channels, it also sometimes just takes a while to respond when launching. I suggest you just don't have more than 10 channels in a single tab.
Still crashes occasionally with about 20 channels total in Chatterino.
Your chatterino should not crash if you only have 20 channels, this may be a bug. I suggest trying what Mm2pL suggested and see if the issue still persists.
I think this is recent-messages-related, I had the same issue, setting recent-messages api url to
0.0.0.0:80/%1worked for me.
Where do you change this?
On Linux it's quite simple.
set -gx CHATTERINO2_RECENT_MESSAGES_URL "0.0.0.0:80/%1"export CHATTERINO2_RECENT_MESSAGES_URL="0.0.0.0:80/%1I don't use Windows I have no idea how to do it on there.
Here's a simple guide, hope that helps https://www.techjunkie.com/environment-variables-windows-10/
I entered [Environment]::SetEnvironmentVariable("CHATTERINO2_RECENT_MESSAGES_URL", "0.0.0.0:80/%1", "User") in PowerShell.

And this is how it looks in Environmental Variables window.

Hope that is correct.
Chatterino still crashes after a while.
Most helpful comment
Here's a simple guide, hope that helps https://www.techjunkie.com/environment-variables-windows-10/