Go Back   Champions of Regnum > English > Technical Support

Technical Support Questions about game technical support to the users of the community

Closed Thread
 
Thread Tools Display Modes
Old 05-02-2013, 09:14 AM   #1
Curufin
Pledge
 
Join Date: May 2013
Posts: 2
Curufin is on a distinguished road
Default Problem with login into game : (

anyone know what can i do, when i have during login in error mesage "conection to autopatch server failed".

thanks for answer.
Curufin no ha iniciado sesión  
Old 05-02-2013, 09:18 AM   #2
bigserb
Pledge
 
Join Date: Mar 2009
Location: serbia
Posts: 5
bigserb is on a distinguished road
Default

i have same problem
bigserb no ha iniciado sesión  
Old 05-02-2013, 09:23 AM   #3
Svarec
Pledge
 
Svarec's Avatar
 
Join Date: Apr 2012
Location: Czech Rep
Posts: 37
Svarec is on a distinguished road
Default

Same problem here when it will be repaired pls? i tried it at 9 am and now at 11am still same problem.
Svarec no ha iniciado sesión  
Old 05-02-2013, 09:32 AM   #4
Linuxmage
Initiate
 
Linuxmage's Avatar
 
Join Date: Nov 2009
Location: Leicester, UK
Posts: 174
Linuxmage is on a distinguished road
Default

The autopatch server has been offline for a number of hours now. There is a hackish workaround for it, but I am not sure how you do it.
__________________
Haven - Ariana Hailsinger
Ra - Mitra Godsmacker
Regnum Wiki Admin
Linuxmage no ha iniciado sesión  
Old 05-02-2013, 10:06 AM   #5
Zarakaye
Apprentice
 
Zarakaye's Avatar
 
Join Date: Dec 2007
Location: FRANCE
Posts: 93
Zarakaye is on a distinguished road
Default

For linux user i do not know other OS

Code:
./game Zarakaye $(md5sum <<< "myPassword" | sed "s/\ -$//")
or bash script

launcher.sh

Quote:
#!/bin/bash

declare -r REGNUM_DIR="/home/${USER}/regnum"
declare -r REGNUM_EXE_DIR="${REGNUM_DIR}/live"
declare -r REGNUM_EXE_FILE="game"
declare HASH_PASSWD

if [[ -z "$1" || -z "$2" ]];then
echo -e "Usage : $0 <username> <pass>\n"
exit 0
fi

HASH_PASSWD="$(md5sum <<< $2)"
HASH_PASSWD="${HASH_PASSWD// -/}"

echo "Running game as $1 with hash password ${HASH_PASSWD} …"

[[ ! -d "${REGNUM_DIR}" ]] && { echo "Regnum dir was not found at ${REGNUM_DIR}" >&2; exit 1; }
[[ ! -d "${REGNUM_EXE_DIR}" ]] && { echo "Regnum exe dir was not found at ${REGNUM_EXE_DIR}" >&2; exit 1; }
[[ ! -f "${REGNUM_EXE_FILE}" ]] && { echo "Regnum game was not found at ${REGNUM_EXE_FILE}" >&2; exit 1; }

(
cd "${REGNUM_EXE_DIR}"
./$REGNUM_EXE_FILE "$1" "$HASH_PASSWD" &
wait $!
[[ $? -ne 0 ]] && echo "Regnum exited with a error code $?" >&2
)&

Last edited by Zarakaye; 05-02-2013 at 11:01 AM. Reason: bash script enhancement
Zarakaye no ha iniciado sesión  
Old 05-02-2013, 10:31 AM   #6
zeeph
Pledge
 
Join Date: Dec 2012
Posts: 7
zeeph is on a distinguished road
Default

12:30 am Italy, "connection to autopatch server failed".
zeeph no ha iniciado sesión  
Old 05-02-2013, 10:42 AM   #7
balthazar92
Pledge
 
Join Date: May 2013
Posts: 1
balthazar92 is on a distinguished road
Default

It happen to me too sometimes
balthazar92 no ha iniciado sesión  
Old 05-02-2013, 10:47 AM   #8
Curufin
Pledge
 
Join Date: May 2013
Posts: 2
Curufin is on a distinguished road
Default

4 hour are duration this problem here (Czech Republic)
Curufin no ha iniciado sesión  
Old 05-02-2013, 10:59 AM   #9
GALO ÉPICO
Banned
 
GALO ÉPICO's Avatar
 
Join Date: Jan 2013
Location: Minas Gerais / Brasil
Posts: 218
GALO ÉPICO is on a distinguished road
Default

No servidor piranha também não da pra entra,o mesmo problemas dos demais acima
GALO ÉPICO no ha iniciado sesión  
Old 05-02-2013, 11:22 AM   #10
Adrian
NGD·Studios
 
Adrian's Avatar
 
Join Date: May 2007
Location: Wien, Österreich
Posts: 2,859
Adrian will become famous soon enoughAdrian will become famous soon enough
Default

Fixed, sorry for the inconvenience! There have been power outages this morning in our Datacenter and the login server went down a few times.
Adrian no ha iniciado sesión  
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:37 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved
 
Loading...