You are not logged in.

#1 2015-02-06 00:23:01

lazarojhr16
Member
Registered: 2012-10-21
Posts: 35

Steam login launcher doesn't work

When I click on steam, the first time login screen appears (Where it says create an account, first time ps3 login, and login to existing account) but I can't click on anything, I have to kill it. I reinstalled steam and now it doesn't even start. If I try to run steam from the terminal all I get is this:

Running Steam on arch  64-bit
STEAM_RUNTIME is enabled automatically

I'm using the catalyst-test drivers. Any help is appreciated. Thank you.

Last edited by lazarojhr16 (2015-02-06 00:32:10)

Offline

#2 2015-02-06 02:14:52

lazarojhr16
Member
Registered: 2012-10-21
Posts: 35

Re: Steam login launcher doesn't work

I just installed the windows version through playonlinux and it works. I even installed a game and it runs just fine. What could be the problem with the native version? Where should I start?

Offline

#3 2015-02-06 03:24:42

lazarojhr16
Member
Registered: 2012-10-21
Posts: 35

Re: Steam login launcher doesn't work

Well I found the problem, it has to do with my system being in spanish. When I switch to english it works perfectly. When I switch back to spanish it doesn't work but at least now I'm getting this at the terminal:

Running Steam on arch  64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1422054110)
Installing breakpad exception handler for appid(steam)/version(1422054110)

(steam:25977): Gtk-WARNING **: Imposible encontrar el motor de temas en la ruta al _modulo: «adwaita»,

(steam:25977): Gtk-WARNING **: Imposible encontrar el motor de temas en la ruta al _modulo: «adwaita»,
/usr/share/themes/Adwaita/gtk-2.0/gtkrc:1163: error: unexpected identifier `direction', expected character `}'

(steamwebhelper:25980): Gtk-WARNING **: Imposible encontrar el motor de temas en la ruta al _modulo: «adwaita»,

(steamwebhelper:25980): Gtk-WARNING **: Imposible encontrar el motor de temas en la ruta al _modulo: «adwaita»,
/usr/share/themes/Adwaita/gtk-2.0/gtkrc:1163: error: unexpected identifier `direction', expected character `}'
Installing breakpad exception handler for appid(steamwebhelper)/version(20150123134624)
Installing breakpad exception handler for appid(steamwebhelper)/version(1422020784)
Installing breakpad exception handler for appid(steamwebhelper)/version(20150123134624)
Installing breakpad exception handler for appid(steamwebhelper)/version(1422020784)
Installing breakpad exception handler for appid(steamwebhelper)/version(1422020784)
Installing breakpad exception handler for appid(steam)/version(1422054110)
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
Installing breakpad exception handler for appid(steam)/version(1422054110)
Installing breakpad exception handler for appid(steam)/version(1422054110)
Installing breakpad exception handler for appid(steam)/version(1422054110)
Installing breakpad exception handler for appid(steam)/version(1422054110)
Installing breakpad exception handler for appid(steam)/version(1422054110)
Installing breakpad exception handler for appid(steam)/version(1422054110)
FillInMachineIDInfo took a total of 0 milliseconds
Installing breakpad exception handler for appid(steam)/version(1422054110)
Installing breakpad exception handler for appid(steam)/version(1422054110)
Generating new string page texture 7: 128x256, total string texture memory is 131,07 KB
Generating new string page texture 8: 64x256, total string texture memory is 196,61 KB
Generating new string page texture 9: 48x256, total string texture memory is 245,76 KB
Generating new string page texture 10: 256x256, total string texture memory is 507,90 KB
Generating new string page texture 11: 8x256, total string texture memory is 516,10 KB
Generating new string page texture 12: 16x256, total string texture memory is 532,48 KB
Generating new string page texture 13: 24x256, total string texture memory is 557,06 KB
Generating new string page texture 14: 32x256, total string texture memory is 589,82 KB
Installing breakpad exception handler for appid(steam)/version(1422054110)
Installing breakpad exception handler for appid(steam)/version(1422054110)
Installing breakpad exception handler for appid(steam)/version(1422054110)
Installing breakpad exception handler for appid(steam)/version(1422054110)
Installing breakpad exception handler for appid(steam)/version(1422054110)
Steam: An X Error occurred
X Error of failed request:  BadValue (integer parameter out of range for operation)
Major opcode of failed request:  18 (X_ChangeProperty)
Value in failed request:  0x0
Serial number of failed request:  557
xerror_handler: X failed, continuing
assert_20150205221633_1.dmp[26103]: Uploading dump (out-of-process)
/tmp/dumps/assert_20150205221633_1.dmp
/home/lazaro/.local/share/Steam/steam.sh: línea 736: 25977 Violación de segmento  (`core' generado) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
Requested Force create but SharedObjectMutex already created
Forced create but already created for SharedObjectEvent
Forced create but already created for SharedObjectEvent



assert_20150205221633_1.dmp[26103]: Finished uploading minidump (out-of-process): success = yes
assert_20150205221633_1.dmp[26103]: response: CrashID=bp-f6bc885f-39f2-4bff-9b68-266592150205
assert_20150205221633_1.dmp[26103]: file ''/tmp/dumps/assert_20150205221633_1.dmp'', upload yes: ''CrashID=bp-f6bc885f-39f2-4bff-9b68-266592150205''

It says segfault at line 736 of steam.sh. I went to the script and at that line all that is there is this

STATUS=$?

I also see

$STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
Requested Force create but SharedObjectMutex already created

but I don't know what that means.

What can I do to get steam to work under my system while it's in spanish?

Last edited by lazarojhr16 (2015-02-06 03:34:39)

Offline

#4 2015-03-10 10:08:13

timonoj
Member
Registered: 2015-03-10
Posts: 1

Re: Steam login launcher doesn't work

Lazarojhr16, I just registered as I've been bothered rather long struggling to find the solution. I don't even run arch, I'm on ubuntu, but it definitely seems steam gets annoyed if you're using any locale other than US. In Ubuntu this works:
$: LC_ALL=C steam

You can then exit steam as usual, next time it should start from the start icon as expected. Give it a short, and buena suerte.

Offline

#5 2016-06-06 17:07:51

pums974
Member
Registered: 2015-04-06
Posts: 11

Re: Steam login launcher doesn't work

THANK YOU timonoj

I've been looking for this for a long time...

Someone should add this tip in the wiki

Last edited by pums974 (2016-06-06 17:10:31)

Offline

#6 2016-06-07 09:18:35

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,865
Website

Re: Steam login launcher doesn't work


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB