12.4下用的AMD_FrameBuffers
一直没看到人维护这个php脚本,我就修复了一下。只做了偏移量修复的工作,现在是能正确显示接口类型和接口数据。但是提示64行还是有一个错误,我不懂脚本语言,谁懂的加以完美一下吧。另外需要说明的是12版本之后macos不再集成php,需要手动brew install php。
效果如下:
测试环境:MacOS 12.4 把45行分成两行
$globfile = glob("$file/Contents/MacOS/*");
$file = array_pop($globfile); superxgz 发表于 2022-7-19 21:28 https://bbs.pcbeta.com/static/image/common/back.gif
把45行分成两行
$globfile = glob("$file/Contents/MacOS/*");
$file = array_pop($globfile);
试了,没改变,65行还是出错。 lonelyboylonely 发表于 2022-7-20 11:06 https://bbs.pcbeta.com/static/image/common/back.gif
试了,没改变,65行还是出错。
我这里是45行报错, 45行改了后就没有报错了 感谢分享啊 感谢分享 这个是要支持的啊~! superxgz 发表于 2022-7-20 11:10 https://bbs.pcbeta.com/static/image/common/back.gif
我这里是45行报错, 45行改了后就没有报错了
那难道是php版本的问题? brew install php 安装失败 dlhonghan 发表于 2022-7-21 19:22 https://bbs.pcbeta.com/static/image/common/back.gif
brew install php 安装失败
好的。我知道了 这个脚本很好,哈哈 膜拜,真厉害 学习一下,下来试试~ 感谢分享啊 感谢分享啊
页:
[1]