slajerek / RetroDebugger

Retro Debugger is a multiplatform debugger APIs host for retro computers: C64 (Vice), Atari800 and NES (NestopiaUE).
167 stars 18 forks source link

0.64.62 does not run on Win 8.1 X64 #8

Closed tumukei closed 7 months ago

tumukei commented 1 year ago

Describe the bug 0.64.62 won't start on Windows 8.1 X64. Gives error "Entry Point Not Found". "The procedure entry point SetThreadDescription could not be located in the dynamic link library RetroDebugger.exe"

To Reproduce Steps to reproduce the behavior:

  1. Download 0.64.60.04E and run it. Works fine.
  2. Download 0.64.62 and run it. Will not start.

Expected behavior 0.64.62 to run on Windows 8.1 X64.

slajerek commented 1 year ago

Fixed in MTEngineSDL, removed SetThreadDescription in Windows PLATFORM_SetThreadName

slajerek commented 1 year ago

@tumukei Please confirm if v0.64.64 works for you.