Zvince

Results 4 comments of Zvince

Yes I'm using m-overlay-x64.love. I installed love2d via command line. I believe the problem is that I can't write to use/bin. I'm unable to run the command that let's m'overlay...

In Konsole, I entered both "sudo git clone https://github.com/love2d/love.git" and "git clone https://github.com/love2d/love.git" ![image](https://user-images.githubusercontent.com/85719321/208348683-49c700ea-ad6f-4f73-aa27-8ed4ab8f40fd.png)

I also tried entering the command into the bin folder and got this ![image](https://user-images.githubusercontent.com/85719321/208349707-ff7ca7bb-d983-469e-a004-8c6759c595c5.png)

Update: I was able to write to usr/bin. I successfully installed love2d. I ran the command "sudo setcap cap_sys_ptrace=eip /usr/bin/love" with konsole returning no error. Despite following all steps I...