Makeblock-official / mDrawBot

mDrawbot is a four-in-one drawing robotic kit, you can assembly into 4 different configuration drawing robots, learn more from Makeblock official website
http://www.makeblock.com
GNU General Public License v3.0
201 stars 149 forks source link

mDraw Mac, XY Plotter: `Abort trap: 6` when opening SVG file #59

Open moeffju opened 6 years ago

moeffju commented 6 years ago

Using mDraw V1.2.2 201607201019.app with the XY Plotter, some SVG files cause mDraw to crash when opening the file. All I get on the console is Abort trap: 6.

System logs only give me these two lines:

Jan 11 12:36:54 Sabre mDraw[87330]: assertion failed: 16G1114: libxpc.dylib + 74307 [BF896DF0-D8E9-31A8-A4B3-01120BFEEE52]: 0x87

How can I get more debugging info or fix this error?

ploenne commented 5 years ago

fix is here: https://github.com/Makeblock-official/mDrawBot/pull/60 but it seems nobody cares anymore you can try to convert all Uppercase 'Z' to lowercase 'z' in the svg file, using a simple texteditor.

moeffju commented 5 years ago

cc @bigeyex or anyone still active here?