AllenInstitute / MIES

Multichannel Igor Electrophysiology Suite
https://alleninstitute.github.io/MIES/user.html
Other
23 stars 7 forks source link

BUG_TS: Encountered pending RTE #1940

Open ru57y34nn opened 11 months ago

ru57y34nn commented 11 months ago

I was testing the latest MIES release (MIES-Release_2.7_20230809-57-g6f0d3885f) on an IVSCC rig and encountered this bug during configuration. Screenshot is attached displaying MIES version number and the bug report message.

MIES_Bug_screenshot

t-b commented 11 months ago

@ru57y34nn Thanks for the report. Can you attach the MIES log file (MIES Panels->View Files->Mies Log)?

t-b commented 11 months ago

@ru57y34nn Did you see my last message?

ru57y34nn commented 11 months ago

@t-b here is the MIES log. The error occurred on 2023-11-09

MIESLogFile.json

t-b commented 11 months ago

The logfile contains the following entry:

{
"action":"report",
"exp":"Untitled",
"id":"0d46ebf",
"msg":"Encountered pending RTE: 10, Make;the number of points in a wave must be between 0 and 214700 million.",
"source":"ReportBugToLogfile",
"stacktrace":["CONF_AutoLoader(...)#L350 [MIES_Configuration.ipf]",
              "CONF_RestoreWindow(...)#L480 [MIES_Configuration.ipf]",
              "CONF_RestoreDAEphys(...)#L703 [MIES_Configuration.ipf]",
              "CONF_RestoreControl(...)#L1408 [MIES_Configuration.ipf]",
              "PGC_SetAndActivateControl(...)#L231 [MIES_ProgrammaticGUIControl.ipf]",
              "DAP_ButtonProc_LockDev(...)#L4362 [MIES_DAEphys.ipf]",
              "DAP_LockDevice(...)#L4487 [MIES_DAEphys.ipf]",
              "ArchiveLogFilesOnceAndKeepMonth(...)#L8444 [MIES_MiesUtilities.ipf]",
              "FileExists(...)#L5117 [MIES_Utilities.ipf]",
              "AssertOnAndClearRTError(...)#L4446 [MIES_Utilities.ipf]",
              "BUG_TS(...)#L568 [MIES_Debugging.ipf]",
              "ReportBugToLogfile(...)#L525 [MIES_Debugging.ipf]",
              "LOG_AddEntry(...)#L151 [MIES_Logging.ipf]"]
}

which only tells us that the make error happened during DAEPhys panel restoring.

@ru57y34nn Is the bug reproducible? If yes can you enable the debugger and debug on error, reproduce and post a picture of the debugger window?