ase379/gpprofile2017

Cannot find initialization file

PioPio2 opened this issue · 15 comments

Hello again,

Sorry, I have followed the instructions, instrumentated the source and build the .exe
When I run the .exe I have the warning "Cannot find initialization file" and the profile cannot be performed.
What am I doing wrong ?

Many thanks
Alberto

I have found the file in the release folder.

Its normally next to the output artefact, you can change this in the project settings...

fabvit commented

I am unable to configure where to output the initialization file. It insists saving it in the Release folder even if I am in in Debug build.
@ase379 please can you help to understand where I can change it in the project settings?

ase379 commented

The configuration of the active configuration of the dproj should be taken. Perhaps you have to set debug as the currenly active setting in delphi.

fabvit commented

The currenly active setting in delphi for this project is Debug. All the project artifacts (.exe, .map, .dcu) are currently generated in the Win32/Debug folder. I do not know where to look and what to look for, other than double check that the active setting in delphi for this project is Debug.

ase379 commented

Can you upload the project file (without any code) ?

fabvit commented

Do you mean both .dpr and .dproj?

ase379 commented

Yes

fabvit commented

Attached here the .dproj file (renamed to .txt to allow the upload)
Locazioni.dproj.txt

ase379 commented

What about the dpr ?

fabvit commented

I apologize, here it is the .dpr
Locazioni.dpr.txt

ase379 commented

I found it, its a bug in the code. I will update the release files.

fabvit commented

Thank you so much Andreas! Fantastic! I will monitor Github in the next days for a new binary release.

ase379 commented

Ist already available, just grab the latest Release.

fabvit commented

Andreas thank you for your support: I've downloaded the last build you released yesterday and I can confirm that it works like a charm!