The [map] audit named it in one run: subsystem 17 = Torso, attribute ids 12/13 unresolved. The donor's decompiled torso.hpp carries the authentic enum with binary offsets -- ids 3..15, including StickPosition(9), TorsoUp/Down/ Left/Right(10-13), TorsoCenter(14), MotionState(15). Our table stopped at seven entries with MotionState at id 9, on the strength of a comment claiming the rest were messages. The streamed control mappings bind BY ID as direct WRITE destinations, so the truncation produced two different crashes from one cause: in TM mode the button ids 12/13 resolved NULL (the boot write-fault the moment the joystick polled), and in RIO mode the analog id 9 resolved to our motionState StateIndicator -- every analog packet from a live vRIO wrote raw floats over a watcher-socketed object, and the corrupted chains walked into unmapped memory ~30-40s later. That was the 'intermittent' pod fault at the fixed DPMI-host address. vRIO down = no analog = no corruption, which is why the norio conf launched: every observation from the whole hunt drops out of this mechanism. Fix: the full 13-entry donor table; five int command members carved from the dynamicsState reserve (class size unchanged); ctor zeros them. Verified, two agreeing runs each way: TM mode launches with a clean audit and the Thrustmaster joystick driving the torso (stickY=0.907 -> torsoElev 0.349); RIO mode with vRIO STREAMING launches, zero faults, weapons cycling. pod_render_rec is no longer poisoned and the norio workaround is obsolete. The audit-before-the-archive-call pattern (BT_MAP_LOG walks the same streamed table CreateStreamedMappings consumes, naming what will not resolve) turned a two-day intermittent-corruption hunt into a one-run lookup. The streamed RES tables are binding contracts on our attribute enums. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
57 lines
3.2 KiB
Plaintext
57 lines
3.2 KiB
Plaintext
LOG: Early LOG Init complete
|
|
LOG: CONFIG: Loaded config file: C:/VWE/TeslaRel410/emulator/render-bridge/pod_render_rec.conf
|
|
LOG: DOSBox-X's working directory: C:\VWE\TeslaRel410\emulator\src\src
|
|
LOG: Logging init: beginning logging proper. This is the end of the early init logging
|
|
LOG: Logging: No logfile was given. All further logging will be discarded.
|
|
LOG: DOSBox-X version 2026.06.02 Commit d75a57c (MinGW SDL2 64-bit)
|
|
LOG: Prevent capture: 0
|
|
LOG: SDL: version 2.32.10, Video windows, Audio directsound
|
|
LOG: EXPERIMENTAL: Debugger enabled for MinGW build, DOSBox-X crashes depending on the terminal software you use. Launching from command prompt (cmd.exe) is recommended.
|
|
LOG: Windows keyboard layout ID is 0x0409
|
|
LOG: Host keyboard layout is now us (US English)
|
|
LOG: Mapper keyboard layout is now us (US English)
|
|
LOG: SDL2 reports desktop display mode 3440 x 1440
|
|
LOG: OpenGL Version : 4.6.0 NVIDIA 610.47
|
|
LOG: Configured windowposition: -
|
|
LOG: SDL: Current window pixel format: SDL_PIXELFORMAT_RGB888
|
|
LOG: SDL: You are running in 24 bpp mode, this will slow down things!
|
|
LOG: Releasing keyboard
|
|
LOG: SDL: Windows 11 round corners will be disabled.
|
|
LOG: Screen report: Method 'Win98base' (3440.000 x 1440.000 pixels) at (0.000 x 0.000) (910.167 x 381.000 mm) (35.833 x 15.000 in) (96.000 x 96.000 DPI)
|
|
LOG: ISA BCLK: 8333333.333Hz (25000000/3)
|
|
LOG: monopal: green,
|
|
LOG: Active save slot: 1 [Empty]
|
|
LOG: USING AVI+ZMBV
|
|
LOG: Pentium CMPXCHG8B emulation is enabled
|
|
LOG: Max 1073741824 sz 32768
|
|
LOG: Final 32768
|
|
LOG: Final arrangement: Below 4GB = 32768KB, Above 4GB = 0KB
|
|
LOG: VPXLOG: fifosock listening on 127.0.0.1:8621
|
|
LOG: VPXLOG: live render backend started
|
|
LOG: VPXLOG: base 0x150 respond=1 handshakes=3 log='C:\Users\cyd\AppData\Local/Temp/vwe-pod/vpxresp.txt'
|
|
LOG: MIDI:Opened device:win32
|
|
LOG: mic_input: Selected microphone device: Microphone (Steam Streaming Microphone)
|
|
LOG: One joystick reported, initializing with 4axis
|
|
LOG: Using joystick Xbox One Controller with 6 axes, 16 buttons and 1 hat(s)
|
|
LOG: VOODOO LFB now at d0000000
|
|
LOG: Serial1: BASE 3f8h
|
|
LOG: Serial1: namedpipe client of \\.\pipe\vrio (poll 0.10ms burst x16)
|
|
LOG: Serial1: namedpipe connected to \\.\pipe\vrio
|
|
LOG: Serial2: BASE 2f8h
|
|
LOG: Serial2: namedpipe client of \\.\pipe\vplasma (poll 1.00ms burst x1)
|
|
LOG: Serial2: namedpipe connected to \\.\pipe\vplasma
|
|
LOG: Serial3: BASE 3e8h
|
|
LOG: Serial: port 3 will write to file C:\VWE\TeslaRel410\emulator\render-bridge\podlog.txt
|
|
LOG: Parallel1: BASE 378h
|
|
LOG: MPU-401 Registering I/O ports as if IBM PC MPU-401 at base 330h
|
|
LOG: Memory I/O complexity optimization enabled aka option 'memory io optimization 1'. If the game or demo is unable to draw to the screen properly, set the option to false.
|
|
LOG: The 'scanline render on demand' option is available and may provide a modest boost in video render performance if set to true.
|
|
LOG: Allocated APM BIOS pm entry point at f000:ce40
|
|
LOG: Writing code to fce40
|
|
LOG: Writing code to fce60
|
|
LOG: Windows: IID_ITaskbarList3 is available
|
|
LOG: ISA Plug & Play BIOS enabled
|
|
LOG: VGA ROM BIOS init callback
|
|
LOG: pixratio 1.000, dw false, dh false
|
|
LOG: Aspect ratio: 640 x 480 xToY=1.333 yToX=0.750
|