|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
08-24-2007, 11:47 PM | #11 |
Pledge
Join Date: Mar 2007
Location: Germany
Posts: 37
|
just installed gutsy tribe 5 and i can't start rolauncher now. See text file.
|
08-25-2007, 03:43 PM | #12 | |
Banned
Join Date: Jan 2007
Posts: 28
|
Quote:
Yeah, it seems like this fault exists for those of us who are running Gutsy.. at least it's something some of us seems to have in common. |
|
08-26-2007, 01:01 PM | #13 |
Pledge
Join Date: May 2007
Posts: 13
|
to play just launch the game with an export
Code:
$ export MALLOC_CHECK_=0 $ ./rolauncher N.B. regnum online must be in your home fix this script with your path Code:
#! /bin/sh ## Script to launch regnum online with export fix to play with latest lic6 regnum_launcher () { export MALLOC_CHECK_=0 /home/$user/Regnum/rolauncher } whoami | while read user; do regnum_launcher done |
08-27-2007, 08:18 PM | #14 |
Banned
Join Date: Jan 2007
Posts: 28
|
Thanks saxtro! Unfortunately it didn't make the game start, but at least I got the "ToU"-screen, but as soon as I push the Accept-button I get a Seg-fault (core dumped)..
EDIT: After some minute it seems to work. Hm, odd. But then again, when I close the terminal it takes yet some minute after exporting the variable, before the game starts. Well, thanks anyway, at least it seems to work (from time to time). |
08-31-2007, 04:52 PM | #15 |
Initiate
Join Date: May 2007
Posts: 206
|
try:
MALLOC_CHECK_=0 ./rolauncher that should get you going. |
09-08-2007, 09:28 AM | #16 |
Pledge
Join Date: Aug 2007
Posts: 1
|
I also run on Ubuntu gusty, and i have the same problem as all of you.
I try to use the Saxtro tips : $ export MALLOC_CHECK_=0 $ ./rolauncher Then the login fenster appear normaly, i enter my password, And i have an error message hich tell me thaht " he can't connect to autopatch server" So I can't play. If anyone has an idea ..... |
09-15-2007, 12:47 PM | #17 | |
Pledge
Join Date: May 2007
Posts: 13
|
Quote:
if you cant connect to autopatch server you must configure the network connection look at router's or/and iptable's rulez you can paste the output of Code:
# iptables -L i think is better if you open a new topic, this problem is out of topic here |
|
|
|