-
1. Re: Using the advanced telemetry Python script (unrecognized signature)
Mailys6 Jan 7, 2013 2:56 AM (in response to xTLS)I've got the same error. But I use Flash Pro CS6 and compile for Flash Player 11.4
I correct tabs and spaces too in the script file but I don't undestand why my swf is "Bad".
Do you find a solution ?
-
2. Re: Using the advanced telemetry Python script (unrecognized signature)
xTLS Jan 7, 2013 1:30 PM (in response to Mailys6)No, I haven't found a solution.
-
3. Re: Using the advanced telemetry Python script (unrecognized signature)
Gaurav J Jan 7, 2013 1:39 PM (in response to xTLS)We are looking into this and will get back to you..
What platform are you on? and how are you invoking python?
-Gaurav
-
4. Re: Using the advanced telemetry Python script (unrecognized signature)
xTLS Jan 7, 2013 2:16 PM (in response to Gaurav J)Windows 7 Professional 64-bit, Python 3.3.0 through command line
-
5. Re: Using the advanced telemetry Python script (unrecognized signature)
SrinivasAnnam Jan 7, 2013 2:12 PM (in response to xTLS)Hi,
I have converted all space based indentations to tabs in the attached script and it works fine for all the SWFs that I tried.
Could you please give this a try with your SWFs and let us know if it works ?
Dowload link - https://docs.google.com/open?id=0B_py8ocVzd4edG51cEN3MkhPbWM
If it still does not work, can you send us below details and a sample SWF if possible.
1. OS : Win / Mac version
2. Version of Python
3. Compiler / IDE / SDK used to generate the SWF
Thanks
Srinivas
-
6. Re: Using the advanced telemetry Python script (unrecognized signature)
xTLS Jan 7, 2013 2:22 PM (in response to SrinivasAnnam)Hi Srinivas,
Thanks for fixing the typos. The script still doesn't work for me; however, I just noticed this issue: https://github.com/adamcath/telemetry-utils/issues/4 which appears identical to the issue I'm experiencing. I don't fully understand how to implement the fix he is describing. Could you do that?
Thanks.
-
7. Re: Using the advanced telemetry Python script (unrecognized signature)
SrinivasAnnam Jan 7, 2013 4:38 PM (in response to xTLS)Hi,
I'm able to reproduce your issue on Win 7 64 bit with Python 3.3
Looks like this is due to the changes that happened in Python 3.0 - http://python3porting.com/problems.html
I have fixed it now and it should work fine in 2.6 and above (including 3.3)
It would be great if you can try this script and let us know if it works fine now - https://docs.google.com/open?id=0B_py8ocVzd4ec3BtNGtFQ1gxWGs
Thanks
Srinivas
-
8. Re: Using the advanced telemetry Python script (unrecognized signature)
xTLS Jan 8, 2013 4:45 PM (in response to SrinivasAnnam)Seems to be working, thanks Srinivas!
EDIT: Well, I'm getting the live graphing in the frame time/memory/events windows, but I don't get any other Telemetry data (no values displayed in Summary panel, Top Activities panel, Activity Sequence panel, Actionscript panel, Displaylist Rendering panel) even though I have these features checked on the far left. Do you know why that might be?
-
9. Re: Using the advanced telemetry Python script (unrecognized signature)
SrinivasAnnam Jan 8, 2013 4:51 PM (in response to xTLS)Hi,
Glad that the new scipt worked fine.
Data in panels like Summary, Top activities is updated based on your selection.
You need to select a frame or do "Edit->Select All" in order for other panels to show data.
Please try and let me know.
- Srinivas
-
10. Re: Using the advanced telemetry Python script (unrecognized signature)
Mailys6 Jan 9, 2013 5:28 AM (in response to SrinivasAnnam)Great ! The script works fine, there is no errors anymore. Thanks a lot !
However, in Adobe Scout, telemetry is always disabled in the panel "Session informations".
I've got a preloader.swf that loads my game.swf. I apply the script on both but I can't see anything on Scout. But I see DisplayList options and all my functions with execution time.
Do you know why ?
-
11. Re: Using the advanced telemetry Python script (unrecognized signature)
Gaurav J Jan 9, 2013 10:48 AM (in response to Mailys6)What version of the runtime are you using?
The minimum required versions are:
- Flash Player 11.4 or higher
- Adobe AIR 3.4 or higher
Thanks,
Gaurav


