Canvas Gradient crashes AM on Mac

Discuss suspected bugs with other users and Sim Innovations Staff

Moderators: russ, Ralph

Post Reply
Message
Author
Mickolodias
Posts: 69
Joined: Mon Sep 13, 2021 3:21 am

Canvas Gradient crashes AM on Mac

#1 Post by Mickolodias »

Trying to _fill_gradient_xxxx causes AM to crash on Mac
Tested with MacMini M1 MacOS 13.0.1 and MacBook Pro MacOS 12.5.1
log.txt has no info on the crash

To test you can run up a new instrument and use the basic example in the wiki:

Code: Select all

canvas_id = canvas_add(0, 0, 200, 200, function()
  -- Create a shape
  _rect(0, 0, 200, 200)

  -- Fill gradient
  _fill_gradient_linear(0, 0, 200, 200, "red", "yellow")
end)
However It works fine in AirPlayer on my Windows 10 Tablet.
I'm one of 'those' mac guys. (and I have no idea why I can't afford to eat)

User avatar
Ralph
Posts: 7878
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Canvas Gradient crashes AM on Mac

#2 Post by Ralph »

We'll give it a try here on our Mac.

User avatar
Corjan
Posts: 2936
Joined: Thu Nov 19, 2015 9:04 am

Re: Canvas Gradient crashes AM on Mac

#3 Post by Corjan »

Hi,


This is a known bug and will be fixed in next update.

We still have to tackle one issue before we will release this update. Expect about 1-2 weeks from now.


Sorry for the inconveniece,

Corjan

Post Reply