ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "Reconnection Error"

From ModEnc
Jump to: navigation, search
m (Known Causes Of Reconnection Errors (please expand): Typo :S)
(re-wording)
Line 1: Line 1:
 
[[Image:recon.jpg|thumb|150px|right|The Reconnection Error]]
 
[[Image:recon.jpg|thumb|150px|right|The Reconnection Error]]
  
The "Reconnection Error" is an ally of "[[Internal Error]]".
+
The "Reconnection Error" is a cousin of "[[Internal Error]]".
  
 
Reconnection errors only occur in multiplayer games (network/internet) and cause the current game to end, forcing all players back to the main menu.
 
Reconnection errors only occur in multiplayer games (network/internet) and cause the current game to end, forcing all players back to the main menu.
A reconnection error occurs when the network game becomes desynchronised or something flamingoes up the connection between the human players.
+
A reconnection error occurs when the network game becomes desynchronised or something interrupts the connection between the human players.
  
 
Sometimes, faulty code can force a reconnection error to occur.
 
Sometimes, faulty code can force a reconnection error to occur.
  
Because Reconnection Errors only occur in multiplayer, it is difficult for modders to hunt down, or even be aware of erroneous code, especially as the code will most likely work perfectly in single player.
+
Because reconnection errors only occur in multiplayer, it is difficult for modders to hunt down, or even be aware of erroneous code, especially as the code will most likely work perfectly in single player.
 
{{clr}}
 
{{clr}}
  
 
==Known Causes Of Reconnection Errors (please expand)==
 
==Known Causes Of Reconnection Errors (please expand)==
#Using the Invisible=yes or InvisibleInGame=yes flags. These are often used to create a Mine Layer unit so modders need to seek an alternative method for creating such a unit (like the veteran/cloak method researched by Marshall). InvisibleInGame=yes should only be used on objects that have an effect on the terrain, but should not themselves be visible such as the lightposts.
+
#Using the Invisible=yes or InvisibleInGame=yes flags. These are often used to create a Mine Layer unit so modders need to seek an alternative method for creating such a unit (like the veteran/cloak method discovered by Marshall). InvisibleInGame=yes should only be used on objects that have an effect on the terrain, but should not themselves be visible such as the lightposts.
 
#Not all human players in the game have the same version of the YR Terrain Expansion installed.
 
#Not all human players in the game have the same version of the YR Terrain Expansion installed.
#At the time of writing, some of the Assault maps are known to have reconnection error problems, although the exact cause is as yet unknown.
+
#Some of the Assault maps are known to have reconnection error problems, although the cause is unknown.
#In certain situations, if a Tech Depot is used on the map "Heartland", a reconnection error can occur. Neither if this was fixed in a patch nor what the reason for this behavior is are known to the author.
+
#On the custom map "Heartland", use of a Tech Outpost often causes a reconnection error. The reason for this is unknown.
#Using external programs (cheats) can result in a reconnection error if specific functions are used.
+
#Some third-party programs (cheats) can cause reconnection errors (sometimes on purpose).
#Using DestroyAnims is a known cause of Reconnection errors.
+
#Including DestroyAnims on buildings.
#Using Rockpatch 1 or NPatch can result in reconnection errors during online gameplay.
+
#Use of third-party patches (e.g. RockPatch 1, NPatch), dependant on bugs in such patches.
  
 
==See Also==
 
==See Also==
 
[[SYNCx.txt]]
 
[[SYNCx.txt]]
 
[[Category:Bugs_and_Errors]]
 
[[Category:Bugs_and_Errors]]

Revision as of 21:22, 24 September 2008

The Reconnection Error

The "Reconnection Error" is a cousin of "Internal Error".

Reconnection errors only occur in multiplayer games (network/internet) and cause the current game to end, forcing all players back to the main menu. A reconnection error occurs when the network game becomes desynchronised or something interrupts the connection between the human players.

Sometimes, faulty code can force a reconnection error to occur.

Because reconnection errors only occur in multiplayer, it is difficult for modders to hunt down, or even be aware of erroneous code, especially as the code will most likely work perfectly in single player.

Known Causes Of Reconnection Errors (please expand)

  1. Using the Invisible=yes or InvisibleInGame=yes flags. These are often used to create a Mine Layer unit so modders need to seek an alternative method for creating such a unit (like the veteran/cloak method discovered by Marshall). InvisibleInGame=yes should only be used on objects that have an effect on the terrain, but should not themselves be visible such as the lightposts.
  2. Not all human players in the game have the same version of the YR Terrain Expansion installed.
  3. Some of the Assault maps are known to have reconnection error problems, although the cause is unknown.
  4. On the custom map "Heartland", use of a Tech Outpost often causes a reconnection error. The reason for this is unknown.
  5. Some third-party programs (cheats) can cause reconnection errors (sometimes on purpose).
  6. Including DestroyAnims on buildings.
  7. Use of third-party patches (e.g. RockPatch 1, NPatch), dependant on bugs in such patches.

See Also

SYNCx.txt