Cosmos.Core.CPU.GetCPUVendorName() returns weird string
See original GitHub issueArea of Cosmos - What area of Cosmos are we dealing with?
Hardware Informaation
Expected Behaviour - What do you think that should happen?
Printing the hardware name. In this case: CPU
Actual Behaviour - What unexpectedly happens?
Weird String: “???u???l???l”
Reproduction - How did you get this error to appear?
Printing result of Cosmos.Core.CPU.GetCPUVendorName();
to console
Console.WriteLine(Cosmos.Core.CPU.GetCPUVendorName());
Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?
User Kit, version 20200708
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
c++ - How to determine the hardware (CPU and RAM) on a ...
I'm working on a cross platform profiling suite, and would like to add information about the machine's CPU (architecture/clock speed/cores) and ...
Read more >CPU Information class · Issue #545 · CosmosOS/Cosmos
A class that give information regarding the CPU used similarly to Linux /proc/cpuinfo (but without "strange" virtual filesystems).
Read more >How do I get the model name of my processor?
For this, I need a command that outputs just the CPU name as a string, for example, "Intel Core i7 7700K". I think...
Read more >Detect CPU Vendor on OSX
Try this from the terminal or execute as needed: system_profiler|grep Processor. Sample: > dmourati$ system_profiler|grep Processor ...
Read more >Utilities APIs — Avocado 70.0 documentation - Read the Docs
Initialize the Asset() class. ... Returns: String which is safe to pass as a file/dir name (on recent fs) ... Get the current...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I will try to look further into this
@quajak You were right, I fixed it and I will open PR soon.