Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I launch this in Wine or CrossOver? #14

Open
cryo-kronos opened this issue Nov 6, 2015 · 5 comments
Open

How do I launch this in Wine or CrossOver? #14

cryo-kronos opened this issue Nov 6, 2015 · 5 comments

Comments

@cryo-kronos
Copy link

I installed Steam and Quake Live in CrossOver, and then I subscribed to the SteamServerBrowser. It downloaded correctly and the ServerBrowser.exe is in the workshop folder but I don't know how to launch it. Double-clicking it does nothing.

Any suggestions?

@cryo-kronos
Copy link
Author

If I use the "Run" command in CrossOver/Wine in a WindowsXP bottle, I get the following error: "There is no Windows program configured to open this type of file." There is an additional error in the log: "Command error text:
winewrapper.exe:error: cannot start L"ServerBrowser.exe" (error 31)"

@PredatH0r
Copy link
Owner

The Server Browser is a .NET 4.0 application.
You need to install the Microsoft .NET Framework 4 Client Profile (or Full) to run it. It's preinstalled on modern Windows OS, but Wine probably has none or only an old version.

I don't use Linux, so I can't really help you much with this. You probably just need to install this:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=17886

@cryo-kronos
Copy link
Author

Sadly, installing the Microsoft NET 4.0 framework didn't help. There must be some other dependency that's needed. Oh well, I'll stick with the Steam QL default match browser when using CrossOver. Thanks.

@Melodeiro
Copy link

A 1 month ticket, but try to install through these steps:

  1. for creating wineprefix:
    WINEPREFIX=~/.winenet WINEARCH=win32 winecfg
  2. for installing .net:
    WINEPREFIX=~/.winenet winetricks dotnet20 dotnet30sp1 dotnet35sp1 dotnet35 dotnet40
    3.a) you can install steam:
    WINEPREFIX=~/.winenet winetricks --no-isolate steam
    3.b) or you can download Steam Server Browser manually and run with this command (be sure, that you are in the right directory):
    WINEPREFIX=~/.winenet wine ServerBrowser.exe

I still not sure if it helps, and can't test, but you can try.

@tgharib
Copy link

tgharib commented Sep 16, 2018

I got it working with vanilla wine after installing winetricks dotnet40 and pressing OK when wine prompted me for the mono and gecko installations.

As a side-note, this application is pretty impressive, especially for arena FPS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants