ADSR hangs and then freezes

Mk2 v3.5 - ADSR bug - ADSR detail view works fine on first use, then when I come back the Attack control hangs, then when I come back again the whole unit freezes. I’m using the USB Device port only and the unit is not receiving MIDI.

Video here: https://youtu.be/-kNBB52RXik

Preset attached.
ADSR_bug.epr (4.1 KB)

EDIT: I’m able to repro with a preset that only has a single ADSR control and isn’t even connected to a computer, just USB power.

Seems like the same issue that was posted here: Envelopes freezing in firmware 3.1.7

But my unit is running v3.5 firmware.

Hi, thanks for the video! It is clear what is happening. I will review and work on the issue this week. I will let you know as soon as the fix is included in the firmware.

3 Likes

I might have the same experience, so looking forward to assist in testing

Awesome, thanks @martin ! Let me know know if you need anything else.

Same problem here with a MKI…

I’ve been adding a **collectgarbage(“count”) to one of my presets. The amount of memory was going between 55.2 and 57 KB (if I’m reading this right?) , even if I threw the max amount om modulation to it. The effect of an enforced garbage collection was noticeable, yet minimal.

You see the varying memory usage in the log below.
But… the moment I opened up an envelope editor, it start getting “number has no integer representation” errors, and after about hundred of these, I got an out-of-memory, and the E1 freezes.

By the way, the instruction on line 538 should normally not get into integer representation issues, as egVal is never assigned nil. But perhaps the math library is getting into issues? Or it’s a sign memory was already messed up.
parameterMap.set(deviceId, PT_VIRTUAL,209,math.floor(127+egVal*127)) -- show result egVal is -1..+1

Here’s part 1 of the log from just before to just after the freeze:

20:49:35.791 lua: 55.63574
20:49:35.812 lua: 55.61133
20:49:35.837 lua: 55.61133
20:49:35.842 lua: 55.63574
20:49:35.862 lua: 55.61133
20:49:35.866 lua: 55.63574
20:49:35.912 lua: 55.61133
20:49:35.937 lua: 55.61133
20:49:35.962 lua: 55.61133
20:49:35.967 lua: 55.63574
20:49:35.987 lua: 55.61133
20:49:35.993 lua: 55.63574
20:49:36.013 lua: 55.61133
20:49:36.039 lua: 55.61133
20:49:36.042 lua: 55.63574
20:49:36.064 lua: 55.61133
20:49:36.069 lua: 55.63574
20:49:36.089 lua: 55.71973
20:49:36.114 lua: 55.61133
20:49:36.139 lua: 55.61133
20:49:36.143 lua: 55.63574
20:49:36.165 lua: 55.61133
20:49:36.190 lua: 55.61133
20:49:36.194 lua: 55.63574
20:49:36.245 lua: 55.61133
20:49:36.248 lua: 55.63574
20:49:36.355 lua: 55.61133
20:49:36.406 lua: 55.61133
20:49:36.463 lua: 55.61133
20:49:36.514 lua: 55.61133
20:49:36.567 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.575 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.583 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.593 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.607 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.616 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.631 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.644 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.656 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.664 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.670 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.677 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.680 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.683 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.687 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.690 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.693 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.697 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.700 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.703 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.706 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.710 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.713 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.716 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.719 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.723 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.726 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.729 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.732 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.735 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.738 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.741 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.745 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.748 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.751 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.754 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.757 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.760 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.763 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.766 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.769 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.772 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.776 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.781 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.785 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.789 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.792 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.795 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.798 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.803 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.806 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.809 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.812 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.815 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.819 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.822 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.825 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.828 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.831 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.834 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.837 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.841 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.844 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.848 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.851 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.854 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.857 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.860 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.864 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.867 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.870 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.873 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.877 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.880 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.886 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.890 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.894 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.897 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number er representation)
20:49:36.900 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.904 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.907 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.911 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.914 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.917 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.921 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.924 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.927 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.931 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.934 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.938 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.941 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.961 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.964 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.968 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.971 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.975 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.978 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.982 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.985 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.992 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:36.996 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.000 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.006 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.010 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.014 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.017 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.021 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.025 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.028 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.032 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.035 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.038 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.041 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.045 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.048 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.052 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.055 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.058 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.061 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.064 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.068 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.071 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.074 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.077 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.081 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.084 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.088 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.091 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.097 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.101 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.105 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.109 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.112 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.115 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.119 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.123 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.126 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.129 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.133 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.136 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.140 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.143 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.146 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.150 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.153 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.157 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.160 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.164 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.167 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.171 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.174 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.178 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.181 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.185 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.188 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.192 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.196 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.202 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.206 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.210 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.214 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.217 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.221 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.224 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.228 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.231 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.235 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.239 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.242 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.246 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.249 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.253 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.256 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.260 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.264 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.267 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.271 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.275 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.279 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.282 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)

