Beginner Issue with wine and spotify

Hi all. I am relatively new to opensuse so forgive me if I sound simple.
Trying to install wine and use it to run spotify music player in opensuse 42.1.
My issue occurs after I have installed wine and after I have downloaded the spotify windows exe file.
Here is what is happening to me:

I right-click on the spotify-setup.exe file and select “open with wine”
I then get the error window saying “Please Install Spotify using a Normal Account instead of an Administrator Account”

So evidently, the issue is that I am using my administrative linux account. The problem is, I don’t know how to access a normal account. Is there an easy way to create one?
I tried useradd but can’t seem to login with the newly created user account. Im probably overlooking something obvious.

So if I log out, I see two users: my administrator account, and my newly created default normal account. If i click on the silohette for the administrator account, I can login without a problem. But if i Click on the new account (non-administrator) nothing happens (it will prompt me for the password, which I enter. But nothing happens after I enter it)

The issue is not that the file is not executable, I have done this by right-clicking on the file and then selecting “properties”. So it’s executable now.

Any help would be appreciated.

Ok generally you should not run or install wine programs as root. (that is what we call administrator in Linux) . I suspect you have a permission problem. Also never ever log into a GUI as root you can damage your system. If you instilled the program logged as root the files are in the root accounts home (/root) not in your home where they should be.

So with the little you said that is my best guess not having seen over your shoulder while you worked:P

Turns out the problem was with the user status. The standard user on a home pc system is Administrator by default. So I created another user as a normal user and my .exe file was opened. Now my real issue is how in the hell can I get spotify working on opensuse. But I’ll start a new thread for that one.

Thanks for the help.