cDima / Aerial

Aerial Apple TV screen saver for Windows
1.97k stars 180 forks source link

Problems with windows 10 #3

Closed luppi-no closed 8 years ago

luppi-no commented 8 years ago

Sorry but i'm not a programer and i can't help you in this. In windows 10 x64 don't work your saver, it's freeze and return to desktop screen.

goncharov commented 8 years ago

Hi. Try to install Windows Media Player via Turn Windows features on or off

ghost commented 8 years ago

i have install windows media player,it also dont work in windows 10 x64

cDima commented 8 years ago

@CaryFFF Have you installed the .net framework 4.6? https://support.microsoft.com/en-us/kb/2715633

ghost commented 8 years ago

@cDima yes,i have installed the .net framework 4.6

spacentropy commented 8 years ago

Win 10 x64 10.0.10240 doesn't work. Windows Media Player Installed. Also, you can't install .NET Framework 4.6 because Windows 10 already has it out of the box.

ghost commented 8 years ago

my version is win10 x64 10576

cDima commented 8 years ago

What is the error steps to reproduce?

On Nov 5, 2015, at 7:28 AM, spacentropy notifications@github.com wrote:

Win 10 x64 10.0.10240 doesn't work. Windows Media Player Installed. Also, you can't install .NET Framework 4.6 because Windows 10 already has it out of the box.

— Reply to this email directly or view it on GitHub.

spacentropy commented 8 years ago

I don't know really. Do you happen to use Windows 10? I have just downloaded .scr and clicked "Install". Then I received the error when I tried to start the screensaver. I checked what Microsoft suggests in that article - https://yadi.sk/i/I6dp5Q5OkFSwb Also on that page you've linked: 'You can't fix the configuration problem yourself. Contact the app vendor to resolve the issue.'

evonbart commented 8 years ago

Is there any reliable info about why it's triggering every AV software? And I don't mean from the developer - no offense. Has a reliable and impartial 3rd party, vetted the code? XCodeGhost comes to mind among others.

Gatewayy commented 8 years ago

It does NOT trigger any alerts with Kaspersky Internet Security FYI,

Brett Elliff

On Mon, Nov 9, 2015 at 2:26 AM, evonbart notifications@github.com wrote:

Is there any reliable info about why it's triggering every AV software? And I don't mean from the developer - no offense. Has a reliable and impartial 3rd party, vetted the code? XCodeGhost comes to mind among others.

— Reply to this email directly or view it on GitHub https://github.com/cDima/Aerial/issues/3#issuecomment-154995399.

alistairmcmillan commented 8 years ago

@evonbart It doesn't trigger "every AV software". Version 1.1 triggers 11 out of 55. Version 1.2 triggers 4 out of 53. Notably the ones that do flag it pretty much almost all detect it as something generic which means they've just haven't found some specific known malware. It means their are using heuristics to look for suspicious behaviour and think they've found suspicious behaviour. For some reason screensavers regularly get flagged for suspicious behaviour. I've written a few screensavers myself and had similar problems in the past with them being flagged as malicious. Never been able to work out what is triggering the false positives.

And for what its worth, XCodeGhost doesn't make sense in this context. Firstly it was only present in applications that were compiled with a copy of Apple's developer tools sourced from a dubious source. But if anyone had vetted the code for those applications they wouldn't have found anything because the malicious code was inserted at compile time.