Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BDHero GUI v0.9.1.2: System.NullReferenceException: Object reference not set to an instance of an object. #66

Open
bdhero-issues opened this issue Sep 20, 2014 · 0 comments
Labels

Comments

@bdhero-issues
Copy link

BDHero GUI v0.9.1.2 (built on 2014-05-04 13:27:54Z)

Stack Trace

System.NullReferenceException: Object reference not set to an instance of an object.
   at BDInfo.BDROM.GetVolumeLabel(DirectoryInfo dir) in [redacted]\BDROM.cs:line 624
   at BDInfo.BDROM..ctor(String path) in [redacted]\BDROM.cs:line 145
   at BDHero.Plugin.DiscReader.DiscReader.ScanBDROM(CancellationToken cancellationToken, String bdromPath) in [redacted]\DiscReader.cs:line 106
   at BDHero.Plugin.DiscReader.DiscReader.ReadBDROM(CancellationToken cancellationToken, String bdromPath) in [redacted]\DiscReader.cs:line 70
   at BDHero.Controller.<>c__DisplayClass2a.<ReadBDROM>b__27(CancellationToken token)
   at BDHero.Controller.<>c__DisplayClass24.<RunPluginSync>b__22(IPromise`1 param0)
   at DotNetUtils.Concurrency.Promise`1.Work()
   at DotNetUtils.Concurrency.Promise`1.TryDoWork()

Source: BDInfo

Log Events

2014-09-20 13:46:31,799 [ 1] INFO  BDHero.Startup.LogInitializer - bdhero-gui v0.9.1.2 starting up
2014-09-20 13:46:31,861 [ 1] DEBUG WindowsOSUtils.JobObjects.JobObjectManager - Checking if current process belongs to a Job Object...
2014-09-20 13:46:31,861 [ 1] DEBUG WindowsOSUtils.JobObjects.JobObjectManager - Current process does not belong to a Job Object.
2014-09-20 13:46:35,652 [ 1] INFO  BDHero.Startup.LogInitializer - Directories:
    IsPortable        = False
    RootDir           = C:\Users\Mike\AppData\
    InstallDir        = Local\BDHero\Application
    AppConfigDir      = Roaming\BDHero\Config\Application
    PluginConfigDir   = Roaming\BDHero\Config\Plugins
    RequiredPluginDir = Local\BDHero\Application\Plugins
    CustomPluginDir   = Roaming\BDHero\Plugins
    LogDir            = Local\BDHero\Logs
2014-09-20 13:46:35,746 [ 1] INFO  BDHero.Startup.PluginLoader - Loaded 7 plugins:
    Disc Readers (1):
        BDInfo Disc Reader v0.5.8.2 (ad2a515b-4fce-4755-b206-65b178847e7d)
    Metadata Providers (3):
        ISAN Metadata Provider v0.9.1.2 (7e5acd92-c2dc-4503-a89f-8118feb8e796)
        TMDb v0.9.1.2 (5fbb0ac7-f2d8-4955-96eb-d820fa358c9a)
        ChapterDb v0.9.1.2 (5fce5c74-0498-4d8b-9aba-5ee6235ff469)
    Auto Detectors (1):
        BDHero Detective v0.9.1.2 (bda75b82-ab37-48b4-b830-1245399daa53)
    Name Providers (1):
        BDHero File Namer v0.9.1.2 (7841090c-8dae-4c54-87f8-958cbc6f8b0e)
    Muxers (1):
        FFmpeg v2.1.4.0 (beb49a31-0047-46cc-afce-455d026bb0cf)
    Post Processors (0)
2014-09-20 13:46:35,824 [ 1] INFO  BDHeroGUI.Components.DiscMenu - Scanning for discs...
2014-09-20 13:46:38,679 [ 1] INFO  BDHeroGUI.Components.DiscMenu - Found 0 discs
2014-09-20 13:46:55,839 [ 1] DEBUG BDHeroGUI.FormMain - BDInfo Disc Reader is Running - 0.00 % complete -  - 00:00:00 elapsed, 00:00:00 remaining
2014-09-20 13:46:56,088 [ 1] DEBUG BDHeroGUI.FormMain - BDInfo Disc Reader is Running - 0.00 % complete - Scanning BD-ROM... - 00:00:00 elapsed, 00:00:00 remaining
2014-09-20 13:47:02,406 [ 7] ERROR NativeAPI.Win.Kernel.VolumeAPI - Invocation of native GetVolumeInformation("\\INTEROCITOR\BluRay Drive") function threw a Win32 exception
System.ComponentModel.Win32Exception (0x80004005): P/Invoke of Boolean GetVolumeInformation(System.String, System.Text.StringBuilder, UInt32, UInt32 ByRef, UInt32 ByRef, NativeAPI.Win.Kernel.FileSystemFlags ByRef, System.Text.StringBuilder, UInt32) failed: The filename, directory name, or volume label syntax is incorrect
   at NativeAPI.PInvokeUtils.ThrowLastWin32Error(String apiSignature)
   at NativeAPI.PInvokeUtils.Try[T](Expression`1 pinvokeExpr, Func`2 successCond)
   at NativeAPI.PInvokeUtils.Try(Expression`1 pinvokeExpr)
   at NativeAPI.Win.Kernel.VolumeAPI.GetVolumeInformation(DirectoryInfo dir)
2014-09-20 13:47:02,484 [ 1] DEBUG BDHeroGUI.FormMain - BDInfo Disc Reader is Error - 0.00 % complete - Scanning BD-ROM... - 00:00:06 elapsed, 00:00:00 remaining
2014-09-20 13:47:02,484 [ 1] ERROR BDHero.Controller - Unhandled exception was thrown by plugin

Plugins

R/O Plugin Name Version Build Date E/D
0 BDInfo Disc Reader 0.5.8.2 2014-05-04 13:27:45Z
0 ISAN Metadata Provider 0.9.1.2 2014-05-04 13:27:44Z
1 TMDb 0.9.1.2 2014-05-04 13:27:45Z
2 ChapterDb 0.9.1.2 2014-05-04 13:27:45Z
0 BDHero Detective 0.9.1.2 2014-05-04 13:27:43Z
0 BDHero File Namer 0.9.1.2 2014-05-04 13:27:47Z
0 FFmpeg 2.1.4.0 2014-05-04 13:27:52Z

System Info

OS: 
    Type: Windows
    VersionNumber: 6.1.7601.65536
    VersionString: Microsoft Windows NT 6.1.7601 Service Pack 1
    Is64Bit: True
Hardware: 
    ProcessorCount: 6
    TotalPhysicalMemory: 8589049856 bytes (8.0 GiB)
    AvailableMemory: 6197555200 bytes (5.8 GiB)
Process: 
    MemoryWidth: 64
    Is64Bit: True
Culture: 
    InstalledUICulture: en-US
    CurrentCulture: en-US
    CurrentUICulture: en-US
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant