![]() |
|
|||||||
| CoD Multiplayer Everything about multiplayer in IL-2 CoD |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Windows report :
Code:
Produit Launcher Problème Stopped working Date 20/04/2011 03:02 Statut Non signalé Description Stopped working Signature du problème Nom d’événement du problème*: APPCRASH Application Name: Launcher.exe Application Version: 1.0.0.0 Application Timestamp: 4d6e3d08 Fault Module Name: clr.dll Fault Module Version: 4.0.30319.225 Fault Module Timestamp: 4d53688b Exception Code: c0000005 Exception Offset: 00021b84 Version du système: 6.0.6002.2.2.0.272.7 Identificateur de paramètres régionaux: 1036 |
|
#2
|
|||
|
|||
|
When launching the beta patched server, I had an error to activate the loadFromRemoteSources switch.
I had to add the bold part of the code in Launcher.exe.config to be able to launch the server again. Code:
<runtime>
<loadFromRemoteSources enabled="true" />
<gcConcurrent enabled="true" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<publisherPolicy apply="yes" />
<probing privatePath="parts/core;parts/bob" />
</assemblyBinding>
</runtime>
|
|
#3
|
|||
|
|||
|
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..
__________________
Gigabyte Z68 Intel 2500K (@4.3 ghz)212 CM Cooler 8GB Ram EVGA 660SC (super clocked) 2GB Vram CORSAIR CMPSU-750TX 750W 64 GB SSD SATA II HD WIN7 UL 64BIT |
|
#4
|
||||
|
||||
|
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).
|
|
#5
|
|||
|
|||
|
Quote:
__________________
Gigabyte Z68 Intel 2500K (@4.3 ghz)212 CM Cooler 8GB Ram EVGA 660SC (super clocked) 2GB Vram CORSAIR CMPSU-750TX 750W 64 GB SSD SATA II HD WIN7 UL 64BIT |
|
#6
|
|||
|
|||
|
We are getting the following error on occasion, and it appears after someone leaves the server quite often
steamserver: onp2psessionconnectfail:76561198039745321 The number is different every time. Have googled this... it brings me to this thread and one on sukhoi.ru in russian. SOmetimes the server then crashes, other times not. Last edited by Flashman; 05-18-2011 at 06:00 PM. |
|
#7
|
|||
|
|||
|
This error comes up quite often with one of my missions
[18:02:55] ================================================= [18:02:55] System.NullReferenceException: Object reference not set to an instance of an object. [18:02:55] at LFZYwvDEfKgqeJoHacP.0YFHxjDn2bgQYXUZwAf.wrpvZLhEJQ gsPsnNTuwR(Object ) [18:02:55] at LFZYwvDEfKgqeJoHacP.0YFHxjDn2bgQYXUZwAf.h6gZhDtSe3 M(Double ) [18:02:55] at LFZYwvDEfKgqeJoHacP.0YFHxjDn2bgQYXUZwAf.8d9Zh5SQKj p() [18:02:55] at LFZYwvDEfKgqeJoHacP.0YFHxjDn2bgQYXUZwAf.EPjTqSDwmi ki2Jbnm2w.tick() [18:02:55] at uIlIG0f3jSq7RkuAJBT.r9TmgNfYjs38ADefroG.RNjaJcaIge RmbMNg9Bhs(Object ) [18:02:55] at uIlIG0f3jSq7RkuAJBT.r9TmgNfYjs38ADefroG.1VtfxUFLk7 v() [18:02:55] at 1NT2CfJeLDI35FN68V.ntG07oAREH979OssZm.uFQCXhZR9iTo LBS5UYV(Object ) [18:02:55] at 1NT2CfJeLDI35FN68V.ntG07oAREH979OssZm.interpolateT ick() [18:02:55] ================================================= I have no idea what it refers to. I don't believe it refers to specific map/mission objects but i might well be long. When it starts it repreats every few seconds for a while, but again, I haven't been able to tie it to a specific mission event so far. i googled: System.NullReferenceException: Object reference not set to an instance of an object lots of posts come up refering to MS Visual studio and whatnot. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|