Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

BDebugger: First Execution after starting TC doesn't display correct menu

Jun
149
13
The first time I execute BDebugger after starting TC, this is the window which appears.
Note that the main menu is not the correct one and everything which is displayed is disabled except for "Print..."

1751165616500.webp


The command line I used to start BDebugger was:
Code:
BDebugger c:\batfile\CopyPics.btm /T

After exiting BDebugger, If I execute the same command line, then this is the window which appears.
Note that the BDebugger main menu is properly displayed.

1751165674682.webp


Code:
[C:\Program Files\JPSoft\TCMD35]ver

TCC  35.00.21 x64   Windows 11 [Version 10.0.26100.4351]
 
Last edited:
Yep, same problem here, even without any file or so, just with "bdebugger" ...
 
I can reproduce this with v36b17.

Code:
TCC: (Sys) V:\xavtemp.btm [14]  The parameter is incorrect.
 "Error - Can't access TextPipeEngine64.dll"

It happens with every invocation of BDEBUGGER.

And, FWIW, the debugger is very slow to close (~3 seconds) after stop_debugging, File/Close.
 
At least the original problem seems fixed, tested with v36.0.27 Release.
 
Back
Top