Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppGPostProcess does not run from EP-Launch Utilities tab #10576

Open
3 tasks
mjwitte opened this issue Jun 19, 2024 · 2 comments
Open
3 tasks

AppGPostProcess does not run from EP-Launch Utilities tab #10576

mjwitte opened this issue Jun 19, 2024 · 2 comments
Labels
AuxiliaryTool Related to an auxiliary tool, not EnergyPlus itself (readvars, preprocessor, ep-launch, etc.) Defect Includes code to repair a defect in EnergyPlus

Comments

@mjwitte
Copy link
Contributor

mjwitte commented Jun 19, 2024

Issue overview

image

Workaround

Open a command window, then cd to the folder that holds AppGPostProcess .
Execute AppGPostProcess with the path to the G000 file (without ".idf") as the first argument.

For the example file LBuildingAppGRotPar:.

C:\>cd \EnergyPlusV24-1-0\PostProcess
C:\EnergyPlusV24-1-0\PostProcess>AppGPostProcess.exe C:\EnergyPlusV24-1-0\ExampleFiles\LBuildingAppGRotPar-G000
  Started AppGPostProcess
      File name[C:\EnergyPlusV24-1-0\ExampleFiles\LBuildingAppGRotPar-G000]
      File root[C:\EnergyPlusV24-1-0\ExampleFiles\LBuildingAppGRotPar]
      Processing HTML files
      Processing meter CSV files
      Processing main CSV files
  Complete

Details

Some additional details for this issue (if relevant):

  • Platform Windows 11
  • Version of EnergyPlus 24.2.0-0788b446c0
  • Helpdesk ticket number 16694.

Checklist

Add to this list or remove from it as applicable. This is a simple templated set of guidelines.

  • Defect file added (list location of defect file here)
  • Ticket added to EnergyPlus Defect Complexity (Github Project)
  • Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
@jmarrec
Copy link
Contributor

jmarrec commented Jun 19, 2024

Wrong path at

utilProg(7).applicationFile = "PostProcess\AppGPostProcess\appgpostprocess.exe"

-utilProg(7).applicationFile = "PostProcess\AppGPostProcess\appgpostprocess.exe"
+utilProg(7).applicationFile = "PostProcess\AppGPostProcess.exe"

But this requires recompiling it so...

@JasonGlazer JasonGlazer added Defect Includes code to repair a defect in EnergyPlus AuxiliaryTool Related to an auxiliary tool, not EnergyPlus itself (readvars, preprocessor, ep-launch, etc.) labels Sep 12, 2024
@JasonGlazer
Copy link
Contributor

Also, remove EP-Compare from the Utilities tab.

@JasonGlazer JasonGlazer mentioned this issue Sep 12, 2024
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AuxiliaryTool Related to an auxiliary tool, not EnergyPlus itself (readvars, preprocessor, ep-launch, etc.) Defect Includes code to repair a defect in EnergyPlus
Projects
None yet
Development

No branches or pull requests

3 participants