mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Problem] Crash to desktop while dumping Crysis Warhead / Crysis Wars #232
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @azw71 on GitHub (Sep 29, 2020).
Originally assigned to: @mnadareski on GitHub.
@azw71 commented on GitHub (Sep 29, 2020):
steps to reproduce:
I'm using a Plextor PX-755a drive with firmware 1.08
@azw71 commented on GitHub (Sep 29, 2020):
Windows error reporting entry in Eventviewer/application Log:
@mnadareski commented on GitHub (Sep 29, 2020):
A few pieces of information that I'd like for you to provide, since this is unfortunately not that helpful. Please try to address them in the order I have here, since this will help me help you better:
@azw71 commented on GitHub (Sep 30, 2020):
C:\Portable\Tools\DotNetVersion>DotNetVersions.exe
Currently installed "classic" .NET Versions in the system:
2.0.50727.4927 Service Pack 2
3.0.30729.4926 Service Pack 2
3.5.30729.4926 Service Pack 1
4.0.0.0
4.8.04084
@azw71 commented on GitHub (Sep 30, 2020):
probably a different issue occured after dumping "Two Worlds" today. In the generated file !submissionInfo.txt is a debug log embedded:
Copy Protection:
Copy Protection:
Path could not be scanned! System.IO.IOException: Unzulässige Funktion.
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei System.IO.FileSystemEnumerableIterator`1.CommonInit()
bei System.IO.FileSystemEnumerableIterator
1..ctor(String fullPath, String normalizedSearchPath, String searchCriteria, String userPath, SearchOption searchOption, SearchResultHandler1 resultHandler, Boolean checkHost)bei System.IO.FileSystemEnumerableIterator`1.Clone()
bei System.IO.Iterator`1.GetEnumerator()
bei System.Linq.Enumerable.Count[TSource](IEnumerable`1 source)
bei BurnOutSharp.ProtectionFind.Scan(String path, Boolean includePosition, IProgress`1 progress)
bei DICUI.Utilities.Validators.<>c__DisplayClass6_0.b__2() in C:\projects\dicui\DICUI.Library\Utilities\Validators.cs:Zeile 1040.
bei System.Threading.Tasks.Task`1.InnerInvoke()
bei System.Threading.Tasks.Task.Execute()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
bei DICUI.Utilities.Validators.d__6.MoveNext() in C:\projects\dicui\DICUI.Library\Utilities\Validators.cs:Zeile 1038.
@mnadareski commented on GitHub (Sep 30, 2020):
From the errors I'm seeing above, it looks like the disc is either becoming unreadable or is being removed before or during scanning. Does it sound like the disc is spinning down when it starts doing the scan? Or does Windows indicate any issues with the drive after?
I'm having a bit of a hard time trying to figure out a way around this beside just disabling copy scan (which is a major source of disc reads after dumping).
@mnadareski commented on GitHub (Nov 23, 2020):
It's been a while and the last full release also included changes to the protection scanning library. Can you please retest and see if that fixed the issue you were seeing?
@mnadareski commented on GitHub (Jan 25, 2021):
I'm going to call this closed as a similar issue (linked above) was fixed as well. If this comes up again, please open a new issue.