libretro / libretro/blastem

Windows 11 BlastEm v0.6.3-pre - Command qThreadExtraInfo,1 is not implemented, exiting...

Open
#46 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
77
Forks
38
Avg merge
36m
Merged PRs (30d)
6

Description

Windows 11 Version 22H2 (OS Build 22621.6060)
Vistual Studio Code v1.105.1
BlastEm v0.6.3-pre

I have configured VSCode launch.json below in order to step debug the BlastEm.

{```

"version": "0.2.0",
"configurations": [
    {
        "name": "GensKmod",
        "type": "cppdbg",
        "request": "launch",

        "MIMode": "gdb",
        "miDebuggerPath": "${env:GDK}\\bin\\gdb.exe",
        "program": "${workspaceFolder}/out/rom.out",
        "cwd": "${workspaceFolder}",
        "externalConsole": false,
        "launchCompleteCommand": "None",

        "setupCommands": [
            ,{"text": "set confirm off"}
            ,{"text": "set architecture m68k"}
            ,{"text": "directory c:/sgdk/src"}
            ,{"text": "directory c:/demo/sega/projects/template/src"}
            ,{"text": "shell timeout /T 2"}
            ,{"text": "file c:/demo/sega/projects/template/out/rom.out"}

            // This line only works on linux 
            //,{"text": "target remote | 'c:/emulators/blastem/blastem.exe' 'C:/DEMO/SEGA/Projects/Template/out/rom.bin' -D"} 

            ,{"text": "target remote localhost:1234"}
        ],
    }
]

}



Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the supplied VS Code launch.json and reproduce the Windows 11 session using cppdbg, GDB, and target remote localhost:1234. Trace where the qThreadExtraInfo,1 command is handled or rejected, then verify that stepping BlastEm no longer exits with this message.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, vscode
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.