Advertisement
LittleAngel

Divergence upgrade

Aug 17th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.84 KB | None | 0 0
  1. Hi Adam,
  2.  
  3. So we're at a brick wall with this situation and are basically leaving its fate up to Unity whether they want to help or not.
  4.  
  5. As of this week, the game is officially too big to even build in Unity 4. It plain runs out of memory during the process.
  6.  
  7. Rather than rant about how displeased I am that Unity chose to hold back the 64-bit editor for U5, we instead tried to just build the game in U5 free (since it obviously wouldn't run out of memory) and ignore the multitude of graphical anomalies that we'd need to spend time fixing. Although we got the game to a state where it more or less runs in U5, the built client will not run.
  8.  
  9. We get the error: Runtime Error! This application has requested the Runtime to terminate it in an usual way.
  10.  
  11. The player log is attached to this message if you'd like to pass it along, but google searching the errors about "maindata bring corrupt" didn't really tell us anything useful. Hopefully you can glean more from it.
  12.  
  13. Thanks in advance!
  14.  
  15. [code=CSharp]Initialize engine version: 5.1.2f1 (afd2369b692a)
  16. GfxDevice: creating device client; threaded=1
  17. Direct3D:
  18. Version: Direct3D 9.0c [aticfx64.dll 8.17.10.1333]
  19. Renderer: AMD Radeon HD 7800 Series
  20. Vendor: ATI
  21. VRAM: 2027 MB (via DXGI)
  22. Caps: Shader=30 DepthRT=1 NativeDepth=1 NativeShadow=1 DF16=1 INTZ=1 NULL=1 RESZ=1 SlowINTZ=1
  23. Begin MonoManager ReloadAssembly
  24. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\UnityEngine.dll (this message is harmless)
  25. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\UnityEngine.dll into Unity Child Domain
  26. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\I18N.dll (this message is harmless)
  27. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\I18N.West.dll (this message is harmless)
  28. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\Assembly-CSharp-firstpass.dll (this message is harmless)
  29. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\Assembly-CSharp-firstpass.dll into Unity Child Domain
  30. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\Assembly-CSharp.dll (this message is harmless)
  31. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\Assembly-CSharp.dll into Unity Child Domain
  32. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\Assembly-UnityScript-firstpass.dll (this message is harmless)
  33. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\Assembly-UnityScript-firstpass.dll into Unity Child Domain
  34. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\Assembly-UnityScript.dll (this message is harmless)
  35. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\Assembly-UnityScript.dll into Unity Child Domain
  36. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\UnityEngine.UI.dll (this message is harmless)
  37. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\UnityEngine.UI.dll into Unity Child Domain
  38. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\UnityEngine.Networking.dll (this message is harmless)
  39. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\UnityEngine.Networking.dll into Unity Child Domain
  40. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\UnityEngine.Analytics.dll (this message is harmless)
  41. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\UnityEngine.Analytics.dll into Unity Child Domain
  42. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\I18N.CJK.dll (this message is harmless)
  43. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\I18N.CJK.dll into Unity Child Domain
  44. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\I18N.dll (this message is harmless)
  45. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\I18N.dll into Unity Child Domain
  46. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\I18N.MidEast.dll (this message is harmless)
  47. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\I18N.MidEast.dll into Unity Child Domain
  48. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\I18N.Other.dll (this message is harmless)
  49. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\I18N.Other.dll into Unity Child Domain
  50. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\I18N.Rare.dll (this message is harmless)
  51. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\I18N.Rare.dll into Unity Child Domain
  52. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\I18N.West.dll (this message is harmless)
  53. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\I18N.West.dll into Unity Child Domain
  54. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\Ionic.Zip.dll (this message is harmless)
  55. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\Ionic.Zip.dll into Unity Child Domain
  56. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\LitJson.dll (this message is harmless)
  57. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\LitJson.dll into Unity Child Domain
  58. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\Autofac.Configuration.dll (this message is harmless)
  59. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\Autofac.Configuration.dll into Unity Child Domain
  60. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\Autofac.dll (this message is harmless)
  61. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\Autofac.dll into Unity Child Domain
  62. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\Autofac.Integration.Wcf.dll (this message is harmless)
  63. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\Autofac.Integration.Wcf.dll into Unity Child Domain
  64. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\Autofac.Integration.Web.dll (this message is harmless)
  65. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\Autofac.Integration.Web.dll into Unity Child Domain
  66. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\EOServer.Common.dll (this message is harmless)
  67. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\EOServer.Common.dll into Unity Child Domain
  68. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\MasterServer.Common.dll (this message is harmless)
  69. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\MasterServer.Common.dll into Unity Child Domain
  70. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\MongoDB.Bson.dll (this message is harmless)
  71. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\MongoDB.Bson.dll into Unity Child Domain
  72. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\MongoDB.Driver.dll (this message is harmless)
  73. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\MongoDB.Driver.dll into Unity Child Domain
  74. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\Newtonsoft.Json.dll (this message is harmless)
  75. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\Newtonsoft.Json.dll into Unity Child Domain
  76. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\Photon3Unity3D.dll (this message is harmless)
  77. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\Photon3Unity3D.dll into Unity Child Domain
  78. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\Vectrosity.dll (this message is harmless)
  79. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\Vectrosity.dll into Unity Child Domain
  80. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\System.Data.dll (this message is harmless)
  81. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\System.Data.dll into Unity Child Domain
  82. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\DOTween.dll (this message is harmless)
  83. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\DOTween.dll into Unity Child Domain
  84. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\DOTween43.dll (this message is harmless)
  85. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\DOTween43.dll into Unity Child Domain
  86. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\DOTween46.dll (this message is harmless)
  87. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\DOTween46.dll into Unity Child Domain
  88. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\UnityEngine.Networking.dll (this message is harmless)
  89. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\UnityEngine.Networking.dll into Unity Child Domain
  90. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\UnityEngine.UI.dll (this message is harmless)
  91. Loading D:\Builds\junk\2\Divergence Online_Data\Managed\UnityEngine.UI.dll into Unity Child Domain
  92. - Completed reload, in 0.068 seconds
  93. desktop: 1920x1080 60Hz; virtual: 1920x1080 at 0,0
  94. <RI> Initializing input.
  95.  
  96. <RI> Input initialized.
  97.  
  98. <RI> Initialized touch support.
  99.  
  100. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\System.Core.dll (this message is harmless)
  101. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\System.dll (this message is harmless)
  102. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\UnityScript.Lang.dll (this message is harmless)
  103. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\Boo.Lang.dll (this message is harmless)
  104. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  105. [Position out of bounds!]
  106.  
  107. (Filename: Line: 235)
  108.  
  109. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  110. [Position out of bounds!]
  111.  
  112. (Filename: Line: 241)
  113.  
  114. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  115. [Position out of bounds!]
  116.  
  117. (Filename: Line: 241)
  118.  
  119. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  120. [Position out of bounds!]
  121.  
  122. (Filename: Line: 235)
  123.  
  124. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  125. [Position out of bounds!]
  126.  
  127. (Filename: Line: 241)
  128.  
  129. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  130. [Position out of bounds!]
  131.  
  132. (Filename: Line: 241)
  133.  
  134. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  135. [Position out of bounds!]
  136.  
  137. (Filename: Line: 235)
  138.  
  139. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  140. [Position out of bounds!]
  141.  
  142. (Filename: Line: 241)
  143.  
  144. A script behaviour has a different serialization layout when loading. (Read 116 bytes but expected 120 bytes)
  145. Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
  146.  
  147. (Filename: Line: 1652)
  148.  
  149. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  150. [Position out of bounds!]
  151.  
  152. (Filename: Line: 235)
  153.  
  154. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  155. [Position out of bounds!]
  156.  
  157. (Filename: Line: 241)
  158.  
  159. A script behaviour has a different serialization layout when loading. (Read 116 bytes but expected 120 bytes)
  160. Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
  161.  
  162. (Filename: Line: 1652)
  163.  
  164. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  165. [Position out of bounds!]
  166.  
  167. (Filename: Line: 241)
  168.  
  169. A script behaviour has a different serialization layout when loading. (Read 116 bytes but expected 112 bytes)
  170. Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
  171.  
  172. (Filename: Line: 1652)
  173.  
  174. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  175. [Position out of bounds!]
  176.  
  177. (Filename: Line: 235)
  178.  
  179. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  180. [Position out of bounds!]
  181.  
  182. (Filename: Line: 241)
  183.  
  184. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  185. [Position out of bounds!]
  186.  
  187. (Filename: Line: 235)
  188.  
  189. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  190. [Position out of bounds!]
  191.  
  192. (Filename: Line: 241)
  193.  
  194. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  195. [Position out of bounds!]
  196.  
  197. (Filename: Line: 241)
  198.  
  199. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  200. [Position out of bounds!]
  201.  
  202. (Filename: Line: 235)
  203.  
  204. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  205. [Position out of bounds!]
  206.  
  207. (Filename: Line: 241)
  208.  
  209. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  210. [Position out of bounds!]
  211.  
  212. (Filename: Line: 241)
  213.  
  214. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  215. [Position out of bounds!]
  216.  
  217. (Filename: Line: 241)
  218.  
  219. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  220. [Position out of bounds!]
  221.  
  222. (Filename: Line: 235)
  223.  
  224. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  225. [Position out of bounds!]
  226.  
  227. (Filename: Line: 241)
  228.  
  229. A script behaviour has a different serialization layout when loading. (Read 116 bytes but expected 120 bytes)
  230. Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
  231.  
  232. (Filename: Line: 1652)
  233.  
  234. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  235. [Position out of bounds!]
  236.  
  237. (Filename: Line: 241)
  238.  
  239. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  240. [Position out of bounds!]
  241.  
  242. (Filename: Line: 241)
  243.  
  244. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  245. [Position out of bounds!]
  246.  
  247. (Filename: Line: 241)
  248.  
  249. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  250. [Position out of bounds!]
  251.  
  252. (Filename: Line: 235)
  253.  
  254. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  255. [Position out of bounds!]
  256.  
  257. (Filename: Line: 241)
  258.  
  259. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  260. [Position out of bounds!]
  261.  
  262. (Filename: Line: 241)
  263.  
  264. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  265. [Position out of bounds!]
  266.  
  267. (Filename: Line: 235)
  268.  
  269. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  270. [Position out of bounds!]
  271.  
  272. (Filename: Line: 241)
  273.  
  274. A script behaviour has a different serialization layout when loading. (Read 116 bytes but expected 120 bytes)
  275. Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
  276.  
  277. (Filename: Line: 1652)
  278.  
  279. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  280. [Position out of bounds!]
  281.  
  282. (Filename: Line: 241)
  283.  
  284. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  285. [Position out of bounds!]
  286.  
  287. (Filename: Line: 235)
  288.  
  289. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  290. [Position out of bounds!]
  291.  
  292. (Filename: Line: 241)
  293.  
  294. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  295. [Position out of bounds!]
  296.  
  297. (Filename: Line: 241)
  298.  
  299. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  300. [Position out of bounds!]
  301.  
  302. (Filename: Line: 235)
  303.  
  304. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  305. [Position out of bounds!]
  306.  
  307. (Filename: Line: 241)
  308.  
  309. A script behaviour has a different serialization layout when loading. (Read 116 bytes but expected 120 bytes)
  310. Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
  311.  
  312. (Filename: Line: 1652)
  313.  
  314. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  315. [Position out of bounds!]
  316.  
  317. (Filename: Line: 241)
  318.  
  319. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  320. [Position out of bounds!]
  321.  
  322. (Filename: Line: 235)
  323.  
  324. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  325. [Position out of bounds!]
  326.  
  327. (Filename: Line: 241)
  328.  
  329. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  330. [Position out of bounds!]
  331.  
  332. (Filename: Line: 241)
  333.  
  334. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  335. [Position out of bounds!]
  336.  
  337. (Filename: Line: 235)
  338.  
  339. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  340. [Position out of bounds!]
  341.  
  342. (Filename: Line: 241)
  343.  
  344. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  345. [Position out of bounds!]
  346.  
  347. (Filename: Line: 241)
  348.  
  349. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  350. [Position out of bounds!]
  351.  
  352. (Filename: Line: 235)
  353.  
  354. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  355. [Position out of bounds!]
  356.  
  357. (Filename: Line: 241)
  358.  
  359. A script behaviour has a different serialization layout when loading. (Read 256 bytes but expected 304 bytes)
  360. Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
  361.  
  362. (Filename: Line: 1652)
  363.  
  364. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  365. [Position out of bounds!]
  366.  
  367. (Filename: Line: 241)
  368.  
  369. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  370. [Position out of bounds!]
  371.  
  372. (Filename: Line: 241)
  373.  
  374. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  375. [Position out of bounds!]
  376.  
  377. (Filename: Line: 235)
  378.  
  379. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  380. [Position out of bounds!]
  381.  
  382. (Filename: Line: 241)
  383.  
  384. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  385. [Position out of bounds!]
  386.  
  387. (Filename: Line: 241)
  388.  
  389. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  390. [Position out of bounds!]
  391.  
  392. (Filename: Line: 241)
  393.  
  394. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  395. [Position out of bounds!]
  396.  
  397. (Filename: Line: 241)
  398.  
  399. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  400. [Position out of bounds!]
  401.  
  402. (Filename: Line: 235)
  403.  
  404. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  405. [Position out of bounds!]
  406.  
  407. (Filename: Line: 241)
  408.  
  409. A script behaviour has a different serialization layout when loading. (Read 116 bytes but expected 120 bytes)
  410. Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
  411.  
  412. (Filename: Line: 1652)
  413.  
  414. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  415. [Position out of bounds!]
  416.  
  417. (Filename: Line: 241)
  418.  
  419. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  420. [Position out of bounds!]
  421.  
  422. (Filename: Line: 235)
  423.  
  424. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  425. [Position out of bounds!]
  426.  
  427. (Filename: Line: 241)
  428.  
  429. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  430. [Position out of bounds!]
  431.  
  432. (Filename: Line: 235)
  433.  
  434. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  435. [Position out of bounds!]
  436.  
  437. (Filename: Line: 241)
  438.  
  439. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  440. [Position out of bounds!]
  441.  
  442. (Filename: Line: 235)
  443.  
  444. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  445. [Position out of bounds!]
  446.  
  447. (Filename: Line: 241)
  448.  
  449. A script behaviour has a different serialization layout when loading. (Read 116 bytes but expected 120 bytes)
  450. Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
  451.  
  452. (Filename: Line: 1652)
  453.  
  454. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  455. [Position out of bounds!]
  456.  
  457. (Filename: Line: 235)
  458.  
  459. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  460. [Position out of bounds!]
  461.  
  462. (Filename: Line: 241)
  463.  
  464. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  465. [Position out of bounds!]
  466.  
  467. (Filename: Line: 235)
  468.  
  469. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  470. [Position out of bounds!]
  471.  
  472. (Filename: Line: 241)
  473.  
  474. A script behaviour has a different serialization layout when loading. (Read 116 bytes but expected 120 bytes)
  475. Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
  476.  
  477. (Filename: Line: 1652)
  478.  
  479. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  480. [Position out of bounds!]
  481.  
  482. (Filename: Line: 241)
  483.  
  484. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  485. [Position out of bounds!]
  486.  
  487. (Filename: Line: 241)
  488.  
  489. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  490. [Position out of bounds!]
  491.  
  492. (Filename: Line: 235)
  493.  
  494. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  495. [Position out of bounds!]
  496.  
  497. (Filename: Line: 241)
  498.  
  499. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  500. [Position out of bounds!]
  501.  
  502. (Filename: Line: 241)
  503.  
  504. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  505. [Position out of bounds!]
  506.  
  507. (Filename: Line: 241)
  508.  
  509. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  510. [Position out of bounds!]
  511.  
  512. (Filename: Line: 235)
  513.  
  514. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  515. [Position out of bounds!]
  516.  
  517. (Filename: Line: 241)
  518.  
  519. A script behaviour has a different serialization layout when loading. (Read 116 bytes but expected 120 bytes)
  520. Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
  521.  
  522. (Filename: Line: 1652)
  523.  
  524. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  525. [Position out of bounds!]
  526.  
  527. (Filename: Line: 241)
  528.  
  529. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  530. [Position out of bounds!]
  531.  
  532. (Filename: Line: 241)
  533.  
  534. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  535. [Position out of bounds!]
  536.  
  537. (Filename: Line: 241)
  538.  
  539. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  540. [Position out of bounds!]
  541.  
  542. (Filename: Line: 241)
  543.  
  544. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  545. [Position out of bounds!]
  546.  
  547. (Filename: Line: 235)
  548.  
  549. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  550. [Position out of bounds!]
  551.  
  552. (Filename: Line: 241)
  553.  
  554. A script behaviour has a different serialization layout when loading. (Read 116 bytes but expected 120 bytes)
  555. Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
  556.  
  557. (Filename: Line: 1652)
  558.  
  559. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  560. [Position out of bounds!]
  561.  
  562. (Filename: Line: 235)
  563.  
  564. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  565. [Position out of bounds!]
  566.  
  567. (Filename: Line: 241)
  568.  
  569. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  570. [Position out of bounds!]
  571.  
  572. (Filename: Line: 241)
  573.  
  574. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  575. [Position out of bounds!]
  576.  
  577. (Filename: Line: 235)
  578.  
  579. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  580. [Position out of bounds!]
  581.  
  582. (Filename: Line: 241)
  583.  
  584. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  585. [Position out of bounds!]
  586.  
  587. (Filename: Line: 241)
  588.  
  589. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  590. [Position out of bounds!]
  591.  
  592. (Filename: Line: 235)
  593.  
  594. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  595. [Position out of bounds!]
  596.  
  597. (Filename: Line: 241)
  598.  
  599. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  600. [Position out of bounds!]
  601.  
  602. (Filename: Line: 235)
  603.  
  604. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  605. [Position out of bounds!]
  606.  
  607. (Filename: Line: 241)
  608.  
  609. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  610. [Position out of bounds!]
  611.  
  612. (Filename: Line: 235)
  613.  
  614. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  615. [Position out of bounds!]
  616.  
  617. (Filename: Line: 241)
  618.  
  619. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  620. [Position out of bounds!]
  621.  
  622. (Filename: Line: 235)
  623.  
  624. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  625. [Position out of bounds!]
  626.  
  627. (Filename: Line: 241)
  628.  
  629. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  630. [Position out of bounds!]
  631.  
  632. (Filename: Line: 241)
  633.  
  634. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  635. [Position out of bounds!]
  636.  
  637. (Filename: Line: 235)
  638.  
  639. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  640. [Position out of bounds!]
  641.  
  642. (Filename: Line: 241)
  643.  
  644. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  645. [Position out of bounds!]
  646.  
  647. (Filename: Line: 241)
  648.  
  649. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  650. [Position out of bounds!]
  651.  
  652. (Filename: Line: 235)
  653.  
  654. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  655. [Position out of bounds!]
  656.  
  657. (Filename: Line: 241)
  658.  
  659. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  660. [Position out of bounds!]
  661.  
  662. (Filename: Line: 241)
  663.  
  664. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  665. [Position out of bounds!]
  666.  
  667. (Filename: Line: 241)
  668.  
  669. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  670. [Position out of bounds!]
  671.  
  672. (Filename: Line: 241)
  673.  
  674. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  675. [Position out of bounds!]
  676.  
  677. (Filename: Line: 235)
  678.  
  679. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  680. [Position out of bounds!]
  681.  
  682. (Filename: Line: 241)
  683.  
  684. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  685. [Position out of bounds!]
  686.  
  687. (Filename: Line: 241)
  688.  
  689. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  690. [Position out of bounds!]
  691.  
  692. (Filename: Line: 235)
  693.  
  694. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  695. [Position out of bounds!]
  696.  
  697. (Filename: Line: 241)
  698.  
  699. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  700. [Position out of bounds!]
  701.  
  702. (Filename: Line: 235)
  703.  
  704. The file 'D:/Builds/junk/2/Divergence Online_Data/mainData' is corrupted! Remove it and launch unity again!
  705. [Position out of bounds!]
  706.  
  707. (Filename: Line: 241)
  708.  
  709. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\System.Runtime.Serialization.dll (this message is harmless)
  710. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\System.Xml.Linq.dll (this message is harmless)
  711. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\System.Xml.dll (this message is harmless)
  712. Connecting to server: 191.236.113.150:5055
  713.  
  714. (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 65)
  715.  
  716. Platform assembly: D:\Builds\junk\2\Divergence Online_Data\Managed\System.Configuration.dll (this message is harmless)
  717. Master
  718.  
  719. (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 65)
  720.  
  721. The file 'D:/Builds/junk/2/Divergence Online_Data/resources.assets' is corrupted! Remove it and launch unity again!
  722. [Position out of bounds!]
  723.  
  724. (Filename: Line: 241)
  725.  
  726. The file 'D:/Builds/junk/2/Divergence Online_Data/resources.assets' is corrupted! Remove it and launch unity again!
  727. [Position out of bounds!]
  728.  
  729. (Filename: Line: 241)
  730.  
  731. Shader 'Arch_Design': fallback shader 'Diffuse' not found
  732. The referenced script on this Behaviour is missing!
  733.  
  734. (Filename: Line: 1715)
  735.  
  736. The referenced script on this Behaviour is missing!
  737.  
  738. (Filename: Line: 1715)
  739.  
  740. The referenced script on this Behaviour is missing!
  741.  
  742. (Filename: Line: 1715)
  743.  
  744. The referenced script on this Behaviour is missing!
  745.  
  746. (Filename: Line: 1715)
  747.  
  748. The referenced script on this Behaviour is missing!
  749.  
  750. (Filename: Line: 1715)
  751. [/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement