Page 1 of 1

Help. Usine crash / double global array data

Posted: 22 Jun 2024, 08:55
by Seb_Brun
Hi guys.
I'm working hard for a project starting on monday, and yesterday just before going to sleep I made a new patch with, what i think cause Usine to crash, two similar global array data.
Is there any way to delete a patch without opening Usine ? In the code or somewhere ?
Thanks, thanks.
S.

Re: Help. Usine crash / double global array data

Posted: 22 Jun 2024, 14:27
by SylvainT
Hello Seb,
Having two Global Arrays with the same name won’t work for sure. But it shouldn't crash Usine at startup.
You can try to open your workspace with a text editor (Visual Studio Code is good for that), find the Global Array, delete the corresponding lines and save (under a new name).
If you don't succeed, share your wkp and I'll try to help you.
Best
Sylvain

Re: Help. Usine crash / double global array data

Posted: 22 Jun 2024, 15:47
by SylvainT
Do not delete the lines, just rename your Global Array 🙏

Re: Help. Usine crash / double global array data

Posted: 24 Jun 2024, 20:36
by Seb_Brun
Thanks a lot.