Exception ERangeError with 3D components FMXLinux 1.69

Issue #274 new
Matthias Eißing created an issue

PAServer (13.1.10.9 / RAD Studio 11.1 (with and without Patch 1) and FMXLinux 1.69 raises

Exception ERangeError in module Project7 at 00000000007440FD.
Range check error.

on launching FMXLinux GUI application (run without debugging) in PAServer

Steps:

  • Create a simple FMX app
  • Add “2D” components (Label, Edit, whatsoever)
  • Runs fine!
  • Add a ViewPort3D or create a 3D app (from scratch) raises the above error on run

Tested on

  • WSL2 / Windows 11 / Ubuntu 20.04
  • Ubuntu (real system / VM) / Ubuntu 20.04

Comments (4)

  1. Eugene Kryukov repo owner

    Does other OpenGL app work ? I’ve just checked your case - all works fine on Ubuntu 20.04

  2. Matthias Eißing reporter

    Update: “Release” version works!

    Seems to be an issue with the downloaded ZIP file from GetIt servers. Corrupted/missing DCU/.O files in debug libraries.

  3. Log in to comment