Code Monkey home page Code Monkey logo

Comments (14)

Caldis avatar Caldis commented on June 2, 2024 23

大概率是滚动的某个事件被其他应用接管或者提前丢弃导致空指针了, 目前好像没有什么太好解决办法. 后续我吧自动重启的机制加进去吧

from mos.

KangodYan avatar KangodYan commented on June 2, 2024 5

@Rlxzmdd @kaes1a @fyqqyf @mottzz87 @17670454524

我也是,Mos 莫名其妙就被 kill 了,我是自建 plist 文件用 launchctl 命令自动加载解决了。

自建plist 文件放在 /Library/LaunchAgents 目录下,然后 launchctl load /Library/LaunchAgents/com.caldis.Mos.launch.plist 就可以了。开机自启,被 kill 了也会自动重启

launchctl 的相关使用可以参考这里,也可以直接用我的 plist 文件:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>KeepAlive</key>
  <true/>
  <key>Label</key>
  <string>com.caldis.Mos.launch.plist</string>
  <key>ProgramArguments</key>
  <array>
    <string>/Applications/Mos.app/Contents/MacOS/Mos</string>
  </array>
  <key>RunAtLoad</key>
  <true/>
</dict>
</plist>

from mos.

17670454524 avatar 17670454524 commented on June 2, 2024

我也经常遇到,大概一两天偶尔一次,Apple M1 Pro,sonoma14.3

from mos.

kaes1a avatar kaes1a commented on June 2, 2024

sonoma14.3
一样的问题

from mos.

fyqqyf avatar fyqqyf commented on June 2, 2024

Apple M1 Pro,sonoma14.3,一样的问题

from mos.

mottzz87 avatar mottzz87 commented on June 2, 2024

Apple M1 Pro,sonoma14.3.1,一样的问题。而且我外接鼠标显示器,会出现很频繁的鼠标指针跳帧的问题。
鼠标是罗技master 3

from mos.

Rlxzmdd avatar Rlxzmdd commented on June 2, 2024

Apple M1 Pro,sonoma14.3.1,一样的问题。而且我外接鼠标显示器,会出现很频繁的鼠标指针跳帧的问题。 鼠标是罗技master 3

我昨天鼠标也经常跳,不知道是不是mos的问题,今天观察下

from mos.

17670454524 avatar 17670454524 commented on June 2, 2024

我也是外接屏和鼠标,鼠标一直有很细微的频繁抖动,但是我主动强制关闭掉mos程序,抖动似乎也还在,所以鼠标的问题应该不太可能是mos导致

from mos.

Rlxzmdd avatar Rlxzmdd commented on June 2, 2024

我也是外接屏和鼠标,鼠标一直有很细微的频繁抖动,但是我主动强制关闭掉mos程序,抖动似乎也还在,所以鼠标的问题应该不太可能是mos导致

那感觉大概是鼠标垫的问题,可以换个鼠标垫看看

from mos.

17670454524 avatar 17670454524 commented on June 2, 2024

鼠标垫是樱桃的细面,应该不是鼠标垫问题,我把鼠标断开连接,还是一样的抖动,好在不影响正常使用,在笔记本屏幕上是没有这个情况

from mos.

Rlxzmdd avatar Rlxzmdd commented on June 2, 2024

鼠标垫是樱桃的细面,应该不是鼠标垫问题,我把鼠标断开连接,还是一样的抖动,好在不影响正常使用,在笔记本屏幕上是没有这个情况

尝试用cleanup之类的软件卸载mos,如果还有就不是mos的问题啦

from mos.

mottzz87 avatar mottzz87 commented on June 2, 2024

我也是外接屏和鼠标,鼠标一直有很细微的频繁抖动,但是我主动强制关闭掉mos程序,抖动似乎也还在,所以鼠标的问题应该不太可能是mos导致

退了mos,我这边就没有跳帧的问题了,昨晚到现在看是正常了。
也可能时间较短,后续还要再观察下。

from mos.

IraXu avatar IraXu commented on June 2, 2024

同问题M2pro 13.6.1

from mos.

wjw020206 avatar wjw020206 commented on June 2, 2024

同问题 Apple M1 Pro,Ventura 13.6.3

from mos.

Related Issues (20)

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.