Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken on Windows WSL Ubuntu 18.04? #63

Open
dasboogles opened this issue May 30, 2021 · 2 comments
Open

Broken on Windows WSL Ubuntu 18.04? #63

dasboogles opened this issue May 30, 2021 · 2 comments

Comments

@dasboogles
Copy link

dasboogles commented May 30, 2021

Followed readme to a T, getting the following error:

--- Generate VirtualBox templates to help thwart VM detection and more .. - Mikael, @nsmfoo ---
[*] Creating VirtualBox modifications ..
Traceback (most recent call last):
File "antivmdetect.py", line 44, in
for v in dmidecode.get_by_type(0):
File "/usr/local/lib/python3.6/dist-packages/dmidecode.py", line 122, in get_by_type
data = parse()
File "/usr/local/lib/python3.6/dist-packages/dmidecode.py", line 68, in parse
_data = _parse(buffer)
File "/usr/local/lib/python3.6/dist-packages/dmidecode.py", line 205, in _parse
raise ParseError("Unable to parse 'dmidecode' output")
dmidecode.ParseError: Unable to parse 'dmidecode' output

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "antivmdetect.py", line 52, in
dmi_info['DmiBIOSReleaseDate'] = "string:" + v['Relase Date']
NameError: name 'v' is not defined

I've tried troubleshooting everything, but it just isn't working and I can't find a workaround. :(

Friend of mine ran this just fine on his Windows10 WSL, but I believe his installed dependencies are much older than mine (he did this over a year ago?).

@TemeSejko
Copy link

I have this exact same issue, did you ever find a solution? @dasboogles @nsmfoo

@TemeSejko
Copy link

TemeSejko commented Mar 9, 2024

Issues seems to be related to WSL, microsoft/WSL#6874.

Any idea on how to fix this or alternatives? @nsmfoo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants