Internal Error (NRE) when trying to compile a simple D11 FMX App

Hi
I tried to make a simple Firemonkey Delphi 11 app

UnbenanntDFM 1.bugreport.txt (5.5 KB)
UnbenanntDFM 1.bugreport.zip (5.9 KB)

How did these paths come to be? did you edit this project manually?

<Reference Include="C:\Users\Flucke\AppData\Local\RemObjects Software\EBuild\Delphi SDKs\Delphi 11\Windows\i386\Delphi.fmx">
  <Private>False</Private>
</Reference>
<Reference Include="C:\Users\Flucke\AppData\Local\RemObjects Software\EBuild\Delphi SDKs\Delphi 11\Windows\i386\Delphi.rtl">
  <Private>False</Private>
</Reference>

Project build clean for me w/o errors, after I dropped the bad paths (whihc shouldn’t be necessary in the project), and also removed these settings:

<OutputPath>D:\temp\</OutputPath>
<IntermediateBaseFolder>D:\temp\</IntermediateBaseFolder>

What could I be missing?

Ok, after adjusting the elements file the NRE persists:

UnbenanntDFM_1.elements (1.5 KB)

UnbenanntDFM_1 1.bugreport.txt (5.9 KB)

Strange; I copied this into the original project folder and it too compiles w/o errors for me.

is your Delphi SDK import up to date?

—marc

Yes. I have done this twice…
Maybe i should post the bpl/fx files here ?

if you could, that’d be great, yes. I need only the .fx, and only the ones your project references, not the full set.

thanx,
marc

TestD11FMX.zip (6.3 MB)

Curious. with your import I can reproduce the IE, yes. logging.

Logged as bugs://E26985.

Hi, we are checking this issue, I will update with more information when it’s clear what’s happning/failing.

Regards

1 Like

bugs://E26985 was closed as fixed.