Input Mapper Could Not Open Exclusively
Thread does not have a clipboard open. The endpoint mapper database entry could not be created. The object UUID is the nil UUID. Could not determine the type of input. The buffer for types is not big enough. It's not looking good for Windows 10 support then. Just installed the latest leaked build (10147) to see if there was any sign of a return for the Application Experience service and still nothing. EDIT: Still no AE service in the latest public build (10158). I'm not sure it is coming back.
When I added following commands and tried to run my symfony application this error comes,
'Error:Could not open input file: bin/console'
Prafulla Kumar Sahu6 Answers
As @chapay and @cered says we can use this command instead.
Its Symfony 2 command and the one I had problems with is Symfony 3 command. And I found out few other times also this issue comes.
for sometimes we can replace 'bin' with 'app'. like,
And if not we can choose the correct command in 'http://symfony.com/doc/' site by changing the version.
The file app/console was moved to bin/console in Symfony 3.So instead of running
Try running:
Bhargav Rao♦Before to use this command make sure you installed dependencies from composer.json
Run:
composer update
It works when I use start instead of run : php app/console server:start
also make sure you are under the project folder (cd your_project), else it gives you the same error ( Could not open input file: bin/console )
If you use git - you should check if bin/console is added to repository. Some versions may have .gitignore in bin/ folder, so bin/console may work on your local PC and not work on server because of it.
Not the answer you're looking for? Browse other questions tagged phpsymfony or ask your own question.
Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upHave 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
Comments
commented May 17, 2015
On Windows 10 build 10074, it seems like DS4Windows is no longer able to hide the DS4 controller. I've tried every combination of reinstalling the drivers, reinstalling DS4Windows, and restarting my computer possible, but it just doesn't seem to function. This is using the DS4 controller plugged in to the PC, not through Bluetooth. Curiously, the controller shows up as 'Wireless Controller' in the Device Manager, but that may be normal. Attempting to disable the Wireless Controller device also disables the 360 Controller device, so I'm not sure there's a way on my end to fix this. |
commented May 17, 2015
Input Mapper Hid
Ah, it looks like this may be a duplicate of #6 - has there been any progress on a potential fix? |
commented May 17, 2015
Here's an Input Mapper forum thread that discusses the same issue, the users here seem to have seen the same behavior I've seen in DS4Windows - I also saw exclusive mode randomly start/stop working over the past few days since I've installed Windows 10. |
commented May 29, 2015
Build 10074 sometimes frees the controller, however like Build 9879 it's the system grabbing the controller, and there is no fix from my end, only Microsoft's. |
referenced this issue Jul 18, 2015
OpenDS4Windows doesn't work on Windows 10 #35
commented Jan 13, 2016
@Jays2Kings out of curiosity I'm currently debugging The Witcher 3 which has 'native' DS4 support and I'm not able to figure out how the game engine interacts with the DS4: dinput8.dll
HID.dll
Any ideas? EDIT: never mind, I over-thought this; they access the |
commented Jan 14, 2016
commented Sep 8, 2016
@nefarius will that work with DS4Windows in general? I want to get exclusive access to my DS4, but I get:
Clearly something is hanging onto it. I don't have anything running and I tried the trick where you kill explorer.exe even. Is it possible to use your HideDS4.dll to prevent the controller from being used at all (so that I can enable the exclusive mode)? |
commented Sep 14, 2016
Here is what works for me:
Don't restart when asked! |
commented Sep 16, 2016
@syne- You legend! That worked for me perfectly. |
commented Sep 16, 2016
@syne- That worked for me as well. Just a note - the controller needs to be plugged in, otherwise the 'HID-compliant game controller' won't show up. Thanks! |
commented Sep 17, 2016
@syne- this worked!! I needed to:
and for the first time ever, exclusive mode works. THANKS!! Controller now works perfectly in Rocket League and The Crew (those are the only 2 games I play w/ controller at the moment) |
commented Sep 18, 2016
@miller-time nope, the DLL has to be loaded into every process which tries to open the DS4. |
commented Sep 18, 2016
I'm back again just to ask: can this fix be implemented into the program itself? |
Input Mapper Could Not Open Exclusively Download
commented Sep 19, 2016
not sure if its the same issue but you may want to try my build here |
commented Sep 22, 2016
I've implemented teokp's fix for this in the newest build of DS4Windows, Thanks so much for your help, a tremendous fix. |
commented Sep 22, 2016
@Jays2Kings Its great to see my commits merged into the new version, however, there is a small issue with the fix. I recently discovered that SetupDiChangeState is recommended to only be called by the class installer of the device so I switched to use SetupDiCallClassInstaller instead. The problem is that SetupDiCallClassInstaller is platform specific for some reason, meaning that if you are using 64-bit Windows, DS4Windows must also be built in 64-bit for it to work. |
commented Sep 22, 2016
Ah, I see. The thing is I don't want to split DS4Windows into multiple versions, and in non debug mode, the DS4 can at connect exclusively to usb and bluetooth regardless of CPU configuration, however if I see a true issue with this, I will split up DS4Windows I guess. |
commented Nov 26, 2016
@syne- when i do this my left analog stick is not recognized and wont do anything. i know it works perfectly |
commented May 7, 2017
Im very confusing none of this works for me. When i'm plugged the controller doesn't work correctly on Blue tooth it does. The Hide DS4 doesn't work as well. I don't understand the source foler, what am I supposed to do with it? |
pushed a commit to Yuki-nyan/DS4Windows that referenced this issue May 11, 2017
Fix issue with multi-action button not working
commented Oct 28, 2017
I tried Disabling and Enabling Bluetooth HID but do i need to do that everytime i restart my computer? i tried to restart my computer and it cant run the exclusive mode again. thanks |
commented Nov 11, 2017
@syne- Your solution worked for me too!
|
commented Mar 29, 2018
I recently had this stop working for me as well, but I found a workaround. After restarting DS4Windows, the controller then works in Exclusive mode as expected. |
commented Apr 4, 2018
@xperia64 The issue is specifically the in-game overlay. If you turn it off, stop/start DS4, it'll regain exclusive mode until the controller is disconnected again. You don't need to kill all of the Nvidia processes. |
commented Apr 6, 2018
@xperia64 After hours and hours of trying to get Exclusive Mode to work today I came across your post and it instantly fixed my issue. I always wondered if there was some process somewhere causing the problem, and I even suspected it might be an Nvidia program, but I was lost in the endless list of processes running on my machine. Thanks for the tip! |
commented Jul 15, 2018
Guys, disabling the IN-GAME overlays worked for me. Thanks everybody for helping!! |
commented Aug 14, 2018
Came to say that the nvidia in-game overlay was a problem for me as well. I wish the DS4Windows guys could somehow get around that :( |