Recommended Posts

 

Not sure if you want bugs posted on here, but I happened upon a crash.  I was just going through the artists tab and when I selected an album with one song, it didn't display anything.  I clicked the album and it crashed.  Here is the log entry for that time:

 

2015-03-30 12:18:04.1884|Error|Dopamine.Application.ExecuteEmergencyStop|Unhandled Exception. Exception:
System.InvalidOperationException: Sequence contains no elements
   at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
   at Dopamine.CollectionModule.Views.CollectionArtists.VB$StateMachine_12_GetTracksAndEnqueue.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
 
Stack trace:
   at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
   at Dopamine.CollectionModule.Views.CollectionArtists.VB$StateMachine_12_GetTracksAndEnqueue.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
 
I reloaded the app and went back to that artist and everything worked from then on out.

 

 

Yes you can report bugs in this thread. Thanks, I'll into it.

First little grievance I noticed is that max,min etc options seem to be hidden, unless I select the track view. I like that its not visible by default, but I feel it should slide down if I mouse hover over the top, otherwise it requires (potentially) more mouse clicks to get back to full or minimised views.

 

These options shouldn't really be needed much, but I fiddle with the view a lot :p

 

I can see this being a personal preference so would be good to see if others find this OK or not?

  • Like 1

First little grievance I noticed is that max,min etc options seem to be hidden, unless I select the track view. I like that its not visible by default, but I feel it should slide down if I mouse hover over the top, otherwise it requires (potentially) more mouse clicks to get back to full or minimised views.

 

These options shouldn't really be needed much, but I fiddle with the view a lot :p

 

I can see this being a personal preference so would be good to see if others find this OK or not?

 

I was curious how people would react to that :) I'm expecting more feedback. I could restore the behaviour from the previous version rather quickly if it's too annoying.

 

Btw, double click on the album art restores full view. Minimize is not directly available however.

 

What do you think about the list view? Does it display useful details? Btw, I don't show the track number on purpose, because it looks rather weird when more than 1 album is displayed in the mini player.

I've found a reason to need both max and min with it sat there today.

 

The display works for me, I don't have that big of a collection and its a lot of one off tracks rather than albums so track number would mean little to me.

 

In that case, I'll fix it for you :)

My obligitory comment on volume control in mini player :rofl:

 

