Yannis4444 / Orange-Share

A small python server that accepts requests from an Apple shortcut to allow sharing all sorts of media from iOS with any desktop OS. It allows sending content right from the share sheet - similar to AirDrop between Apple Devices
MIT License
49 stars 3 forks source link

Seems to be an install issue. #37

Open Tom-Enns opened 2 years ago

Tom-Enns commented 2 years ago

I have this installed on a laptop in my house. It works great. I want it installed on my desktop as well. I get this error when trying to install:

Access violation at address 757767C0 in module ucrtbase.dll. Read of address 02CD00AC

Not sure how to fix it. Would love to have it running on both machines.

Yannis4444 commented 2 years ago

Sorry for the late response. This seems to be a problem with some Windows component. I do not directly access the ucrtbase.dll and am guessing that this is done by some library I am using. Therefore I can't really trace the error. Nonetheless I have found some suggestions to fix the error: https://www.partitionwizard.com/disk-recovery/ucrtbase-dll.html The easiest of them seems to be reinstalling the faulty application. So before trying out anything else, I would ask you to try downloading the file again and reinstalling it.

If that doesn't work, I will try to reproduce the error. But I can't really promise anything there as this seems to be a pretty common error for a lot of applications (although I haven't seen it yet). It will probably be difficult to find the correct cause and even if I find it, it will probably be caused by some component, I have no real control over.

The good news is that I am currently working on redesigning pretty much everything which should also fix errors like this.