modelica-tools / FMUComplianceChecker

FMI Compliance Checker for validation of FMUs 1.0 and 2.0
BSD 3-Clause "New" or "Revised" License
42 stars 31 forks source link

Access is denied #39

Open JustinShultz opened 5 years ago

JustinShultz commented 5 years ago

I am attempting to test an FMU generated from Dymola 2017 FD01 as a version 1 co-simulation.

In the command line I type: C:\Users\jshul\Desktop\FMUChecker-2.0.4-win32>fmuCheck.win32.exe -e log.txt -o results.csv -c , -t . TACE_West.fmu C:\Users\jshul\Desktop\FMUChecker-2.0.4-win32\fmucktmpa28968\binaries\win32\TACE_West.dll - Access is denied.

I get the log file:

`[INFO][FMUCHK] FMI compliance checker 2.0.4 [FMILibrary: 2.0.3] build date: Nov 6 2017 [INFO][FMUCHK] Called with following options: [INFO][FMUCHK] fmuCheck.win32.exe -e log.txt -o results.csv -c , -t . TACE_West.fmu [INFO][FMUCHK] Will process FMU TACE_West.fmu [INFO][FMILIB] XML specifies FMI standard version 1.0 [INFO][FMI1XML] Processing implementation element (co-simulation FMU detected) [INFO][FMUCHK] Model name: TACE_West [INFO][FMUCHK] Model identifier: TACE_West [INFO][FMUCHK] Model GUID: {c0013606-7e0b-4b03-8918-8b24cfc220f0} [INFO][FMUCHK] Model version: [INFO][FMUCHK] FMU kind: CoSimulation_StandAlone [INFO][FMUCHK] The FMU contains: 0 constants 486 parameters 2 discrete variables 7 continuous variables 3 inputs 6 outputs 486 internal variables 0 variables with causality 'none' 494 real variables 1 integer variables 0 enumeration variables 0 boolean variables 0 string variables

[INFO][FMUCHK] No input data provided. In case of simulation initial values from FMU will be used. [INFO][FMUCHK] Printing output file header [INFO][FMILIB] Loading 'win32' binary with 'standard32' platform types [INFO][FMUCHK] Version returned from FMU: 1.0 [INFO][FMUCHK] Checking that FMI set functions can be called with zero length arrays [INFO][FMUCHK] Initialized FMU for simulation starting at time 0 [INFO][FMUCHK] Checking that FMI get functions can be called with zero length arrays [INFO][FMUCHK] Simulation finished successfully at time 1.3171e-07 FMU check summary: FMU reported: 0 warning(s) and error(s) Checker reported: 0 Warning(s) 0 Error(s) `

Is this a known issue? Is there a way around it?

AlanGYH commented 4 years ago

Hi, I met the same issue "Access is denied". Is this issue solved?