justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.92k stars 598 forks source link

CiceroUIWndFrame error when shutting down web proxy. #947

Closed Bitl closed 1 year ago

Bitl commented 1 year ago

Hello,

For some reason on my .NET Framework 4.8 project, I sometimes get this CiceroUIWndFrame error when closing my application. Users who have tested a pre release version of my program have seen this error too.

image (1)

After figuring out the source of what could be causing the issue, CiceroUIWndFrame has something to do with Microsoft Office's Handwriting and Speech module, but I don't see what could be the issue. This error only popped up after I implemented this library, so it isn't a issue with the program itself.

Here's the class where I implemented the web proxy. https://github.com/Novetus/Novetus_src/blob/master/Novetus/NovetusCore/Classes/WebProxy.cs

Is there an issue with my implementation, or is there a bug with the library that causes this?

Bitl commented 1 year ago

I figured out that it may be an issue with my application and not the web proxy. I apologize for the inconvenience