Sean Meighan

Software => xLights Convert => Topic started by: beatlerat on July 04, 2021, 07:15:26 PM

Title: VSA Import Error
Post by: beatlerat on July 04, 2021, 07:15:26 PM
I am getting the "Unsupported Event Type! Halted".  Then follows the following pop-up.  My VSA files are older perhaps v.4.0, but they still should import.  I am including one of my files if you could take a look.  Thanks.
Title: Re: VSA Import Error
Post by: keithsw1111 on July 16, 2021, 01:19:07 AM
That VSA file is not a supported version. None of the header fields line up with what our code expects.

This is an example of a valid file:

2021-07-16 17:17:55,241 20544 log_base [DEBUG] Reading C:\Users\keith\Documents\Stash\xLights Development\VSA\bone.vsa.
2021-07-16 17:17:55,241 20544 log_base [DEBUG]     Version 1B2FDD24 06011440 01000000.
2021-07-16 17:17:55,242 20544 log_base [DEBUG]     Level Hobbyist.
2021-07-16 17:17:55,242 20544 log_base [DEBUG]     options ????????.
2021-07-16 17:17:55,243 20544 log_base [DEBUG]     email info@skulltronix.com.
2021-07-16 17:17:55,243 20544 log_base [DEBUG]     events 4202.
2021-07-16 17:17:55,243 20544 log_base [DEBUG]     event type CEventBarLinear.

and this is what your file produces:

2021-07-16 17:18:43,807 20544 log_base [DEBUG] Reading C:\Users\keith\Downloads\Re-Your Brains-J_NTR1.vsa.
2021-07-16 17:18:43,808 20544 log_base [DEBUG]     Version 54E3A59B C4201040 179F9F98.
2021-07-16 17:18:43,808 20544 log_base [DEBUG]     Level ????????????????? QAFGJAB@7XQ\'.
2021-07-16 17:18:43,808 20544 log_base [DEBUG]     options .
2021-07-16 17:18:43,809 20544 log_base [DEBUG]     email .
2021-07-16 17:18:43,809 20544 log_base [DEBUG]     events 2147549184.
2021-07-16 17:18:43,809 20544 log_base [DEBUG]     event type .


Title: Re: VSA Import Error
Post by: Gilrock on July 19, 2021, 10:13:16 AM
As far as I know the VSA file format technically is proprietary.  I used information from the Skulltronix guy for the file formats and it was working with all the file he gave me.