NREL / EnergyPlus

EnergyPlus™ is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption and water use in buildings.
https://energyplus.net
Other
1.04k stars 378 forks source link

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

Open mjwitte opened 1 week ago

mjwitte commented 1 week ago

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):

Checklist

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

jmarrec commented 1 week ago

Wrong path at https://github.com/NREL/EnergyPlus/blob/3c8844fefaa68973f8f1d8369407eed0b37cfec2/src/EP-Launch/epl-ui.frm#L6026

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

But this requires recompiling it so...