Opened 6 years ago

Last modified 6 years ago

#5220 new defect

system_info.txt is incorrect

Reported by: OptimusShepard Owned by:
Priority: Should Have Milestone: Backlog
Component: Core engine Keywords:
Cc: Patch:

Description

The system_info.txt shows the wrong OS (Win 8.1 instead of Win 10). As soundcard the OpenAL is shown instead of the sound chip. Also the sound driver is shown incorrect. Maybe there are some more mistakes.

Attachments (1)

system_info.txt (15.1 KB ) - added by OptimusShepard 6 years ago.

Download all attachments as: .zip

Change History (5)

by OptimusShepard, 6 years ago

Attachment: system_info.txt added

comment:1 by Stan, 6 years ago

The soundcards are okay. It clearly says it's using openal on your sound card.

Not sure what driver it's supposed to display but if it's the soundcard open all driver it's okay.

About windows is yours up to date ?

comment:2 by OptimusShepard, 6 years ago

Yes, my windows 10 is up to date.

I supposed that you need the correct system info to be able to find bugs/mistakes, so the system_info.txt seems to me important. If there is one mistake there could be more too. Graphic driver, cpu, mainboard and bios info seems to be correct.

comment:3 by LukeV1, 6 years ago

Actually there are more bugs / mistakes in the hardware detection code. For example this ticket revealed another problem: https://trac.wildfiregames.com/ticket/4847#comment:9 (acutally it handles two different things, so be careful when reading...)

comment:4 by Imarok, 6 years ago

The issue with the wrong windows version may be that we don't include a correct app manifest: According to this msdn site GetVersionEx only returns an older version if there is no correct app manifest.

Note: See TracTickets for help on using tickets.