Page 1 of 1

Game crash

Posted: Sat Dec 01, 2018 5:15 pm
by JakSparro98
The title is a bit miserable but there is nothing else to say, the game just crashed in a campaign chapter, here the two logs from the event viewer:

Code: Select all

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name=".NET Runtime" /> 
  <EventID Qualifiers="0">1023</EventID> 
  <Level>2</Level> 
  <Task>0</Task> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2018-12-01T16:06:17.000000000Z" /> 
  <EventRecordID>444827</EventRecordID> 
  <Channel>Application</Channel> 
  <Security /> 
  </System>
- <EventData>
  <Data>Applicazione: Superfighters Deluxe.exe Versione framework: v4.0.30319 Descrizione: il processo รจ stato terminato a causa di un errore interno del runtime .NET all'IP 0FC268EF (0FAE0000) con codice di uscita 80131506.</Data> 
  </EventData>
  </Event>

Code: Select all

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Application Error" /> 
  <EventID Qualifiers="0">1000</EventID> 
  <Level>2</Level> 
  <Task>100</Task> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2018-12-01T16:06:18.000000000Z" /> 
  <EventRecordID>444828</EventRecordID> 
  <Channel>Application</Channel> 
  <Security /> 
  </System>
- <EventData>
  <Data>Superfighters Deluxe.exe</Data> 
  <Data>1.0.6909.25103</Data> 
  <Data>5c02850f</Data> 
  <Data>clr.dll</Data> 
  <Data>4.7.2558.0</Data> 
  <Data>59d413ce</Data> 
  <Data>c0000005</Data> 
  <Data>001468ef</Data> 
  <Data>a70</Data> 
  <Data>01d4898f48f70baa</Data> 
  <Data>C:\Program Files (x86)\Steam\steamapps\common\Superfighters Deluxe\Superfighters Deluxe.exe</Data> 
  <Data>C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll</Data> 
  <Data>08dd2097-f583-11e8-a093-60a44c2f82ac</Data> 
  </EventData>
  </Event>

Re: Game crash

Posted: Sat Dec 01, 2018 5:20 pm
by Gurt
What I can gather from this is the following (using google translate):
The process was terminated due to an internal error of the .NET runtime to IP 0FC268EF (0FAE0000) with exit code 80131506.
Probably something in the CLR as it indicates the clr.dll
I suggest you repair your .NET installation (or even reinstall it) as it has helped other users in the past with similar problems with SFD just crashing.