At it stands now, you need to click the volume icon and then move the mouse into the slider area before the scroll wheel adjusts the volume. Any chance you could have the volume slider appear on mouse over of the volume icon (so I don't have to click it), and allow the scroll wheel to adjust the volume from both the slider area but also the volume icon area. This would reduce the movement/clicks needed to change the volume. Once you mouse over the volume icon, any scroll wheel adjustment adjusts the volume.

  • Like 1

My obligitory comment on volume control in mini player :rofl:

 

At it stands now, you need to click the volume icon and then move the mouse into the slider area before the scroll wheel adjusts the volume. Any chance you could have the volume slider appear on mouse over of the volume icon (so I don't have to click it), and allow the scroll wheel to adjust the volume from both the slider area but also the volume icon area. This would reduce the movement/clicks needed to change the volume. Once you mouse over the volume icon, any scroll wheel adjustment adjusts the volume.

 

Damn you! No, just kidding of course :D

 

You are so right and I'll add it to the next build. Should the popup also close automatically when you stopped scrolling?

  • Like 1

2015-04-01 00:25:38.9927|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>
2015-04-01 00:25:40.4167|Error|Dopamine.Services.PlaybackService.TryPlay|Could not play the file E:\Chris\Music\iTunes\iTunes Media\Music\The Guild\(Do You Wanna Date My) Avatar (feat. Fel\01 (Do You Wanna Date My) Avatar (fe.m4a. Loop=False, Shuffle=False. Exception: Specified argument was out of the range of valid values.
Parameter name: value. StackTrace:    at CSCore.SoundOut.WasapiOut.set_Latency(Int32 value)
   at CSCore.SoundOut.WasapiOut.InitializeInternal()
   at CSCore.SoundOut.WasapiOut.Initialize(IWaveSource source)
   at Dopamine.Core.Audio.CSCorePlayer.PlayASound()
   at Dopamine.Core.Audio.CSCorePlayer.Play(String iUri)
   at Dopamine.Services.PlaybackService.TryPlay(TrackInfo iTrack)


I get that whenever I try and play a song.
:(

2015-04-01 00:25:38.9927|Info|Synapse.Synapse.Main|<<< Synapse indexer NORMAL stop >>>

2015-04-01 00:25:40.4167|Error|Dopamine.Services.PlaybackService.TryPlay|Could not play the file E:\Chris\Music\iTunes\iTunes Media\Music\The Guild\(Do You Wanna Date My) Avatar (feat. Fel\01 (Do You Wanna Date My) Avatar (fe.m4a. Loop=False, Shuffle=False. Exception: Specified argument was out of the range of valid values.

Parameter name: value. StackTrace:    at CSCore.SoundOut.WasapiOut.set_Latency(Int32 value)

   at CSCore.SoundOut.WasapiOut.InitializeInternal()

   at CSCore.SoundOut.WasapiOut.Initialize(IWaveSource source)

   at Dopamine.Core.Audio.CSCorePlayer.PlayASound()

   at Dopamine.Core.Audio.CSCorePlayer.Play(String iUri)

   at Dopamine.Services.PlaybackService.TryPlay(TrackInfo iTrack)

I get that whenever I try and play a song.

:(

 

I see this is iTunes music. Could there be DRM on it?

I'm seeing the same error on MP3 and M4a files. I had installed the build earlier but didn't have any music in my library. Added that in (awesome improvement in speed on the indexer!) but now I'm trying to play files, no go. Error city.

 

Edit:

Ok, it seems exclusive mode is needed on the output. With it on, files play. With it off, error.

I'm seeing the same error on MP3 and M4a files. I had installed the build earlier but didn't have any music in my library. Added that in (awesome improvement in speed on the indexer!) but now I'm trying to play files, no go. Error city.

 

COuld you try disabling Wasapi event mode in the options and try playing again? That was added in this build. When you disable event and exclusive mode, it plays like the older versions. I curious if that is the issue.

I'm seeing the same error on MP3 and M4a files. I had installed the build earlier but didn't have any music in my library. Added that in (awesome improvement in speed on the indexer!) but now I'm trying to play files, no go. Error city.

 

Edit:

Ok, it seems exclusive mode is needed on the output. With it on, files play. With it off, error.

 

I'd like one of those files for testing, as I can't reproduce it with my files. Would you mind sending one to me?

Event mode (I dunno what that is) has no impact. Exclusive mode off (event on or off) ... no playback. Exclusive mode On (event on or off) the files play.

 

I doubt it is a file issue. I tried about 20 different songs (mix of mp3 and m4a) and once exclusive mode is off they don't play. Might be an issue with the PC hardware? If you want a file, no worries. PM me an email address.

Same for me, exclusive mode on, files play, exclusive off, files don't. Thanks for the fix anyway! :)

Event mode (I dunno what that is) has no impact. Exclusive mode off (event on or off) ... no playback. Exclusive mode On (event on or off) the files play.

 

I doubt it is a file issue. I tried about 20 different songs (mix of mp3 and m4a) and once exclusive mode is off they don't play. Might be an issue with the PC hardware? If you want a file, no worries. PM me an email address.

 

It sure can be hardware related. Not all audio hardware works will all wasapi options. But still, you were able to play with the older builds without exclusive mode on, so I'm wondering if the audio lib guy didn't break anything :) Maybe your files might help.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • expected when they force you by having to use TPM and secure boot for anti cheat crap, and lazy developers only test on windows 11.
    • The fact I need to use "Show more" like 99% of the time is so annoying. Or why I have 7-zip under 3 submenus when it could be in top. And Microslop keeps saying how they'll improve Start and I've not seen ANY improvement yet. In MONTHS. WTF?! I'll believe any of it when they actually deliver anything.
    • LosslessCut 3.69 by Razvan Serea LosslessCut aims to be the ultimate cross platform FFmpeg GUI for extremely fast and lossless operations on video, audio, subtitle and other related media files. The main feature is lossless trimming and cutting of video and audio files, which is great for saving space by rough-cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby losing quality. Or you can add a music or subtitle track to your video without needing to encode. Everything is extremely fast because it does an almost direct data copy, fueled by the awesome FFmpeg which does all the grunt work. Features Lossless cutting of most video and audio formats Losslessly cut out parts of video/audio (for cutting away commercials etc.) Losslessly rearrange the order of video/audio segments Lossless merge/concatenation of arbitrary files (with identical codecs parameters, e.g. from the same camera) Lossless stream editing: Combine arbitrary tracks from multiple files (ex. add music or subtitle track to a video file) Losslessly extract all tracks from a file (extract video, audio, subtitle, attachments and other tracks from one file into separate files) Batch view for fast multi-file workflow Remux into any compatible output format Take full-resolution snapshots from videos in JPEG/PNG format Manual input of cutpoint times Apply a per-file timecode offset (and auto load timecode from file) Change rotation/orientation metadata in videos View technical data about all streams Timeline zoom and frame/keyframe jumping for accurate cutting around keyframes Saves per project cut segments to project file View FFmpeg last command log so you can modify and re-run recent commands on the command line Undo/redo Give labels to cut segments View segment details, export/import cut segments as CSV Import segments from: MP4/MKV chapters, Text file, YouTube, CSV, CUE, XML (DaVinci, Final Cut Pro) Video thumbnails and audio waveform Edit file metadata and per-stream metadata Edit per-stream disposition Cut with chapter marks Annotate segments with tags View subtitles Example lossless use cases Cut out commercials from a recorded TV show (and re-format from TS to MP4) Remove audio tracks from a file Extract music track from a video and cut it to your needs Add music to a video (or replace existing audio track) Combine audio and video tracks from separate recordings Include an external subtitle into a video Quickly change a H264/H265 MKV video to MOV or MP4 for playback on iPhone Import a list of cut times from other tool as a EDL (edit decision list, CSV) and run these cuts with LosslessCut Export a list of cut times as a CSV EDL and process these in another tool Quickly cut a file by its MP4/MKV chapters Quickly cut a YouTube video by its chapters (or music times from a comment) Change the language of a file's audio/subtitle tracks Attach cover art to videos Change author, title, GPS position, recording time of a video Fix rotation of a video that has the wrong orientation flag set Great for rotating phone videos that come out the wrong way without actually re-encoding the video. Loop a video / audio clip X times quickly without re-encoding LosslessCut 3.69.0 changelog: Add lossless cropping & aspect ratio override via bitstream and container metadata #643 Alow shifting tracks for each file (-itsoffset) #216 Add "decimate video" tool to filter away all non-keyframes #2111 Add Windows ARM 64 native build with native ffmpeg Move timecode out of timeline and make it copy-able #2592 #2691 #2800 #483 #2808 Upgrade Electron to latest Add new "opposing" align mode #2654 Add FFmpeg -hwaccel auto setting for hardware acceleration of certain operations Add API events export-start and export-complete Allow deleting track metadata #2819 Improve shift segments dialog #2839 Show keyboard shortcuts inside button tooltips in UI Warn if trying to cut with too few keyframes around cutpoint #516 #2780 #2756 (Linux) include app name in notification #2794 Pull latest translations Other notable changes: Advanced output directory selector #2101 #2115 #2755 increase max file name length to 250 (truncation) #2779 don't reset playback speed when using special playback modes #2889 preserve chapters when merging files that already have chapters don't merge adjacent segments in combineOverlappingSegments #2896 don't transfer segment name when filling gaps #2754 always scroll up to zoom in #2703 #2786 increase max keyframes to 10000 Don't bind ctrl/cmd+c by default (they interfer with copying text) Many other improvements and fixes Download: LosslessCut 3.69.0 | ARM64 | ~100.0 MB (Open Source) Links: LosslessCut Website | Other Operating Systems | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Doesn't even need a UI for point 2 - use some sort of JSON/XML container - because MOST users won't even bother.
  • Recent Achievements

    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
  • Popular Contributors

    1. 1
      +primortal
      488
    2. 2
      PsYcHoKiLLa
      263
    3. 3
      Skyfrog
      85
    4. 4
      FloatingFatMan
      64
    5. 5
      Michael Scrip
      62
  • Tell a friend

    Love Neowin? Tell a friend!