Advertisement
Guest User

Smite Crash Logs

a guest
Sep 25th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.08 KB | None | 0 0
  1. Log opened: C:\Users\Key\Documents\My Games\Smite\binaries\Win32\..\..\BattleGame\Logs\AutoReportLog.txt
  2.  
  3. Current Time = 9/25/2016 7:55:49 AM
  4.  
  5. Arguments:
  6. C:\Users\Key\Documents\My Games\Smite\binaries\Win32\..\..\BattleGame\Logs\UE3AutoReportDump000D.txt
  7. C:\Users\Key\Documents\My Games\Smite\binaries\Win32\..\..\BattleGame\Logs\Launch.log
  8. C:\Users\Key\Documents\My Games\Smite\binaries\Win32\..\..\BattleGame\Logs\UE3AutoReportIniDump000E.txt
  9. C:\Users\Key\Documents\My Games\Smite\binaries\Win32\..\..\BattleGame\Logs\unreal-v10897-2016.09.25-07.55.38.dmp
  10. Parsing report file: C:\Users\Key\Documents\My Games\Smite\binaries\Win32\..\..\BattleGame\Logs\UE3AutoReportDump000D.txt
  11.  
  12. Parsing report dump C:\Users\Key\Documents\My Games\Smite\binaries\Win32\..\..\BattleGame\Logs\UE3AutoReportDump000D.txt
  13.  
  14.  
  15.  
  16. Version = 3
  17. Dump is current version: 3
  18. DESKTOP-8CH5MCR
  19. Key
  20. Battle
  21. PC 32-bit
  22. INT
  23. 2016.09.25-07.55.49
  24. 3.17.3630
  25. 1532151
  26. -PGUID=9207a1cf-e1e9-471e-ac4b-d32b5b97ef01 -seekfreeloading -LANGUAGE=ENG -pid=017 -user=ZarZar14 -epass=BAF9004E0F3FE25D8BB3F0E8285476587565C5BC15D6D1DE7221E53C6635E5DA -Steam -HEXX=B0FF1CFA
  27. C:\Program Files (x86)\Steam\steamapps\common\smite\binaries\Win32\
  28. Fatal error!
  29.  
  30. Address = 0x18ab97f (filename not found) [in C:\Program Files (x86)\Steam\steamapps\common\smite\binaries\Win32\Smite.exe]
  31. Address = 0x120125f (filename not found) [in C:\Program Files (x86)\Steam\steamapps\common\smite\binaries\Win32\Smite.exe]
  32. Address = 0x1201273 (filename not found) [in C:\Program Files (x86)\Steam\steamapps\common\smite\binaries\Win32\Smite.exe]
  33. Address = 0x77af43e5 (filename not found) [in C:\Windows\SYSTEM32\ntdll.dll]
  34.  
  35. Client
  36.  
  37.  
  38.  
  39. Attempting to create a new crash description form...
  40. Running attended...
  41. Running the application...
  42. Crash Summary =
  43. Crash Description =
  44. Registering report service...
  45. Attempting to create a new crash...
  46. AutoReporter had an exception in accessing the reportService! --> System.InvalidOperationException: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
  47. The request failed with the error message:
  48. --
  49. <html>
  50. <head>
  51. <title>Runtime Error</title>
  52. <style>
  53. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  54. p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  55. b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  56. H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  57. H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  58. pre {font-family:"Lucida Console";font-size: .9em}
  59. .marker {font-weight: bold; color: black;text-decoration: none;}
  60. .version {color: gray;}
  61. .error {margin-bottom: 10px;}
  62. .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  63. </style>
  64. </head>
  65.  
  66. <body bgcolor="white">
  67.  
  68. <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
  69.  
  70. <h2> <i>Runtime Error</i> </h2></span>
  71.  
  72. <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  73.  
  74. <b> Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
  75. <br><br>
  76.  
  77. <b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".<br><br>
  78.  
  79. <table width=100% bgcolor="#ffffcc">
  80. <tr>
  81. <td>
  82. <code><pre>
  83.  
  84. <!-- Web.Config Configuration File -->
  85.  
  86. <configuration>
  87. <system.web>
  88. <customErrors mode="Off"/>
  89. </system.web>
  90. </configuration></pre></code>
  91.  
  92. </td>
  93. </tr>
  94. </table>
  95.  
  96. <br>
  97.  
  98. <b>Notes:</b> The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.<br><br>
  99.  
  100. <table width=100% bgcolor="#ffffcc">
  101. <tr>
  102. <td>
  103. <code><pre>
  104.  
  105. <!-- Web.Config Configuration File -->
  106.  
  107. <configuration>
  108. <system.web>
  109. <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
  110. </system.web>
  111. </configuration></pre></code>
  112.  
  113. </td>
  114. </tr>
  115. </table>
  116.  
  117. <br>
  118.  
  119. </body>
  120. </html>
  121.  
  122. --.
  123. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
  124. at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
  125. at AutoReporter.ReportService.RegisterReport.CreateNewCrash(Int32 AutoReporterId, String ComputerName, String UserName, String GameName, String PlatformName, String LanguageExt, String TimeOfCrash, String BuildVer, String ChangelistVer, String CommandLine, String BaseDir, String CallStack, String EngineMode)
  126. at AutoReporter.Program.Main(String[] args)
  127. Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
  128. The request failed with the error message:
  129. --
  130. <html>
  131. <head>
  132. <title>Runtime Error</title>
  133. <style>
  134. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  135. p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  136. b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  137. H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  138. H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  139. pre {font-family:"Lucida Console";font-size: .9em}
  140. .marker {font-weight: bold; color: black;text-decoration: none;}
  141. .version {color: gray;}
  142. .error {margin-bottom: 10px;}
  143. .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  144. </style>
  145. </head>
  146.  
  147. <body bgcolor="white">
  148.  
  149. <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
  150.  
  151. <h2> <i>Runtime Error</i> </h2></span>
  152.  
  153. <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  154.  
  155. <b> Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
  156. <br><br>
  157.  
  158. <b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".<br><br>
  159.  
  160. <table width=100% bgcolor="#ffffcc">
  161. <tr>
  162. <td>
  163. <code><pre>
  164.  
  165. <!-- Web.Config Configuration File -->
  166.  
  167. <configuration>
  168. <system.web>
  169. <customErrors mode="Off"/>
  170. </system.web>
  171. </configuration></pre></code>
  172.  
  173. </td>
  174. </tr>
  175. </table>
  176.  
  177. <br>
  178.  
  179. <b>Notes:</b> The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.<br><br>
  180.  
  181. <table width=100% bgcolor="#ffffcc">
  182. <tr>
  183. <td>
  184. <code><pre>
  185.  
  186. <!-- Web.Config Configuration File -->
  187.  
  188. <configuration>
  189. <system.web>
  190. <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
  191. </system.web>
  192. </configuration></pre></code>
  193.  
  194. </td>
  195. </tr>
  196. </table>
  197.  
  198. <br>
  199.  
  200. </body>
  201. </html>
  202.  
  203. --.
  204.  
  205. uniqueIndex = -1
  206.  
  207. The service failed to create a new Crash!
  208. Attempting to create a new UpdateReportFiles instance...
  209. Attempting to add the crash description...
  210. AutoReporter had an exception adding crash description! --> System.InvalidOperationException: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
  211. The request failed with the error message:
  212. --
  213. <html>
  214. <head>
  215. <title>Runtime Error</title>
  216. <style>
  217. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  218. p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  219. b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  220. H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  221. H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  222. pre {font-family:"Lucida Console";font-size: .9em}
  223. .marker {font-weight: bold; color: black;text-decoration: none;}
  224. .version {color: gray;}
  225. .error {margin-bottom: 10px;}
  226. .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  227. </style>
  228. </head>
  229.  
  230. <body bgcolor="white">
  231.  
  232. <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
  233.  
  234. <h2> <i>Runtime Error</i> </h2></span>
  235.  
  236. <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  237.  
  238. <b> Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
  239. <br><br>
  240.  
  241. <b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".<br><br>
  242.  
  243. <table width=100% bgcolor="#ffffcc">
  244. <tr>
  245. <td>
  246. <code><pre>
  247.  
  248. <!-- Web.Config Configuration File -->
  249.  
  250. <configuration>
  251. <system.web>
  252. <customErrors mode="Off"/>
  253. </system.web>
  254. </configuration></pre></code>
  255.  
  256. </td>
  257. </tr>
  258. </table>
  259.  
  260. <br>
  261.  
  262. <b>Notes:</b> The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.<br><br>
  263.  
  264. <table width=100% bgcolor="#ffffcc">
  265. <tr>
  266. <td>
  267. <code><pre>
  268.  
  269. <!-- Web.Config Configuration File -->
  270.  
  271. <configuration>
  272. <system.web>
  273. <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
  274. </system.web>
  275. </configuration></pre></code>
  276.  
  277. </td>
  278. </tr>
  279. </table>
  280.  
  281. <br>
  282.  
  283. </body>
  284. </html>
  285.  
  286. --.
  287. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
  288. at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
  289. at AutoReporter.ReportService.RegisterReport.AddCrashDescription(Int32 rowID, String CrashDescription, String Summary)
  290. at AutoReporter.Program.Main(String[] args)
  291. Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
  292. The request failed with the error message:
  293. --
  294. <html>
  295. <head>
  296. <title>Runtime Error</title>
  297. <style>
  298. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  299. p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  300. b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  301. H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  302. H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  303. pre {font-family:"Lucida Console";font-size: .9em}
  304. .marker {font-weight: bold; color: black;text-decoration: none;}
  305. .version {color: gray;}
  306. .error {margin-bottom: 10px;}
  307. .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  308. </style>
  309. </head>
  310.  
  311. <body bgcolor="white">
  312.  
  313. <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
  314.  
  315. <h2> <i>Runtime Error</i> </h2></span>
  316.  
  317. <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  318.  
  319. <b> Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
  320. <br><br>
  321.  
  322. <b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".<br><br>
  323.  
  324. <table width=100% bgcolor="#ffffcc">
  325. <tr>
  326. <td>
  327. <code><pre>
  328.  
  329. <!-- Web.Config Configuration File -->
  330.  
  331. <configuration>
  332. <system.web>
  333. <customErrors mode="Off"/>
  334. </system.web>
  335. </configuration></pre></code>
  336.  
  337. </td>
  338. </tr>
  339. </table>
  340.  
  341. <br>
  342.  
  343. <b>Notes:</b> The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.<br><br>
  344.  
  345. <table width=100% bgcolor="#ffffcc">
  346. <tr>
  347. <td>
  348. <code><pre>
  349.  
  350. <!-- Web.Config Configuration File -->
  351.  
  352. <configuration>
  353. <system.web>
  354. <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
  355. </system.web>
  356. </configuration></pre></code>
  357.  
  358. </td>
  359. </tr>
  360. </table>
  361.  
  362. <br>
  363.  
  364. </body>
  365. </html>
  366.  
  367. --.
  368. Service failed to add crash description!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement