View Full Version : Problem with resource list.
Kulikos
07-23-2007, 07:43 PM
Hello, im Linux user, and I try to play this game. I have download, install and patch it. But when i click "play" button, i see message "critical error: cant load resource list, aborting"
So please people help me! I really want to play that, but i dont know what to do with this problem.
arlick
07-23-2007, 08:09 PM
Hello, im Linux user, and I try to play this game. I have download, install and patch it. But when i click "play" button, i see message "critical error: cant load resource list, aborting"
So please people help me! I really want to play that, but i dont know what to do with this problem.
how do u run de game?
by console? do u acces to the game folder and then run:
./rolauncher ?
Kulikos
07-23-2007, 08:16 PM
Yes in console by "./rolauncher"...
All is good, game is patched, i can change all in "options", but when i push "play"...
;/
arlick
07-23-2007, 08:17 PM
Yes in console by "./rolauncher"...
All is good, game is patched, i can change all in "options", but when i push "play"...
;/
are u sure that the game create a folder with the name "live"?
if there is, try deleting it.
do u check that have permisions in this folder?
Kulikos
07-24-2007, 12:00 PM
I did all what you have said... Still this same problem.
"gethostbyname (http) failed, error code 0"
I dont know what to do please help me ;/
arlick
07-24-2007, 12:03 PM
I did all what you have said... Still this same problem.
"gethostbyname (http) failed, error code 0"
I dont know what to do please help me ;/
it sounds like a connection problem.
try turnning off the firewall and run it. or meaby your isp close u some ports.
later ill post the ports that use the game and u could try to make a ping to they.
Kulikos
07-24-2007, 12:07 PM
Big Thanks! I look at error log and i have seen "ConnectionEntity][connection_entity.cpp(605)] Connection timeout"
Im newbie in Linux, so can you say me how to turn off firewall or open that ports?
arlick
07-24-2007, 12:14 PM
Big Thanks! I look at error log and i have seen "ConnectionEntity][connection_entity.cpp(605)] Connection timeout"
Im newbie in Linux, so can you say me how to turn off firewall or open that ports?
here u have the ports:
http://www.regnumonline.com.ar/forum/showpost.php?p=7674&postcount=2
try that:
tcptraceroute 212.214.41.25 48000
tcptraceroute 212.214.41.25 48001
tcptraceroute 212.214.41.25 47300
and post the output.
to write the output to a file make:
command > file_name.txt, ex: tcptraceroute 212.214.41.25 47300 > output1.txt
and then u can copy and cut it here.
important: what distro are u using?
Kulikos
07-24-2007, 12:18 PM
Distro its a type of linux? I use Ubuntu.
When i pase this "tcptraceroute 212.214.41.25 48000
tcptraceroute 212.214.41.25 48001
tcptraceroute 212.214.41.25 47300" and this "
command > file_name.txt, ex: tcptraceroute 212.214.41.25 47300 > output1.txt"
to console, notheing happen. Srry but im really newbie ;/
arlick
07-24-2007, 12:26 PM
Distro its a type of linux? I use Ubuntu.
When i pase this "tcptraceroute 212.214.41.25 48000
tcptraceroute 212.214.41.25 48001
tcptraceroute 212.214.41.25 47300" and this "
command > file_name.txt, ex: tcptraceroute 212.214.41.25 47300 > output1.txt"
to console, notheing happen.Srry but im really newbie ;/
no problem ;)
type that only
tcptraceroute 212.214.41.25 48001
and if it get u an error type that, this is to install the command.
sudo apt-get install tcptraceroute
Kulikos
07-24-2007, 12:31 PM
When i try to install i have error - "E: can't find package tcptraceroute"
So i need to download this package?
Wyatt
07-24-2007, 12:41 PM
for some reason right now i cant get on the server, it dont even go to the character selection screen, it just stays in " Loaded 82 of 82 resources "
Wyatt
07-24-2007, 12:41 PM
When i try to install i have error - "E: can't find package tcptraceroute"
So i need to download this package?
you got windows vista? if so install Regnum Online outside program files.
Kulikos
07-24-2007, 12:45 PM
I have Ubuntu ^_^ i think i need to download this tcptraceroute package, then install ;p but i dont know how ;p
Wyatt
07-24-2007, 12:50 PM
I have Ubuntu ^_^ i think i need to download this tcptraceroute package, then install ;p but i dont know how ;p
well i seached the tcptraceroute program, gave me this website, check it and see.
http://michael.toren.net/code/tcptraceroute/beta.html
Regards.
Kulikos
07-24-2007, 01:01 PM
Ehhh i don't know how to install it. Still this same message. "E: can't find..." ;/
arlick
07-24-2007, 01:05 PM
do that:
mkdir folder
cd folder
wget http://michael.toren.net/code/tcptraceroute/tcptraceroute-1.4.tar.gz
tar zxvf tcptraceroute-1.4.tar.gz
cd trcptraceroute-1.4
make
sudo make install
Kulikos
07-24-2007, 01:16 PM
All is ok, i have folder and all in but last commands "make
sudo make install", somethink is wrong with them. I have error
"bash: make: command not found"
then
"sudo: make: command not found"
arlick
07-24-2007, 01:42 PM
All is ok, i have folder and all in but last commands "make
sudo make install", somethink is wrong with them. I have error
"bash: make: command not found"
then
"sudo: make: command not found"
Arrrgg!!!! ubuntu suks
well... first... do u try to turn off and turn on later your router?
Kulikos
07-24-2007, 01:57 PM
Yes. Do you know other command "make" for Ubuntu?
I find this. Maybe it can help you ;/
"# vim:set ts=4 sw=4 ai:
# tcptraceroute -- A traceroute implementation using TCP packets
# Copyright (c) 2001, 2002 Michael C. Toren <mct@toren.net>
CC = gcc
CFLAGS = -O2 -Wall
DESTDIR=/usr/local/bin
tcptraceroute: tcptraceroute.c
$(CC) $(CFLAGS) `libnet-config --defines` \
-o tcptraceroute tcptraceroute.c \
`libnet-config --libs` -lpcap
static:
$(MAKE) tcptraceroute CFLAGS="$(CFLAGS) -static"
install: tcptraceroute
install -D tcptraceroute $(DESTDIR)/tcptraceroute
distrib: clean changelog man
changelog: tcptraceroute.c Makefile
perl -000 -ne 'next unless (/\*\s+Revision\s+history:/); \
print "Extracted from tcptraceroute.c:\n\n$$_"; exit;' \
< tcptraceroute.c | expand -t 4 > changelog
man: tcptraceroute.8.html Makefile
tcptraceroute.8.html: tcptraceroute.8
rman -fHTML -r- tcptraceroute.8 > tcptraceroute.8.html
clean:
rm -f core a.out tcptraceroute *~"
arlick
07-24-2007, 02:01 PM
type that:
sudo apt-get install build-essential make
and u might have the "make" command
Kulikos
07-24-2007, 02:17 PM
Now when i write "make" some big error comes. Do you know how to off firewall? Maybe it help ;/
arlick
07-24-2007, 02:31 PM
http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/
Check the point Other Linux distribution
vBulletin® v3.8.7, Copyright ©2000-2024, vBulletin Solutions, Inc.