Check out our Monthly Survey Page to see what our users are running.
We do often include affiliate links to earn us some pennies. See more here.

Rocket League released for SteamOS, it's in beta

By -
tagline-image
Rocket League is now officially available for SteamOS, due to the time of the release I will be unable to give any actual impressions as I am likely asleep while this gets published.

I will be able to get impressions up rather early tomorrow morning (UTC time), as it will be my first priority. It will likely be the main game on our Friday livestream too.

It's been a bit of a wild ride, but it's here ‒ finally.

They are currently only supporting SteamOS during the beta as originally mentioned in their announcements. Hopefully there won't be too many issues for those of us on desktop Linux.

Find Rocket League on Steam.

UPDATE: BTRE's quick test
I live in a more convenient time zone than Liam and so I've already given the game a quick look. It works on my Arch box, so those worried about the beta being SteamOS-only can now breathe a sigh of relief. Those Mesa fans out there might also be pleased to know it works on my aging Radeon 7870 with the latest git build (haven't tried with the stable builds of Mesa). I played a couple of quick matches vs the AI and performance is good, sticking almost always near 60 fps during gameplay with the default of high quality settings (save anti-aliasing) . There is some stutter as the game loads assets for the first time when a match starts or when you first open the main menu but it goes away for me rather quickly. Hopefully it's something the devs will improve on as I imagine that it can be real annoying in online matches.

I'm sure Liam will have a fuller port report sometime soon.

About the game
Soccer meets driving once again in the long-awaited, physics-based sequel to the beloved arena classic, Supersonic Acrobatic Rocket-Powered Battle-Cars!

A futuristic Sports-Action game, Rocket League®, equips players with booster-rigged vehicles that can be crashed into balls for incredible goals or epic saves across multiple, highly-detailed arenas. Using an advanced physics system to simulate realistic interactions, Rocket League® relies on mass and momentum to give players a complete sense of intuitive control in this unbelievable, high-octane re-imagining of association football. Article taken from GamingOnLinux.com.
0 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly checked on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. You can also follow my personal adventures on Bluesky.
See more from me
The comments on this article are closed.
All posts need to follow our rules. For users logged in: please hit the Report Flag icon on any post that breaks the rules or contains illegal / harmful content. Guest readers can email us for any issues.
52 comments Subscribe
Page: «3/3
  Go to:

[email protected] Sep 9, 2016
The multiplayer mode does not work for me. I am using Fedora 23. Anyone else with this problem?
I'm on fedora 24 and have the same problem, not connected to rocket league servers

i have no idea how to fix this, i turned of the fire wall but to no avail

you could solve the problem? I'm searching here and if you can, I'll be posting here. Please, if it works for you, share with us

Try this as root "setenforce 0"

Then launch. See if it works.
AldoRaine Sep 9, 2016
The multiplayer mode does not work for me. I am using Fedora 23. Anyone else with this problem?
I'm on fedora 24 and have the same problem, not connected to rocket league servers

i have no idea how to fix this, i turned of the fire wall but to no avail

you could solve the problem? I'm searching here and if you can, I'll be posting here. Please, if it works for you, share with us

Try this as root "setenforce 0"

Then launch. See if it works.

Does not work. I already disabled firewalld and selinux. I don't know what to do. But thanks to reply my friend
m2mg2 Sep 9, 2016
The multiplayer mode does not work for me. I am using Fedora 23. Anyone else with this problem?
I'm on fedora 24 and have the same problem, not connected to rocket league servers

i have no idea how to fix this, i turned of the fire wall but to no avail

you could solve the problem? I'm searching here and if you can, I'll be posting here. Please, if it works for you, share with us

Try this as root "setenforce 0"

Then launch. See if it works.

Does not work. I already disabled firewalld and selinux. I don't know what to do. But thanks to reply my friend

If it is a firewall issue, disabling firewalld may not be enough. You can flush your rules.
use (as root or with sudo) iptables -L

if you have no rules it will have three tables all with a default policy of accept.

to flush existing rules

iptables -F

I don't know if it is a firewall issue or not. Would be good to know as I am also on Fedora.
robvv Sep 10, 2016
The multiplayer mode does not work for me. I am using Fedora 23. Anyone else with this problem?
Having multiplayer connection problems here, too, using OpenSUSE 42.1. Gonna try again tomorrow during the day.
m2mg2 Sep 10, 2016
Definately not a firewall issue. I tried with flushed iptables rules. There is also an audio bug. I have to do killall pulseaudio before starting the game otherwise I get no audio and the game freezes shortly after launching until I kill -9 it.

