https://bugs.winehq.org/show_bug.cgi?id=41621
Bug ID: 41621 Summary: WinContig - program stops with an error Product: Wine-staging Version: 1.9.21 Hardware: x86-64 URL: http://wincontig.mdtzone.it/en/ OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: pigeonskiller@libero.it CC: erich.e.hoover@wine-staging.com, michael@fds-team.de, sebastian@fds-team.de Distribution: Mint
During starting the program stops showing a window with the following error: Could not find ChkDsk entry point in FMIFS.DLL
https://bugs.winehq.org/show_bug.cgi?id=41621
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- It's not too hard to add a stub for this dll and entry point, however it's unlikely application will do its job with files defragmentation. I suggest to use system utilities for that.
https://bugs.winehq.org/show_bug.cgi?id=41621
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Product|Wine-staging |Wine Component|-unknown |-unknown
https://bugs.winehq.org/show_bug.cgi?id=41621
--- Comment #2 from pigeonskiller pigeonskiller@libero.it --- (In reply to Nikolay Sivov from comment #1)
It's not too hard to add a stub for this dll and entry point, however it's unlikely application will do its job with files defragmentation. I suggest to use system utilities for that.
Thanks for the answer. Anyway WinContig is the ONLY utility to defrag USB pendrives prepared with Easy2Boot... There's a linux utility in the pendrive once prepared by the aforementioned Easy2Boot but it's old and buggy so no solutions at the moment...
https://bugs.winehq.org/show_bug.cgi?id=41621
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com --- I just tried this program. First run it complains about ChkDsk entry point in FMIFS.dll, then I used a copy of the DLL and it complained in the same way, +loaddll shows it is now trying to load ULIB.DLL, then I got a copy and then it complained about IFSUTIL.DLL. Now the program at least display its main window, and trying to defrag something the console is spammed with endless:
fixme:ntdll:NtFsControlFile stub: FSCTL_GET_RETRIEVAL_POINTERS
I don't think it is possible to implement such DLL files as they need to operate in a very low-level to be able to read/write the disk.