Skip to content
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

DLL doesn't work on Windows 10 after 1809 update #2

Open
Mek7 opened this issue Feb 2, 2019 · 12 comments
Open

DLL doesn't work on Windows 10 after 1809 update #2

Mek7 opened this issue Feb 2, 2019 · 12 comments

Comments

@Mek7
Copy link

Mek7 commented Feb 2, 2019

Hello,
I was using this IR receiver for a long time in old version of Girder, with the DLL as Girder plugin. However, after latest Windows 1809 update, it stopped working. The DLL displays error "Ungultige Zeigeroperation" and IR codes are not received at all. Same behavior occurs in the demo apps (console / C#).
I dont't think you are going to fix it, just reporting. Because the DLL has no source code published, I already started making my own software that I will use instead of the old buggy girder version with the old buggy DLL. I will publish it on my website once it is done: http://mekweb.eu/?lang=en&q=download-details&file=74

@Portisch
Copy link
Owner

Portisch commented Feb 2, 2019

I will take a look if I find the source. I stopped using the receiver ~5 years ago.

@bladem2003
Copy link

Hello
I have the same problem after update to 1809.
it works like a charm for many years congratulation for your work.

@Mek7
Copy link
Author

Mek7 commented Feb 2, 2019

Hi,
I finished my software for Windows. It replaces Girder and the old DLL plugin. You can map remote control buttons to keyboard shortcuts.
The program is called MekIR and can be downloaded on my web page: http://mekweb.eu/?lang=en&q=download-details&file=74
Hope it helps.

@bladem2003
Copy link

The dll works with the same Windows version (1809) in a virtual machine.

@bladem2003
Copy link

@Portisch
Do you find the source?

@Portisch
Copy link
Owner

Portisch commented Feb 4, 2019

Yes, I also found a newer version 1.0.0.15. I have to cleanup and check the source before uploading.
The Source is for RAD Studio what I do not have anymore sou I can't compile a new version...

@bladem2003
Copy link

Thanks

@Portisch
Copy link
Owner

Portisch commented Feb 5, 2019

Can you try this DLL. I got the error before, but not after testing the new one.
Or it have a issue with permissions (INI file). Add maybe a "everyone" access to the Plugins folder.

@bladem2003
Copy link

Now I get the error "Device can not be opened". I have full rights to the folder. I have also tested it in a vmware with the 1809 and there is no error. strange

@Portisch
Copy link
Owner

Portisch commented Feb 6, 2019

It is not a bug from my side! :)
It is a bug from a component used in the source:
https://en.delphipraxis.net/topic/453-tjvhiddevicecontroller-throwing-errors-after-windows-10-1809-upgrade/

After compiling version 1.0.0.15 I used a newer version of the component and the message changed from null pointer error to cannot open.
I will try the hint described in the link above.

@Portisch
Copy link
Owner

Portisch commented Feb 7, 2019

Please try this version:
USB_IR_Remote_Receiver_1.0.0.15.zip

@bladem2003
Copy link

The last one works now with 1809.
Many thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants