Giter Club home page Giter Club logo

majsoul-plus's People

Contributors

aoarashi1988 avatar davinais avatar dependabot[bot] avatar fa93hws avatar fr0stbyter avatar hyunrealshadow avatar iamapig120 avatar iamtakingiteasy avatar linwownil avatar molingyu avatar rishubil avatar t2hhbmek avatar uetcis avatar yesterday17 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

majsoul-plus's Issues

[BUG] 不能保存用户数据

Bug 描述
关闭窗口之后再打开就需要重新登录,设置也都变成了默认设置

预期行为
前几天还都是可以正常保存用户数据的

客户端信息 (请完善以下信息):

  • 操作系统: Windows 7 64bit
  • 系统架构 x64
  • 版本号 1.11.1

我尝试替换牌,无法替换

{
  "name": "粉红牌",
  "author": "",
  "description": "雀魂-改牌-粉红",
  "replace": [
  {
      "from": "/0/[^/]+/res/atlas/myres2/mjp/ui\\.png",
      "to": "/0/v0.4.1.w/res/atlas/myres2/mjp/mjp_default/ui\\.png"
	  },
	{
		"from": "/0/[^/]+/scene/Assets/Resource/mjpai/([^/]+)\\.png",
		"to": "/0/v0.4.1.w/scene/Assets/Resource/mjpai/mjp_default/$1.png"
	}
  ]
}

[feature request] TypeScript重构

从原 #59 迁移。

重构

  • 将根目录下的文件 ts 化
  • 将 bin 目录下的文件 ts 化
  • 将 manager 目录下的文件 ts 化

主进程

  • config
  • i18n
  • utils
  • index
  • mod (现 resourcepack)
  • execute (现 extension)

窗口

  • ManagerWindow
  • GameWindow
  • AudioWindow
  • ToolWindow

ToolWindow 的沙箱

  • Buffer
  • __dirname
  • __appdata
  • globalPath
  • fs
  • path

渲染进程

  • InfoCard
  • Panel
  • Network
  • Ping
  • Update
  • ResourcePacks
  • Extensions
  • Tools
  • Setting
  • About
  • main

Common

  • Card
  • ButtonCard
  • CheckBoxCard
  • CardList

Extra

  • darkMode
  • springFestivalTheme

增强

  • 加入 json-schema
  • 使用更轻量的 koa.js 替代 express
  • 使用类似 koa.js 中间件的形式处理插件逻辑 直接将扩展代码注入至 code.js 前后
  • 加入类似 vscodeportable方案

修改

  • 统一构建工具为 electron-builder
  • 使用 electron-builder--publish 发布到 release (GITHUB_TOKEN 环境变量须修改为 GH_TOKEN)
  • 更改代码 lint 工具为 tslint
  • 移除 gulp

个人测试

  • Manjaro (based on ArchLinux) 下测试
  • 浏览器端测试
  • 局域网内其他浏览器端测试

[BUG] Hardware acceleration broken on certain GPUs

Bug 描述
At least on my particular computer and OS (see specs below), I get the error message, "Laya3D init error,must support webGL!" in a pop-up shortly after I click Launch Game. I figured out that I could get past that error message if I opened the app with the following command in a terminal:

$ open -a Majsoul\ Plus --args --ignore-gpu-blacklist

So, by using Electron command line argument for ignoring the GPU blacklist, I was able to log into majsoul. However, when I went to spectate a game, I got a bunch of black bars over the screen (see image below). Turning off GPU acceleration in the settings did not help. In fact, even when ignoring the GPU blacklist, I got the webGL error message again. Any ideas what I can try to get majsoul-plus working on this particular computer? I got it working on another Mac, but I'm pretty sure it's because it has a non-blacklisted GPU.

如何重现
以下为重现步骤:

  1. Use a Mac with a blacklisted GPU (see specs below for example).
  2. Use the above command to open majsoul-plus without GPU blacklisting.
  3. Trying launching a majsoul game with all combinations of the GPU related toggles in the majsoul settings pane ("Disable GPU acceleration" and "Enable GPU in-process"). The error message only appears when the "Disable GPU acceleration" button is toggled.

预期行为
I expect majsoul-plus to work comparably to how it runs in Chrome. In other words, no black bars and other bad renderings.

截图
Black bars over game

客户端信息 (请完善以下信息):

  • 操作系统: macOS Sierra v10.12.6 on MacBook Pro (13-inch, Early 2011)
  • 系统架构: x86
  • 版本号: majsoul-plus v1.11.1 and v1.11.2

备注
For what it's worth, I get the same black bar overlay when I try to run majsoul in Firefox. For some reason, even though hardware acceleration is enabled in both Chrome and Firefox on my computer, majsoul plays fine in Chrome, but not Firefox.

[feature request] 插件开发调试,无法import require的问题

您是在使用中遇到了什么问题导致的您提交功能建议么?如果是,请描述您遇到的问题
1.开发插件时,多个js模块文件,如用es6语法进行export和import,无法正常运行。
2.是否能够require node.js的os等库,便于进行截图保存,牌谱文本导出等?
3.是否能够进行重新加载脚本调试,而不是每次重新打开浏览器?

备注
如果已经能够完成上述功能,希望能提供开发手册

Fails to build on Manjaro

log:
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle [email protected]prestart: [email protected]
6 info lifecycle [email protected]
start: [email protected]
7 verbose lifecycle [email protected]start: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]
start: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/arsdragonfly/majsoul-plus-client/node_modules/.bin:/home/arsdragonfly/bin:/usr/local/bin:/home/arsdragonfly/.local/bin:/home/arsdragonfly/.cabal/bin:/home/arsdragonfly/.stack/programs/x86_64-linux/ghc-tinfo6-8.6.3/bin:/home/arsdragonfly/.cabal/bin/:/home/arsdragonfly/.stack/programs/x86_64-linux/ghc-tinfo6-8.6.3/bin:/home/arsdragonfly/.cabal/bin/:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
9 verbose lifecycle [email protected]start: CWD: /home/arsdragonfly/majsoul-plus-client
10 silly lifecycle [email protected]
start: Args: [ '-c',
10 silly lifecycle 'cross-env NODE_ENV=development electron . --enable_logging' ]
11 silly lifecycle [email protected]start: Returned: code: 1 signal: null
12 info lifecycle [email protected]
start: Failed to exec start script
13 verbose stack Error: [email protected] start: cross-env NODE_ENV=development electron . --enable_logging
13 verbose stack Exit status 1
13 verbose stack at EventEmitter. (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
13 verbose stack at EventEmitter.emit (events.js:188:13)
13 verbose stack at ChildProcess. (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:188:13)
13 verbose stack at maybeClose (internal/child_process.js:978:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5)
14 verbose pkgid [email protected]
15 verbose cwd /home/arsdragonfly/majsoul-plus-client
16 verbose Linux 4.20.3-1-MANJARO
17 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "start"
18 verbose node v11.6.0
19 verbose npm v6.7.0
20 error code ELIFECYCLE
21 error errno 1
22 error [email protected] start: cross-env NODE_ENV=development electron . --enable_logging
22 error Exit status 1
23 error Failed at the [email protected] start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]

[Notice] 不当行为会导致账号被封禁

请大家在编写借鉴AI插件的时候考虑加入随机延迟的因素否则会导致封禁

描述您希望的解决方案
当借鉴AI的思考引擎得出运算结果后,根据剩余出牌时间进行读秒,加入随机延迟因素以后再出牌,
副露行为也应被纳入考虑范围

描述您希望的备选方案
不使用借鉴AI自动打牌,而使用人工干预。
备注
以下我亲身经历得到的惨痛教训:

ban

如果不是号氪了非常多的金,第一次封禁应该就是永久,希望大家引以为戒。

@iamapig120 希望加到readme避免大家踩坑。

[feature request] 希望增加一个较为完整的模组制作教程

您是在使用中遇到了什么问题导致的您提交功能建议么?如果是,请描述您遇到的问题
创建自定义模组对于没有编程基础的小白极不友好......

描述您希望的解决方案
在wiki或程序里建立一个可供参考的模组制作教程

描述您希望的备选方案
可以通过添加一个更为全面的示例模组(例如替换掉游戏里的所有资源文件)来让用户可以通过直接向files文件夹内添加/修改文件,并在程序内进行简单的修改,实现自定义模组
如果能增加一个模组编辑的GUI就更好了

备注
教程中可以包含资源文件路径列表

[BUG] 桌布生成工具生成的mod在重启后会自动取消勾选

Bug 描述
版本:v1.11.1
现象:使用桌布生成工具生成的桌布mod在重新启动雀魂Plus后会自动取消勾选

如何重现
以下为重现步骤:

  1. 使用桌布生成工具生成mod
  2. 勾选启用
  3. 启动游戏
  4. 重启游戏
  5. 自动取消勾选

预期行为
预期行为应该和其他自制mod一样保持勾选状态

暂用解决方案

  1. 把自动生成的mod拷贝出来
  2. 在雀魂Plus中删除mod
  3. 粘贴回mod文件夹

客户端信息 (请完善以下信息):

  • 操作系统: [Windows]
  • 系统架构 [x64]
  • 版本号 [v1.11.1]

[feature request] 加入模组的 UI 功能

您是在使用中遇到了什么问题导致的您提交功能建议么?如果是,请描述您遇到的问题
在插件中提供特定的通信方法,并在execute.json中加入 uientries 属性用于渲染叠加的 UI

描述您希望的解决方案
一段清晰且简练的描述说明您希望发生的操作和反馈

描述您希望的备选方案
对您考虑过的任何替代解决方案或功能的清晰而简明的描述

备注
在此处添加有关功能请求的任何其他说明或屏幕截图

二阶堂角色图片无法替换

一姬和相原还有千织都可以唯独二阶堂替换不了
图片放在了files\0\v0.4.1.w\extendRes\charactor\erjietang
json文件如下
{
"from": "/0/[^/]+/extendRes/charactor/erjietang\.png",
"to": "/0/v0.4.1.w/extendRes/charactor/erjietang\.png"
},
已重新加载过

[feature request] 可以建立贴吧宣传雀魂Plus吗?

在亲身使用过后,我觉得这是一个很好的平台,它可以极大的方便mod作者,我希望把这个工具推广开来。如果可能的话,我希望能够开发出安卓版本以方便手机用户。作为建立雀魂Plus吧的人,我承诺会把所以损害官方利益的mod贴全部删除,以期让这个游戏更好。希望您能给我提供一个贴吧头像(因为注意到了您在最下面写的软件图标不遵循上述协议...),并且能制作一个完整的mod制作教程。祝好。

[feature request] 添加 macOS Dark Mode 支持

您是在使用中遇到了什么问题导致的您提交功能建议么?如果是,请描述您遇到的问题
不支持 macOS 下的 Dark Mode

描述您希望的解决方案
能够在 Dark Mode 下对颜色进行适配

描述您希望的备选方案
NULL

备注
macOS Dark Mode 下雀魂 Plus 的窗口边框:
cleanshot 2019-02-09 at 16 02 10 2x

macOS Dark Mode 下系统原生应用的窗口边框:
cleanshot 2019-02-09 at 16 04 22 2x

[BUG] 1.12.0beta4 无法使用微信登录

Bug 描述
1.12.0beta4 无法使用微信登录,确认登录后无反应

如何重现
以下为重现步骤:

  1. 点击微信登录
  2. 手机扫二维码确认登录

截图
ScreenShot-20190416221948

客户端信息 (请完善以下信息):

  • 操作系统: Arch Linux
  • 系统架构 x86_64
  • 版本号 1.12.0beta4

备注

ConsoleMsgSlow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: file:///opt/majsoul-plus/manager/SourceHanSansCN-Normal.otf
[23398:0416/221902.023458:INFO:CONSOLE(0)] "Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: file:///opt/majsoul-plus/manager/SourceHanSansCN-Normal.otf", source: file:///opt/majsoul-plus/bin/main/index.html (0)
[23398:0416/221902.023753:INFO:CONSOLE(259)] "%cElectron Deprecation Warning (nodeIntegration default change)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (259)
[23398:0416/221902.023925:INFO:CONSOLE(170)] "%cElectron Security Warning (Insecure Content-Security-Policy)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (170)
[23398:0416/221902.356085:INFO:CONSOLE(259)] "%cElectron Deprecation Warning (nodeIntegration default change)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (259)
[23398:0416/221902.356221:INFO:CONSOLE(170)] "%cElectron Security Warning (Insecure Content-Security-Policy)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (170)
ConsoleMsgserver-port-load
[23398:0416/221902.415316:INFO:CONSOLE(320)] "server-port-load", source: file:///opt/majsoul-plus/bin/main/mainLoader.js (320)
ConsoleMsgexecutes-load
[23398:0416/221902.420875:INFO:CONSOLE(326)] "executes-load", source: file:///opt/majsoul-plus/bin/main/mainLoader.js (326)
ConsoleMsgLoadURL
[23398:0416/221902.424323:INFO:CONSOLE(378)] "LoadURL", source: file:///opt/majsoul-plus/bin/main/mainLoader.js (378)
[23398:0416/221902.446855:ERROR:cert_verify_proc_nss.cc(977)] CERT_PKIXVerifyCert for localhost failed err=-8179
[23398:0416/221902.924069:INFO:CONSOLE(128)] "%cElectron Security Warning (Node.js Integration with Remote Content)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (128)
[23398:0416/221902.925529:INFO:CONSOLE(259)] "%cElectron Deprecation Warning (nodeIntegration default change)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (259)
[23398:0416/221902.925818:INFO:CONSOLE(170)] "%cElectron Security Warning (Insecure Content-Security-Policy)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (170)
[23398:0416/221903.308890:INFO:CONSOLE(1)] "Warning!,this class[MiniAdpter] already exist:", source: https://localhost:8887/0/v0.4.290.w/code.js (1)
[23398:0416/221903.486959:INFO:audio_manager_pulse.cc(206)] Not implemented!
[23398:0416/221903.487910:INFO:CONSOLE(1)] "The Web Audio autoplay policy will be re-enabled in Chrome 70 (October 2018). Please check that your website is compatible with it. https://goo.gl/7K7WLu", source: https://localhost:8887/0/v0.4.290.w/code.js (1)
[23398:0416/221903.488483:INFO:audio_manager_pulse.cc(206)] Not implemented!
[23398:0416/221903.489093:INFO:audio_manager_pulse.cc(206)] Not implemented!
[23398:0416/221903.498874:INFO:CONSOLE(150)] "%cElectron Security Warning (Disabled webSecurity)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (150)
[23398:0416/221903.499154:INFO:CONSOLE(187)] "%cElectron Security Warning (allowRunningInsecureContent)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (187)
[23398:0416/221903.499774:INFO:CONSOLE(259)] "%cElectron Deprecation Warning (nodeIntegration default change)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (259)
[23398:0416/221903.499828:INFO:CONSOLE(170)] "%cElectron Security Warning (Insecure Content-Security-Policy)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (170)
[23398:0416/221903.524075:INFO:CONSOLE(1)] "ShaderCompile use time:3  size:412/710", source: https://localhost:8887/0/v0.4.290.w/code.js (1)
[23398:0416/221903.543936:INFO:CONSOLE(1)] "ShaderCompile use time:4  size:4623/6067", source: https://localhost:8887/0/v0.4.290.w/code.js (1)
[23398:0416/221903.546566:INFO:CONSOLE(1)] "ShaderCompile use time:4  size:4450/7565", source: https://localhost:8887/0/v0.4.290.w/code.js (1)
[23398:0416/221903.560288:INFO:CONSOLE(1)] "ShaderCompile use time:3  size:31721/1318", source: https://localhost:8887/0/v0.4.290.w/code.js (1)
[23398:0416/221903.572818:INFO:CONSOLE(1)] "ShaderCompile use time:7  size:1426/6889", source: https://localhost:8887/0/v0.4.290.w/code.js (1)
[23398:0416/221905.082501:INFO:CONSOLE(1)] "resource version 加载成功", source: https://localhost:8887/0/v0.4.290.w/code.js (1)
[23398:0416/221905.181392:INFO:CONSOLE(1)] "字体加载结束", source: https://localhost:8887/0/v0.4.290.w/code.js (1)
[23398:0416/221906.497398:INFO:CONSOLE(1)] "loadProto finished", source: https://localhost:8887/0/v0.4.290.w/code.js (1)
[23398:0416/221906.497885:INFO:CONSOLE(1)] "Wrapper is {"fields":{"name":{"type":"string","id":1},"data":{"type":"bytes","id":2}}}", source: https://localhost:8887/0/v0.4.290.w/code.js (1)
[23398:0416/221906.999469:INFO:CONSOLE(1)] "loader callback cost a long time:377 url=scene/entrance.ls", source: https://localhost:8887/0/v0.4.290.w/code.js (1)
[23398:0416/221907.000081:INFO:CONSOLE(101)] "Hacked所有语音", source:  (101)
[23398:0416/221907.161843:INFO:CONSOLE(1)] "GradientDataColor warning:the forth key is  be force set to 1.", source: https://localhost:8887/0/v0.4.290.w/code.js (1)
[23398:0416/221907.162014:INFO:CONSOLE(1)] "GradientDataColor warning:data count must lessEqual than 4", source: https://localhost:8887/0/v0.4.290.w/code.js (1)
[23398:0416/221911.066957:WARNING:CONSOLE(170)] "%cElectron Security Warning (Insecure Content-Security-Policy)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (170)
[23398:0416/221911.198573:VERBOSE1:CONSOLE(7931)] "Main._createAppUI: 94.0048828125ms", source: chrome-devtools://devtools/bundled/shell.js (7931)
[23398:0416/221911.227792:VERBOSE1:CONSOLE(7931)] "Main._createAppUI: 80.27734375ms", source: chrome-devtools://devtools/bundled/shell.js (7931)
[23398:0416/221911.311449:VERBOSE1:CONSOLE(7931)] "Main._showAppUI: 91.83203125ms", source: chrome-devtools://devtools/bundled/shell.js (7931)
[23398:0416/221911.333939:VERBOSE1:CONSOLE(7931)] "Main._initializeTarget: 25.49609375ms", source: chrome-devtools://devtools/bundled/shell.js (7931)
[23398:0416/221911.341468:VERBOSE1:CONSOLE(7931)] "Main._showAppUI: 101.623046875ms", source: chrome-devtools://devtools/bundled/shell.js (7931)
[23398:0416/221911.512278:VERBOSE1:CONSOLE(7931)] "Main._initializeTarget: 57.51220703125ms", source: chrome-devtools://devtools/bundled/shell.js (7931)
[23398:0416/221911.533597:VERBOSE1:CONSOLE(7931)] "Main._lateInitialization: 6.90380859375ms", source: chrome-devtools://devtools/bundled/shell.js (7931)
[23398:0416/221911.565704:WARNING:CONSOLE(170)] "%cElectron Security Warning (Insecure Content-Security-Policy)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (170)
[23398:0416/221911.988780:VERBOSE1:CONSOLE(7931)] "Main._lateInitialization: 1.739013671875ms", source: chrome-devtools://devtools/bundled/shell.js (7931)
[23398:0416/221914.084282:ERROR:CONSOLE(24)] "Empty response arrived for script 'chrome-devtools://devtools/remote/serve_file/@82a246f0f3c05b70641ab513b5fd749c1c62e19d/product_registry_impl/product_registry_impl_module.js'", source: chrome-devtools://devtools/bundled/shell.js (24)
[23398:0416/221914.424218:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221914.424269:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221914.424300:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221914.424318:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221914.424341:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221914.424356:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221914.424379:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221914.424396:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221914.424418:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221914.807557:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221915.264672:INFO:CONSOLE(128)] "%cElectron Security Warning (Node.js Integration with Remote Content)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (128)
[23398:0416/221915.276173:INFO:CONSOLE(259)] "%cElectron Deprecation Warning (nodeIntegration default change)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (259)
[23398:0416/221915.277853:INFO:CONSOLE(170)] "%cElectron Security Warning (Insecure Content-Security-Policy)", source: /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js (170)
[23398:0416/221915.344524:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221915.344637:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221915.344702:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221915.344737:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221915.387826:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221915.387871:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221915.387902:ERROR:CONSOLE(108)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/shell.js (108)
[23398:0416/221915.397303:INFO:CONSOLE(43)] "Uncaught ReferenceError: jQuery is not defined", source: https://open.weixin.qq.com/connect/qrconnect?appid=wx2a0c2449cab74448&response_type=code&redirect_uri=http://www.majsoul.com/0?xdsfdl=1-https://localhost:8887/0/&scope=snsapi_login (43)

[BUG] 第三方登陆(QQ)无法加载插件和模组

Bug 描述
登陆账号时使用QQ登陆无法加载模组和插件

如何重现
以下为重现步骤:

  1. 打开雀魂plus
  2. 勾选插件/模组
  3. 开始游戏
  4. 登陆账号选择QQ登陆
    5.插件和模组无效

截图
image
image

使用模组/插件

客户端信息 (请完善以下信息):

  • 操作系统: [win10 /win7] 一个朋友是win7 也有这个bug
  • 系统架构 [x64]
  • 版本号 [v1.8.3]

[Reconfiguration] 糟糕的基本框架导致需要重构

原因

雀魂 Plus 开发之初设计是用于雀魂的一个 代理服务器 ,所以整体围绕代理服务器而构建。这导致了后期加入新特性无比困难,尤其是代理服务器和可视化的设置面板,以及对于早期版本内并不包含的插件系统的支持极差。

需要支持的特性

  • 当前的 Manager 拆分成多个 WebView 以方便扩展
  • 从底层支持的 proxy 代理服务器设置
  • 向下兼容目前的版本的插件和模组
  • 从底层支持的可视化设置面板
  • 从底层支持的多语言(重启软件来更改语言,而不是热更改语言)
  • 插件描述 API - 允许插件渲染 UI
  • 插件描述 API - 允许插件支持 node API
  • 插件描述 API - 允许插件支持自定义设置
  • 从底层支持的在线更新,优先适配 Window 以及 macOS
  • 用户文件夹的转移 (在 macOS 和 Linux 平台应优先使用用户目录而不是安装目录)

可以参考的先例软件

POI
VS Code

[BUG] 新的设置选项无法保存

Bug 描述
160版本添加的新的设置选项无法保存

如何重现
下载解压,没有覆盖旧文件

预期行为
顺便说一下,启动游戏界面在我的电脑上显示不完全,图中显示了,而且窗口无法拉缩,游戏界面是可以的,我的分辨率是192.*1080,150%显示

截图
avatar

客户端信息 (请完善以下信息):

  • 操作系统: [Windows 10]
  • 系统架构 [x64]
  • 版本号 [v1.6.0]

备注

快捷登录问题

点击QQ快捷登录会直接黑屏……不知道是我的原因还是不支持快捷登录?
好像现在雀魂的快捷登录注册是没有账户名密码的 所以不能用账号密码方式登录。

[feature request] 关于静态资源文件缓存的建议

您是在使用中遇到了什么问题导致的您提交功能建议么?如果是,请描述您遇到的问题
运行环境:Arch Linux
尝试打包到 AUR 但运行时会尝试往 应用安装位置/resources/app/static 缓存静态文件,一般打包以后这个位置是不允许在普通用户权限下修改,例如 /opt/majsoul-plus/resources/app/static

描述您希望的解决方案
修改静态文件的缓存位置到用户主目录下的合适位置

[feature request] 添加移动端支持

如题,希望添加移动端支持,个人目前有两种假想:

  • Electron 移动端打包(?)
  • 允许使用桌面版 雀魂 Plus 作为代理服务器,然后对移动端设备的请求进行 MitM

[BUG] 雀魂plus的logo之后黑屏无响应,控制台code.js报错

Bug 描述
清晰和简练地介绍 BUG 内容

如何重现
以下为重现步骤:

  1. 访问 '...'
  2. 点击 '....'
  3. 滚动到 '....'
  4. 提示错误
    QQ截图20190525201004
    QQ截图20190525200941

预期行为
一段清楚且简练的描述说明您预期的行为

截图
如果您方便的话,可以添加屏幕截图来方便描述您的问题

客户端信息 (请完善以下信息):

  • 操作系统: [e.g. Windows]
  • 系统架构 [e.g. ia32, x64]
  • 版本号 [e.g. v1.5.0]

备注
任何有关于这个Bug的其他信息

把 node-sass 移动到 devDependencies ?

因为所有的 scss 都会被编译成 css,而且运行时并不需要这个东西 ...

另外可以考虑在构建应用时移除所有的 devDependencies,以减少包大小,或者用 webpack 把代码 bundle 一下,只打包有用的部分。

如果实现起来有什么困难我可以帮忙 PR 😂

使用疑问

这个东西能不能塞到linux_64服务器上,这样就可以用云服务器做代理来更改了,还有一点就是有没有使用教程啥的。

[feature request] 新的插件系统

关于重构新的插件系统

为支持线长插件库,需要对现有的插件系统做出更新和重构。

  • 添加 version 等字段
  • 添加插件的依赖系统
  • 为新的插件系统的配置文件提供 schema

[BUG] 启动时窗口消失并留有后台不能自动关闭

Bug 描述
在我这边会在刚启动加载时窗口消失(没加载入大厅之前),后台留有进程,占用30-50%的cpu占用,得要手动关闭进程,很容易复现
使用的mod是nga找到的替换bgm为海猫的mod和自带替换壁纸自己更换了一个,不知道有没有错误日志能反馈给你
在公司和家里电脑都是这样,win10 64bit,早上测试32位程序和64位都有如此情况

在窗口切换的时候可能会黑屏

随机黑屏,也不固定,网页版本的的雀魂也有这个问题,谷歌内核的浏览器频发。不知道有解吗?
已经可以确认是雀魂本身的问题。在官方安卓客户端上测试0黑屏,猜测可能是渲染引擎的问题,可以尝试换个渲染引擎。

Windows 10和Mac版首页无法打开

似乎雀魂更新以后,Plus就无法正确打开首页。

现象:

  1. 如果正在别处对战(并关闭),打开Plus可以正常进入对局。
  2. 直接打开Plus,首页出现,音乐语音正常,但是首页只能载入部分(无法正常退出)。如图:Screenshot

[BUG] 最大化出现滚动条(窗口与游戏界面大小不符)

Bug 描述
窗口最大化时,游戏界面会超出窗口范围,导致出现滚动条;
任务栏左置时出现竖直和水平滚动条、任务栏下置时出现竖直滚动条
使用F11全屏时则无此问题

相关信息
笔记本,分辨率为1920*1080,Windows显示设置(高级缩放设置)缩放比例为125%

截图
问题截图1
问题截图2
Windows缩放设置

客户端信息:

  • 操作系统: [Windows 10 1809及1803]
  • 系统架构 [x64]
  • 版本号 [1.6.1 Beta-1 及 1.6.1]

备注
使用Google Chrome、FireFox访问官方游戏页不会出现类似问题

[BUG] 使用window.open()打开新窗口后,如果关闭此窗口,游戏窗口也会崩溃

Bug 描述
如题

如何重现
以下为重现步骤:

  1. 进入游戏
  2. 打开控制台,输入window.open()+回车
  3. 关闭打开的新窗口
  4. 提示错误

预期行为
打开或关闭新窗口不会影响其他窗口的工作

截图
如果您方便的话,可以添加屏幕截图来方便描述您的问题
image

客户端信息 (请完善以下信息):

  • 操作系统: [Windows10]
  • 系统架构 [x64]
  • 版本号 [10.0.17134.619]

备注
任何有关于这个Bug的其他信息

[feature request] 在设置中加入 清空资源缓存 和 清空游戏缓存 功能

您是在使用中遇到了什么问题导致的您提交功能建议么?如果是,请描述您遇到的问题
在设置中加入 清空资源缓存 和 清空游戏缓存 功能

描述您希望的解决方案
一段清晰且简练的描述说明您希望发生的操作和反馈

描述您希望的备选方案
对您考虑过的任何替代解决方案或功能的清晰而简明的描述

备注
在此处添加有关功能请求的任何其他说明或屏幕截图

[BUG] macOS 无法复制粘贴

Bug 描述
macOS 游戏界面不能复制粘贴,包括游戏和 DevTools

客户端信息 (请完善以下信息):

  • 操作系统: macOS 10.13.6
  • 系统架构 x64
  • 版本号 v1.11.0

[BUG] 数位板下无法正常使用点击等

Bug 描述
数位板下无法正常使用点击等

如何重现
CTL472

预期行为
如同平板电脑等平台一致的操作反馈

客户端信息 (请完善以下信息):

  • 操作系统: win10
  • 系统架构 x64
  • 版本号 1.2.0-beta.3

备注
似乎是普遍问题,但vsc没问题

[BUG] 打开一次雀魂Plus v1.10.8-alpha.7 之后,所有版本PLUS均无法打开

Bug 描述
清晰和简练地介绍 BUG 内容

如何重现
打开一次雀魂Plus v1.10.8-alpha.7 之后,所有其他版本PLUS均无法打开

预期行为
之前使用的Plus v1.10.8-alpha.5 ,今天覆盖更新了alpha.7进入直接弹出错误提示,之后任何版本plus均无法打开,重启也是如此。

截图
2019-03-03 153602

客户端信息 (请完善以下信息):

  • 操作系统 windows10
  • 系统架构 x64
  • 版本号 1809

[BUG] The latest release is broken on Ubuntu

Bug Description
When I use the latest release of the client https://github.com/MajsoulPlus/majsoul-plus-client/releases/download/v1.10.6/Majsoul_Plus-linux-x64.zip, it can't run.

Step to Reproduce
Download and unzip the latest archive, and ./Majsoul_Plus.

Expected Behavior
It should run properly without crashing.

Screenshot

My bash acts as follows.

nanahira@nanahira-another:~/test/majsoulp/Majsoul_Plus-linux-x64$ ./Majsoul_Plus 
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
ome/nanahira/test/majsoulp/Majsoul_Plus-linux-x64/Majsoul_Plus: ../../src/xcb_io.c:259:poll_for_event: 假设 ‘!xcb_xlib_threads_sequence_lost’ 失败。
已放弃 (核心已转储)
nanahira@nanahira-another:~/test/majsoulp/Majsoul_Plus-linux-x64$ 

OS information

  • Ubuntu
  • x64
  • 18.04.2 LTS

[BUG] 插件所在文件夹被资源管理器打开时,卸载插件文件夹会进入无法访问的状态

Bug 描述
如题

如何重现
以下为重现步骤:

  1. 打开某插件文件夹,如/majsoulplus/resources/app/execute/xxx
  2. 点击 主界面删除该插件

预期行为
一段清楚且简练的描述说明您预期的行为

截图
如果您方便的话,可以添加屏幕截图来方便描述您的问题
image

客户端信息 (请完善以下信息):
OS win10x64 17134

  • 操作系统: [e.g. Windows]
  • 系统架构 [e.g. ia32, x64]
  • 版本号 [e.g. v1.5.0]

备注
任何有关于这个Bug的其他信息

1.11 版本无法运行

macos 更新1.11后运行报错,重装系统无效,错误信息:

Process: Majsoul Plus [13919]
Path: /Applications/Majsoul Plus.app/Contents/MacOS/Majsoul Plus
Identifier: com.electron.majsoul-plus-client
Version: 1.11.0 (1.11.0.350)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Majsoul Plus [13919]
User ID: 501

Date/Time: 2019-03-08 20:19:42.742 -0500
OS Version: Mac OS X 10.13.6 (17G5019)
Report Version: 12
Anonymous UUID: 366546E4-377A-92FC-ABE1-DAB5C583A079

Sleep/Wake UUID: 0311B108-0060-49D2-B55F-20F01F191E42

Time Awake Since Boot: 230000 seconds
Time Since Wake: 3000 seconds

System Integrity Protection: disabled

Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000363edd7bec0
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]

VM Regions Near 0x363edd7bec0:
MALLOC_LARGE 000000012c292000-000000012c4f8000 [ 2456K] rw-/rwx SM=PRV
-->
Memory Tag 255 000020770a800000-000020770a880000 [ 512K] rw-/rwx SM=PRV

Application Specific Information:
objc_msgSend() selector name: release

Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff793f9e9d objc_msgSend + 29
1 com.apple.AppKit 0x00007fff4f8d95d4 -[NSWindow dealloc] + 2643
2 com.github.electron.framework 0x000000010ccc4a39 0x10cc0c000 + 756281
3 com.github.electron.framework 0x000000010ccc4a21 0x10cc0c000 + 756257
4 com.github.electron.framework 0x000000010ccc4a09 0x10cc0c000 + 756233
5 com.github.electron.framework 0x000000010ccc49f9 0x10cc0c000 + 756217
6 com.github.electron.framework 0x000000010ccc4069 0x10cc0c000 + 753769
7 com.github.electron.framework 0x000000010ccd134f atom::NativeWindowMac::~NativeWindowMac() + 175
8 com.github.electron.framework 0x000000010ccd13d9 atom::NativeWindowMac::~NativeWindowMac() + 9
9 com.github.electron.framework 0x000000010ccd142e atom::NativeWindowMac::~NativeWindowMac() + 14
10 com.github.electron.framework 0x000000010cc9ea7f base::DeleteHelperatom::NativeWindow::DoDelete(void const*) + 15
11 com.github.electron.framework 0x000000010ced6b12 0x10cc0c000 + 2927378
12 com.github.electron.framework 0x000000010ce9bfbb 0x10cc0c000 + 2686907
13 com.github.electron.framework 0x000000010ce9c3a5 0x10cc0c000 + 2687909
14 com.github.electron.framework 0x000000010ce9c679 0x10cc0c000 + 2688633
15 com.github.electron.framework 0x000000010ce9fc1a 0x10cc0c000 + 2702362
16 com.github.electron.framework 0x000000010ce53cfa 0x10cc0c000 + 2391290
17 com.github.electron.framework 0x000000010ce9f53f 0x10cc0c000 + 2700607
18 com.apple.CoreFoundation 0x00007fff5210f8f1 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
19 com.apple.CoreFoundation 0x00007fff521c930c __CFRunLoopDoSource0 + 108
20 com.apple.CoreFoundation 0x00007fff520f2350 __CFRunLoopDoSources0 + 208
21 com.apple.CoreFoundation 0x00007fff520f17cd __CFRunLoopRun + 1293
22 com.apple.CoreFoundation 0x00007fff520f1033 CFRunLoopRunSpecific + 483
23 com.apple.HIToolbox 0x00007fff513dbd96 RunCurrentEventLoopInMode + 286
24 com.apple.HIToolbox 0x00007fff513dbb06 ReceiveNextEventCommon + 613
25 com.apple.HIToolbox 0x00007fff513db884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
26 com.apple.AppKit 0x00007fff4f68ba73 _DPSNextEvent + 2085
27 com.apple.AppKit 0x00007fff4fe21e34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
28 com.apple.AppKit 0x00007fff4f680885 -[NSApplication run] + 764
29 com.github.electron.framework 0x000000010cea044e 0x10cc0c000 + 2704462
30 com.github.electron.framework 0x000000010ce9ee4c 0x10cc0c000 + 2698828
31 com.github.electron.framework 0x000000010ceb5203 0x10cc0c000 + 2789891
32 com.github.electron.framework 0x000000010d12146f 0x10cc0c000 + 5330031
33 com.github.electron.framework 0x000000010d121290 0x10cc0c000 + 5329552
34 com.github.electron.framework 0x000000010d123902 0x10cc0c000 + 5339394
35 com.github.electron.framework 0x000000010d11d2ec 0x10cc0c000 + 5313260
36 com.github.electron.framework 0x000000010d0666e0 0x10cc0c000 + 4564704
37 com.github.electron.framework 0x000000010ec77984 0x10cc0c000 + 33995140
38 com.github.electron.framework 0x000000010d0654f4 0x10cc0c000 + 4560116
39 com.github.electron.framework 0x000000010cc0eb84 AtomMain + 68
40 com.electron.majsoul-plus-client 0x000000010cc07f26 main + 38
41 libdyld.dylib 0x00007fff7a021015 start + 1

Thread 1:
0 libsystem_kernel.dylib 0x00007fff7a17228a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff7a33920e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff7a338be9 start_wqthread + 13

Thread 2:
0 libsystem_kernel.dylib 0x00007fff7a17228a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff7a33920e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff7a338be9 start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a589 _pthread_cond_wait + 732
2 libnode.dylib 0x0000000111763859 uv_cond_wait + 9
3 libnode.dylib 0x00000001116de109 0x1115a9000 + 1265929
4 libnode.dylib 0x00000001116de0fc 0x1115a9000 + 1265916
5 libnode.dylib 0x00000001116de044 0x1115a9000 + 1265732
6 libnode.dylib 0x00000001116dd972 0x1115a9000 + 1263986
7 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
8 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
9 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a589 _pthread_cond_wait + 732
2 libnode.dylib 0x0000000111763859 uv_cond_wait + 9
3 libnode.dylib 0x00000001116de109 0x1115a9000 + 1265929
4 libnode.dylib 0x00000001116de0fc 0x1115a9000 + 1265916
5 libnode.dylib 0x00000001116de044 0x1115a9000 + 1265732
6 libnode.dylib 0x00000001116dd972 0x1115a9000 + 1263986
7 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
8 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
9 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a589 _pthread_cond_wait + 732
2 libnode.dylib 0x0000000111763859 uv_cond_wait + 9
3 libnode.dylib 0x00000001116de109 0x1115a9000 + 1265929
4 libnode.dylib 0x00000001116de0fc 0x1115a9000 + 1265916
5 libnode.dylib 0x00000001116de044 0x1115a9000 + 1265732
6 libnode.dylib 0x00000001116dd972 0x1115a9000 + 1263986
7 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
8 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
9 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff7a17228a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff7a33920e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff7a338be9 start_wqthread + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff7a17228a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff7a339009 _pthread_wqthread + 1035
2 libsystem_pthread.dylib 0x00007fff7a338be9 start_wqthread + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fff7a17228a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff7a339009 _pthread_wqthread + 1035
2 libsystem_pthread.dylib 0x00007fff7a338be9 start_wqthread + 13

Thread 9:: NetworkConfigWatcher
0 libsystem_kernel.dylib 0x00007fff7a16820a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7a167724 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff520f2665 __CFRunLoopServiceMachPort + 341
3 com.apple.CoreFoundation 0x00007fff520f19b7 __CFRunLoopRun + 1783
4 com.apple.CoreFoundation 0x00007fff520f1033 CFRunLoopRunSpecific + 483
5 com.apple.Foundation 0x00007fff541eee76 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
6 com.github.electron.framework 0x000000010cea029e 0x10cc0c000 + 2704030
7 com.github.electron.framework 0x000000010ce9ee4c 0x10cc0c000 + 2698828
8 com.github.electron.framework 0x000000010ceb5203 0x10cc0c000 + 2789891
9 com.github.electron.framework 0x000000010ced9299 0x10cc0c000 + 2937497
10 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
11 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
12 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
13 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 10:: DnsConfigService
0 libsystem_kernel.dylib 0x00007fff7a172bea kevent + 10
1 com.github.electron.framework 0x000000010cf069c9 0x10cc0c000 + 3123657
2 com.github.electron.framework 0x000000010cf05b4d 0x10cc0c000 + 3119949
3 com.github.electron.framework 0x000000010ce9ec90 0x10cc0c000 + 2698384
4 com.github.electron.framework 0x000000010ceb5203 0x10cc0c000 + 2789891
5 com.github.electron.framework 0x000000010ced9299 0x10cc0c000 + 2937497
6 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
7 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
8 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
9 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 11:: CrShutdownDetector
0 libsystem_kernel.dylib 0x00007fff7a173142 read + 10
1 com.github.electron.framework 0x000000010ccb353f 0x10cc0c000 + 685375
2 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
3 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
4 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
5 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 12:: WorkerPool/25859
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a5c2 _pthread_cond_wait + 789
2 com.github.electron.framework 0x000000010ce58bfb 0x10cc0c000 + 2411515
3 com.github.electron.framework 0x000000010cf01536 0x10cc0c000 + 3102006
4 com.github.electron.framework 0x000000010cf019c8 0x10cc0c000 + 3103176
5 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
6 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
7 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
8 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 13:: WorkerPool/39683
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a5c2 _pthread_cond_wait + 789
2 com.github.electron.framework 0x000000010ce58bfb 0x10cc0c000 + 2411515
3 com.github.electron.framework 0x000000010cf01536 0x10cc0c000 + 3102006
4 com.github.electron.framework 0x000000010cf019c8 0x10cc0c000 + 3103176
5 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
6 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
7 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
8 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 14:: TaskSchedulerServiceThread
0 libsystem_kernel.dylib 0x00007fff7a172bea kevent + 10
1 com.github.electron.framework 0x000000010cf069c9 0x10cc0c000 + 3123657
2 com.github.electron.framework 0x000000010cf05b4d 0x10cc0c000 + 3119949
3 com.github.electron.framework 0x000000010ce9ec72 0x10cc0c000 + 2698354
4 com.github.electron.framework 0x000000010ceb5203 0x10cc0c000 + 2789891
5 com.github.electron.framework 0x000000010ced9299 0x10cc0c000 + 2937497
6 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
7 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
8 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
9 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 15:: TaskSchedulerBackgroundWorker0
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a5c2 _pthread_cond_wait + 789
2 com.github.electron.framework 0x000000010ce58bfb 0x10cc0c000 + 2411515
3 com.github.electron.framework 0x000000010cefe980 0x10cc0c000 + 3090816
4 com.github.electron.framework 0x000000010cefeab1 0x10cc0c000 + 3091121
5 com.github.electron.framework 0x000000010ceb87b8 0x10cc0c000 + 2803640
6 com.github.electron.framework 0x000000010ceb8bfa 0x10cc0c000 + 2804730
7 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
8 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 16:: TaskSchedulerBackgroundBlockingWorker0
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a5c2 _pthread_cond_wait + 789
2 com.github.electron.framework 0x000000010ce58bfb 0x10cc0c000 + 2411515
3 com.github.electron.framework 0x000000010cefe980 0x10cc0c000 + 3090816
4 com.github.electron.framework 0x000000010cefeab1 0x10cc0c000 + 3091121
5 com.github.electron.framework 0x000000010ceb87b8 0x10cc0c000 + 2803640
6 com.github.electron.framework 0x000000010ceb8e0b 0x10cc0c000 + 2805259
7 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
8 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 17:: TaskSchedulerForegroundWorker0
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a5c2 _pthread_cond_wait + 789
2 com.github.electron.framework 0x000000010ce58bfb 0x10cc0c000 + 2411515
3 com.github.electron.framework 0x000000010cefe980 0x10cc0c000 + 3090816
4 com.github.electron.framework 0x000000010cefeab1 0x10cc0c000 + 3091121
5 com.github.electron.framework 0x000000010ceb87b8 0x10cc0c000 + 2803640
6 com.github.electron.framework 0x000000010ceb8bfa 0x10cc0c000 + 2804730
7 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
8 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 18:: TaskSchedulerForegroundBlockingWorker0
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a5c2 _pthread_cond_wait + 789
2 com.github.electron.framework 0x000000010ce58bfb 0x10cc0c000 + 2411515
3 com.github.electron.framework 0x000000010cefe980 0x10cc0c000 + 3090816
4 com.github.electron.framework 0x000000010cefeab1 0x10cc0c000 + 3091121
5 com.github.electron.framework 0x000000010ceb87b8 0x10cc0c000 + 2803640
6 com.github.electron.framework 0x000000010ceb8e0b 0x10cc0c000 + 2805259
7 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
8 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 19:: TaskSchedulerSingleThreadForegroundBlocking0
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a589 _pthread_cond_wait + 732
2 com.github.electron.framework 0x000000010cefe95e 0x10cc0c000 + 3090782
3 com.github.electron.framework 0x000000010cefe80f 0x10cc0c000 + 3090447
4 com.github.electron.framework 0x000000010ceb87aa 0x10cc0c000 + 2803626
5 com.github.electron.framework 0x000000010ceb8bfa 0x10cc0c000 + 2804730
6 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
7 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
8 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
9 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 20:: TaskSchedulerSingleThreadForegroundBlocking1
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a589 _pthread_cond_wait + 732
2 com.github.electron.framework 0x000000010cefe95e 0x10cc0c000 + 3090782
3 com.github.electron.framework 0x000000010cefe80f 0x10cc0c000 + 3090447
4 com.github.electron.framework 0x000000010ceb87aa 0x10cc0c000 + 2803626
5 com.github.electron.framework 0x000000010ceb8bfa 0x10cc0c000 + 2804730
6 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
7 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
8 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
9 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 21:: TaskSchedulerSingleThreadForegroundBlocking2
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a589 _pthread_cond_wait + 732
2 com.github.electron.framework 0x000000010cefe95e 0x10cc0c000 + 3090782
3 com.github.electron.framework 0x000000010cefe80f 0x10cc0c000 + 3090447
4 com.github.electron.framework 0x000000010ceb87aa 0x10cc0c000 + 2803626
5 com.github.electron.framework 0x000000010ceb8bfa 0x10cc0c000 + 2804730
6 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
7 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
8 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
9 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 22:: TaskSchedulerSingleThreadForegroundBlocking3
0 libsystem_kernel.dylib 0x00007fff7a17222a __wait4 + 10
1 com.github.electron.framework 0x000000010ce8a0cc 0x10cc0c000 + 2613452
2 com.github.electron.framework 0x000000010d162f9e 0x10cc0c000 + 5599134
3 com.github.electron.framework 0x000000010d162866 0x10cc0c000 + 5597286
4 com.github.electron.framework 0x000000010ced6b12 0x10cc0c000 + 2927378
5 com.github.electron.framework 0x000000010ced8351 0x10cc0c000 + 2933585
6 com.github.electron.framework 0x000000010ced8883 0x10cc0c000 + 2934915
7 com.github.electron.framework 0x000000010ced7fc4 0x10cc0c000 + 2932676
8 com.github.electron.framework 0x000000010ceb8cc9 0x10cc0c000 + 2804937
9 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
10 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
11 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
12 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 23:: TaskSchedulerSingleThreadForegroundBlocking4
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a589 _pthread_cond_wait + 732
2 com.github.electron.framework 0x000000010cefe95e 0x10cc0c000 + 3090782
3 com.github.electron.framework 0x000000010cefe80f 0x10cc0c000 + 3090447
4 com.github.electron.framework 0x000000010ceb87aa 0x10cc0c000 + 2803626
5 com.github.electron.framework 0x000000010ceb8e0b 0x10cc0c000 + 2805259
6 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
7 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
8 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
9 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 24:: Chrome_IOThread
0 libsystem_kernel.dylib 0x00007fff7a172bea kevent + 10
1 com.github.electron.framework 0x000000010cf069c9 0x10cc0c000 + 3123657
2 com.github.electron.framework 0x000000010cf05b4d 0x10cc0c000 + 3119949
3 com.github.electron.framework 0x000000010ce9ec72 0x10cc0c000 + 2698354
4 com.github.electron.framework 0x000000010ceb5203 0x10cc0c000 + 2789891
5 com.github.electron.framework 0x000000010d12f084 0x10cc0c000 + 5386372
6 com.github.electron.framework 0x000000010d12f144 0x10cc0c000 + 5386564
7 com.github.electron.framework 0x000000010ced9299 0x10cc0c000 + 2937497
8 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
9 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
10 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
11 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 25:: CompositorTileWorker1/29955
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a589 _pthread_cond_wait + 732
2 com.github.electron.framework 0x000000010d001598 0x10cc0c000 + 4150680
3 com.github.electron.framework 0x000000010cec442d 0x10cc0c000 + 2851885
4 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
5 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
6 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
7 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 26:: AudioThread
0 libsystem_kernel.dylib 0x00007fff7a16820a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7a167724 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff520f2665 __CFRunLoopServiceMachPort + 341
3 com.apple.CoreFoundation 0x00007fff520f19b7 __CFRunLoopRun + 1783
4 com.apple.CoreFoundation 0x00007fff520f1033 CFRunLoopRunSpecific + 483
5 com.github.electron.framework 0x000000010ce9ff8f 0x10cc0c000 + 2703247
6 com.github.electron.framework 0x000000010ce9ee4c 0x10cc0c000 + 2698828
7 com.github.electron.framework 0x000000010ceb5203 0x10cc0c000 + 2789891
8 com.github.electron.framework 0x000000010ced9299 0x10cc0c000 + 2937497
9 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
10 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
11 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
12 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 27:
0 libsystem_kernel.dylib 0x00007fff7a171cf2 __select + 10
1 com.github.electron.framework 0x000000010cd4a062 atom::NodeBindingsMac::PollEvents() + 210
2 com.github.electron.framework 0x000000010cd4988f atom::NodeBindings::EmbedThreadRunner(void*) + 63
3 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
4 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
5 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 28:: Chrome_InProcGpuThread
0 libsystem_kernel.dylib 0x00007fff7a16820a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7a167724 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff520f2665 __CFRunLoopServiceMachPort + 341
3 com.apple.CoreFoundation 0x00007fff520f19b7 __CFRunLoopRun + 1783
4 com.apple.CoreFoundation 0x00007fff520f1033 CFRunLoopRunSpecific + 483
5 com.github.electron.framework 0x000000010ce9ff8f 0x10cc0c000 + 2703247
6 com.github.electron.framework 0x000000010ce9ee4c 0x10cc0c000 + 2698828
7 com.github.electron.framework 0x000000010ceb5203 0x10cc0c000 + 2789891
8 com.github.electron.framework 0x000000010ced9299 0x10cc0c000 + 2937497
9 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
10 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
11 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
12 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 29:: Chrome_ChildIOThread
0 libsystem_kernel.dylib 0x00007fff7a172bea kevent + 10
1 com.github.electron.framework 0x000000010cf069c9 0x10cc0c000 + 3123657
2 com.github.electron.framework 0x000000010cf05b4d 0x10cc0c000 + 3119949
3 com.github.electron.framework 0x000000010ce9ec90 0x10cc0c000 + 2698384
4 com.github.electron.framework 0x000000010ceb5203 0x10cc0c000 + 2789891
5 com.github.electron.framework 0x000000010ced9299 0x10cc0c000 + 2937497
6 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
7 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
8 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
9 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 30:: NetworkConfigWatcher
0 libsystem_kernel.dylib 0x00007fff7a16820a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7a167724 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff520f2665 __CFRunLoopServiceMachPort + 341
3 com.apple.CoreFoundation 0x00007fff520f19b7 __CFRunLoopRun + 1783
4 com.apple.CoreFoundation 0x00007fff520f1033 CFRunLoopRunSpecific + 483
5 com.apple.Foundation 0x00007fff541eee76 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
6 com.github.electron.framework 0x000000010cea029e 0x10cc0c000 + 2704030
7 com.github.electron.framework 0x000000010ce9ee4c 0x10cc0c000 + 2698828
8 com.github.electron.framework 0x000000010ceb5203 0x10cc0c000 + 2789891
9 com.github.electron.framework 0x000000010ced9299 0x10cc0c000 + 2937497
10 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
11 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
12 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
13 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 31:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff7a16820a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7a167724 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff520f2665 __CFRunLoopServiceMachPort + 341
3 com.apple.CoreFoundation 0x00007fff520f19b7 __CFRunLoopRun + 1783
4 com.apple.CoreFoundation 0x00007fff520f1033 CFRunLoopRunSpecific + 483
5 com.apple.AppKit 0x00007fff4f7c8fc4 _NSEventThread + 184
6 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
7 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
8 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 32:
0 libsystem_kernel.dylib 0x00007fff7a17228a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff7a339009 _pthread_wqthread + 1035
2 libsystem_pthread.dylib 0x00007fff7a338be9 start_wqthread + 13

Thread 33:: TaskSchedulerForegroundBlockingWorker1
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a5c2 _pthread_cond_wait + 789
2 com.github.electron.framework 0x000000010ce58bfb 0x10cc0c000 + 2411515
3 com.github.electron.framework 0x000000010cefe980 0x10cc0c000 + 3090816
4 com.github.electron.framework 0x000000010cefeab1 0x10cc0c000 + 3091121
5 com.github.electron.framework 0x000000010ceb87b8 0x10cc0c000 + 2803640
6 com.github.electron.framework 0x000000010ceb8e0b 0x10cc0c000 + 2805259
7 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
8 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 34:: WorkerPool/59147
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a5c2 _pthread_cond_wait + 789
2 com.github.electron.framework 0x000000010ce58bfb 0x10cc0c000 + 2411515
3 com.github.electron.framework 0x000000010cf01536 0x10cc0c000 + 3102006
4 com.github.electron.framework 0x000000010cf019c8 0x10cc0c000 + 3103176
5 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
6 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
7 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
8 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 35:: TaskSchedulerForegroundBlockingWorker2
0 libsystem_kernel.dylib 0x00007fff7a171a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7a33a5c2 _pthread_cond_wait + 789
2 com.github.electron.framework 0x000000010ce58bfb 0x10cc0c000 + 2411515
3 com.github.electron.framework 0x000000010cefe980 0x10cc0c000 + 3090816
4 com.github.electron.framework 0x000000010cefeab1 0x10cc0c000 + 3091121
5 com.github.electron.framework 0x000000010ceb87b8 0x10cc0c000 + 2803640
6 com.github.electron.framework 0x000000010ceb8e0b 0x10cc0c000 + 2805259
7 com.github.electron.framework 0x000000010cea9ec7 0x10cc0c000 + 2744007
8 libsystem_pthread.dylib 0x00007fff7a339661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff7a33950d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff7a338bf9 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000130 rbx: 0x00007fffabc41c98 rcx: 0x0000000000000000 rdx: 0x0000000000000307
rdi: 0x00006080000b66e0 rsi: 0x00007fff5031ae91 rbp: 0x00007ffee2ff6830 rsp: 0x00007ffee2ff67b8
r8: 0x000000000000007f r9: 0x000060c00008eb00 r10: 0x00000363edd7bea8 r11: 0x00007fff5031ae91
r12: 0x00007fff5031ae91 r13: 0x00007fb4da71b0d0 r14: 0x0000000000000000 r15: 0x00007fff793f9e80
rip: 0x00007fff793f9e9d rfl: 0x0000000000010202 cr2: 0x00000363edd7bec0

Logical CPU: 2
Error Code: 0x00000004
Trap Number: 14

Binary Images:
0x10cc07000 - 0x10cc07ff7 +com.electron.majsoul-plus-client (1.11.0 - 1.11.0.350) <5D51F11B-3CC9-3193-BD67-27427F5B22BA> /Applications/Majsoul Plus.app/Contents/MacOS/Majsoul Plus
0x10cc0c000 - 0x110ee3fa7 +com.github.electron.framework (0) <83925411-4AA2-37F0-BC9D-74C1A2BB190D> /Applications/Majsoul Plus.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
0x11146d000 - 0x111488fff +com.github.Squirrel (1.0 - 1) /Applications/Majsoul Plus.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel
0x1114ac000 - 0x11150fff7 +org.reactivecocoa.ReactiveCocoa (1.0 - 1) <701B20DE-3ADD-3643-B52A-E05744C30DB3> /Applications/Majsoul Plus.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/A/ReactiveCocoa
0x111582000 - 0x111596fff +org.mantle.Mantle (1.0 - ???) <31915DD6-48E6-3706-A076-C9D4CE17F4F6> /Applications/Majsoul Plus.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle
0x1115a9000 - 0x11242efff +libnode.dylib (0) <4EC17B2F-B28D-387F-9A4C-65A300900188> /Applications/Majsoul Plus.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libnode.dylib
0x1126dd000 - 0x11294dff7 +libffmpeg.dylib (0) <3D844117-8548-3B74-99A7-86D7FE5177C9> /Applications/Majsoul Plus.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libffmpeg.dylib
0x1168c0000 - 0x11690aacf dyld (551.5) <30B355CB-35BA-3112-AA76-4E46CD45F699> /usr/lib/dyld
0x1171a5000 - 0x117bcafff com.nvidia.web.GeForceGLDriverWeb (10.33.0 - 10.3.3) <1D6CB036-CD93-386B-8064-3C155C472FD6> /System/Library/Extensions/GeForceGLDriverWeb.bundle/Contents/MacOS/GeForceGLDriverWeb
0x123396000 - 0x12381dfff com.nvidia.web.GeForceMTLDriverWeb (10.33.0 - 10.3.3) <402C7EA4-0797-33AB-9590-CA3F90B710A6> /System/Library/Extensions/GeForceMTLDriverWeb.bundle/Contents/MacOS/GeForceMTLDriverWeb
0x7fff4a5e7000 - 0x7fff4a5f6ffb libSimplifiedChineseConverter.dylib (70) <79F6AF91-B369-3C30-8C52-19608D2566F9> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x7fff4e244000 - 0x7fff4e424ff3 com.apple.avfoundation (2.0 - 1536.36) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff4e425000 - 0x7fff4e4defff com.apple.audio.AVFAudio (1.0 - ???) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fff4e5e4000 - 0x7fff4e5e4fff com.apple.Accelerate (1.11 - Accelerate 1.11) <8632A9C5-19EA-3FD7-A44D-80765CC9C540> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff4e5e5000 - 0x7fff4e5fbfef libCGInterfaces.dylib (417.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff4e5fc000 - 0x7fff4eafafc3 com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff4eafb000 - 0x7fff4ec55fe3 libBLAS.dylib (1211.50.2) <62C659EB-3E32-3B5F-83BF-79F5DF30D5CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff4ec56000 - 0x7fff4ec84fef libBNNS.dylib (38.1) <7BAEFDCA-3227-3E07-80D8-59B6370B89C6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff4ec85000 - 0x7fff4f044ff7 libLAPACK.dylib (1211.50.2) <40ADBA5F-8B2D-30AC-A7AD-7B17C37EE52D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff4f045000 - 0x7fff4f05aff7 libLinearAlgebra.dylib (1211.50.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff4f05b000 - 0x7fff4f060ff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff4f061000 - 0x7fff4f0e1fff libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff4f0e2000 - 0x7fff4f0f5fff libSparseBLAS.dylib (1211.50.2) <722573CC-31CC-34B2-9032-E4F652A9CCFE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff4f0f6000 - 0x7fff4f2a3fc3 libvDSP.dylib (622.50.5) <40690941-CF89-3F90-A0AC-A4D200744A5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff4f2a4000 - 0x7fff4f355fff libvMisc.dylib (622.50.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff4f356000 - 0x7fff4f356fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <54FF3B43-E66C-3F36-B34B-A2B3B0A36502> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff4f64a000 - 0x7fff504a8fff com.apple.AppKit (6.9 - 1561.60.100) <6ADB4EAD-58E8-3C18-9062-A127601F86DB> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff504fa000 - 0x7fff504fafff com.apple.ApplicationServices (48 - 50) <3E227FC4-415F-3575-8C9C-8648301782C0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff504fb000 - 0x7fff50561fff com.apple.ApplicationServices.ATS (377 - 445.5) <703CE7E4-426A-35C0-A229-F140F30F5340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff505fa000 - 0x7fff5071cfff libFontParser.dylib (222.1.6) <6CEBACDD-B848-302E-B4B2-630CB16E663E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff5071d000 - 0x7fff50767ff7 libFontRegistry.dylib (221.5) <8F68EA59-C8EE-3FA3-BD19-0F1A58441440> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff5080c000 - 0x7fff5083fff7 libTrueTypeScaler.dylib (222.1.6) <9147F859-8BD9-31D9-AB54-8E9549B92AE9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff508a9000 - 0x7fff508adff3 com.apple.ColorSyncLegacy (4.13.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff5094d000 - 0x7fff5099fffb com.apple.HIServices (1.22 - 624.1) <66FD9ED2-9630-313C-86AE-4C2FBCB3F351> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff509a0000 - 0x7fff509aefff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff509af000 - 0x7fff509fbfff com.apple.print.framework.PrintCore (13.4 - 503.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff509fc000 - 0x7fff50a36fff com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff50a37000 - 0x7fff50a43fff com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff50a44000 - 0x7fff50cd2ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff50cd4000 - 0x7fff50cd4fff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff50ff7000 - 0x7fff51392ff7 com.apple.CFNetwork (902.3.1 - 902.3.1) <4C012538-BB8A-32F3-AACA-011092BEFAB1> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff513a7000 - 0x7fff513a7fff com.apple.Carbon (158 - 158) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff513a8000 - 0x7fff513abffb com.apple.CommonPanels (1.2.6 - 98) <2391761C-5CAA-3F68-86B7-50B37927B104> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff513ac000 - 0x7fff516b1fff com.apple.HIToolbox (2.1.1 - 911.10) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff516b2000 - 0x7fff516b5ffb com.apple.help (1.3.8 - 66) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff516b6000 - 0x7fff516bbfff com.apple.ImageCapture (9.0 - 9.0) <23B4916F-3B43-3DFF-B956-FC390EECA284> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff516bc000 - 0x7fff51751ffb com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff51752000 - 0x7fff5176cff7 com.apple.openscripting (1.7 - 174) <1B2A1F9E-5534-3D61-83CA-9199B39E8708> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff5178d000 - 0x7fff5178efff com.apple.print.framework.Print (12 - 267) <3682ABFB-2561-3419-847D-02C247F4800D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff5178f000 - 0x7fff51791ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff51792000 - 0x7fff51798fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff518b9000 - 0x7fff518b9fff com.apple.Cocoa (6.11 - 22) <80C1AABB-FC32-3833-A53B-0E36E70EBABA> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff518c7000 - 0x7fff51980fff com.apple.ColorSync (4.13.0 - 3325) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff51b0d000 - 0x7fff51ba0ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff51c07000 - 0x7fff51c30ffb com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff51c31000 - 0x7fff51f87fef com.apple.CoreData (120 - 851) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff51f88000 - 0x7fff5206bfff com.apple.CoreDisplay (99.14 - 99.14) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff5206c000 - 0x7fff5250dff7 com.apple.CoreFoundation (6.9 - 1454.93) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff5250f000 - 0x7fff52b1ffef com.apple.CoreGraphics (2.0 - 1161.21.2) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff52b21000 - 0x7fff52e10fff com.apple.CoreImage (13.0.0 - 579.5) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff52e7d000 - 0x7fff52ec2fff com.apple.audio.midi.CoreMIDI (1.10 - 88) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x7fff5309f000 - 0x7fff53195ffb com.apple.CoreMedia (1.0 - 2276.80.3) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff53196000 - 0x7fff531e4fff com.apple.CoreMediaIO (814.0 - 4995) <665836FB-2193-3769-996F-D5644A98E92C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff531e5000 - 0x7fff531e5fff com.apple.CoreServices (822.37 - 822.37) <264305C4-BB1C-3D3B-A2B1-D4EAA02669BF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff531e6000 - 0x7fff5325affb com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff5325b000 - 0x7fff53532fff com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff53533000 - 0x7fff53567fff com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff53568000 - 0x7fff53570ffb com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff53571000 - 0x7fff5372fff7 com.apple.LaunchServices (822.37 - 822.37) <6AA93307-220A-3417-BBC2-FE1C0DE0B652> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff53730000 - 0x7fff537e0fff com.apple.Metadata (10.7.0 - 1191.7) <3DD530A7-E104-3469-98BB-20449834B2FE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff537e1000 - 0x7fff53841fff com.apple.CoreServices.OSServices (822.37 - 822.37) <4AD2FC98-C6CB-392A-A22F-196A723D7FAE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff53842000 - 0x7fff538b0fff com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff538b1000 - 0x7fff538d5ffb com.apple.coreservices.SharedFileList (71.21 - 71.21) <1B5228EF-D869-3A50-A373-7F4B0289FADD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff53b76000 - 0x7fff53cc6fff com.apple.CoreText (352.0 - 578.22) <6129F39D-284D-3BBF-8999-7854AB61C01C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff53cc7000 - 0x7fff53d01fff com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff53d02000 - 0x7fff53d8dff3 com.apple.framework.CoreWLAN (13.0 - 1350.2) <53966601-3913-3027-92AC-D79506F4DB6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff54008000 - 0x7fff5400dfff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff541ce000 - 0x7fff54594ff3 com.apple.Foundation (6.9 - 1454.93) <4780F1E1-7F46-3028-B2D1-C7960A8BD5AB> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff54605000 - 0x7fff54635ff3 com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff54636000 - 0x7fff5464eff3 com.apple.GameController (1.0 - 1) /System/Library/Frameworks/GameController.framework/Versions/A/GameController
0x7fff54747000 - 0x7fff5484bffb com.apple.Bluetooth (6.0.7 - 6.0.7f12) <1ADBFD1B-B92E-37FE-8F2D-BDB100DB77E1> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff548ab000 - 0x7fff54947fff com.apple.framework.IOKit (2.0.2 - 1445.71.4) <52A5F1FF-BBAA-3088-933A-BD4A8AF6F6B1> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff54949000 - 0x7fff54950fff com.apple.IOSurface (211.15 - 211.15) <9FD406F1-6BF2-35B0-8339-DF83A1A661EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff54951000 - 0x7fff549a6ff3 com.apple.ImageCaptureCore (7.0 - 7.0) <0DAB3D7E-8C3F-35DE-96DF-C370AD35EB65> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff549a7000 - 0x7fff54b21ff7 com.apple.ImageIO.framework (3.3.0 - 1739.3) <7C579D3F-AE0B-31C9-8F80-67F2290B8DE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff54b22000 - 0x7fff54b26ffb libGIF.dylib (1739.3) <7AA44C9D-48E8-3090-B044-61FE6F0AEF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff54b27000 - 0x7fff54c0efef libJP2.dylib (1739.3) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff54c0f000 - 0x7fff54c32ff7 libJPEG.dylib (1739.3) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff54f0e000 - 0x7fff54f34feb libPng.dylib (1739.3) <1737F680-99D1-3F03-BFA5-5CDA30EB880A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff54f35000 - 0x7fff54f37ffb libRadiance.dylib (1739.3) <21746434-FCC7-36DE-9331-11277DF66AA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff54f38000 - 0x7fff54f86fef libTIFF.dylib (1739.3) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff55142000 - 0x7fff55e28fff com.apple.JavaScriptCore (13605 - 13605.3.8) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff55e40000 - 0x7fff55e59ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff56118000 - 0x7fff5611ffff com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff561cf000 - 0x7fff56839ff7 com.apple.MediaToolbox (1.0 - 2276.80.3) <5AEB0117-CD84-3174-9671-579597592AFF> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff5683b000 - 0x7fff568bcfff com.apple.Metal (125.30 - 125.30) <6B9EBDEE-C64C-3C1C-922A-0363B642C9BC> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff568d9000 - 0x7fff568f4fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff568f5000 - 0x7fff56964fef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <338B7779-E608-3D68-8A07-2ACC11299744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff56965000 - 0x7fff56989fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <9CE072D7-853B-3939-9645-7EB951376B87> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff5698a000 - 0x7fff56a71ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0DE891AD-27E5-38FF-AEC8-4A95356C4357> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff56a72000 - 0x7fff56a72ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2D2D261C-50B0-32F9-BF9A-5C01382BB528> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff57a71000 - 0x7fff57a7dffb com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff5a866000 - 0x7fff5a86efef libcldcpuengine.dylib (2.8.7) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff5a86f000 - 0x7fff5a8c9ff7 com.apple.opencl (2.8.24 - 2.8.24) <058114A8-6825-31D7-976E-0612B6A273E9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff5a8ca000 - 0x7fff5a8e6ffb com.apple.CFOpenDirectory (10.13 - 207.50.1) <29F55F7B-379F-3053-8FF3-5C6675A3DD4D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff5a8e7000 - 0x7fff5a8f2fff com.apple.OpenDirectory (10.13 - 207.50.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff5ba71000 - 0x7fff5ba73fff libCVMSPluginSupport.dylib (16.7.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff5ba74000 - 0x7fff5ba79ffb libCoreFSCache.dylib (162.9) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff5ba7a000 - 0x7fff5ba7efff libCoreVMClient.dylib (162.9) <4E4F3EA2-5B53-31A3-8256-54EFAA94E4D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff5ba7f000 - 0x7fff5ba88ff3 libGFXShared.dylib (16.7.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff5ba89000 - 0x7fff5ba94fff libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff5ba95000 - 0x7fff5bad0fe7 libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff5bad1000 - 0x7fff5bc3eff3 libGLProgrammability.dylib (16.7.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff5bc3f000 - 0x7fff5bc7dffb libGLU.dylib (16.7.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff5c5f5000 - 0x7fff5c604ff3 com.apple.opengl (16.7.4 - 16.7.4) <9BDE8FF9-5418-3C70-8D1C-09656884CE48> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff5c605000 - 0x7fff5c79cff3 GLEngine (16.7.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff5c79d000 - 0x7fff5c7c5ffb GLRendererFloat (16.7.4) <3B51AC1B-0A3C-30E5-80EB-F64EBB1B1F77> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff5c97e000 - 0x7fff5cacaff7 com.apple.QTKit (7.7.3 - 3014.8) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff5cacb000 - 0x7fff5cd30ff7 com.apple.imageKit (3.0 - 1043) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff5cd31000 - 0x7fff5ce20ffb com.apple.PDFKit (1.0 - 677.67) <6BD11C23-1AEA-3078-8D0C-A7152BCF9031> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff5ce21000 - 0x7fff5d333ff7 com.apple.QuartzComposer (5.1 - 364) <1369D6DA-8842-3878-B546-1D09828331F5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff5d334000 - 0x7fff5d357fff com.apple.quartzfilters (1.10.0 - 1.10.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff5d358000 - 0x7fff5d451ff7 com.apple.QuickLookUIFramework (5.0 - 743.13) <09B296B3-4242-3224-9F44-5DFB4AB894CC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff5d452000 - 0x7fff5d452fff com.apple.quartzframework (1.5 - 21) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff5d453000 - 0x7fff5d69fff7 com.apple.QuartzCore (1.11 - 584.64.2) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff5d6a0000 - 0x7fff5d6f7ff7 com.apple.QuickLookFramework (5.0 - 743.13) <8254FFF2-EE0D-323D-A6F3-BEB59615EE47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff5d8bd000 - 0x7fff5d8d5ff3 com.apple.SafariServices.framework (13606 - 13606.4.5.3.1) /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff5ded5000 - 0x7fff5e200fff com.apple.security (7.0 - 58286.70.9) <2F4537D6-9FA7-32BE-8D3D-31E5992D096F> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff5e201000 - 0x7fff5e28dff7 com.apple.securityfoundation (6.0 - 55185.50.5) <67B7E8AD-2C9A-35B0-B05E-88ED346FC02B> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff5e28e000 - 0x7fff5e2befff com.apple.securityinterface (10.0 - 55109.50.6) <9F9E71F0-E7A8-3428-93DC-A4E115DEB1F2> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff5e2bf000 - 0x7fff5e2c3ffb com.apple.xpc.ServiceManagement (1.0 - 1) <85D84D87-E387-3422-A788-FD17F7180A2C> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff5e524000 - 0x7fff5e530ffb com.apple.StoreKit (1.0 - 658.2) <2A82695F-68B6-3B80-9366-A282A21F40A8> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit
0x7fff5e668000 - 0x7fff5e6d8ff3 com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff5e88d000 - 0x7fff5ec08fff com.apple.VideoToolbox (1.0 - 2276.80.3) <546452DF-73CC-3C43-B391-FE532FEE5E31> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff615d5000 - 0x7fff61668fff com.apple.APFS (1.0 - 1) <6BBB3988-1C91-314F-A77A-4E093A1B18F0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff62247000 - 0x7fff62262ff3 com.apple.AppContainer (4.0 - 360.50.7) <59F95A1A-15DF-33CE-9E52-DDEEFDC4D138> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff62294000 - 0x7fff622bcfff com.apple.framework.Apple80211 (13.0 - 1370.4) <21593061-5389-3689-BBC2-F9F0E9D929F0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff622be000 - 0x7fff622cdfef com.apple.AppleFSCompression (96.60.1 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff623cc000 - 0x7fff623d7ff7 com.apple.AppleIDAuthSupport (1.0 - 1) <2FAF5567-CDB3-33EF-AB71-05D37F2248B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff62411000 - 0x7fff62459ff3 com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff62494000 - 0x7fff624bcfff com.apple.applesauce (1.0 - ???) /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff62585000 - 0x7fff62588fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <39419365-1166-3B27-BFFB-ADD281E38290> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff62589000 - 0x7fff625d9ff7 com.apple.AppleVAFramework (5.0.41 - 5.0.41) <14E91E09-C345-3C5F-8D3C-4BC291FAF796> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff6290f000 - 0x7fff62ba8ffb com.apple.AuthKit (1.0 - 1) <6CA71A11-91C5-307C-B933-9FCDEDCB580A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff62cdf000 - 0x7fff62ce6ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff62ce7000 - 0x7fff62d6eff7 com.apple.backup.framework (1.9.6 - 1.9.6) <3C96FD26-C7F2-3F37-885A-5A71372FA8F4> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff62d77000 - 0x7fff62d7dff7 com.apple.BezelServicesFW (305.1 - 305.1) <7D2C4717-FFF2-3262-B822-1982596BE46B> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x7fff63b50000 - 0x7fff63b9fff3 com.apple.ChunkingLibrary (189 - 189) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff6471b000 - 0x7fff64727ff7 com.apple.CommerceCore (1.0 - 658.2) <1422B395-E7C1-30F7-9B15-8364CF77FB96> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff64728000 - 0x7fff64731ff3 com.apple.CommonAuth (4.0 - 2.0) <230E9C02-9A73-3ED5-BD3D-9E04CAC5F74F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff64a6d000 - 0x7fff64e75fff com.apple.CoreAUC (259.0.0 - 259.0.0) <1E0FB2C7-109E-3924-8E7F-8C6ACD78AF26> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff64e76000 - 0x7fff64ea6ff7 com.apple.CoreAVCHD (5.9.0 - 5900.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff64f3d000 - 0x7fff64f8fff7 com.apple.corebrightness (1.0 - 1) <27A4322E-4D57-3D7A-8D3C-057BACCA6D2C> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
0x7fff65245000 - 0x7fff65255ff7 com.apple.CoreEmoji (1.0 - 69.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff65559000 - 0x7fff6556fff7 com.apple.CoreMediaAuthoring (2.2 - 956) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff658a4000 - 0x7fff65949fff com.apple.CorePDF (4.0 - 414) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff659e9000 - 0x7fff659f1ff3 com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff65b7c000 - 0x7fff65badff3 com.apple.CoreServicesInternal (309.1 - 309.1) <4ECD14EA-A493-3B84-A32F-CF928474A405> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff65f27000 - 0x7fff65fb8fff com.apple.CoreSymbolication (9.3 - 64026.2) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff6603b000 - 0x7fff66170fff com.apple.coreui (2.1 - 494.1) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff66171000 - 0x7fff662a2fff com.apple.CoreUtils (5.6 - 560.11) <1A02D6F0-8C65-3FAE-AD63-56477EDE4773> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff662f7000 - 0x7fff6635bfff com.apple.framework.CoreWiFi (13.0 - 1350.2) <373AD7DB-3947-300A-8B8C-9BABC6D1AE12> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff6635c000 - 0x7fff6636cff7 com.apple.CrashReporterSupport (10.13 - 1) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff663eb000 - 0x7fff663faff7 com.apple.framework.DFRFoundation (1.0 - 191.7) <3B8ED6F7-5DFF-34C3-BA90-DDB85679684C> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff663fd000 - 0x7fff66401ffb com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff66483000 - 0x7fff664f9fff com.apple.datadetectorscore (7.0 - 590.3) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff66547000 - 0x7fff66587ff7 com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff66588000 - 0x7fff666b7fff com.apple.desktopservices (1.12.5 - 1.12.5) <7739C9A5-64D9-31A5-899B-5FFA242AD70D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff66984000 - 0x7fff66988ff7 com.apple.DisplayServicesFW (3.1 - 380) <6F0B8AC6-7E62-3DFC-B373-BF04833724C0> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff674d1000 - 0x7fff678fffff com.apple.vision.FaceCore (3.3.2 - 3.3.2) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff6955b000 - 0x7fff6955bfff libmetal_timestamp.dylib (802.4.8) /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
0x7fff6abbb000 - 0x7fff6abc6ff7 libGPUSupportMercury.dylib (16.7.4) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff6abc7000 - 0x7fff6abccfff com.apple.GPUWrangler (3.20.0 - 3.20.0) <54EC174A-C5E6-3CA2-8A8D-9DA6ACE68C3D> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff6af80000 - 0x7fff6afa5ff3 com.apple.GenerationalStorage (2.0 - 285.3) <13B96400-FF70-376B-B20E-FB7D61064800> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff6b942000 - 0x7fff6b951fff com.apple.GraphVisualizer (1.0 - 5) /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff6b9d4000 - 0x7fff6ba48fff com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff6c358000 - 0x7fff6c35fff7 com.apple.IOAccelerator (378.26 - 378.26) <2274BE11-18DE-3B13-BCDB-C488C9BB19AD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff6c363000 - 0x7fff6c37afff com.apple.IOPresentment (1.0 - 35.1) <7C6332FF-6535-3064-B437-1E9F70671927> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff6c745000 - 0x7fff6c76bffb com.apple.IconServices (97.6 - 97.6) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff6c878000 - 0x7fff6c87bff3 com.apple.InternationalSupport (1.0 - 1) <5AB382FD-BF81-36A1-9565-61F1FD398ECA> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff6c8e9000 - 0x7fff6c8f9ffb com.apple.IntlPreferences (2.0 - 227.5.2) <7FC3783F-C96A-3CD6-BBA8-2BC682BC7109> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff6c9f0000 - 0x7fff6ca03ff3 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff6ca04000 - 0x7fff6caf9ff7 com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff6cafa000 - 0x7fff6cb3cfff com.apple.Lexicon-framework (1.0 - 33.5) /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff6cb40000 - 0x7fff6cb47ff7 com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff6d346000 - 0x7fff6d349fff com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff6d859000 - 0x7fff6d8c2ff7 com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff6da51000 - 0x7fff6da6afff com.apple.MobileKeyBag (2.0 - 1.0) <52760DF8-D921-3E61-9A54-447F9F7E08A0> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff6daf6000 - 0x7fff6db20ffb com.apple.MultitouchSupport.framework (1614.1 - 1614.1) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff6dd87000 - 0x7fff6dd92fff com.apple.NetAuth (6.2 - 6.2) <6B8932DD-ABC2-334C-BEA2-20F049634167> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff6f62f000 - 0x7fff6f63fffb com.apple.PerformanceAnalysis (1.194 - 194) <8022ED1F-CE70-388E-B37B-6FB1E5F90CF2> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff713fe000 - 0x7fff7141cfff com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff71589000 - 0x7fff7159fff7 com.apple.QuickLookThumbnailing (1.0 - 1) <8F0092E4-6494-349D-B4C9-494DF293D716> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fff715e6000 - 0x7fff715f2fff com.apple.xpc.RemoteServiceDiscovery (1.0 - 1205.70.10) <178A00AF-E9DA-3AA8-9311-7D6087240AAC> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
0x7fff715f3000 - 0x7fff71616ffb com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff71617000 - 0x7fff7162cff3 com.apple.xpc.RemoteXPC (1.0 - 1205.70.10) /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
0x7fff72df2000 - 0x7fff72df5ff3 com.apple.SecCodeWrapper (4.0 - 360.50.7) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff72f3a000 - 0x7fff7304fff7 com.apple.Sharing (1050.22.2 - 1050.22.2) <4E3CCDF2-EA26-334F-8EBA-79BD28486C9D> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff7307a000 - 0x7fff7307bff7 com.apple.performance.SignpostNotification (1.2.6 - 2.6) <8F04800F-3570-3392-A24D-B229FF03F7F9> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
0x7fff73dd8000 - 0x7fff74074fff com.apple.SkyLight (1.600.0 - 312.103.2) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff7483d000 - 0x7fff7484afff com.apple.SpeechRecognitionCore (4.6.1 - 4.6.1) <87EE7AB5-6925-3D21-BE00-F155CB457699> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff753f0000 - 0x7fff75479fc7 com.apple.Symbolication (9.3 - 64033) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff759e9000 - 0x7fff759f1ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff75bfe000 - 0x7fff75cbbff7 com.apple.TextureIO (3.7 - 3.7) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff75d65000 - 0x7fff75d66fff com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff75d6c000 - 0x7fff75f1bfff com.apple.UIFoundation (1.0 - 547.5) <86A2FBA7-2709-3894-A3D5-A00C19BAC48D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff76bf0000 - 0x7fff76cbfff7 com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff77697000 - 0x7fff77699ffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff77800000 - 0x7fff77833ff7 libclosured.dylib (551.5) <112BC241-6626-3848-8DD8-B34B5B6F7ABC> /usr/lib/closure/libclosured.dylib
0x7fff778ed000 - 0x7fff77926ff7 libCRFSuite.dylib (41) /usr/lib/libCRFSuite.dylib
0x7fff77927000 - 0x7fff77932fff libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
0x7fff779c4000 - 0x7fff779c5ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff779fc000 - 0x7fff77bc6ff3 libFosl_dynamic.dylib (17.8) /usr/lib/libFosl_dynamic.dylib
0x7fff77be6000 - 0x7fff77bedfff libMatch.1.dylib (31) <74AB4815-11D1-3930-A559-BD6550CE5865> /usr/lib/libMatch.1.dylib
0x7fff77bfe000 - 0x7fff77bfefff libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
0x7fff77d35000 - 0x7fff77d39ffb libScreenReader.dylib (562.18.4) /usr/lib/libScreenReader.dylib
0x7fff77d3a000 - 0x7fff77d3bffb libSystem.B.dylib (1252.50.4) /usr/lib/libSystem.B.dylib
0x7fff77dce000 - 0x7fff77dcefff libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
0x7fff77dcf000 - 0x7fff77de5ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
0x7fff77de6000 - 0x7fff77e10ff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
0x7fff77e11000 - 0x7fff77e92fdf libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib
0x7fff77e96000 - 0x7fff77e96ff3 libauto.dylib (187) /usr/lib/libauto.dylib
0x7fff77e97000 - 0x7fff77f4fff3 libboringssl.dylib (109.50.14) /usr/lib/libboringssl.dylib
0x7fff77f50000 - 0x7fff77f60ff3 libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
0x7fff77f61000 - 0x7fff77f6effb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
0x7fff77f6f000 - 0x7fff77fc5fff libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
0x7fff77fc6000 - 0x7fff77feaff7 libc++abi.dylib (400.8.2) /usr/lib/libc++abi.dylib
0x7fff77fec000 - 0x7fff77ffcfff libcmph.dylib (6) <890DEC4C-4334-393C-8B56-7C8560BBED9D> /usr/lib/libcmph.dylib
0x7fff77ffd000 - 0x7fff78014fcf libcompression.dylib (47.60.2) <543F07BF-2F2F-37D5-9866-E84BF659885B> /usr/lib/libcompression.dylib
0x7fff782bf000 - 0x7fff782d7ff7 libcoretls.dylib (155.50.1) /usr/lib/libcoretls.dylib
0x7fff782d8000 - 0x7fff782d9ff3 libcoretls_cfhelpers.dylib (155.50.1) /usr/lib/libcoretls_cfhelpers.dylib
0x7fff78472000 - 0x7fff78603fff libcrypto.35.dylib (22.50.3) <6E609F99-59BC-3AEA-9DB3-FD360A2C50CC> /usr/lib/libcrypto.35.dylib
0x7fff787aa000 - 0x7fff78800ff3 libcups.2.dylib (462.2.5) /usr/lib/libcups.2.dylib
0x7fff78940000 - 0x7fff78940fff libenergytrace.dylib (16) /usr/lib/libenergytrace.dylib
0x7fff78941000 - 0x7fff7895affb libexpat.1.dylib (16.1.1) <5E1796FA-4041-3187-B5C2-8E6B03D1D72A> /usr/lib/libexpat.1.dylib
0x7fff78977000 - 0x7fff7897cff3 libheimdal-asn1.dylib (520.50.7) /usr/lib/libheimdal-asn1.dylib
0x7fff789a8000 - 0x7fff78a99ff7 libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
0x7fff78a9a000 - 0x7fff78cc1ffb libicucore.A.dylib (59181.0.1) <2CE6205F-D375-3BF5-AA0A-3254BC4773D0> /usr/lib/libicucore.A.dylib
0x7fff78d0e000 - 0x7fff78d0ffff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
0x7fff78d10000 - 0x7fff78d29ffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
0x7fff78d2a000 - 0x7fff78d40ff7 libmarisa.dylib (9) /usr/lib/libmarisa.dylib
0x7fff78df1000 - 0x7fff79019ff7 libmecabra.dylib (779.7.6) /usr/lib/libmecabra.dylib
0x7fff791f1000 - 0x7fff7936cfff libnetwork.dylib (1229.70.2) /usr/lib/libnetwork.dylib
0x7fff793f3000 - 0x7fff797e17e7 libobjc.A.dylib (723) /usr/lib/libobjc.A.dylib
0x7fff797f4000 - 0x7fff797f8fff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
0x7fff797fb000 - 0x7fff7982ffff libpcap.A.dylib (79.20.1) /usr/lib/libpcap.A.dylib
0x7fff798ae000 - 0x7fff798caffb libresolv.9.dylib (65) /usr/lib/libresolv.9.dylib
0x7fff798cc000 - 0x7fff79905ff3 libsandbox.1.dylib (765.70.1) /usr/lib/libsandbox.1.dylib
0x7fff79919000 - 0x7fff7991aff3 libspindump.dylib (252) /usr/lib/libspindump.dylib
0x7fff7991b000 - 0x7fff79aaeff7 libsqlite3.dylib (274.8.1) /usr/lib/libsqlite3.dylib
0x7fff79c82000 - 0x7fff79ce2ff3 libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib
0x7fff79ce3000 - 0x7fff79ce6ffb libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
0x7fff79ce7000 - 0x7fff79cf4fff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
0x7fff79cf8000 - 0x7fff79ddffff libxml2.2.dylib (31.13) <8C12B82A-66FD-330C-9BEA-AAC090C7076A> /usr/lib/libxml2.2.dylib
0x7fff79de0000 - 0x7fff79e08fff libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
0x7fff79e09000 - 0x7fff79e1bffb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
0x7fff79eb7000 - 0x7fff79ebbff7 libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
0x7fff79ebc000 - 0x7fff79ec6ff3 libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
0x7fff79ec7000 - 0x7fff79ecefff libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
0x7fff79ecf000 - 0x7fff79ed8ffb libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
0x7fff79ed9000 - 0x7fff79f5effb libcorecrypto.dylib (562.70.2) <495BACA2-67D7-369D-ABB1-FE67FAF63A6A> /usr/lib/system/libcorecrypto.dylib
0x7fff79fe6000 - 0x7fff7a01fff7 libdispatch.dylib (913.60.3) /usr/lib/system/libdispatch.dylib
0x7fff7a020000 - 0x7fff7a03dff7 libdyld.dylib (551.5) <49BF9E96-8297-30CF-8AA6-128CC14054B2> /usr/lib/system/libdyld.dylib
0x7fff7a03e000 - 0x7fff7a03effb libkeymgr.dylib (28) /usr/lib/system/libkeymgr.dylib
0x7fff7a03f000 - 0x7fff7a04bff3 libkxld.dylib (4570.71.22) /usr/lib/system/libkxld.dylib
0x7fff7a04c000 - 0x7fff7a04cff7 liblaunch.dylib (1205.70.10) /usr/lib/system/liblaunch.dylib
0x7fff7a04d000 - 0x7fff7a051ffb libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
0x7fff7a052000 - 0x7fff7a054ff3 libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
0x7fff7a055000 - 0x7fff7a056ff3 libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
0x7fff7a057000 - 0x7fff7a06efff libsystem_asl.dylib (356.70.1) <39E46A6F-B228-3E78-B83E-1779F9707A39> /usr/lib/system/libsystem_asl.dylib
0x7fff7a06f000 - 0x7fff7a06ffff libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
0x7fff7a070000 - 0x7fff7a0f9ff7 libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
0x7fff7a0fa000 - 0x7fff7a0fdffb libsystem_configuration.dylib (963.50.8) /usr/lib/system/libsystem_configuration.dylib
0x7fff7a0fe000 - 0x7fff7a101ffb libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
0x7fff7a102000 - 0x7fff7a103fff libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
0x7fff7a104000 - 0x7fff7a10aff7 libsystem_dnssd.dylib (878.70.3) <7C4C39D5-3642-3049-B309-7ACF2F3CE0DA> /usr/lib/system/libsystem_dnssd.dylib
0x7fff7a10b000 - 0x7fff7a154ff7 libsystem_info.dylib (517.30.1) /usr/lib/system/libsystem_info.dylib
0x7fff7a155000 - 0x7fff7a17bff7 libsystem_kernel.dylib (4570.71.22) <6BFAF4C2-FF7B-301C-8D1C-3ED5E090B0CE> /usr/lib/system/libsystem_kernel.dylib
0x7fff7a17c000 - 0x7fff7a1c7fcb libsystem_m.dylib (3147.50.1) <17570F46-566C-39FC-BEF6-635A355DD549> /usr/lib/system/libsystem_m.dylib
0x7fff7a1c8000 - 0x7fff7a1e7fff libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
0x7fff7a1e8000 - 0x7fff7a318ff7 libsystem_network.dylib (1229.70.2) <5E86B2DE-9E15-3354-8714-4094ED5F698D> /usr/lib/system/libsystem_network.dylib
0x7fff7a319000 - 0x7fff7a323ffb libsystem_networkextension.dylib (767.70.2) <9DC03712-552D-3AEE-9519-B5ED70980B70> /usr/lib/system/libsystem_networkextension.dylib
0x7fff7a324000 - 0x7fff7a32dff3 libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
0x7fff7a32e000 - 0x7fff7a335ff7 libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
0x7fff7a336000 - 0x7fff7a341fff libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
0x7fff7a342000 - 0x7fff7a345fff libsystem_sandbox.dylib (765.70.1) <553DFCC6-9D31-3B9C-AB7C-30F6F265786D> /usr/lib/system/libsystem_sandbox.dylib
0x7fff7a346000 - 0x7fff7a347ff3 libsystem_secinit.dylib (30) /usr/lib/system/libsystem_secinit.dylib
0x7fff7a348000 - 0x7fff7a34fff7 libsystem_symptoms.dylib (820.60.3) <441C6CA0-5711-3BB1-8420-DDAC3D5272E1> /usr/lib/system/libsystem_symptoms.dylib
0x7fff7a350000 - 0x7fff7a363fff libsystem_trace.dylib (829.70.1) <3A6CB706-8CA6-3616-8AFC-14AAD7FAF187> /usr/lib/system/libsystem_trace.dylib
0x7fff7a365000 - 0x7fff7a36aff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff7a36b000 - 0x7fff7a398ff7 libxpc.dylib (1205.70.10) <903AB944-964B-3E73-89AE-A55F5424BD9A> /usr/lib/system/libxpc.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 151651
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=485.6M resident=0K(0%) swapped_out_or_unallocated=485.6M(100%)
Writable regions: Total=452.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=452.4M(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 256K 3
Activity Tracing 256K 2
CG backing stores 4040K 4
CG image 24K 4
CoreAnimation 32K 7
CoreGraphics 8K 2
CoreImage 8K 3
CoreUI image data 312K 5
CoreUI image file 180K 4
Foundation 4K 2
IOKit 7940K 2
Kernel Alloc Once 8K 2
MALLOC 198.4M 46
MALLOC guard page 48K 11
Memory Tag 242 12K 2
Memory Tag 255 528.9M 68
OpenGL GLSL 384K 6
STACK GUARD 56.1M 37
Stack 206.8M 37
VM_ALLOCATE 4444K 23
__DATA 43.2M 292
__FONT_DATA 4K 2
__GLSLBUILTINS 2588K 2
__LINKEDIT 198.6M 12
__TEXT 287.0M 292
__UNICODE 560K 2
mapped file 149.7M 43
shared memory 18.8M 26
=========== ======= =======
TOTAL 1.7G 913

Model: iMac14,2, BootROM IM142.0128.B00, 4 processors, Intel Core i7, 4 GHz, 16 GB, SMC 2.15f7
Graphics: NVIDIA GeForce GTX 1060 6GB, NVIDIA GeForce GTX 1060 6GB, PCIe
Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1600 MHz, G Skill Intl, F3-1600C9-8GXM
Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1600 MHz, G Skill Intl, F3-1600C9-8GXM
Bluetooth: Version 6.0.7f12, 3 services, 27 devices, 1 incoming serial ports
Network Service: A6210, Ethernet, en1
PCI Card: NVIDIA GeForce GTX 1060 6GB, Display Controller, PCI Slot 0
Serial ATA Device: WDC WD10EZRX-00A3KB0, 1 TB
Serial ATA Device: INTEL SSDSC2BP240G4, 240.06 GB
USB Device: USB 3.0 Bus
USB Device: BCM920702 Bluetooth 4.0
USB Device: Gaming Mouse G502
USB Device: QuickFire Rapid keyboard
USB Device: A6210
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: USB 2.0 Bus
USB Device: Hub
Thunderbolt Bus:

启动游戏后可以只关闭游戏不退出程序吗

目前的版本修改mod.json后需要退出游戏->禁用模组->启动游戏->退出游戏->启用模组,这样的过程太麻烦了,需要不停的关闭,打开程序,是否可以只关闭游戏回到主界面

无法在mac os上运行

确实无法在macOS下运行。没有任何错误提示。可以启动程序,但是点击【启动游戏】以后没有反应

网络正常的情况下QQ登陆黑屏

在预览版及正式版中都存在的情况

使用QQ扫码登陆后会跳转为黑屏,无论是否关闭GPU加速。关闭所有插件也无法解决。

备注:

  1. 网络正常,可以正常获取延迟
  2. 网页版可以正常的打开

点击exe文件没有反应

win7 64位系统 杀软已关
点击exe文件后,指针会显示一小下沙漏图标,然后就无事发生了

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.