Wieku / danser-go

Dancing visualizer of osu! standard maps and custom osu! client written in Go. Also a generator for osu! videos.
Other
753 stars 103 forks source link

cannot execute binary file on xUbuntu 20.04 64bit #95

Closed desatur closed 3 years ago

desatur commented 3 years ago

As i said in title, it does not want to start even with sudo bash or not

After sudo bash danser: danser: danser: cannot execute binary file

After ./danser: danser: danser: Permission denied

There may be some problem while building? I am too stupid to build danser for myself

alchzh commented 3 years ago

chmod +x danser

desatur commented 3 years ago

chmod +x danser

Still does not work

alchzh commented 3 years ago

./danser doesn't work after chmod? are you for some reason on a disk with noexec set?

desatur commented 3 years ago

./danser doesn't work after chmod? are you for some reason on a disk with noexec set?

Noexec flag is not set on my drive, i am running this from home/danser and i even did in home/Desktop/danser

alchzh commented 3 years ago

What do you get after ls -l danser?

desatur commented 3 years ago

What do you get after ls -l danser?

-rw-rw-r-- l snow snow 11140096 may 16 00:30

Im guessing that is fine Running ffmpeg static in the same directory works

alchzh commented 3 years ago

yeah that still doesn't have executable permissions. are you sure you chmod'd it? maybe try sudo chmod +x danser idk

desatur commented 3 years ago

yeah that still doesn't have executable permissions. are you sure you chmod'd it? maybe try sudo chmod +x danser idk

Still same issue, might drop the executable to some USB Drive later, if i find one and run it