Kolhax / Vape-V4-Crack

Hi, this is the crack of vape v4 with a copy of the Vape.rip archived server
34 stars 5 forks source link

The problem when starting the server #3

Open VASSERMAN521 opened 3 months ago

VASSERMAN521 commented 3 months ago

I have not been able to find a solution to this problem on my own(

I use the command "python" instead of "py", because "py" in my case refers to python 3.12. Maybe this is the problem?

PS C:\Users\USER\Desktop\Vape-V4-Crack-main\Vape V4 Cracked> python server.py Traceback (most recent call last): File "C:\Users\USER\Desktop\Vape-V4-Crack-main\Vape V4 Cracked\server.py", line 20, in from OpenSSL import crypto, SSL File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\site-packages\OpenSSL__init__.py", line 8, in from OpenSSL import SSL, crypto File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\site-packages\OpenSSL\SSL.py", line 11, in from OpenSSL._util import ( File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\site-packages\OpenSSL_util.py", line 6, in from cryptography.hazmat.bindings.openssl.binding import Binding File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\site-packages\cryptography\hazmat\bindings\openssl\binding.py", line 15, in from cryptography.exceptions import InternalError File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\site-packages\cryptography\exceptions.py", line 9, in from cryptography.hazmat.bindings._rust import exceptions as rust_exceptions ImportError: DLL load failed while importing _rust: Не найдена указанная процедура. PS C:\Users\USER\Desktop\Vape-V4-Crack-main\Vape V4 Cracked> py server.py

Kolhax commented 1 month ago

read the common issues, simply : pip install --upgrade --force-reinstall pyOpenSSL and to select the py version you want simply: py -3.11 server.py for example to start with 3.11 (has to be installed aswell) and if you want to avoid packages conflicts please use pyvenv