Results 14 comments of Kyle

Go to your visual studio installation and there should be a vcvarsall bat file. CMD there and do vcvarsall x86 (assuming you're 32 bit). type cl in console and check...

Good to know. I hope a more prominent solution will become available in the future.

I can reproduce this in WSL1 running Ubuntu 20. The original issue was produced on a native Ubuntu machine. ![image](https://github.com/love2d/love/assets/19154414/b56bb31c-5167-4bd5-a41b-73cabc64e676) I can load the https.so if I place it in...

I don't have my build toolchain set up. Best I can do is for you to provide me with a custom build for linux with that variable printed in console,and...

They are not in a zip/love in my case. Using them straight from source files and opening the game using lovec .

Some further development, I can also reproduce this on a different Windows (10) machine, so it seems it's not related to the OS on first glance.

@slime73 On windows at least, it doesn't make a difference using the folder name.

It has love 11.5 installed, shouldn't that be enough? It's not mentioned in the wiki that you need VS2022 redistributable installed to use setCRequirePath. Also if I used love 10,...

And yes, it most likely it doesn't have it as it's a clean install of Windows.

Downloaded VS 2015-2022 redist and now it works. Is it a similar issue for linux as well?