hexstr / UnityFPSUnlocker

为unity-il2cpp提供在手机上设置FPS的模块
MIT License
382 stars 45 forks source link

国服模块使用一段时间后掉回30帧 #17

Closed zjss0415 closed 4 years ago

zjss0415 commented 4 years ago

大佬,我这边出现两例国服模块使用一段时间后掉回30帧的情况。重装模块、重装游戏、全删了从零开始安装游戏和模块都试过了,unlocker文件也正常,开始有60/90帧,但是现在只有30帧。

hexstr commented 4 years ago

自己看日志

logcat -s ethereal:V
zjss0415 commented 4 years ago

是在终端模拟器中输入然后打开BGO吗,输入之后显示 sdcard logcat -S ethereal:V ——beginning of system ——beginning of main read: unexpected EOF !

hexstr commented 4 years ago

你这什么都没有,模块都没工作

hexstr commented 4 years ago

之前的没有,昨天1.66.0更新的会带上一堆debug信息比如read cfg: 60

hexstr commented 4 years ago

-s是小写

zjss0415 commented 4 years ago

从MT的终端模拟器换成Ansole才出东西... :/ $ su :/ # logcat -s ethereal:V --------- beginning of system --------- beginning of main 04-17 18:24:54.669 5536 5548 D ethereal: new thread: [5548] 04-17 18:25:04.669 5536 5548 D ethereal: begin 04-17 18:25:04.680 5536 5548 D ethereal: start_addr D2350000 04-17 18:25:04.698 5536 5548 D ethereal: mono_get_root_domain: 84 address: 16B79C 04-17 18:25:04.698 5536 5548 D ethereal: mono_thread_attach: 94 address: 2361A0 04-17 18:25:04.698 5536 5548 D ethereal: mono_object_new: 142 address: 1F5D60 04-17 18:25:04.698 5536 5548 D ethereal: mono_class_from_name: 174 address: 14D83C 04-17 18:25:04.699 5536 5548 D ethereal: mono_runtime_object_init: 694 address: 1EBA10 04-17 18:25:04.699 5536 5548 D ethereal: dlopen failed: dlopen failed: library "/system/lib/libmono.so" not found 04-17 18:25:04.700 5536 5548 D ethereal: finish

hexstr commented 4 years ago

看样子是libmono.so没有复制到/system/lib/里,什么原因我也不清楚