Wine app runs on Arch Linux but crashes on openSUSE

Got it working, great OwO

I decided to give attention to the error

Before i thought that was something more generic, but i noticed the older laptop wasn’t displaying this. Since it is related to hostname IP, i considered the possibility that the application is trying to access the local IP registered (for the protocols associated to the WTK) in the operating system but failing since the operating system isn’t returning it for some reason. I’ve found in another thread i have to adjust /etc/host.

So i went to /etc/hosts, openSUSE added this line by default

127.0.0.1       localhost.localdomain    localhost

“localhost” was the default hostname that came with the installation, when i changed it to “ProtoFOX” it hasn’t updated in the file, so i edited this line to my hostname

127.0.0.1       ProtoFOX.localdomain    ProtoFOX

Then i ran winecfg, the error is gone. Next, i’ve ran the application, trying prefs.exe, no crash, it’s working now yay. Great. :3