Anime4000 / IFME

Powerful x265 GUI Encoder
https://x265.github.io/
GNU General Public License v2.0
239 stars 53 forks source link

Crash when I select import file #159

Closed akshayG14 closed 6 years ago

akshayG14 commented 6 years ago

OS: Manjaro KDE v17.1 IFME v7.7 The application closes whenever i select import file and gives the below error in the terminal.

Error message:


System.ArgumentOutOfRangeException: Not a valid Win32 FileTime.
Parameter name: fileTime
  at System.DateTime.FromFileTimeUtc (System.Int64 fileTime) [0x00020] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
  at System.IO.FileSystemInfo.get_LastAccessTimeUtc () [0x00028] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
  at System.IO.FileSystemInfo.get_LastAccessTime () [0x00000] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
  at (wrapper remoting-invoke-with-check) System.IO.FileSystemInfo:get_LastAccessTime ()
  at System.Windows.Forms.FileSystem.GetDirectoryFSEntry (System.IO.DirectoryInfo dirinfo, System.Windows.Forms.FSEntry topFolderFSEntry) [0x00047] in <a98ec586cd3441aeb3d7919d9ad41ff2>:0 
  at System.Windows.Forms.FileSystem.GetNormalFolderContent (System.String from_folder, System.Collections.Specialized.StringCollection filters, System.Collections.ArrayList& directories_out, System.Collections.ArrayList& files_out) [0x00023] in <a98ec586cd3441aeb3d7919d9ad41ff2>:0 
  at System.Windows.Forms.FileSystem.GetFolderContent (System.Collections.Specialized.StringCollection filters, System.Collections.ArrayList& directories_out, System.Collections.ArrayList& files_out) [0x00155] in <a98ec586cd3441aeb3d7919d9ad41ff2>:0 
  at System.Windows.Forms.MWFVFS+WorkerThread.GetFolderContentThread () [0x00000] in <a98ec586cd3441aeb3d7919d9ad41ff2>:0 
  at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00014] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
  at System.Threading.ThreadHelper.ThreadStart () [0x00008] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentOutOfRangeException: Not a valid Win32 FileTime.
Parameter name: fileTime
  at System.DateTime.FromFileTimeUtc (System.Int64 fileTime) [0x00020] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
  at System.IO.FileSystemInfo.get_LastAccessTimeUtc () [0x00028] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
  at System.IO.FileSystemInfo.get_LastAccessTime () [0x00000] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
  at (wrapper remoting-invoke-with-check) System.IO.FileSystemInfo:get_LastAccessTime ()
  at System.Windows.Forms.FileSystem.GetDirectoryFSEntry (System.IO.DirectoryInfo dirinfo, System.Windows.Forms.FSEntry topFolderFSEntry) [0x00047] in <a98ec586cd3441aeb3d7919d9ad41ff2>:0 
  at System.Windows.Forms.FileSystem.GetNormalFolderContent (System.String from_folder, System.Collections.Specialized.StringCollection filters, System.Collections.ArrayList& directories_out, System.Collections.ArrayList& files_out) [0x00023] in <a98ec586cd3441aeb3d7919d9ad41ff2>:0 
  at System.Windows.Forms.FileSystem.GetFolderContent (System.Collections.Specialized.StringCollection filters, System.Collections.ArrayList& directories_out, System.Collections.ArrayList& files_out) [0x00155] in <a98ec586cd3441aeb3d7919d9ad41ff2>:0 
  at System.Windows.Forms.MWFVFS+WorkerThread.GetFolderContentThread () [0x00000] in <a98ec586cd3441aeb3d7919d9ad41ff2>:0 
  at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00014] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 
  at System.Threading.ThreadHelper.ThreadStart () [0x00008] in <73ee1b14c2fa4d61b481096ff3d8d6d7>:0 ```
Anime4000 commented 6 years ago

base on error message Not a valid Win32 FileTime. are you using latest mono-complete from mono repo?

akshayG14 commented 6 years ago

Have installed this mono package.... https://www.archlinux.org/packages/extra/x86_64/mono/

Anime4000 commented 6 years ago

IFME compiled through this version http://www.mono-project.com/download/#download-lin

akshayG14 commented 6 years ago

Reinstalled the OS after I ran some problem with it. Now everything seems to be working fine. Thank you.