-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quits after launching in Window 11 #18
Comments
Hi there! Do you know how to use the Windows command prompt? That would be helpful to understand the problem:
Now you should see this:
|
Thanks for sharing the error. It's an annoying one that happens when your Windows username contains special characters (technical details here).
Let me know if that works for you, we could then create a .bat file to simplify it. |
This is good. The remaining error is because it's not running as administrator, but we can fix that later. Most of it should work even when not running as administrator. Do you confirm that it's mostly working, now? |
Sorry for being a bit ambiguous, by the word "error" I meant to say that it still does not work. The black cmd window flashes for a moment, and then, nothing. |
Ok, let's see what we can do. I'm looking at the screenshot where you ran |
Yeah, sure. The command line window does not close automatically, it remains open and even reacts to what I'm doing. I mean that whenever I press a button, it writes out something like this: |
This indicates that mousemaster is waiting for you to press a key combo that matches what's defined in the configuration file. Are you using the neo-mousekeys.properties configuration file? The activation combo is leftctrl + e. What is written in the command line window when you press the activation combo? |
Ah, cool, I see now! Sorry for being lame with the last question; it behaved so differently on my other machine. It seems to react now, but if I face any problems, I may come back to you. Thank for all your help, and keep up your great work! |
No worries! That's great, let me know if you encounter any other problem. Also, we can work on creating a .bat file that you can simply just click instead of having to open cmd and launch mousemaster.exe manually. Let me know if you think that would be helpful. |
Hi, I've been testing it, and everything seems OK. That bat file would definitely be helpful, but I can live with this method, too. |
Create a bat file (e.g. mousemaster.bat) in the same directory and put this inside: cd %~dp0
mousemaster.exe -Djna.tmpdir=. I think that should work and you should be able to just double click the bat file. You can also run the bat file as admin if you want the mousemaster overlay to be on top of every other applications. |
Hi,
I tried to use mousemaster on a Window 11 machine, but I faced a strange issue. After clicking the exe file, a window (probably the command promt) flashes for a split second, but the program doesn't load. I tried on a Windows 10 machine, and had no problems.
My system specs are Windows 11 Pro, 24H2. I doesn't have administrative privileges, as it is a company computer, but I don't think that should be a problem, since it is a portable app.
Do you think there is any way to make it work?
Thanks a lot.
The text was updated successfully, but these errors were encountered: