Files 1
Downloads 63,809
Favorites 119
My AddOns
View Bug Report
Crash on sync
Bug #: 2039
File: Nirn Auction House
Date: 08/03/17 09:46 AM
By: MingusDew
Status: Fixed
NirnAuctionHouse.exe crashes on sync 100% of the time.

Code:
Faulting application name: NirnAuctionHouse.exe, version: 1.0.0.0, time stamp: 0x5980456d
Faulting module name: KERNELBASE.dll, version: 10.0.15063.483, time stamp: 0xc3955624
Exception code: 0xe0434352
Fault offset: 0x000eb802
Faulting process id: 0x271c
Faulting application start time: 0x01d30c675e183417
Code:
Application: NirnAuctionHouse.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.IOException
   at System.IO.__Error.WinIOError(Int32, System.String)
   at System.IO.FileStream.Init(System.String, System.IO.FileMode, System.IO.FileAccess, Int32, Boolean, System.IO.FileShare, Int32, System.IO.FileOptions, SECURITY_ATTRIBUTES, System.String, Boolean, Boolean, Boolean)
   at System.IO.FileStream..ctor(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, Int32, System.IO.FileOptions, System.String, Boolean, Boolean, Boolean)
   at System.IO.StreamReader..ctor(System.String, System.Text.Encoding, Boolean, Int32, Boolean)
   at System.IO.File.InternalReadAllText(System.String, System.Text.Encoding, Boolean)
   at System.IO.File.ReadAllText(System.String)
   at GlobalAuctionHouse.Form1.ReadSavedVariableFile()
   at GlobalAuctionHouse.Form1.parseSavedVars()
   at GlobalAuctionHouse.Form1.OnChangedSavedVars(System.Object, System.IO.FileSystemEventArgs)
   at System.IO.FileSystemWatcher.OnChanged(System.IO.FileSystemEventArgs)
   at System.IO.FileSystemWatcher.NotifyFileSystemEventArgs(Int32, System.String)
   at System.IO.FileSystemWatcher.CompletionStatusChanged(UInt32, UInt32, System.Threading.NativeOverlapped*)
   at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Elo - 08/03/17 11:07 AM
could you please send me your saved variables file for NirnAuctionHouse?

it sounds like your exe might be an earlier version than your addon.

if you use minion to update make sure that the exe is closed before updating.

if this is the case you will need to reinstall the addon

thank you for bringing this to my attention and I hope we can resolve this for you

-Elo
By: Elo - 08/03/17 11:15 AM
if the problem persists through a reinstall then deleting your saved variable file for NirnAuctionHouse should resolve this.

I've added some features in the next version that will help with this.