[Equest-users] eQuest Error on Opening - Invalid Previous Run Date

Ace Glen Garcia engr_aceglengarcia at yahoo.com
Sun Jan 4 18:22:30 PST 2026


Hi All,
I am not sure if this would help. I really wanted the equest to run in DOE 2.2 and to avoid constantly resetting to zero please see if this would work.
Step 1: Open Notepad
Step2: Look for the locations of eQuest.ini in the documents folder and eQuest.exe in the program files.
Step 3: Copy command below at echo offsetlocal
set "INI=C:\Users\16476\Documents\eQUEST 3-65-7175 Data\eQUEST.ini"set "EXE=C:\Program Files (x86)\eQUEST 3-65-7175\eQUEST.exe"
powershell -NoProfile -ExecutionPolicy Bypass -Command "$ini='%INI%'; $exe='%EXE%'; if(!(Test-Path -LiteralPath $ini)){Write-Host 'ERROR: INI not found' -ForegroundColor Red; exit 2}; if(!(Test-Path -LiteralPath $exe)){Write-Host 'ERROR: EXE not found' -ForegroundColor Red; exit 3}; $t=Get-Content -LiteralPath $ini; $t2=$t -replace '^\s*Status\s*=.*','Status=0'; Set-Content -LiteralPath $ini -Value $t2 -Encoding ASCII; Write-Host 'OK: Status forced to 0' -ForegroundColor Green; Start-Process -FilePath $exe;"
endlocal

 Step 4. Save as: Run_eQUEST_Fix.bat
Step 5: click the command prompt i will reset to zero and open eQuest.
I hope this helps.



Ace Garcia
 

    On Thursday, December 18, 2025 at 07:42:49 AM PST, Jeff Ross-Bain via Equest-users <equest-users at lists.onebuilding.org> wrote:  
 
 
It worked!!
 
Thank you so much!
 
I was changing the wrong .ini file.
 
Best -
 
  
 
Jeff Ross-Bain, PE, LEED Fellow
 
President
 
Atlanta:  404-220-8955
 
Charleston:  843-779-9229
 
www.rbgb.com
 
  
 
From: Christina LaPerle <christina at karpmanconsulting.net>
Sent: Thursday, December 18, 2025 8:56 AM
To: Daric Adair <Daric.Adair at hendersonengineers.com>
Cc: Jeff Ross-Bain <jeff at rbgb.com>; Rahil Shah <rahil at nyu.edu>; equest-users at lists.onebuilding.org; Melissa Crowe <melissa.crowe at oakwellteam.com>
Subject: Re: [Equest-users] eQuest Error on Opening - Invalid Previous Run Date
 
  
 
P.S. This fix is not needed when opening eQUEST in DOE-2.3 mode, but needs to be applied after any open in DOE-2.2 mode even when that open was just to switch to DOE-2.3 mode.
 
  
 
Christina LaPerle (she/her) PE, BEMP, CPHC®, CEM, CBCP
 
Principal Engineer
________________

 
Phone 860.266.6220 
 
We are always looking for motivated professionals to join our team. See our career options here!
 
PTO Alert:  Out after 12/19/2025 and back 1/2/2025
 
  
 
  
 
On Thu, Dec 18, 2025 at 8:52 AM Christina LaPerle <christina at karpmanconsulting.net> wrote:
 

Hi Everyone,
 
  
 
Temporary solution for DOE-2.2 per communication with Jeff (it works I tried it).
 
  
 
In the equest.ini, in the [Registration} section at the bottom, if you set
Status=0
before stating eQUEST, when DOE-2.2 is selected for the simulation engine (not an issue with DOE-2.3 selected), should cause a registration dialog with a valid registration number to be displayed instead, then you should be able to click OK and it should startup normally. Some suggested using the original equest.ini before starting it the first time and setting the file to be read only; but that prevents saving other information about the last use rather than having the startup just ignore previous date information.
 
Applies eQUEST.ini located in the C:\Users\"your user name"\Documents\eQUEST 3-65-7175 Data\
 
You can keep it open in Notepad and just reset the status to 0 each time before re-opening eQUEST. 
 
  
 
Christina LaPerle (she/her) PE, BEMP, CPHC®, CEM, CBCP
 
