Strange error message that I haven't seen before

Im trying to complete a college project and part of the project is to implement drag and drop functionality of music files from one folder to GUI that I have created in JUCE. Whenever I try to drop a music fie into the GUI, it gets a the little red prohibited symbol of doom and the terminal in JUCE coughs up this error message. My question, has anyone else experienced this and if so how did you fix it. Im running windows 11, VS2022 and the latest version of JUCE. The error message is:-

P.S I have tested the app o my friends machine and it works, I have tested on my desktop and laptop and I get the error messge. The issue os obviously local to me, but i was wondering (hoping) someone else had experienced this and had manage to fix it.

Kind regards,

Matthew

Exception thrown at 0x00007FFFD54E441C (KernelBase.dll) in Otto4decks.exe: 0x000006BA: The RPC server is unavailable.
onecore\vm\dv\storage\plan9\rdr\dll\util.cpp(99)\p9np.dll!00007FFFCB71A09E: (caller: 00007FFFCB71EC3A) LogHr(1) tid(7160) C0000034 Msg:[瑎牃慥整楆敬☨敤楶散奓䍎剈乏婉ⱅ瑡牴扩瑵獥椦卯慴畴ⱳ渠汵灬牴䥆䕌䅟呔䥒啂䕔也剏䅍ⱌ⠠䥆䕌卟䅈䕒剟䅅⁄⁼䥆䕌卟䅈䕒坟䥒䕔簠䘠䱉彅䡓剁彅䕄䕌䕔Ⱙ䘠䱉彅偏久䥆䕌卟乙䡃佒低单䥟彏低䅎䕌呒畮汬瑰Ⱳ〠)]
onecore\com\combase\dcomrem\security.cxx(3022)\combase.dll!00007FFFD5F5A1B0: (caller: 00007FFF78CA2BF6) ReturnHr(1) tid(4d20) 80010117 Call context cannot be accessed after call completed.
Exception thrown at 0x00007FFFD54E441C (KernelBase.dll) in Otto4decks.exe: 0x000006BA: The RPC server is unavailable.
Exception thrown at 0x00007FFFD54E441C in Otto4decks.exe: Microsoft C++ exception: asw::registry::exceptions::key_not_exists at memory location 0x00000075B64FB120.
Exception thrown at 0x00007FFFD54E441C (KernelBase.dll) in Otto4decks.exe: WinRT originate error - 0x80040155 : ‘Failed to find proxy registration for IID: {6C72B11B-DBE0-4C87-B1A8-7C8A36BD563D}.’.
Exception thrown at 0x00007FFFD54E441C (KernelBase.dll) in Otto4decks.exe: 0x40080202: WinRT transform error (parameters: 0x0000000080040155, 0x0000000080004002, 0x000000000000001D, 0x00000075B5DFEC70).
Exception thrown at 0x00007FFFD54E441C (KernelBase.dll) in Otto4decks.exe: WinRT originate error - 0x80040155 : ‘Failed to find proxy registration for IID: {6C72B11B-DBE0-4C87-B1A8-7C8A36BD563D}.’.
Exception thrown at 0x00007FFFD54E441C (KernelBase.dll) in Otto4decks.exe: 0x40080202: WinRT transform error (parameters: 0x0000000080040155, 0x0000000080004002, 0x000000000000001D, 0x00000075B5DFEBE0).
Exception thrown at 0x00007FFFD54E441C (KernelBase.dll) in Otto4decks.exe: WinRT originate error - 0x80040155 : ‘Failed to find proxy registration for IID: {6C72B11B-DBE0-4C87-B1A8-7C8A36BD563D}.’.
Exception thrown at 0x00007FFFD54E441C (KernelBase.dll) in Otto4decks.exe: 0x40080202: WinRT transform error (parameters: 0x0000000080040155, 0x0000000080004002, 0x000000000000001D, 0x00000075B5DFEC30).
Exception thrown at 0x00007FFFD54E441C (KernelBase.dll) in Otto4decks.exe: WinRT originate error - 0x80040155 : ‘Failed to find proxy registration for IID: {6C72B11B-DBE0-4C87-B1A8-7C8A36BD563D}.’.
Exception thrown at 0x00007FFFD54E441C (KernelBase.dll) in Otto4decks.exe: 0x40080202: WinRT transform error (parameters: 0x0000000080040155, 0x0000000080004002, 0x000000000000001D, 0x00000075B66FEDE0).
Exception thrown at 0x00007FFFD54E441C (KernelBase.dll) in Otto4decks.exe: WinRT originate error - 0x80040155 : ‘Failed to find proxy registration for IID: {6C72B11B-DBE0-4C87-B1A8-7C8A36BD563D}.’.
Exception thrown at 0x00007FFFD54E441C (KernelBase.dll) in Otto4decks.exe: 0x40080202: WinRT transform error (parameters: 0x0000000080040155, 0x0000000080004002, 0x000000000000001D, 0x00000075B66FED50).
Exception thrown at 0x00007FFFD54E441C (KernelBase.dll) in Otto4decks.exe: WinRT originate error - 0x80040155 : ‘Failed to find proxy registration for IID: {6C72B11B-DBE0-4C87-B1A8-7C8A36BD563D}.’.
Exception thrown at 0x00007FFFD54E441C (KernelBase.dll) in Otto4decks.exe: 0x40080202: WinRT transform error (parameters: 0x0000000080040155, 0x0000000080004002, 0x000000000000001D, 0x00000075B66FEDA0).

I get that exception (as a message in debug output, no windows or stops), whenever I open a dialog file. The message I get isn’t that long, it’s just the first part up to the message

It’s not because of my application because if I load an example project from projucer and load a state from the menu, the message appears after opening the dialog box.

From what I investigated, it seems that the communication of some RPC service process is interrupted and produces this warning. But I don’t know the cause and I don’t know how to fix it. I just live with it since it doesn’t bother me. But since you have opened this thread, I make my report and I will follow the thread.