-
-
Notifications
You must be signed in to change notification settings - Fork 319
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
Snapdragon ARM X Elite support? #925
Comments
Hi @JekBurri ... as I do not have a Snapdragon ARM X Elite machine available ... can you provide detailed information what is NOT working? |
@JekBurri ... asking again: can you specify, what / which functions are not working? Regards |
Hey Seb, Issue I had was with the "systeminformation" not recognizing ARM architecture. I believe this is out of your control as it's to do with other libraries you're probably using to create this. For example my laptop has 16Gb of ram and when I try to log that it says I have 0Gb. Another example is CPU cores, I have 12 but it says I have 1. Again, probably nothing you can fix. Just wanted to inform you that this only works with x86 devices. :) |
@JekBurri Thank you for your reply ... to be honest, of course I would like to also support Windows on ARM architecture. Here it would require to go through each underlying function and investigate what windows commands give back. I currently do not have any ARM based windows machine. Maybe one day I can spend some money on it for this projekt. |
I will try to get a feeling what is working on a virtual Windows ARM instance ... will come back as soon as I have a better feeling about what needs to be done. |
@JekBurri I was able to test the library on Windows 11 ARM64 version (UTM / Apple M1 Virtualization) and all worked fine ... so for me it would be fine to find out where it breaks on your side. Assuming you try to run it on Windows - if possible can you do the following:
You get a nice menu where you now can run function by function and see if you get meaningfull results (if supported on yur platform) or errors. See also the documentation https://systeminformation.io/tests.html Can you report which ones are working and which ones do not? Thank you in advance. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: