Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System Prefs crashes everytime I select Aerial #325

Closed
kudigaracoder opened this issue Feb 21, 2017 · 9 comments
Closed

System Prefs crashes everytime I select Aerial #325

kudigaracoder opened this issue Feb 21, 2017 · 9 comments
Labels

Comments

@kudigaracoder
Copy link

kudigaracoder commented Feb 21, 2017

Hello,
On the 5K iMac, when I select Aerial from 'Desktop & Screensaver', System Preferences crashes every single time. Crash report attached
crashreport.txt

@alistairmcmillan
Copy link
Collaborator

@kudigaracoder Curious. The important part is the following...

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSConcreteMutableData initWithLength:]: absurd length: 18446744073709551615, maximum size: 9223372036854775808 bytes'

This says it was trying to load something that is 18446744074 GBs in size. The largest video is less than 1 GB so I'm not sure what it's doing here.

If no-one else gets to it before me, I'll send you a version of the screensaver later today with logging so we can see what it's trying to load.

@kudigaracoder
Copy link
Author

👍

@alistairmcmillan
Copy link
Collaborator

@kudigaracoder Please try the version here.

This version of the screensaver will write out to log file called aerial_debug_YOURMACHINENAME_DATESTAMP.log in your /Users/YOURUSERNAME/Documents folder.

Please try running the screensaver two or three times and then either post the output here in a comment or email it to me at alistairmcmillan75@gmail.com.

@kudigaracoder
Copy link
Author

kudigaracoder commented Feb 22, 2017

Thank you @alistairmcmillan. Installed & ran it thrice. Crashed with the same message.
Please find the output attached.
aerial_debug_kudigaracoder_20170222.txt

@alistairmcmillan
Copy link
Collaborator

@kudigaracoder Thanks. So it is getting the manifest okay, but then failing when it tries to download the actual videos.

What happens if you try to open http://a1.phobos.apple.com/us/r1000/000/Features/atv/AutumnResources/videos/b4-2.mov in a web browser?

What happens if you try http://a1.v2.phobos.apple.com.edgesuite.net/us/r1000/000/Features/atv/AutumnResources/videos/b4-2.mov in a web browser?

@kudigaracoder
Copy link
Author

There's the problem.. My company firewall seems to be blocking it. Will check by whitelisting the URLs

@alistairmcmillan
Copy link
Collaborator

@kudigaracoder I suspected it might be that. Usually though the screensaver doesn't crash when its blocked by a firewall. Usually the videos just don't appear. Strange that the firewall is convincing Aerial that it is trying to download a 18446744074 GB file.

Could you tell us which firewall it is? Or show us the error you get in the browser?

@kudigaracoder
Copy link
Author

We use Checkpoint Firewall in the office & the error page it generates is attached.
screen shot 2017-02-22 at 5 52 34 pm

@alistairmcmillan
Copy link
Collaborator

@kudigaracoder Thanks.

If you're unable to get those URLs whitelisted, or get the file type unblocked which seems to be what its objecting to, you could try caching the videos on another network if you're on a laptop or on another machine and transfer them over if you're on a desktop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants