Zsj

Results 2 comments of Zsj

看了崩溃日志,估计是dhcpcsvc.dll这个库导致的崩溃,我在winecfg里面设置成“内建先于原装”之后就不崩溃了。不过这样一来,群公告、相册这些功能就没法用了。 亲测语音通话可用。仅供参考。 ![winecfg](https://user-images.githubusercontent.com/33047141/100352174-91a06d80-3027-11eb-8588-33c376679281.png)

Hi, I solved the problem by adding a C_FLAGS parameter, add the following line to ```CMakeLists.txt``` in ```third_party/mmg/```: ``` SET(CMAKE_C_FLAGS " -fcommon ${CMAKE_C_FLAGS}") ``` The solution comes from [https://bbs.archlinux.org/viewtopic.php?id=255772](https://bbs.archlinux.org/viewtopic.php?id=255772)