View Single Post
  #29  
Old 04-23-2011, 09:01 AM
ZaltysZ's Avatar
ZaltysZ ZaltysZ is offline
Approved Member
 
Join Date: Sep 2008
Location: Lithuania
Posts: 426
Default

Quote:
Originally Posted by Thee_oddball View Post
Exception Code: c0000005
that has todo with memory i believe (running out of)
urn:schemas-microsoft-com:asm.v1
and this is .NET which is part of the launcher i believe..
No. c0000005 means access violation and is thrown when application tries to access invalid memory location (i.e. classical buffer overflow case). Running out of memory should not cause this (unless application carelessly tries to use memory without checking if it has been allocated for it).
Reply With Quote