Thread: [HELP] Panorama
View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#16
All I can suggest is downloading and installing strace (it's in the SDK repository and has no dependencies, so it's easiest just to download the .deb file and install with "dpkg -i") and running:
Code:
strace -ff -o trace_panorama /usr/bin/panorama
Then run through trying to create a panorama. Then exit and upload all the trace_panorama.* files here. They'll show all the system calls made by panorama as it's running - hopefully that'll provide some indication of where it's failing.
 

The Following User Says Thank You to Rob1n For This Useful Post: