Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 2, 2009
Messages
86
Reaction score
9
What to do when it says "The district map data does not sync. with the server." ?
And how to put gshop.data and element.data into a SERVER?
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
if you mean my release, you put the gshop.data and element.data from the data.rar archive into your CLIENT, the server already has them..

but for future reference, you put element.data and gshop.data into gamed/config/ in the server if you wanna change em..

as for your error,I've never had it before so unfortunately I dunno.
 
I are an engineer
Joined
Feb 28, 2009
Messages
498
Reaction score
398
this is what i get..

Code:
root@perfectworld:~# ifconfig
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

are you on the same subnet? as my main comp is on 192.168.0.x, maybe thats where your trouble is?

my entire home network or 3 computers is on 192.168.1.x
i hope i find an easier solution than resetting all computers, router, etc to make it work...
 
A.K.A /v\aX /--/ PHP Guru
Joined
Aug 29, 2007
Messages
822
Reaction score
211
O.O I just did.. it don't take long lol..
but still no http ... -,-
3 repacks later an still no working server xD w00t..

Ok just to clear things up now.. im behind a router :) now do i need to port forward port 80 or 8080 to 192.168.0.51 or my main pc lan ip? same with the server port.. to vmware ip or my main pc lan ip

;-------- later on

OMFG! in ifconfig all was fine with eth0 an lo listing with ip 192.168.0.51 but my router was 192.168.1.1 an all other pcs 192.168.1.* so i changed my router an home pc(s) to 192.168.0.* an now ifconfig only shows lo not eth0
so im left with a fooked vmware O.O I have reinstalled it in the hope to fix it but its the same -,- the vmware network is set to bridged.

any ideas please O.O
 

Attachments

You must be registered for see attachments list
I are an engineer
Joined
Feb 28, 2009
Messages
498
Reaction score
398
it seems like the worst thing about vmware is IP problems when transfering from 1 computer to another. when you have several computers on a LAN and you get a vmware image set up on a different subnet, it's too much of a hassle to reset all your computers, router, etc just to make it work.
my solution.... i give up on this release =/
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
you give up too easily.. if you want you can change the ip's in the release however, i can guarantee you will be changing a load more IP's in the image than in your network :O:

To be honest I don't understand why its not working for some of you, i tested this on 2 comps and it works on both :blink:

gonna research more into this..

For 1 I'd check to see if the /etc/network/interfaces is ok.. (I cant see why it wouldn't tho)

it should look like this..

Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
		address 192.168.0.51
		netmask 255.255.255.0
		network 192.168.0.0
		broadcast 192.168.0.255
		gateway 192.168.0.1

type the command..

Code:
/etc/init.d/networking restart

are you getting any error with this?
 
Newbie Spellweaver
Joined
Sep 17, 2006
Messages
78
Reaction score
0
can i login with the my 1.3.9 client?

if no wich client works?
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
can i login with the my 1.3.9 client?

if no wich client works?

1.3.1 Patched using file PW-EN-MY-Patch12-13.cup and then replace the gshop.data with the one in the archive data.rar..
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
I know this is gonna sound crazy but try disabling the 2 virtual network adapters in windows created by vmware (VMnet1 and VMnet8) and restart the image..
 
A.K.A /v\aX /--/ PHP Guru
Joined
Aug 29, 2007
Messages
822
Reaction score
211
Ok hope you find it, just some info for you.
I uninstalled vwmare an restarted then reinstalled it.. re-unpacked your image then shut down all pc's an router for 10min then fired it all back up an got same problem..
Really hope you get back to me
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
can u try typing in this..

Code:
find /sys -iname *eth*
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
You dont have to turn off routers etc.. its the VMware image that has to be restarted but..

I think I've got it, its to do with mac addresses..

in the directory /etc/udev/rules.d/ there is a file called 70-persistent-net.rules

edit the file so it changes from this..
Code:
# This file was automatically generated by the /lib/udev/write_net_rules
# program run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.

# PCI device 0x1022:0x2000 (pcnet32)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:29:68:9e:a3", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
to this..

Code:
# This file was automatically generated by the /lib/udev/write_net_rules
# program run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.

# PCI device 0x1022:0x2000 (pcnet32)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

then reboot the image..
 
Newbie Spellweaver
Joined
Sep 17, 2006
Messages
78
Reaction score
0
i have followed your story about u two and i have the same asIIMaxII

i will help u guys 3 persons know more then 2
 
A.K.A /v\aX /--/ PHP Guru
Joined
Aug 29, 2007
Messages
822
Reaction score
211
Ok i have two O.O one line for eth0 an one for eth1
Do i delete the hole eth1 line an edit the eth0 line like you put..so all i have is 1 line with eth0 an no attr address
 

Attachments

You must be registered for see attachments list
Status
Not open for further replies.
Back
Top