Strange issue on AMD Ryzen Radeon RX

Describe the bug (REQUIRED)
I am using an MSI which is an AMD Ryzen 4000 Series / Radeon RX Graphics. For some reason the Throw a Crow sample game performs slower when you run the game (it is like a slowmo version of the game play). The same codebase runs with perfect speed on an Intel Mesa machine in the past. What could be the issue?

To Reproduce (REQUIRED)
Steps to reproduce the behavior:

  1. Use AMD Ryzen 4000 Series / Radeon RX Graphic machine.
  2. Download the Throw a Crow sample game.
  3. Run the sample game (press F5 from Defold).

Expected behaviour (REQUIRED)
A clear and concise description of what you expected to happen.

Defold version (REQUIRED):

  • Version [e.g. 1.2.155]

Platforms (REQUIRED):

  • Platforms: [Windows 10]
  • OS: [Windows 10]
  • Device: [MSI Bravo 17]

Minimal repro case project (OPTIONAL):
Download and run the Throw a Crow sample game.

Logs (OPTIONAL):
N/A

Workaround (OPTIONAL):
None

Screenshots (OPTIONAL):
N/A.

Additional context (OPTIONAL):
None.

I bet this is related to Freesync settings and Defold vsync config: Defold project settings

2 Likes

Your actually right. Unchecking vsync from the game.project Display Settings actually solved this problem. Thanks so much.

1 Like