Principal Engineer
________________

 
Phone 860.266.6220 
 
We are always looking for motivated professionals to join our team. See our career options here!
 
PTO Alert:  Out after 12/19/2025 and back 1/2/2025
 
  
 
  
 
On Thu, Dec 18, 2025 at 7:42 AM Daric Adair <Daric.Adair at hendersonengineers.com> wrote:
 

My team started having issues after a Windows 11update. Not everyone, but most.
 
Kidding / not-kidding – the covert effort to kill off eQuest continues…..
 
 
 
Thanks,
 
| 
| 
| 
| 
| 
DARIC ADAIR
  | 
 
  | 
| 
PE, BEMP, CEM
  |

 | 
​​​​
  |

 |
| 
Energy Modeling Manager
  |
| 
Strategic Consulting Sector
  |

 |
| 
| 
| 
Henderson Companies | 
  | 
Employee Owned
  |

 |
| 
| 
TEL (913) 742-5530
  |

 |

 |
| 
LICENSED IN KS
  |
| 
 
  |

 |

 |


 
 
From: Jeff Ross-Bain <jeff at rbgb.com>
Sent: Wednesday, December 17, 2025 2:59 PM
To: Christina LaPerle <christina at karpmanconsulting.net>; Rahil Shah <rahil at nyu.edu>
Cc: equest-users at lists.onebuilding.org; Melissa Crowe <melissa.crowe at oakwellteam.com>
Subject: Re: [Equest-users] eQuest Error on Opening - Invalid Previous Run Date
 
 
 
Just curious, is everyone referring to or using eQuest DOE 2.3? The fixes discussed have not worked for me (Doe 2.2).
 
Also, this is the only content of my .ini file:
 
 
 

 
 
 
Jeff Ross-Bain, PE, LEED Fellow
 
President
 
Atlanta:  404-220-8955
 
Charleston:  843-779-9229
 
www.rbgb.com
 
 
 
From: Equest-users <equest-users-bounces at lists.onebuilding.org>On Behalf Of Christina LaPerle via Equest-users
Sent: Wednesday, December 17, 2025 1:13 PM
To: Rahil Shah <rahil at nyu.edu>
Cc: equest-users at lists.onebuilding.org; Melissa Crowe <melissa.crowe at oakwellteam.com>
Subject: Re: [Equest-users] eQuest Error on Opening - Invalid Previous Run Date
 
 
 
Works for me too. Thanks! The key seems to be the Special= number at the bottom.
 
 
 
Christina LaPerle (she/her) PE, BEMP, CPHC®, CEM, CBCP
 
Principal Engineer
________________

 
Phone 860.266.6220 
 
We are always looking for motivated professionals to join our team. See our career options here!
 
PTO Alert:  Out after 12/19/2025 and back 1/2/2025
 
 
 
 
 
On Wed, Dec 17, 2025 at 1:11 PM Rahil Shah via Equest-users <equest-users at lists.onebuilding.org> wrote:
 

Thanks Brian for this temporary fix. Your approach is indeed working. 
 
I replaced the INI file after closing equest few times. It did end up opening every time. 
 
 
 
-Rahil
 
 
 
 
 
On Wed, Dec 17, 2025 at 12:51 PM Brian Fountain <Brian.Fountain at sa-footprint.com> wrote:
 

Older (working) eQUEST.ini attached.
 
 
 
Brian
 
 
 
From: Rahil Shah <rahil at nyu.edu>
Sent: December 17, 2025 12:49 PM
To: Brian Fountain <Brian.Fountain at sa-footprint.com>
Cc: Jeff Ross-Bain <jeff at rbgb.com>; Melissa Crowe <melissa.crowe at oakwellteam.com>;equest-users at lists.onebuilding.org
Subject: Re: [Equest-users] eQuest Error on Opening - Invalid Previous Run Date
 
 
 
CAUTION: This message originated from outside Smith + Andersen
 
Thanks Brian. Any chance you can share your old .INI, if you don't mind? 
 
-Rahil
 
 
 
 
 
On Wed, Dec 17, 2025 at 12:46 PM Brian Fountain via Equest-users <equest-users at lists.onebuilding.org> wrote:
 

