https://bugs.winehq.org/show_bug.cgi?id=46196 Bug ID: 46196 Summary: Beat Hazard 2: Missing country code and flag Product: Wine Version: 3.21 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: kernel32 Assignee: wine-bugs(a)winehq.org Reporter: devilj(a)outlook.pt Distribution: --- Created attachment 62856 --> https://bugs.winehq.org/attachment.cgi?id=62856 Wine log (snippet) The user's country flag is replaced with an "Unknown" icon. This happens because the game fails to get the two-digit country code from Wine. The game runs well otherwise; this is merely a UI issue. The game calls GetUserGeoID, but this returns -1 instead of a valid GeoID. The game never calls SetUserGeoID as far as I can tell! Wine log snippet generated with +nls,+timestamp,+debugstr,+trace,+relay. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.