Samba failed to start, fresh install manjaro

Hello, im new to manjaro, just installed yesterday
i tried to print to a printer on the windows network on workplace, it shows this error
https://paste.pics/63628f0452bef595414f72b426891fbe
i tried to start samba service
https://paste.pics/80c923f53f5358150e8c7ad6c933347d
output of samba status
https://paste.pics/7b3645c6c7be91ee18e98fe8f89163eb
i tried solution to start smbd and nmbd service
https://paste.pics/50582fd1749a689bbffe2037dc5bf249
contents in smb.conf


[global]
   workgroup = WORKGROUP
   dns proxy = no
   log file = /var/log/samba/%m.log
   max log size = 1000
   client min protocol = NT1
   server role = standalone server
   passdb backend = tdbsam
   obey pam restrictions = yes
   unix password sync = yes
   passwd program = /usr/bin/passwd %u
   passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
   pam password change = yes
   map to guest = Bad Password
   usershare allow guests = yes
   name resolve order = lmhosts bcast host wins
   security = user
   guest account = nobody
   usershare path = /var/lib/samba/usershare
   usershare max shares = 100
   usershare owner only = yes
   force create mode = 0070
   force directory mode = 0070
   load printers = no
   printing = bsd
   printcap name = /dev/null
   disable spoolss = yes
   show add printer wizard = no

[homes]
   comment = Home Directories
   browseable = no
   read only = yes
   create mask = 0700
   directory mask = 0700
   valid users = %S

[printers]
   comment = All Printers
   browseable = no
   path = /var/spool/samba
   printable = yes
   guest ok = no
   read only = yes
   create mask = 0700

[print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
   browseable = yes
   read only = yes
   guest ok = no

i tried this
https://wiki.manjaro.org/index.php/Using_Samba_in_your_File_Manager
and still error
thanks for help

Samba servicd (smb.service and nmb.service) is only for offering shared resources on the network.

To consume shares the smbclient package and and empty smb.conf is enough

Ensure your system is up-to-date

sudo pacman -Syu

So remove the samba packge and ensure only the smbclient package is installed.

sudo pacman -Rns samba

Install the smb-client package

sudo pacman -S smbclient

To be able to connect to shares using your file manager - you need the gvfs and gvfs-smb extension

sudo pacman -S gvfs gvfs-smb

Cant remove samba
https://paste.pics/ba6e76cdca2dd8d07b844722c305a579