I am also seeing the issue.
 
 
 
It seems to be something being written to eQUEST.ini.  I can get around it by having a “clean” copy of eQUEST.ini (with a date before today’s) and replacing eQUEST.ini with the clean version before opening eQUEST each time. (which is still a pain but better than reinstalling)
 
 
 
Brian
 
 
 
Footprint

Brian Fountain
Associate
d416 572 8501 m416 562 6831
 
 
 
From: Equest-users <equest-users-bounces at lists.onebuilding.org>On Behalf Of Jeff Ross-Bain via Equest-users
Sent: December 17, 2025 11:44 AM
To: Melissa Crowe <melissa.crowe at oakwellteam.com>;equest-users at lists.onebuilding.org
Subject: Re: [Equest-users] eQuest Error on Opening - Invalid Previous Run Date
 
 
 
CAUTION: This message originated from outside Smith + Andersen
 
Same here, including the un/install actions. The note appeared just this morning!
 
I also opened it once, but not again!
 
Any ideas would be great!
 
Thank you!
 
 
 
Jeff Ross-Bain, PE, LEED Fellow
 
President
 
Atlanta:  404-220-8955
 
Charleston:  843-779-9229
 
www.rbgb.com
 
 
 
From: Equest-users <equest-users-bounces at lists.onebuilding.org>On Behalf Of Melissa Crowe via Equest-users
Sent: Wednesday, December 17, 2025 11:19 AM
To: equest-users at lists.onebuilding.org
Subject: [Equest-users] eQuest Error on Opening - Invalid Previous Run Date
 
 
 
Hi All
 
 
 
I am having issues with eQuest I haven’t seen in all of my 15 years of eQuest.
 
 
 
After the first time it happened I uninstalled, reinstalled and it worked 1st time but on closing eQuest and opening it back up again I get this message
 
 
 
Anyone have a fix for this?
 
 
 

 
 
 
Thank you!!!!!!
 
 
 
Melissa Crowe, LEED AP, BEMP
 
VP, Senior Mechanical Engineer
 
Oakwell
 
Phone: 978-204-2559
 
Email:Melissa.Crowe at oakwellteam.com
 
www.oakwellteam.com
 

 
 
 
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.
 
_______________________________________________
Equest-users mailing list
https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.onebuilding.org_listinfo.cgi_equest-2Dusers-2Donebuilding.org&d=DwICAg&c=slrrB7dE8n7gBJbeO0g-IQ&r=QkcMOghMp8_pF9Cam10L3g&m=t7jmYTgOF_WtRXovD5JIsbJnNTI_uJnqvKd8thpZzeKwPhft9bV4Vwe0DJJ3nBIx&s=iJhUYEtSKygDFVKd4fcJOxZFUI2w9PlYOkQmlIdxstg&e=
To unsubscribe from this mailing list send  a blank message to EQUEST-USERS-UNSUBSCRIBE at ONEBUILDING.ORG
 


_______________________________________________
Equest-users mailing list
http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org
To unsubscribe from this mailing list send  a blank message to EQUEST-USERS-UNSUBSCRIBE at ONEBUILDING.ORG
 

  
 

This email and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. This communication represents the originator's personal views and opinions, which do not necessarily reflect those of Henderson Engineers, Inc. If you are not the original recipient or the person responsible for delivering the email to the intended recipient, be advised that you have received this email in error, and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you received this email in error, please immediately notifyadministrator at hendersonengineers.com.
 

_______________________________________________
Equest-users mailing list
http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org
To unsubscribe from this mailing list send  a blank message to EQUEST-USERS-UNSUBSCRIBE at ONEBUILDING.ORG
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20260105/8e451c3f/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1767579370132blob.jpg
Type: image/png
Size: 163742 bytes
Desc: not available
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20260105/8e451c3f/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 49904 bytes
Desc: not available
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20260105/8e451c3f/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.jpg
Type: image/jpeg
Size: 2442 bytes
Desc: not available
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20260105/8e451c3f/attachment.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 9335 bytes
Desc: not available
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20260105/8e451c3f/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 27958 bytes
Desc: not available
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20260105/8e451c3f/attachment-0003.png>


More information about the Equest-users mailing list