GDL
About building parametric objects with GDL.

Constant crash when changing pen attributes AC24

jc4d
Expert

Hello,

 

I'm having a constant crash on my ac24 when I try to change the lines or fills in my custom gdl object. I have reduced to the minimum and still the crash is replicable.

Since yesterday I have sent the bug reports because ac force me to, here is the bug number:
AC24-2022-05-25-05-32-48-9545

 

It doesn't crash by one specific value, it is random when changing few of them.

https://www.youtube.com/watch?v=KuxCt8GlfxE 

 

Here is the object: (I had to use wetransfer because the forum is not letting me upload the object)

https://we.tl/t-DFoKchflC2 

 

The code is this if you don't want to download the object:

PEN penAttribute_1
FILL gs_fill_type
SET LINE_TYPE lineTypeAttribute_1

GOSUB 100


END

100:
poly2_b{5}       5,      2,      1,      3,     gs_fill_pen,     -1, 
                   0,            0,            1,            0,            0,            1,            0, 
                   0,            0,     33, 
                   0,        -0.02,     33, 
        0.05200001438073,        -0.02,     33, 
        0.05200001438073,            0,     33, 
                   0,            0,     33
RETURN

att.JPG

 

Juan

14 REPLIES 14
A_ Smith
Expert

Try to change parameter "gs_fill_pen" to its PEN type, not FILL ?

AC 22, 24 | Win 10

Thanks, sadly it keeps crashing here 😞

And lineTypeAttribute_1 should be a 'line' type parameter and not a 'pen'.

 

Barry.

One of the forum moderators.
Versions 6.5 to 27
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

Thank you I missed that one too 😑

It keeps crashing to me.

hm... what about status code? why it is 33? what if you switch it to 15 and to -1 in the last row ?

AC 22, 24 | Win 10

That status came from dragging the poly from the floorplan to the 2d script.
I changed just in case and no difference 😞

I just downloaded your object and tried it in 25.

Once I fixed the parameter types it seems to be working just fine for me.

 

There is no perimeter on the polygon, but if you change it to ... poly2_b{5} 5,3,..........

there will be.

 

Barry.

One of the forum moderators.
Versions 6.5 to 27
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

Thank you for checking it out, sadly I need to keep using 24 since is a multi office project and we need to keep using the same version.
And no matter what I try, even writting a new script on a blank new ac instance, it crashes or just freeze and I need to force quit ac.

 

 

it doesn't crash, at least after 30 sec of changing...

https://drive.google.com/file/d/17kSgy8x_cpVO_QsVwV9OE4Yuv71Lqj7H/view?usp=drivesdk

 

though i have 'spining circle' when choosing fills, but it doesn't crash

AC 22, 24 | Win 10

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!