Still seeing the issue running TPipe from within BDebugger using V36 Build 18.
Same issue described in this thread
Same issue described in this thread
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!It's no better here.Try it with build 19.
Same for me. Still same error.It's no better here.
It's no better here.
v:\> which bdebugger
bdebugger is an internal command
It's no better here.
I think so, but ony when a command is called. I'll check and be back.Any chance you're doing COM initialization in one of your plugins?
I think so, but ony when a command is called. I'll check and be back.
I think you're not telling me what you're really doing.
List EVERY step you're taking, and what you see at each step.
@echo off
if exist "TestInput.txt" del "TestInput.txt"
if exist "TestOutput.txt" del "TestOutput.txt"
echo This is a test >TestInput.txt
tpipe /input=Testinput.txt /output=TestOutput.txt /simple=5
dir testoutput.txt
quit
TCC: (Sys) C:\batfile\testtpipe2.btm [8] The parameter is incorrect.
"Error - Can't access TextPipeEngine64.dll"
What result do you see when you run this script in BDebugger?
Try it with build 20 (already uploaded). I added more error handling so it should hopefully give more detailed information on exactly what is failing. Also added a check for someone (plugin or injected code) doing a COM initialization with a different threading model.
It runs successfully for me.
With all due respect, I have tried to explain every step in prior posts. I even attached a video so you could see what I was doing.
New error with build 20
TCC: (Sys) C:\batfile\TestTPipe2.btm [8] The parameter is incorrect.
"Error - Can't create TextPipeEngine64.dll instance (0x80040154)"
TCC 36.00.21 x64 (d:\tc36\tcc.exe)
Microsoft Windows 11 Pro for Workstations
10.0.26200.8037 (25H2)
WindowsTerminal 1.23.2601.21001 (1.23.211.0)
v:\> bdebugger xavtemp.btm
TCC: (Sys) V:\xavtemp.btm [14] The parameter is incorrect.
"Error - Can't create TextPipeEngine64.dll instance (0x80040154)"
Try it again with build 21 (already uploaded). I added a check for restrictive COM security settings, and adjusted the TextPipeEngine64.dll CreateInstance parameters accordingly.
TCC 36.00.21 x64 Windows 11 [Version 10.0.26200.8037]
Copyright 2026 JP Software Inc. All Rights Reserved
TCC: (Sys) C:\batfile\TestTPipe2.btm [8] The parameter is incorrect.
"Error - Can't create TextPipeEngine64.dll instance (0x80040154)"
One more thing to try - start an elevated session (TCC or CMD), go to the TCMD36 installation directory, and run this command:
Code:regsvr32 textpipeengine64.dll
and let me know if regsvr32 fails or succeeds. If it succeeds, try BDEBUGGER again.