gs

Results 4 issues of gs

![wechat_ide](https://user-images.githubusercontent.com/15189827/92587519-5d3fcf80-f2ca-11ea-8d65-4847533de677.png) 下载的是release版本。release的普通版本和兼容版本都试过了。 系统版本ubuntu16.04。 求助,感谢

ubuntu16.04,没有装wine, cli -l登录是ok的,但是不能预览项目。 docker exec -it wxdt cli -p /project_path 报错: StatusCodeError: 400 - "{\"code\":400002,\"error\":\"Please check if project.config.json exists and is valid\"}"

版本是electron-lark-1.1.1.AppImage 查看下kern.log kernel: [ 6585.730940] electron-lark[4583]: segfault at 29340046b000 ip 00007f85e077675c sp 00007ffd6caabe10 error 4 in libappindicator3.so.1.0.0[7f85e076f000+c000]

I'm trying to run blender4.2 with mmd_tool via --background in cli. ```python bpy.ops.mmd_tools.import_vmd(filepath=animation_path) ``` this code throw error ```text Traceback (most recent call last): File "/Users/gs/PycharmProjects/blender-builder/render_video.py", line 77, in main()...