You are not logged in.

#1 2017-08-22 15:01:50

noxarch
Member
Registered: 2017-08-22
Posts: 12

(Solved)C library minor error while installing GOG games on Arch Linux

Hi im wondering if this error can be solved on Arch Linux, i've tried commands like:(before this error I used to have another error but i've solved it installing from pacman gtk-engine-murrine  0.98.2-2)
       [sudo nano /etc/locale.gen]   
       [sudo locale-gen]       
       [locale]
     
[archlinux@archlinux]$ locale -a
C
en_US.utf8
POSIX

[archlinux@archlinux ~]$ locale
LANG=en_US.utf8
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME="en_US.utf8"
LC_COLLATE="en_US.utf8"
LC_MONETARY="en_US.utf8"
LC_MESSAGES="en_US.utf8"
LC_PAPER="en_US.utf8"
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT="en_US.utf8"
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=

[archlinux@archlinux GOG LinuX]$./gog_the_pillars_of_the_earth_2.0.0.1.sh
Verifying archive integrity... All good.
Uncompressing The Pillars of the Earth (GOG.com)  100% 
Collecting info for this system...
Operating system: linux
CPU Arch: x86_64
trying mojosetup in bin/linux/x86_64
USING en_US

(process:1356): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.

Last edited by noxarch (2017-08-30 10:35:03)

Offline

#2 2017-08-23 04:44:07

Docbroke
Member
From: India
Registered: 2015-06-13
Posts: 1,433

Re: (Solved)C library minor error while installing GOG games on Arch Linux

AFAIK, LC_COLLATE="C" would be a proper choice.

Offline

#3 2017-08-23 07:29:45

noxarch
Member
Registered: 2017-08-22
Posts: 12

Re: (Solved)C library minor error while installing GOG games on Arch Linux

how should I do that to fix this problem C library?

Offline

#4 2017-08-23 07:36:02

Awebb
Member
Registered: 2010-05-06
Posts: 6,286

Re: (Solved)C library minor error while installing GOG games on Arch Linux

Is this just an error message or does anything actually refuse to work? If it's just an error message, then ignore it.

Offline

#5 2017-08-23 07:47:47

noxarch
Member
Registered: 2017-08-22
Posts: 12

Re: (Solved)C library minor error while installing GOG games on Arch Linux

That's what I thought when i've seen  the same error on youtube video installing GOG Games the same way.
Youtube Link: https://www.youtube.com/watch?v=RUNiesnzaYk

Offline

#6 2017-08-23 08:07:40

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

Re: (Solved)C library minor error while installing GOG games on Arch Linux

's/error/warning/g'

Warnings can be ignored if there's no actual problem. Ignoring errors is generally not a good idea.

noxarch, please edit your first post to use code tags around the terminal output: https://wiki.archlinux.org/index.php/Co … s_and_code


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

#7 2017-08-23 12:55:09

noxarch
Member
Registered: 2017-08-22
Posts: 12

Re: (Solved)C library minor error while installing GOG games on Arch Linux

Done using  the info you provide me.
Is it correct how I edit it?

Last edited by noxarch (2017-08-23 12:56:15)

Offline

#8 2017-08-23 13:56:33

noxarch
Member
Registered: 2017-08-22
Posts: 12

Re: (Solved)C library minor error while installing GOG games on Arch Linux

Awebb wrote:

Is this just an error message or does anything actually refuse to work? If it's just an error message, then ignore it.

It's an error but the mojosetup works fine on arch linux without any crash.

Offline

#9 2017-08-23 14:30:54

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,530
Website

Re: (Solved)C library minor error while installing GOG games on Arch Linux

No, it's clearly not an error.

noxarch wrote:

(process:1356): Gtk-WARNING **: Locale not supported by C library.

It's just a warning (indicated by the big capital letters).


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#10 2017-08-23 14:44:38

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

Re: (Solved)C library minor error while installing GOG games on Arch Linux

noxarch wrote:

Done using  the info you provide me.
Is it correct how I edit it?

Unfortunately not. You've just added square brackets around some lines, which doesn't do anything.

Quote this post to see how to use code tags

See https://bbs.archlinux.org/help.php#bbcode for more examples of BBCode, there is a link to these examples under the reply box.


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

#11 2017-08-29 17:54:33

noxarch
Member
Registered: 2017-08-22
Posts: 12

Re: (Solved)C library minor error while installing GOG games on Arch Linux

Trilby wrote:

No, it's clearly not an error.

noxarch wrote:

(process:1356): Gtk-WARNING **: Locale not supported by C library.

It's just a warning (indicated by the big capital letters).

Thx i had the intuition it was not an error.
Then this is solved.

Offline

#12 2017-08-29 18:04:47

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

Re: (Solved)C library minor error while installing GOG games on Arch Linux

Then please mark it as such by editing your first post and amending your topic title.

https://wiki.archlinux.org/index.php/Co … ow_to_post


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

#13 2017-08-30 10:33:33

noxarch
Member
Registered: 2017-08-22
Posts: 12

Re: (Solved)C library minor error while installing GOG games on Arch Linux

WorMzy wrote:

Then please mark it as such by editing your first post and amending your topic title.

https://wiki.archlinux.org/index.php/Co … ow_to_post

Right away in a second!!!

Offline

#14 2017-08-30 10:35:54

noxarch
Member
Registered: 2017-08-22
Posts: 12

Re: (Solved)C library minor error while installing GOG games on Arch Linux

WorMzy wrote:

Then please mark it as such by editing your first post and amending your topic title.

https://wiki.archlinux.org/index.php/Co … ow_to_post

Done

Offline

Board footer

Powered by FluxBB