Shannon V. OKeets
Posts: 22095
Joined: 5/19/2005 From: Honolulu, Hawaii Status: offline
|
quote:
ORIGINAL: pmayoralherrera I cannot get netplay. this alert appears all the time: Error = 8. User name invalid: < 4 or 21+ symbols; illegal symbol (e.g., blank). Unable to access Seeking Opponent database. I'm using a Matrix Games login (userid and password) identical in the game. I update the file in the C:\Matrix Games\World in Flames\NetPlayReg.txt I have unified my acounts, and my username is = pmayoralherrera , so I think it would be a valid word. What I can do? Many thanks in advance There are two checks on the user name and password. The first is done by MWIF (my code) and your user name passes those checks. MWIF then transmits your user name and password to the Slitherine Forum/server, which generates the 08 error message. MWIF would generate a 108 error message - which it does not. So, this is outside of my ability to diagnose and fix. You will have to check with the Slitherine Help Desk. I'm sorry I can't fix this for you. By the way, all the Slitherine error codes for a failed login are below. You can see that 08 is quite specific. // **************************************************************************** // Error messages from Slitherine Forum. // **************************************************************************** rsForumError01 = 'Insufficient data (e.g., login incomplete.'; rsForumError02 = 'Serial number on black list.'; rsForumError03 = 'Serial number non-existent.'; rsForumError04 = 'Serial number previously registered.'; rsForumError05 = 'Serial number isn’t registered.'; rsForumError06 = 'User not presently logged in.'; rsForumError07 = 'User already logged in.'; rsForumError08 = 'User name invalid: < 4 or 21+ symbols; illegal symbol ' + '(e.g., blank).'; rsForumError09 = 'User isn’t presently logged in.'; rsForumError10 = 'User name or password wrong for serial number.'; rsForumError11 = 'User name in use by another serial number.'; rsForumError12 = 'Email address already exists in the database.'; rsForumError13 = 'Email address incorrect.'; rsForumError14 = 'Password too short: < 5 symbols.'; rsForumError15 = 'Other errors (e.g., can''t connect to database.'; rsForumError20 = 'Game url undefined (e.g., ping error code).'; rsForumError21 = 'Game url non-existent (wrong game url).'; rsForumError22 = 'Game inactive for serial number (i.e., administrative ' + 'action).';
_____________________________
Steve Perfection is an elusive goal.
|