Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Help compiling CUETools, SCSI problem (Read 1474 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Help compiling CUETools, SCSI problem

I followed the help at the git page and my errors are this after compiling with VS Community 2017 15.7.5 ....

For CUERipper.exe, it says "Failed to load ripper module" in the drop down box.

For CUETools.ripper.console, I get...

Code: [Select]
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'CUETools.Ripper.SCSI, Version=2.1.7.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
   at CUETools.ConsoleRipper.Program.Main(String[] args)

It seemed to build O.K. OpenCL and EACPlugin might have issues, but otherwise it seemed like it should work, however the interface doesn't appear to be there.

Any help is appreciated.

Code: [Select]
Severity	Code	Description	Project	File	Line	Suppression State
Warning CS0414 The field 'CDDriveReaderTest.markErrors' is assigned but its value is never used TestRipper C:\Users\Jank\Source\Repos\cuetools.net\CUETools\TestRipper\CDDriveReaderTest.cs 43 Active
Warning CS0649 Field 'AudioEncoder.sr_code1' is never assigned to, and will always have its default value 0 CUETools.Codecs.Flake(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.Flake\AudioEncoder.cs 52 Active
Warning CS0618 'OpenCL.EnqueueMarker(IntPtr, IntPtr*)' is obsolete: 'Deprecated in OpenCL 1.2. Use EnqueueMarkerWithWaitList.' OpenCLNet(net47) C:\Users\Jank\Source\Repos\cuetools.net\ThirdParty\openclnet\source\CommandQueue.cs 2574 Active
Warning CS0618 'OpenCL.EnqueueWaitForEvents(IntPtr, uint, IntPtr[])' is obsolete: 'Deprecated in OpenCL 1.2. Use EnqueueMarkerWithWaitList.' OpenCLNet(net47) C:\Users\Jank\Source\Repos\cuetools.net\ThirdParty\openclnet\source\CommandQueue.cs 2584 Active
Warning CS0618 'OpenCL.EnqueueBarrier(IntPtr)' is obsolete: 'Deprecated in OpenCL 1.2. Use EnqueueBarrierWithWaitList.' OpenCLNet(net47) C:\Users\Jank\Source\Repos\cuetools.net\ThirdParty\openclnet\source\CommandQueue.cs 2599 Active
Warning CS1030 #warning: 'Implement entry points for the DX9 extension' OpenCLNet(net47) C:\Users\Jank\Source\Repos\cuetools.net\ThirdParty\openclnet\source\DirectX9Extension.cs 92 Active
Warning CS0414 The field 'XiphComment.comment_field' is assigned but its value is never used taglib-sharp(netstandard2.0) C:\Users\Jank\Source\Repos\cuetools.net\ThirdParty\taglib-sharp\src\TagLib\Ogg\XiphComment.cs 59 Active
Warning CS0108 'MediaSlider.Dispose()' hides inherited member 'Component.Dispose()'. Use the new keyword if hiding was intended. CUEControls(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUEControls\MediaSlider.cs 313 Active
Warning CS0649 Field 'ALACSubframe.cbits' is never assigned to, and will always have its default value 0 CUETools.Codecs.ALAC(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.ALAC\ALACSubframe.cs 17 Active
Warning CS0162 Unreachable code detected CUETools.Codecs.ALAC(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.ALAC\ALACWriter.cs 1183 Active
Warning CS0649 Field 'RiceContext.porder' is never assigned to, and will always have its default value 0 CUETools.Codecs.ALAC(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.ALAC\RiceContext.cs 13 Active
Warning CS0649 Field 'WasapiOut._sampleOffset' is never assigned to, and will always have its default value 0 CUETools.Codecs.CoreAudio(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.CoreAudio\WasapiOut.cs 28 Active
Warning CS0649 Field 'AudioEncoder.sr_code1' is never assigned to, and will always have its default value 0 CUETools.Codecs.FLACCL C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.FLACCL\FLACCLWriter.cs 322 Active
Warning CS0649 Field 'AudioEncoder._userProcessorTime' is never assigned to, and will always have its default value CUETools.Codecs.FLACCL C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.FLACCL\FLACCLWriter.cs 344 Active
Warning CS0649 Field 'FLACCLSubframeTask.cbits' is never assigned to, and will always have its default value 0 CUETools.Codecs.FLACCL C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.FLACCL\FLACCLWriter.cs 2426 Active
Warning CS0649 Field 'FLACCLSubframeTask.porder' is never assigned to, and will always have its default value 0 CUETools.Codecs.FLACCL C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.FLACCL\FLACCLWriter.cs 2436 Active
Warning CS0649 Field 'FLACCLSubframeTask.headerLen' is never assigned to, and will always have its default value 0 CUETools.Codecs.FLACCL C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.FLACCL\FLACCLWriter.cs 2437 Active
Warning CS0649 Field 'FLACCLSubframeTask.encodingOffset' is never assigned to, and will always have its default value 0 CUETools.Codecs.FLACCL C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.FLACCL\FLACCLWriter.cs 2438 Active
Warning CS0649 Field 'analysis_rec.central_block_start' is never assigned to, and will always have its default value 0 CUETools.Codecs.LossyWAV(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.LossyWAV\analysis_rec.cs 6 Active
Warning CS0649 Field 'analysis_rec.half_number_of_blocks' is never assigned to, and will always have its default value 0 CUETools.Codecs.LossyWAV(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.LossyWAV\analysis_rec.cs 6 Active
Warning CS0649 Field 'FLAC__FrameHeader.blocksize' is never assigned to, and will always have its default value 0 CUETools.Codecs.libFLAC(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.libFLAC\libFLAC.cs 8 Active
Warning CS0649 Field 'FLAC__FrameHeader.sample_rate' is never assigned to, and will always have its default value 0 CUETools.Codecs.libFLAC(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.libFLAC\libFLAC.cs 9 Active
Warning CS0649 Field 'FLAC__FrameHeader.channels' is never assigned to, and will always have its default value 0 CUETools.Codecs.libFLAC(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.libFLAC\libFLAC.cs 10 Active
Warning CS0649 Field 'FLAC__FrameHeader.channel_assignment' is never assigned to, and will always have its default value CUETools.Codecs.libFLAC(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.libFLAC\libFLAC.cs 11 Active
Warning CS0649 Field 'FLAC__FrameHeader.bits_per_sample' is never assigned to, and will always have its default value 0 CUETools.Codecs.libFLAC(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.libFLAC\libFLAC.cs 12 Active
Warning CS0649 Field 'FLAC__FrameHeader.number_type' is never assigned to, and will always have its default value CUETools.Codecs.libFLAC(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.libFLAC\libFLAC.cs 13 Active
Warning CS0649 Field 'FLAC__FrameHeader.sample_number' is never assigned to, and will always have its default value 0 CUETools.Codecs.libFLAC(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.libFLAC\libFLAC.cs 14 Active
Warning CS0649 Field 'FLAC__FrameHeader.crc' is never assigned to, and will always have its default value 0 CUETools.Codecs.libFLAC(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.libFLAC\libFLAC.cs 15 Active
Warning CS0649 Field 'FLAC__Frame.header' is never assigned to, and will always have its default value CUETools.Codecs.libFLAC(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.libFLAC\libFLAC.cs 34 Active
Warning CS0219 The variable 'imp_peak' is assigned but its value is never used CUETools.DSP.Resampler(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.DSP.Resampler\Internal\rate_t.cs 304 Active
Warning CS0219 The variable 'isValidName' is assigned but its value is never used CUETools.Processor(netstandard2.0) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Processor\CUESheet.cs 3004 Active
Warning CS0414 The field 'CDDriveReader.cdtext' is assigned but its value is never used CUETools.Ripper.SCSI(net20) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Ripper.SCSI\SCSIDrive.cs 42 Active
Warning CS0660 'HSV' defines operator == or operator != but does not override Object.Equals(object o) ProgressODoom C:\Users\Jank\Source\Repos\cuetools.net\ProgressODoom\HSV.cs 5 Active
Warning CS0661 'HSV' defines operator == or operator != but does not override Object.GetHashCode() ProgressODoom C:\Users\Jank\Source\Repos\cuetools.net\ProgressODoom\HSV.cs 5 Active
Warning CS0108 'MetalProgressPainter.border' hides inherited member 'AbstractProgressPainter.border'. Use the new keyword if hiding was intended. ProgressODoom C:\Users\Jank\Source\Repos\cuetools.net\ProgressODoom\MetalProgressPainter.cs 26 Active
Warning CS0618 'ffmpeg.av_register_all()' is obsolete: '' CUETools.Codecs.ffmpeg(netstandard2.0) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.ffmpeg\AudioDecoder.cs 96 Active
Warning CS1685 The predefined type 'ExtensionAttribute' is defined in multiple assemblies in the global alias; using definition from 'CUETools.Codecs, Version=2.1.7.0, Culture=neutral, PublicKeyToken=null' CUETools.Codecs.ffmpeg(netstandard2.0) C:\Users\Jank\Source\Repos\cuetools.net\CUETools.Codecs.ffmpeg\CSC 1 Active
Warning CS0219 The variable 'ignore_chunk_sizes' is assigned but its value is never used CUETools.FLACL.cmd C:\Users\Jank\Source\Repos\cuetools.net\CUETools.FLACCL.cmd\Program.cs 98 Active
Warning The referenced project 'CUETools.AccurateRip' is targeting a higher framework version (4.7) than this project’s current target framework version (2.0). This may lead to build failures if types from assemblies outside this project’s target framework are used by any project in the dependency chain. CUETools.CTDB.EACPlugin
Warning The referenced project 'CUETools.CDImage' is targeting a higher framework version (4.7) than this project’s current target framework version (2.0). This may lead to build failures if types from assemblies outside this project’s target framework are used by any project in the dependency chain. CUETools.CTDB.EACPlugin
Warning The referenced project 'CUETools.Parity' is targeting a higher framework version (4.7) than this project’s current target framework version (2.0). This may lead to build failures if types from assemblies outside this project’s target framework are used by any project in the dependency chain. CUETools.CTDB.EACPlugin
Warning The referenced project 'CUETools.Codecs' is targeting a higher framework version (4.7) than this project’s current target framework version (2.0). This may lead to build failures if types from assemblies outside this project’s target framework are used by any project in the dependency chain. CUETools.CTDB.EACPlugin
Warning The referenced project 'CUETools.CTDB' is targeting a higher framework version (4.7) than this project’s current target framework version (2.0). This may lead to build failures if types from assemblies outside this project’s target framework are used by any project in the dependency chain. CUETools.CTDB.EACPlugin
Warning The referenced project 'CUETools.CTDB.Types' is targeting a higher framework version (4.7) than this project’s current target framework version (2.0). This may lead to build failures if types from assemblies outside this project’s target framework are used by any project in the dependency chain. CUETools.CTDB.EACPlugin

Re: Help compiling CUETools, SCSI problem

Reply #1
It worked. I forgot to move the "plugins" directory into to the main directory, I didn't know it had to be in there to be honest (if I didn't have a built release, I might of never known). I've been going all over adding in things I read about on the net like setting culture=true, changing directives, removing caches... just a simple move cured all.