View Single Post
  #2  
Old 02-04-2013, 03:33 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

Are you still getting these same two errors?

Quote:
Originally Posted by Sanayan View Post
Error
Code:
[02.03. - 04:43:26] [TASKS]Activities for Task 260 are not sequential starting at 0. Not loading task.
[02.03. - 04:43:26] [TASKS]Activity for non-existent task (260, 2) while loading activities from database
[02.03. - 04:43:26] [TASKS]Activity for non-existent task (260, 3) while loading activities from database

Crash
Code:
 ERROR: SymGetSymFromAddr64, GetLastError: 487 (Address: 013AE8AD) 
  ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 013AE8AD) 
  013AE8AD (zone): (filename not available): (function-name not available) 
  ERROR: SymGetSymFromAddr64, GetLastError: 487 (Address: 013AED8A) 
  ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 013AED8A) 
  013AED8A (zone): (filename not available): (function-name not available) 
  ERROR: SymGetSymFromAddr64, GetLastError: 487 (Address: 0146854B) 
  ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 0146854B) 
  0146854B (zone): (filename not available): (function-name not available) 
  ERROR: SymGetSymFromAddr64, GetLastError: 487 (Address: 01489E9D) 
  ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 01489E9D) 
  01489E9D (zone): (filename not available): (function-name not available) 
  ERROR: SymGetSymFromAddr64, GetLastError: 487 (Address: 013F223A) 
  ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 013F223A) 
  013F223A (zone): (filename not available): (function-name not available) 
  ERROR: SymGetSymFromAddr64, GetLastError: 487 (Address: 01589AF1) 
  ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 01589AF1) 
  01589AF1 (zone): (filename not available): (function-name not available) 
  ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 76F63677) 
  76F63677 (kernel32): (filename not available): BaseThreadInitThunk 
  ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 77BC9F42) 
  77BC9F42 (ntdll): (filename not available): RtlInitializeExceptionChain 
  ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 77BC9F15) 
  77BC9F15 (ntdll): (filename not available): RtlInitializeExceptionChain
Not sure where I went wrong.
If you are then you need to read the actual error as it not only tells you what is wrong but how to fix it. Having recently encountered a very similar set of problems I can say that you will likely fix your crash issue by resolving the non sequential task activityid error.
Reply With Quote