Re: RFR: 8301846: Invalid TargetDataLine after screen lock when using JFileChooser or COM library [v13]

2023-10-08 Thread Renjith Kannath Pariyangad
On Fri, 6 Oct 2023 15:55:54 GMT, Alexey Ivanov wrote: >> Renjith Kannath Pariyangad has updated the pull request incrementally with >> three additional commits since the last revision: >> >> - Whitespace error fixed >> - Whitespace error fixed >> - CoInitializeEx error check modified with be

Re: RFR: 8301846: Invalid TargetDataLine after screen lock when using JFileChooser or COM library [v13]

2023-10-06 Thread Alexey Ivanov
On Fri, 6 Oct 2023 11:17:01 GMT, Renjith Kannath Pariyangad wrote: >> Hi Reviewers, >> >> Observations : >> 1. Without com initialize if we access Mixer for recording, library loaded >> invalid GUID and clipped description in windows(ID not found in registry). >> With com initialization libra

Re: RFR: 8301846: Invalid TargetDataLine after screen lock when using JFileChooser or COM library [v13]

2023-10-06 Thread Renjith Kannath Pariyangad
> Hi Reviewers, > > Observations : > 1. Without com initialize if we access Mixer for recording, library loaded > invalid GUID and clipped description in windows(ID not found in registry). > With com initialization library load proper GUID (same as registry). > 2. For Play back device always loa