Hopefully they get the first round of patches out pretty quick.


Last edited by m2mg2 on 10 September 2016 at 2:08 am UTC
AldoRaine Sep 10, 2016
Definately not a firewall issue. I tried with flushed iptables rules. There is also an audio bug. I have to do killall pulseaudio before starting the game otherwise I get no audio and the game freezes shortly after launching until I kill -9 it.

Hopefully they get the first round of patches out pretty quick.

if you find any solution please share with us. Thank you very much
Cheeseness Sep 10, 2016
Definately not a firewall issue. I tried with flushed iptables rules. There is also an audio bug. I have to do killall pulseaudio before starting the game otherwise I get no audio and the game freezes shortly after launching until I kill -9 it.

Hopefully they get the first round of patches out pretty quick.

if you find any solution please share with us. Thank you very much

Looks like somebody's found a workaround (haven't had a chance to try it yet myself).

The problem is that on Fedora et al. /etc/ssl/certs/ca-certificates.crt is called /etc/ssl/certs/ca-bundle.crt. The work around is simply creating a symlink:

sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
m2mg2 Sep 10, 2016
Definately not a firewall issue. I tried with flushed iptables rules. There is also an audio bug. I have to do killall pulseaudio before starting the game otherwise I get no audio and the game freezes shortly after launching until I kill -9 it.

Hopefully they get the first round of patches out pretty quick.

if you find any solution please share with us. Thank you very much

Looks like somebody's found a workaround (haven't had a chance to try it yet myself).

The problem is that on Fedora et al. /etc/ssl/certs/ca-certificates.crt is called /etc/ssl/certs/ca-bundle.crt. The work around is simply creating a symlink:

sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt


Tested works!!!

Still have the pulse audio bug though. Have to issue killall pulseaudio before launching game.
AldoRaine Sep 10, 2016
Definately not a firewall issue. I tried with flushed iptables rules. There is also an audio bug. I have to do killall pulseaudio before starting the game otherwise I get no audio and the game freezes shortly after launching until I kill -9 it.

Hopefully they get the first round of patches out pretty quick.

if you find any solution please share with us. Thank you very much

Looks like somebody's found a workaround (haven't had a chance to try it yet myself).

The problem is that on Fedora et al. /etc/ssl/certs/ca-certificates.crt is called /etc/ssl/certs/ca-bundle.crt. The work around is simply creating a symlink:

sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt


Tested works!!!

Still have the pulse audio bug though. Have to issue killall pulseaudio before launching game.

fantastic, the problem was solved! I created a video and posted on YouTube (In Portuguese Brazil) but I mentioned the solution and talked to you and the steam user who posted there in the forum. Thank you very much
View video on youtube.com
Cheeseness Sep 11, 2016
fantastic, the problem was solved! I created a video and posted on YouTube (In Portuguese Brazil) but I mentioned the solution and talked to you and the steam user who posted there in the forum. Thank you very much

Nice logo on your channel/site. I've added it to my list of sightings :D


Still have the pulse audio bug though. Have to issue killall pulseaudio before launching game.
I'm running Pulse and don't have this problem. Is there anything in your log that might indicate what's up? The log should be here:

~/.local/share/Rocket\ League/TAGame/Logs/Launch.log


Last edited by Cheeseness on 11 September 2016 at 1:29 am UTC
pete910 Sep 11, 2016
View PC info
  • Supporter Plus
Definately not a firewall issue. I tried with flushed iptables rules. There is also an audio bug. I have to do killall pulseaudio before starting the game otherwise I get no audio and the game freezes shortly after launching until I kill -9 it.

Hopefully they get the first round of patches out pretty quick.

if you find any solution please share with us. Thank you very much

Looks like somebody's found a workaround (haven't had a chance to try it yet myself).

The problem is that on Fedora et al. /etc/ssl/certs/ca-certificates.crt is called /etc/ssl/certs/ca-bundle.crt. The work around is simply creating a symlink:

sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

Been having the same problem, Being trying to see if it was a cert fault, Guess so. Will try on Mageia to see if this fixes the issue

Edit:

Yep fixed it here too


Last edited by pete910 on 11 September 2016 at 3:06 pm UTC
m2mg2 Sep 13, 2016
The patch that just came out fixed my audio issue but not the certificate issue for online play.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.