You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chatterino 2 is a chat client for [Twitch.tv](https://twitch.tv).
6
-
The Chatterino 2 wiki can be found [here](https://wiki.chatterino.com).
7
-
Contribution guidelines can be found [here](https://wiki.chatterino.com/Contributing%20for%20Developers).
6
+
7
+
This chatterino is adjusted to revert some changes only working for windows 10/11
8
+
Use modifed qt6 linked below to make this version work
8
9
9
10
## Download
10
11
11
-
Current releases are available at [https://chatterino.com](https://chatterino.com).
12
-
Windows users can also install Chatterino [from Chocolatey](https://chocolatey.org/packages/chatterino).
12
+
- Download the latest Chatterino 2 nightly build [here](https://github.com/Veatra/ChatterinoOldWindows/releases/download/nightly-build/chatterino-windows-old-x86-64-Qt-6.7.3.zip)
13
+
- Extract it into a folder
14
+
- Get modifed **qt 6.7.3**[here](https://github.com/crystalidea/qt6windows7/releases/tag/v6.7.3) (higher qt versions can crash)
15
+
- Extract into the same folder (overwriting it files), which was made for this chatterino
16
+
13
17
14
-
## Nightly build
15
18
16
-
You can download the latest Chatterino 2 build over [here](https://github.com/Chatterino/chatterino2/releases/tag/nightly-build)
17
19
18
20
You might also need to install the [VC++ Redistributables](https://aka.ms/vs/17/release/vc_redist.x64.exe) from Microsoft if you do not have it installed already.
19
21
If you still receive an error about `MSVCR120.dll missing`, then you should install the [VC++ 2013 Restributable](https://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x64.exe).
-[Building on Windows](../master/BUILDING_ON_WINDOWS.md)
38
-
-[Building on Windows with vcpkg](../master/BUILDING_ON_WINDOWS_WITH_VCPKG.md)
39
-
-[Building on Linux](../master/BUILDING_ON_LINUX.md)
40
-
-[Building on macOS](../master/BUILDING_ON_MAC.md)
41
-
-[Building on FreeBSD](../master/BUILDING_ON_FREEBSD.md)
42
-
43
-
## Git blame
44
-
45
-
This project has big commits in the history which touch most files while only doing stylistic changes. To improve the output of git-blame, consider setting:
This will ignore all revisions mentioned in the [`.git-blame-ignore-revs`
52
-
file](./.git-blame-ignore-revs). GitHub does this by default.
53
-
54
-
## Code style
55
-
56
-
The code is formatted using [clang-format](https://clang.llvm.org/docs/ClangFormat.html). Our configuration is found in the [.clang-format](.clang-format) file in the repository root directory.
57
-
58
-
For more contribution guidelines, take a look at [the wiki](https://wiki.chatterino.com/Contributing%20for%20Developers/).
59
-
60
-
## Doxygen
61
-
62
-
Doxygen is used to generate project information daily and is available [here](https://doxygen.chatterino.com).
23
+
## Use
24
+
- Should start without error now and without crashing opening a channel or settings
25
+
- Found might be buggy for usernames and some things, try out one of the other installed (like Segoe U)
0 commit comments