[App rtest3d] Crashes on startup: component is nil #13

Closed
opened 2025-05-29 13:21:17 +00:00 by Ponali · 1 comment
Ponali commented 2025-05-29 13:21:17 +00:00 (Migrated from github.com)

Image

There is actually no need for component to be used, because it's possible to get the pixel resolution using raster.drawWidth/Height and the character resolution using raster.charWidth/Height.
However, apart from this workaround, it may be due to a missing import of component.

![Image](https://github.com/user-attachments/assets/0a438587-7cee-432a-aebe-ebfcde1a8892) There is actually no need for `component` to be used, because it's possible to get the pixel resolution using `raster.drawWidth/Height` and the character resolution using `raster.charWidth/Height`. However, apart from this workaround, it may be due to a missing import of `component`.
WahPlus commented 2025-06-19 06:01:12 +00:00 (Migrated from github.com)

RTest3D was realistically not even supposed to be used and will likely be removed soon. This will not be fixed.

RTest3D was realistically not even supposed to be used and will likely be removed soon. This will not be fixed.
Sign in to join this conversation.