JuPedSim / jpsreport

Analysis tool
https://www.jupedsim.org/jpsreport_introduction.html
Other
3 stars 9 forks source link

Executable crashes by initialising Vornoi method #125

Closed chraibi closed 5 years ago

chraibi commented 5 years ago

In Gitlab by @PaulGeoerg on May 15, 2018, 07:15 [origin]

The new built executable crashes after choosing <method_D enabled="true">. I don't know why, It crashes without any further information (screen). The executable is built with VS 2017, branch develop.

I leave the scripts-directory in the .zip. You should customise the path in the .ini

Question 1: where can I find additional information? git log -n 1 gives me the following:

PS C:\Users\Paul Geoerg\workspace\jpsreport> git log -n 1>

commit 0a5359b0fe31e3411161e1e1bab34e935e8fe774 (HEAD -> develop, origin/develop, origin/HEAD)>

Author: Mohcine Chraibi m.chraibi@fz-juelich.de>

Date: Mon May 14 09:31:56 2018 +0000>

try fix for vs> PS C:\Users\Paul Geoerg\workspace\jpsreport>>

Question 2: How can I debug by myself? Method A up to C works well, Jpsreport crashes immediately after initializing the Voronoi method.

Thanks again, mates!!

180515_jpsreportcrash 180515_jpsreport_issue.zip

chraibi commented 5 years ago

In Gitlab by @PaulGeoerg on May 15, 2018, 07:16

changed the description

chraibi commented 5 years ago

In Gitlab by @PaulGeoerg on May 15, 2018, 07:16

changed the description

chraibi commented 5 years ago

In Gitlab by @chraibi on May 15, 2018, 11:35

Paul,​ please upload a zip with the necessary files.

chraibi commented 5 years ago

In Gitlab by @PaulGeoerg on May 15, 2018, 11:38

It is already there...zip

chraibi commented 5 years ago

In Gitlab by @chraibi on May 15, 2018, 14:59

I did not see it.

But for the log file after the last commit you can now add this

<logfile>log.txt</logfile>

to your inifile. This will contain most of the log information. :100:

chraibi commented 5 years ago

In Gitlab by @PaulGeoerg on May 16, 2018, 06:54

Hello again,

thanks @Mohcine.

A new day - another update of the issue to suffer from boredom! So, still errors occur during compilation (see screenshot).

vs_errors

PS C:\Users\Paul Geoerg\workspace\jpsreport> git pull´ warning: redirecting to https://gitlab.version.fz-juelich.de/jupedsim/jpsreport.git/ remote: Counting objects: 2, done. remote: Compressing objects: 100% (2/2), done. remote: Total 2 (delta 0), reused 0 (delta 0) Unpacking objects: 100% (2/2), done. From https://gitlab.version.fz-juelich.de/jupedsim/jpsreport 2ad0b01..0d4b437 master -> origin/master * [new tag] v0.8.3 -> v0.8.3´

Please note the attached log-file from VS. `

log.txt

Any ideas?

chraibi commented 5 years ago

In Gitlab by @chraibi on May 16, 2018, 12:15

I see where is the problem. The log.txt is nice. Fix is coming...

chraibi commented 5 years ago

In Gitlab by @PaulGeoerg on May 16, 2018, 14:57

Thanks a lot, Mohcine! Built executable with VS works fine with v0.8.2-73-ga605388.

But excecute jpsreport.exe leads to an error by parsing the traj-file (see log-file attached).

I did not changed the someting at the traj-import... New issue and close this one?

chraibi commented 5 years ago

In Gitlab by @chraibi on May 18, 2018, 18:42

Paule: please try with 561ab101

chraibi commented 5 years ago

In Gitlab by @PaulGeoerg on May 19, 2018, 06:13

Compiling works fine with VS. Utilising jpsreport runs through all methods without any problems / errors.

But calculation speed for method D is decreased rapidly. What happens here? It takes about 30 min for approx 30 frames (even if the output of voro-cells is set to false).

And by now no status-comment is visible for method D during calculation. I remember you told me at the call, that you wanted to hide printouts from method B, right?!

Thanks for fixing again, Mohcine!

chraibi commented 5 years ago

In Gitlab by @chraibi on May 19, 2018, 08:35

The status-comments must be now in the logfile. It would be better to show something on the terminal though.

I don't know why it's so slow. I will check. (in another issue ;-) )

chraibi commented 5 years ago

In Gitlab by @chraibi on May 19, 2018, 08:35

closed