-
Notifications
You must be signed in to change notification settings - Fork 888
Can't find the WINE profile for Python v3.4 #206
Comments
can you find the Wine profile manually? Are you able to access any of those directories, or that python.exe file? |
No i cannot access to "/var/lib/veil/wine//drive_c/Python34/", it doesn't exist. But i can access "/var/lib/veil/wine//drive_c/" directory. Let me guess: I should install Python 3.4 manually to that directory. |
The setup script should have done that for you, so I would try running that again.
… On May 8, 2018, at 5:12 AM, karagencanil ***@***.***> wrote:
No i cannot access to "/var/lib/veil/wine//drive_c/Python34/", it doesn't exist. But i can access "/var/lib/veil/wine//drive_c/" directory. Let me guess: I should install Python 3.4 manually to that directory.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I found the problem. In Parrot OS by default firejail is installed and it blocks wine. But i don't want to uninstall firejail, i'm fine with it, i just want to disable it temporarily and i don't know how to do it. I searched at Google, nothing showed up. I think i'm gonna remove firejail with apt, run setup script and reinstall it. But if anyone knows how to disable firejail by not removing it, please tell me. Any help would be appreciated 👍 |
Alright, i researched about firejail and i found it unnecesary and REMOVED IT! I'm really fine now, all of my problems solved. Also i had a problem with Virtualbox too. By removing firejail now i can create host only interface with Virtualbox. Veil works fine! Thanks for help 👍 |
glad you were able to figure it out, and thank you for posting the results of your work! |
Hello! I seem to be experiencing the same issue but I'm not running Parrot OS like the OP, but running the latest version of Kali. I've used the clone method then ran the setup script with both the force and silent arguments, still getting the error:
The directory itself doesn't exist in the wine folder. |
I just now tested against a clean install of Kali, up to date as of today, and Veil was able to install without any issues. I tested running the tool after the install and did not git the error message. Can you try on a clean VM> |
Hi |
I am having the exact same problem installing Veil on Kali 2019.4. ==========================================================================
|
Have the same issue. Running KALI 2020 |
simple fix cd Veil/config ls '2 files in that directory' setup.sh & update-config,py 1st command python update-config.py "this will make path" 2nd command ./setup.sh -s ' 'this will install it'' let it install automatically [*] Installing Wine 32-bit and 64-bit binaries (via APT) /usr/bin/apt-listchanges:202: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats |
I have same issue |
In my case: |
Veil version
3.1.7
OS Used - all info (architecture, linux flavor, etc)
"uname -a" output -> Linux parrot 4.15.0-parrot17-amd64 #1 SMP Debian 4.15.17-1parrot17 (2018-04-22) x86_64 GNU/Linux
How did you install Veil? (Apt, Clone from Github, etc.)
I installed via git clone
Did you run the setup script?
./config/setup.sh --silent --force
Pastebin link to error you are encountering (include console actions you took prior to error)
I can't access pastebin because of the government (These stupids restrict everything, including Wikipedia!!!) Also there is no need for pastebin link. Here is the error:
[!] ERROR #2-3: Can't find the WINE profile for Python v3.4 (/var/lib/veil/wine//drive_c/Python34/python.exe). Run: /home/rook/Tools/Veil/config/setup.sh --force --silent
Expected behavior
I would like Veil to run normally
Any help would be appreciated! 👍
The text was updated successfully, but these errors were encountered: