XboxKeyboardMouse
XboxKeyboardMouse copied to clipboard
renamed xboxapp xkm not detecting
hey got a problem since couple of days when microsoft decided to uppgrade the xboxapps name, now it dosnt know it is running. and just stays blue. ive looked abit on my own but i cannot find where to change or so please fix this if u can please
yeah, this new xbox app update, the mouse and keyboard app doesnt lock the mouse into the app, need fix asap
It is really easy to fix on our end until someone from the project fixes it. Just go in the XboxStream class and change line 32 for the right name. I did it last night and it works.
Could you give a quick tour on how to do that, you change on github? or on the computer itself?
You cannot do it on github unless you are a contributor. Do it locally on your computer. Git clone the project (or download the zip) on your computer, open the code (you will need to download Microsoft Visual Studio 2019 if you don't have it). Change the code and run it from Visual Studio.
hmm nice, thanks a lot man will do
But what sucks now is the name of the app is not longer language neutral. The name before was "Xbox" which is the same in all the languages. Now, for me in French I had to write "Compagnon de la console Xbox". So now the project will only work with English computers, unless the project contributors can find something to handle it.
Thats bad, the guys will figure it out im sure, and i managed to get it working, thanks for the help
@secretspy911 how should it say im in a english version it says Xbox Console Companion but it still wont trigger :( should spaces in the name be just spaces or no spaces or ? love if u sent me the bit of text edited here in commment that i need to change
Whatever the language, the text in the code must be the exact same the the text you see at the top of the xbox app when it's open.
nvm Just got it to work i hope xD mouse locked in window app turned green XD thanks alot
solved issue and i got a build that works if ur OS is english and can mabey? be sent? dunt know-.- thankks @secretspy911 (had solved the issue long ago haha but missspelled the name :D thanks for correcting me) ^^
Yeah we should get some code in that detects the app better. Its the same exact string match that blocked an Xbox app beta version user a while ago. Then we can push a new click-once update to auto deploy the fix to everyone.
Im pretty busy but will try to squeeze out some time to start looking into this late tonight unless another contributor can commit better. :)
reopening until we deploy a fix to everyone
im no contributor just a fan xD. but ill look on what i can look into. and pass it along to u. might have an idea. tho i must go to sleep soon not alot 3 last days, can count the h on 1 hands fingers xD haha
@shrek88 don't worry about it, we got this on our end.
seems like title already there, but it still does not trigger mouse =(( I'm not .Net dev, so I need some assistance here =) seems like last binaries are note build, tried to vuild by myself but an error was rised:
(c) 2018 Microsoft Corporation. All rights reserved.
C:\XboxKeyboardMouse-master>build.bat
'setdd' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
Building Solution for 32 Bit (x86)...
msbuild "XboxKeyboardMouse.sln" /p:Configuration=Release /p:Platform="x86" /t:Build /p:OutputPath="C:\XboxKeyboardMouse-master\Downloads"
Microsoft (R) Build Engine version 4.7.3056.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 6/9/2019 5:32:54 PM.
Project "C:\XboxKeyboardMouse-master\XboxKeyboardMouse.sln" on node 1 (Build target(s)).
C:\XboxKeyboardMouse-master\XboxKeyboardMouse.sln.metaproj : error MSB4126: The specified solution configuration "Relea
se|x86" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g.
MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the defa
ult solution configuration. [C:\XboxKeyboardMouse-master\XboxKeyboardMouse.sln]
Done Building Project "C:\XboxKeyboardMouse-master\XboxKeyboardMouse.sln" (Build target(s)) -- FAILED.
Build FAILED.
"C:\XboxKeyboardMouse-master\XboxKeyboardMouse.sln" (Build target) (1) ->
(ValidateSolutionConfiguration target) ->
C:\XboxKeyboardMouse-master\XboxKeyboardMouse.sln.metaproj : error MSB4126: The specified solution configuration "Rel
ease|x86" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.
g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the de
fault solution configuration. [C:\XboxKeyboardMouse-master\XboxKeyboardMouse.sln]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.41
Deleting debug files
Renaming file to XboxKeyboardMouse 06 06 2019 - x86.exe
move /y "C:\XboxKeyboardMouse-master\Downloads\XboxKeyboardMouse.exe" "C:\XboxKeyboardMouse-master\Downloads\XboxKeyboardMouse 06 06 2019 - x86.exe"
The system cannot find the file specified.
Building Solution for 64 Bit (x86_64)...
msbuild "XboxKeyboardMouse.sln" /p:Configuration=Release /p:Platform="x64" /t:Build /p:OutputPath="C:\XboxKeyboardMouse-master\Downloads"
Microsoft (R) Build Engine version 4.7.3056.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 6/9/2019 5:32:55 PM.
Project "C:\XboxKeyboardMouse-master\XboxKeyboardMouse.sln" on node 1 (Build target(s)).
C:\XboxKeyboardMouse-master\XboxKeyboardMouse.sln.metaproj : error MSB4126: The specified solution configuration "Relea
se|x64" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g.
MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the defa
ult solution configuration. [C:\XboxKeyboardMouse-master\XboxKeyboardMouse.sln]
Done Building Project "C:\XboxKeyboardMouse-master\XboxKeyboardMouse.sln" (Build target(s)) -- FAILED.
Build FAILED.
"C:\XboxKeyboardMouse-master\XboxKeyboardMouse.sln" (Build target) (1) ->
(ValidateSolutionConfiguration target) ->
C:\XboxKeyboardMouse-master\XboxKeyboardMouse.sln.metaproj : error MSB4126: The specified solution configuration "Rel
ease|x64" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.
g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the de
fault solution configuration. [C:\XboxKeyboardMouse-master\XboxKeyboardMouse.sln]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.35
Renaming file to XboxKeyboardMouse 06 06 2019 - x86_64.exe
move /y "C:\XboxKeyboardMouse-master\Downloads\XboxKeyboardMouse.exe" "C:\XboxKeyboardMouse-master\Downloads\XboxKeyboardMouse 06 06 2019 - x86_64.exe"
The system cannot find the file specified.
Deleting un-needed files
Could Not Find C:\XboxKeyboardMouse-master\Downloads\SlimDX.dll
Could Not Find C:\XboxKeyboardMouse-master\Downloads\SlimDX.pdb
Could Not Find C:\XboxKeyboardMouse-master\Downloads\SlimDX.xml
Could Not Find C:\XboxKeyboardMouse-master\Downloads\XboxKeyboardMouse.exe.config
Could Not Find C:\XboxKeyboardMouse-master\Downloads\XboxKeyboardMouse.pdb
Could Not Find C:\XboxKeyboardMouse-master\Downloads\XboxKeyboardMouse.exe
Could Not Find C:\XboxKeyboardMouse-master\Downloads\MaterialSkin.pdb
Could Not Find C:\XboxKeyboardMouse-master\Downloads\MaterialSkinExample.exe
Could Not Find C:\XboxKeyboardMouse-master\Downloads\MaterialSkinExample.exe.config
Could Not Find C:\XboxKeyboardMouse-master\Downloads\MaterialSkinExample.pdb
Finished building (Check for any errors!)```
@kostkol87 you can try opening the .sln file in Visual Studio and building it that way. (setdd
isn't recognized on my Win10 machine either, and there are other oddities in build.bat
like the configuration being out of date. I know I haven't ever touched that build.bat
and we should probably delete it or fix it.)
Or wait for the fixed binaries, which I'm working on soon.
Great news: I've deployed the new version. If you've used the installation instructions to install with that click-once installer, then the next launch should auto-update to the fixed version. Please try it out and report back here so we can confirm and close the issue.
Great news: I've deployed the new version. If you've used the installation instructions to install with that click-once installer, then the next launch should auto-update to the fixed version. Please try it out and report back here so we can confirm and close the issue.
Still not working, how can I resolve?