question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Double game listing bug

See original GitHub issue

Some games are listed twice because of certain factors. For example, Alan Wake has separate release dates for Epic Games Launcher and Steam. I’m not sure if this is intentional to denote different release dates on different platforms but it causes the GROUP BY query to fail as the metadata column is not unique. Any suggestions for fixes are welcome.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
toastmonstercommented, Apr 17, 2020

Before running the comparison of the names, you should do a LOWER() on the values, that should then match them regardless of case.

Not sure how to deal with titles with different punctuation depending on the store. There may be a function to remove punctuation before doing the compare.

0reactions
AB1908commented, Apr 17, 2020

There also appears to be code in the GUI that deals with games that may have different punctuation on different stores. Alan Wake(')s American Nightmare, for example.

Annotation 2020-04-14 202706

And some games with different capitalisation, for example BIT.TRIP Runner.

Annotation 2020-04-14 202923

Those differences in titles are due to the way naming is done on the respective platforms. I’d rather use a single name and be done with it. Perhaps in a future version, a toggle could be included for what kind of result the user wants.

Of course, if both the developers and publishers are also blank, then I guess you’d have to fall back to comparing genres and themes.

You know, looking for edge cases is coming more naturally to you than it is to me. Perhaps you should programming a chance. 😄

As for the double listing, I’ve had some ideas and I’ll test them some more.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[RESOLVED] Wrong double entries in games list - Forums
Basically in a games list, all of a sudden ALL games which use a SINGLE file appear TWICE in the game list (one...
Read more >
Your Game Failed to Launch. Double Check Your Connection ...
Launching the game from the EA App is causing the issue. What happens when the bug occurs? I get this error message: "Your...
Read more >
Game bugs - NESdev Wiki
Listed are games that have been tested on NES or Famicom hardware and verified to look wrong or odd. This can be caused...
Read more >
Double Bugs Addition Game by Jaclyn's Kinder-Garden | TpT
This game is a great resource for reinforcing the addition concept of 'adding doubles'. Two students play, taking turns rolling a die.
Read more >
Other: Double games management · Issue #7577 · Nexus ...
Bug Report - Other: Double games management #7577 ... VR that may mean you can install them for a different game than they...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found