Page 1 of 1

[FIXED][Manialink Designer] Crash when modifying pos

Posted: 18 Jun 2015, 20:51
by Darkminus
Hello!

I've got a crash when modifying posn attribute.
It happens when I do modify it in the script part and then (without clicking) I move the mouse to the visual part.

Here's a test manialink to reproduce the crash :

Code: Select all

    
<frame posn="-60 17 0" hidden="0" id="Frame_BlueStats">
  <label posn="3.75 -5.5 2" sizen="8.5 4" text="L. ACC" style="TextButtonMedium" textsize="1" scale="0.6" halign="center"/>
</frame>
Just modify the label posn (for example remove -5.5 and rewrite it), then move the mouse to the visual part => Crash.

I really need the manialink designer. It's a very nice feature. As I'm very bad at design, it helps me a lot to make static part of my game manialinks! I hope it will be fixed soon :)

Thank you in advance for your help :thx:

Re: [06/18 Update][Manialink Designer] Crash when modifying

Posted: 19 Jun 2015, 10:15
by noyranea
Hi Darkminus,

the bug behind this crash has been found and fixed.

Thank you for the report and the reproducing Manialink code (which actually helped a lot reproducing the crash).

Have a nice day,

-- noyranea

Re: [06/18 Update][Manialink Designer] Crash when modifying

Posted: 19 Jun 2015, 12:24
by Darkminus
noyranea wrote:Hi Darkminus,

the bug behind this crash has been found and fixed.

Thank you for the report and the reproducing Manialink code (which actually helped a lot reproducing the crash).

Have a nice day,

-- noyranea
Thank you ! :thx: