Thread
:
[HELP] Panorama
View Single Post
Rob1n
2010-12-16 , 10:27
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.
Quote & Reply
|
The Following User Says Thank You to Rob1n For This Useful Post:
Mentalist Traceur
Rob1n
View Public Profile
Send a private message to Rob1n
Find all posts by Rob1n