Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub Array Problems #6

Open
olicrump opened this issue Aug 7, 2021 · 4 comments
Open

Sub Array Problems #6

olicrump opened this issue Aug 7, 2021 · 4 comments

Comments

@olicrump
Copy link

olicrump commented Aug 7, 2021

Attempting to use this on a large file (18 arrays + sub) created in windows (Arraycalc v10.18.3) and it threw an error at line 785 of r1py.py saying the list was out of range. Removed the sub array and it worked, added it back in on mac (AC v10.18.1) and it successfully processed the file but still didn't add the sub array to the auto-created pages.

I can't supply the exact files because of an NDA, but the error is apparently repeatable with any file generated on windows, but doesn't occur if the file was built on a mac. Any ideas what the issue might be?

@lachlancresswell
Copy link
Owner

Just tested a new project in AC 10.18.1 on Windows 19042.1110 with 20 L/R arrays and a 40x2 sub array without any issues. Can you try a blank project with the same array sizes and amount and see if it fails too? I haven't come across any differences between Windows and Mac dbpr files yet so it isn't immediately obvious why it failed in Windows.

@olicrump
Copy link
Author

olicrump commented Aug 11, 2021

AutoR1 Test Win10 18.3.dbpr.zip

Hi lachyc, here's a file that throws the error:

  File "/Users/Oli/Downloads/AutoR1-master/autor1.py", line 90, in <module>
    r1.createMasterView(projFile, tempFile);

  File "/Users/Oli/Downloads/AutoR1-master/r1py.py", line 785, in createMasterView
    tId = chGrp.channels[0].targetId

IndexError: list index out of range

Could be an 18.3 thing specifically?

@lachlancresswell
Copy link
Owner

@olicrump I've done an overhaul of the code base this last week. Could you give the v1.7.0 beta a go - https://github.com/lachyc/AutoR1/releases/tag/v1.7.0

@olicrump
Copy link
Author

olicrump commented Aug 25, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants