CWE with MOSS

Discussions About MOSS (Myst Online Server Software)

Moderators: a'moaca', rarified

a'moaca'
Member
Posts: 163
Joined: Sat Dec 13, 2008 11:22 pm

Re: CWE with MOSS

Post by a'moaca' »

Nifty.

For log levels that you left unset, and it complains about a blank log level on reload, that's a bug.

However, if you set a level, it should work even on reload. Did you happen to edit this file in Windows and introduce CRLF line endings? That would break it. "NET\r" isn't "NET". :(

I see what my next MOSS project is.

- a'moaca'
MercAngel
Member
Posts: 31
Joined: Tue Apr 19, 2011 8:55 pm

Re: CWE with MOSS

Post by MercAngel »

ok no bad message in log files and i change all the address in pnNbSrvs.cpp is there something else i missed
a'moaca'
Member
Posts: 163
Joined: Sat Dec 13, 2008 11:22 pm

Re: CWE with MOSS

Post by a'moaca' »

I don't know what you missed.

Is it connecting to the server at all? No complaints, but does the gatekeeper server log the client version? If you're not sure, take note of the last timestamp in the file and try again.

Is your server running a firewall that's rejecting the connections?

Is the server crashing? Use 'ps' or 'top' to find out. See if it's listening on port 14617 in 'netstat -an'.

Did you compile the client first with the MOULa keys, and then change to yours without doing a full clean? If so, your UruLauncher has MOULa keys.

You can try setting all the log levels to MSGS and see everything the client and server say to each other. Failing that, you may need to turn to more heavyweight tools like Wireshark to verify traffic is going where you expect.

- a'moaca'

Edit:

Maybe the keys are fine and your file server is missing the ExternalPatcher manifest. Check moss_file.log.
Last edited by a'moaca' on Wed Apr 20, 2011 3:19 am, edited 1 time in total.
Reason: it's 'netstat -an'
MercAngel
Member
Posts: 31
Joined: Tue Apr 19, 2011 8:55 pm

Re: CWE with MOSS

Post by MercAngel »

ok got patcher to run ok but not after logon and i think just before char select screen client crashes

Code: Select all

UruLive.Live.1.897 - External.Release Exception type: Access violation Call stack (14 levels):
  0x00000000
   0x00000000
    0x00000000
     0x00000000
      0x00000000
       0x00000000
        0x00000000
         0x00000000
          0x00000000
           0x00000000
            0x00000000
             0x00000000
              0x00000000
               0x1E0AAB0C 
User avatar
JWPlatt
Member
Posts: 1137
Joined: Sun Dec 07, 2008 7:32 pm
Location: Everywhere, all at once

Re: CWE with MOSS

Post by JWPlatt »

MercAngel wrote:ok got patcher to run ok...
I don't know about your crash problem, but I am curious, on behalf of anyone else, how you solved your patcher problem. It helps folks who might read this to solve the same or similar problems.
Perfect speed is being there.
MercAngel
Member
Posts: 31
Joined: Tue Apr 19, 2011 8:55 pm

Re: CWE with MOSS

Post by MercAngel »

last part of IP i use was wrong put in .100 should have been .101 so it was trying to download from same computer client was on and not server
User avatar
Mystler
Member
Posts: 27
Joined: Sat Apr 09, 2011 9:22 pm
Contact:

Re: CWE with MOSS

Post by Mystler »

A stack error before the char selection screen? This could be caused by a problem with the auth server files. A few days ago, i used an invalid python.pak file - i got a stack error too. Maybe you should re-setup the auth server files and manifests.
MercAngel
Member
Posts: 31
Joined: Tue Apr 19, 2011 8:55 pm

Re: CWE with MOSS

Post by MercAngel »

ok it was the python stuff i got 2.5 installed and for some reason it was using the 2.5 lib

now i just get black screen and this is from MOSS log i am using the auth files form here

Code: Select all

Traceback (most recent call last):
  File "xKI.py", line 16, in ?
ImportError: No module named PlasmaTypes

1303429030.131942  MSGS auth.ac10c064:49366: AcctSetPlayerRequest for 0
1303429030.182551  WARN auth.ac10c064:49366: Got a Log message from the client:
Traceback (most recent call last):
  File "stupStartUp.py", line 10, in ?
ImportError: No module named PlasmaTypes
and thx every one fore the help so far
User avatar
Mystler
Member
Posts: 27
Joined: Sat Apr 09, 2011 9:22 pm
Contact:

Re: CWE with MOSS

Post by Mystler »

There still seems to be a problem with your python.pak. The client is not able to find the PlasmaTypes.py file. Do you use Cyan's python.pak file or did you modify it?
MercAngel
Member
Posts: 31
Joined: Tue Apr 19, 2011 8:55 pm

Re: CWE with MOSS

Post by MercAngel »

the auth files from here on the wiki http://wiki.openuru.org/index.php?title ... _And_Tools

i tried to use the one from MOULa also but i get the same crash as before

and just to make sure is should be Python 2.3
Post Reply

Return to “MOSS”