cDima / Aerial

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

Error: Aerial has stopped working when connecting to Apple URL #115

Open khoait opened 7 years ago

khoait commented 7 years ago

Hi,

I'm using Windows 10 Pro. The screensaver doesn't work after installation. So I decided to download the code and play around.

I've disabled most of the mouse, key events, and display rendering, just let the form loaded as a normal window. I've tried to set URL property with different locations:

It's working for the first two, but with Apple Urls it shows error: "Aerial has stopped working" error

Here is the event log eventlog

I also tried opening the Apple URL in Windows Media Player, and it worked.

Not sure what is wrong, maybe something with the AxWMPLib.AxWindowsMediaPlayer :(

cDima commented 7 years ago

I would think it's blocked by a defender. I would think a large try catch block on the form level (getting the URL actually) would reveal something more exact.

On Thu, Mar 9, 2017, 6:46 AM khoait notifications@github.com wrote:

Hi,

I'm using Windows 10 Pro. The screensaver doesn't work after installation. So I decided to download the code and play around.

I've disabled most of the mouse, key events, and display rendering, just let the form loaded as a normal window. I've tried to set URL property with different locations:

It's working for the first two, but with Apple Urls it shows error: "Aerial has stopped working" [image: error] https://cloud.githubusercontent.com/assets/8686497/23754907/3cad17e6-0511-11e7-97ae-1d0d97ecf78b.png

Here is the event log [image: eventlog] https://cloud.githubusercontent.com/assets/8686497/23755036/b4a86070-0511-11e7-8c89-8fcf41c5bd85.png

Not sure what is wrong :(

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cDima/Aerial/issues/115, or mute the thread https://github.com/notifications/unsubscribe-auth/AADl3ZJ8qxnI1i_a-ixpr17sgvJ_V1dXks5rkBDOgaJpZM4MYLGQ .

khoait commented 7 years ago

I tried to put try catch block to every methods in the form still unable to catch any exception. The error only comes up when I hit play. I also tried to turn off autoStart, and call player.Ctlcontrols.play(); right after I set the URL, but it doesn't catch the exception.

I also tried turning off the Windows Defender as well as Firewall, but no luck.

khoait commented 7 years ago

Hi,

I tried to download the video from Apple URL. It's a .mov file and when I set the URL to the downloaded file, still error. I can open the file in Windows Media Player though. Weird.