-
Notifications
You must be signed in to change notification settings - Fork 32
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
Having trouble getting this to work #18
Comments
Can you post the full text of the error? |
Microsoft .Net Framework Unhandel exception has occured in your application. If you click continue theapplication will ignore this error and attempt to continue. If you click quit the application will close immediately. See the end of this message for details on invoking ************** Exception Text ************** WRN: Assembly binding logging is turned OFF. ************** Loaded Assemblies **************
|
Could you try downloading and installing the DirectX 9 End User Runtime and see if it resolves the issue? Here's a link: https://www.microsoft.com/en-us/download/details.aspx?id=8109 |
Awesome. device lister is working now. so this is how it appears in the app. "USB Joystick ": {447911b0-fe73-11e9-8001-444553540000} At the moment in usb game controllers my controllers are in this order 1,3,4,2. ; devreorder settings [order] The controllers act the same as before. am I doing something wrong? |
Are you sure you have the correct order for your controllers in devreorder.ini? It looks like the order you have is 1,4,2,3, if I understand correctly. Try moving If that doesn't help, it may be that retroarch isn't finding devreorder's dll. In that case I'd recommend to try following the instructions for installing it system-wide and see if that fixes things. If it's installed system-wide, one way you can tell it's working is that if you press Win+R and type in joy.cpl, it should display your controllers in the correct order. (And you can double click them to see their input and confirm they're in the correct order, which is helpful if they all have the same name such as in your case. |
I'll give that a try and I'll will let you know. Thanks for your help on this. |
Man you are a genius. System setup worked perfectly. I appreciate your work on this and you helping me through the problems I was having. |
@Kinghumpy Great, glad to hear it! Some apps don't seem to load dlls from the same folder as their exe, and I'm not 100% sure why, but installing system-wide usually takes care of apps like this. |
I am building 2 pc 4 player arcades and this is my salvation to fix this issue I have had for years but I am having no luck with it. Its definitely the naming of my joysticks. I have the same issue as someone else with the framework error on device lister. Any help would be awesome so I can get these arcades done. Thanks
The text was updated successfully, but these errors were encountered: