Kevin Trocolli

Results 13 comments of Kevin Trocolli

sslmethod=TLS_method results in "AttributeError: module 'OpenSSL.SSL' has no attribute 'TLS_method'" OpenSSL 1.1.1n, cryptography 37.0.2, pyOpenSSL 22.0.0, They all seem to support tlsv1 ``` from twisted.web import server from twisted.internet import...

Having the same issue. The Acid project isn't being build due to a wall of "unresolved externals." Unsure what the issue could be, as everything seems to build properly. I've...

I attempted to build the develop branch but am still seeing similar errors building the Acid project. Seems like something's up with Bullet, and I'm not sure but I may...

I tried using the packages downloaded using vcpkg instead of building them myself, and while there are fewer messages, it still will not build. I'm also new to vcpkg and...

I solved the problem by doing everything through Visual Studio, instead of using CMake GUI to generate the project, then opening it with Visual Studio to build.

Having the same issue, Windows 10, RTX 2070, 9700K. Provided is a screenshot of the console window right before Editor.exe crashes, as well as the log file it generates ![image](https://user-images.githubusercontent.com/1988332/108231909-3ce52e00-7110-11eb-9af3-ff325b065be0.png)...

Whoops! I meant 2019 but I typo'd, apologies! I didn't editing cmake_install.cmake, I renamed the "Stepmania-release-symbols.vdi" file to "Stepmania.vdi" so that the INSTALL project would finish properly. How would I...

Understood, just confirmed that it works, thanks for the help! Maybe someday if nobody has cleaned it up by the time I get more comfortable with cmake I'll take up...

What are the vdi files anyway? Would it be easy to change where it builds them? Seems like a 1 or 2 line fix...