Ally Sommers
Ally Sommers
I am using cmake. Adding those lines to `$projdir/sleepy-discord/CMakeLists.txt` didn't do anything, but if I removed the conditional it had some kind of effect. However, now, when i run `make`,...
``` atirit@arch:~/code/cpp/discordpp$ make Scanning dependencies of target cpr [ 2%] Building CXX object sleepy-discord/deps/cpr/cpr/CMakeFiles/cpr.dir/auth.cpp.o [ 4%] Building CXX object sleepy-discord/deps/cpr/cpr/CMakeFiles/cpr.dir/cookies.cpp.o [ 6%] Building CXX object sleepy-discord/deps/cpr/cpr/CMakeFiles/cpr.dir/cprtypes.cpp.o [ 9%] Building CXX...
That line removes all the errors but I still get 5002 and 5003. I'm on Arch, so I don't have access to `apt`, but I have [libssh2](https://www.archlinux.org/packages/testing/x86_64/libssh2/) installed via `pacman`.
``` atirit@arch:~/code/cpp/discordpp$ yaourt -Ssq libcurl curl python-pycurl python2-pycurl curlftpfs gnurl libcurl-compat libcurl-gnutls lib32-libcurl-compat lib32-libcurl-gnutls deacme-git haskell-curl libcurl-openssl-1.0 libcurl3-gnutls libcurlpp ocaml-curl perl-net-curl perl6-libcurl perl6-net-curl pillowtalk-git ros-ardent-libcurl-vendor ruby-ethon ruby-typhoeus ruby-typhoeus-0.6 saldl-git zsync-curl-git...
``` atirit@arch:~/code/cpp/discordpp$ ./discordpp 14: failed setting cipher list: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH Error 5002: Could not get the gateway Error 5003: Connect initialization: invalid uri ```
Reinstalling didn't work. I ended up putting this at the top of `client.cpp`: ```cpp #define SLEEPY_USE_HARD_CODED_GATEWAY ``` and using the fix in issue #128. That allows me to connect fine...
Never mind; it crashes as soon as it receives a message. It gives the same error: ``` 14: failed setting cipher list: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH ```
My Wii U is on 5.5.1.
> I have also found out that the stutter on 2nd monitor only happens for specific fractional display ratios. This appears to be the issue, or at least part of...