Here’s part 2

20:49:37.286 error running function 'timer.callback': ctrlv2/p005.lua:538: bad argument #-1 to 'set' (number has no integer representation)
20:49:37.290 error running function 'timer.callback': not enough memory
20:49:37.293 error running function 'timer.callback': not enough memory
20:49:37.297 error running function 'timer.callback': not enough memory
20:49:37.301 error running function 'timer.callback': not enough memory
20:49:37.308 error running function 'timer.callback': not enough memory
20:49:37.313 error running function 'timer.callback': not enough memory
20:49:37.316 error running function 'timer.callback': not enough memory
20:49:37.321 error running function 'timer.callback': not enough memory
20:49:37.324 error running function 'timer.callback': not enough memory
20:49:37.328 error running function 'timer.callback': not enough memory
20:49:37.331 error running function 'timer.callback': not enough memory
20:49:37.335 error running function 'timer.callback': not enough memory
20:49:37.339 error running function 'timer.callback': not enough memory
20:49:37.344 error running function 'timer.callback': not enough memory
20:49:37.347 error running function 'timer.callback': not enough memory
20:49:37.351 error running function 'timer.callback': not enough memory
20:49:37.355 error running function 'timer.callback': not enough memory
20:49:37.359 error running function 'timer.callback': not enough memory
20:49:37.363 error running function 'timer.callback': not enough memory
20:49:37.366 error running function 'timer.callback': not enough memory
20:49:37.370 error running function 'timer.callback': not enough memory
20:49:37.374 error running function 'timer.callback': not enough memory
20:49:37.378 error running function 'timer.callback': not enough memory
20:49:37.381 error running function 'timer.callback': not enough memory
20:49:37.385 error running function 'timer.callback': not enough memory
20:49:37.389 error running function 'timer.callback': not enough memory
20:49:37.393 error running function 'timer.callback': not enough memory
20:49:37.396 error running function 'timer.callback': not enough memory
20:49:37.400 error running function 'timer.callback': not enough memory
20:49:37.404 error running function 'timer.callback': not enough memory
20:49:37.411 error running function 'timer.callback': not enough memory
20:49:37.416 error running function 'timer.callback': not enough memory
20:49:37.420 error running function 'timer.callback': not enough memory
20:49:37.427 error running function 'timer.callback': not enough memory
20:49:37.431 error running function 'timer.callback': not enough memory
20:49:37.435 error running function 'timer.callback': not enough memory
20:49:37.439 error running function 'timer.callback': not enough memory
20:49:37.443 error running function 'timer.callback': not enough memory
20:49:37.447 error running function 'timer.callback': not enough memory
20:49:37.450 error running function 'timer.callback': not enough memory
20:49:37.454 error running function 'timer.callback': not enough memory
20:49:37.458 error running function 'timer.callback': not enough memory
20:49:37.462 error running function 'timer.callback': not enough memory
20:49:37.465 error running function 'timer.callback': not enough memory
20:49:37.469 error running function 'timer.callback': not enough memory
20:49:37.473 error running function 'timer.callback': not enough memory
20:49:37.476 error running function 'timer.callback': not enough memory
20:49:37.480 error running function 'timer.callback': not enough memory
20:49:37.484 error running function 'timer.callback': not enough memory
20:49:37.488 error running function 'timer.callback': not enough memory
20:49:37.491 error running function 'timer.callback': not enough memory
20:49:37.495 error running function 'timer.callback': not enough memory
20:49:37.499 error running function 'timer.callback': not enough memory
20:49:37.503 error running function 'timer.callback': not enough memory
20:49:37.506 error running function 'timer.callback': not enough memory
20:49:37.510 error running function 'timer.callback': not enough memory
20:49:37.517 error running function 'timer.callback': not enough memory
20:49:37.522 error running function 'timer.callback': not enough memory
20:49:37.526 error running function 'timer.callback': not enough memory
20:49:37.529 error running function 'timer.callback': not enough memory
20:49:37.533 error running function 'timer.callback': not enough memory
20:49:37.537 error running function 'timer.callback': not enough memory
20:49:37.541 error running function 'timer.callback': not enough memory
20:49:37.545 error running function 'timer.callback': not enough memory
20:49:37.549 error running function 'timer.callback': not enough memory
20:49:37.553 error running function 'timer.callback': not enough memory
20:49:37.557 error running function 'timer.callback': not enough memory
20:49:37.561 error running function 'timer.callback': not enough memory
20:49:37.565 error running function 'timer.callback': not enough memory
20:49:37.569 error running function 'timer.callback': not enough memory
20:49:37.572 error running function 'timer.callback': not enough memory
20:49:37.576 error running function 'timer.callback': not enough memory
20:49:37.580 error running function 'timer.callback': not enough memory
20:49:37.584 error running function 'timer.callback': not enough memory
20:49:37.588 error running function 'timer.callback': not enough memory
20:49:37.592 error running function 'timer.callback': not enough memory
20:49:37.595 error running function 'timer.callback': not enough memory
20:49:37.599 error running function 'timer.callback': not enough memory
20:49:37.603 error running function 'timer.callback': not enough memory
20:49:37.607 error running function 'timer.callback': not enough memory
20:49:37.610 error running function 'timer.callback': not enough memory
20:49:37.614 error running function 'timer.callback': not enough memory
20:49:37.621 error running function 'timer.callback': not enough memory
20:49:37.626 error running function 'timer.callback': not enough memory
20:49:37.630 error running function 'timer.callback': not enough memory
20:49:37.633 error running function 'timer.callback': not enough memory
20:49:37.638 error running function 'timer.callback': not enough memory
20:49:37.642 error running function 'timer.callback': not enough memory
20:49:37.646 error running function 'timer.callback': not enough memory
20:49:37.650 error running function 'timer.callback': not enough memory
20:49:37.654 error running function 'timer.callback': not enough memory
20:49:37.658 error running function 'timer.callback': not enough memory
20:49:37.662 error running function 'timer.callback': not enough memory
20:49:37.666 error running function 'timer.callback': not enough memory
20:49:37.670 error running function 'timer.callback': not enough memory
20:49:37.674 error running function 'timer.callback': not enough memory
20:49:37.678 error running function 'timer.callback': not enough memory
20:49:37.681 error running function 'timer.callback': not enough memory
20:49:37.686 error running function 'timer.callback': not enough memory
20:49:37.689 error running function 'timer.callback': not enough memory
20:49:37.693 error running function 'timer.callback': not enough memory
20:49:37.697 error running function 'timer.callback': not enough memory
20:49:37.701 error running function 'timer.callback': not enough memory
20:49:37.705 error running function 'timer.callback': not enough memory
20:49:37.709 error running function 'timer.callback': not enough memory
20:49:37.713 error running function 'timer.callback': not enough memory

I would love to make a release to resolve this. I will be able to do that early next week. I am not in the workshop currently though. Releasing it without being able to provide proper support in case of problems feels too risky.

1 Like

Whenever you are ready is the right time :wink:

1 Like

Any news on this one? The E1 is basically unusable right now.

The firmware 3.5.4 for mk1 has been released last night. It brings the fix for it. Plus some other minor fixes. mk2 firmware will be released shortly, extra testing is needed there as there are many more changes.

2 Likes

Firmware v3.5.4 for mk2 is out now too. Amongst others, the envelope issue is resolved in this version.

1 Like