mankouzhuya

Results 9 comments of mankouzhuya

修改awt_config.py之后重新编译,还是报段错误 ![image](https://user-images.githubusercontent.com/11942405/146302809-31703bab-4b58-44b1-bec9-88af3d9bba81.png)

切换为Ubuntu系统好了。应该是deepin系统有问题 ![image](https://user-images.githubusercontent.com/11942405/146889723-835b7ff1-bfbc-4d7b-b3a8-e2ef8a660ee9.png)

项目还在维护吗,准备入坑了

commandline: captura-cli start --cursor --encoder ffmpeg:0 - f test.mp4 when i run the commandline with v9.0_beta4。the console print 'NullReferenceException'。 details: Captura v9.0.0 (c) 2020 Mathew Sachin Video Buffer Allocated: 2160000...

我这边的错误原因找到了,是这个项目依赖作者另外一个USmallFlat的项目,编译的时候会动态的去下载USmallFlat工程的源码 ,USmallFlat工程里面的test_access.cpp会报头文件找不到的错误。我的解决办法是直接把动态下载的源码该一下,然后在执行make命令

![image](https://github.com/Ubpa/UDRefl/assets/11942405/2e0d45c1-c8f1-4189-ba8d-713d452ee8db) zhe'liang'g这两个文件都会报头文件不存在的错误,反正是单元测试,我直接简单粗暴的把这两文件的内容注销了。然后编译通过