Files
BT411/scratchpad/mp_respawn_cdb_run2.txt
T
arcattackandClaude Fable 5 8ed6184d65 Combat: AUTHENTIC weapon groups -- streamed per-mech button bindings + the real fire chain (task #5)
The recovered system: fire channels = LBE4ControlsManager buttonGroups
(0x40/0x45/0x46/0x47); default groups = the per-mech type-6 controls-map
resource in BTL4.RES, installed by the T0 CreateStreamedMappings the port
already called -- it needed only the TriggerState attribute (id 0x13 PINNED
to the binary value; fireImpulse@0x31C is the binary's TriggerState) and an
input feed.  Keyboard/harness now push press/release edges into the button
groups; the gBT*Trigger bypasses, per-type keyboard split and 1,0 pulse
hack are retired -- weapons sharing a button fire TOGETHER (madcat Trigger
= 4 weapons).  Myomers @4b9550/@4b95b8 misattribution corrected (they are
MechWeapon ConfigureMappables/ChooseButton).  Verified 2-node: kill through
the authentic chain (12 hits vs ~36 pre-groups).  Config-mode session
(regrouping UI) = the remaining stage, KB-scoped.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-11 13:06:29 -05:00

91 lines
4.9 KiB
Plaintext

+ cd /c/git/bt411/content
+ rm -f mp_a.log mp_b.log
+ sleep 4
+ BT_LOG=mp_b.log
+ BT_AFFINITY=0x2
+ BT_MP_LOG=1
+ BT_MP_NET=1
+ BT_DEATH_LOG=1
+ BT_SCORE_LOG=1
+ '/c/Program Files (x86)/Windows Kits/10/Debuggers/x86/cdb.exe' -lines -cf /c/git/bt411/scratchpad/respawn_bp.txt ../build/Debug/btl4.exe -egg MP.EGG -net 1601
+ sleep 6
+ BT_LOG=mp_a.log
+ BT_AFFINITY=0x1
+ BT_MP_FORCE_DMG=1
+ BT_MP_LOG=1
+ ../build/Debug/btl4.exe -egg MP.EGG -net 1501
+ PC=60722
+ python ../tools/btconsole.py MP.EGG 127.0.0.1:1501 127.0.0.1:1601
+ sleep 90
Exception in thread Thread-2 (serve_pod):
Traceback (most recent call last):
File "C:\Users\epilectrik\.pyenv\pyenv-win\versions\3.11.4\Lib\threading.py", line 1038, in _bootstrap_inner
self.run()
File "C:\Users\epilectrik\.pyenv\pyenv-win\versions\3.11.4\Lib\threading.py", line 975, in run
self._target(*self._args, **self._kwargs)
File "C:\git\bt411\tools\btconsole.py", line 123, in serve_pod
data = s.recv(4096)
^^^^^^^^^^^^
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
+ kill 60722
+ echo '=== cdb tail ==='
=== cdb tail ===
+ tail -n 40 /c/git/bt411/scratchpad/respawn_cdb_out.txt
042bff14 7796827e ffffffff 7798932d 00000000 ntdll!__RtlUserThreadStart+0x2f
042bff24 00000000 619775fc 0f9ede98 00000000 ntdll!_RtlUserThreadStart+0x1b
22 Id: ee0.34b0 Suspend: 1 Teb: 005ab000 Unfrozen
ChildEBP RetAddr Args to Child
042cfdbc 76582829 000002d0 00000000 00000000 ntdll!NtWaitForSingleObject+0xc
042cfe30 76582782 000002d0 ffffffff 00000000 KERNELBASE!WaitForSingleObjectEx+0x99
042cfe44 6169c993 000002d0 ffffffff 0f9ee158 KERNELBASE!WaitForSingleObject+0x12
WARNING: Stack unwind information not available. Following frames may be wrong.
042cfe74 6169c800 00000005 042cfeb8 61977654 nvd3dum+0x75c993
042cfe80 61977654 043815bc 14367902 619775fc nvd3dum+0x75c800
042cfeb8 776dfcc9 0f9ee158 776dfcb0 042cff24 nvd3dum!QueryOglResource+0x283ef4
042cfec8 779682ae 0f9ee158 03810898 00000000 KERNEL32!BaseThreadInitThunk+0x19
042cff24 7796827e ffffffff 7798932d 00000000 ntdll!__RtlUserThreadStart+0x2f
042cff34 00000000 619775fc 0f9ee158 00000000 ntdll!_RtlUserThreadStart+0x1b
23 Id: ee0.4f6c Suspend: 1 Teb: 005ae000 Unfrozen
ChildEBP RetAddr Args to Child
12a3fb20 76582829 00000840 00000000 00000000 ntdll!NtWaitForSingleObject+0xc
12a3fb94 76582782 00000840 ffffffff 00000000 KERNELBASE!WaitForSingleObjectEx+0x99
12a3fba8 6169c993 00000840 ffffffff 0f9ee178 KERNELBASE!WaitForSingleObject+0x12
WARNING: Stack unwind information not available. Following frames may be wrong.
12a3fbd8 6169c800 00000000 12a3fc1c 61977654 nvd3dum+0x75c993
12a3fbe4 61977654 044f42f8 02b97ba6 619775fc nvd3dum+0x75c800
12a3fc1c 776dfcc9 0f9ee178 776dfcb0 12a3fc88 nvd3dum!QueryOglResource+0x283ef4
12a3fc2c 779682ae 0f9ee178 150e0b34 00000000 KERNEL32!BaseThreadInitThunk+0x19
12a3fc88 7796827e ffffffff 7798932d 00000000 ntdll!__RtlUserThreadStart+0x2f
12a3fc98 00000000 619775fc 0f9ee178 00000000 ntdll!_RtlUserThreadStart+0x1b
0:000> q
quit:
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\Visualizers\atlmfc.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\Visualizers\concurrency.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\Visualizers\cpp_rest.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\Visualizers\stl.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\Visualizers\Windows.Data.Json.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\Visualizers\Windows.Devices.Geolocation.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\Visualizers\Windows.Devices.Sensors.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\Visualizers\Windows.Media.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\Visualizers\windows.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\Visualizers\winrt.natvis'
+ taskkill //F //IM btl4.exe
SUCCESS: The process "btl4.exe" with PID 10392 has been terminated.
+ taskkill //F //IM cdb.exe
+ taskkill //F //IM python.exe
Exception in thread Thread-1 (serve_pod):
Traceback (most recent call last):
File "C:\Users\epilectrik\.pyenv\pyenv-win\versions\3.11.4\Lib\threading.py", line 1038, in _bootstrap_inner
self.run()
File "C:\Users\epilectrik\.pyenv\pyenv-win\versions\3.11.4\Lib\threading.py", line 975, in run
self._target(*self._args, **self._kwargs)
File "C:\git\bt411\tools\btconsole.py", line 123, in serve_pod
data = s.recv(4096)
^^^^^^^^^^^^
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
SUCCESS: The process "python.exe" with PID 8592 has been terminated.
+ echo '=== DONE ==='
=== DONE ===