UnnoTed / wireguird

wireguard gtk gui for linux
MIT License
729 stars 51 forks source link

"Exit status 1" error on Ubuntu #11

Closed nurekella closed 1 year ago

nurekella commented 1 year ago

Hi. Please help what I'm doing wrong. When I press activate button, there's "Exit status 1" error appears. wireguird

redzjovi commented 1 year ago

The maximum length is defined by IFNAMSIZ (16), which means at most 15 characters plus terminating null character. Try to rename to config filename length.

Or up via Terminal.

wg-quick up <configfile>.

skaox commented 1 year ago

Same problem and confirm solved by reducing the name 15 characters ;-)

nurekella commented 1 year ago

Thanks for your help brother

UnnoTed commented 1 year ago

The maximum length is defined by IFNAMSIZ (16), which means at most 15 characters plus terminating null character. Try to rename to config filename length.

Or up via Terminal.

wg-quick up <configfile>.

Added a check for that in the new version.

Now WireguArd's errors will appear both in a dialog and in the log tab.