Page 1 of 1

[PB 6.21] InitEngine3D(): DebugLog remains empty

Posted: Wed Oct 15, 2025 9:13 pm
by Shardik
After InitEngine3D(#PB_Engine3D_DebugLog) the DebugLog is always empty.

Tested with
- Linux Mint 21.3 'Virginia' and PB 6.21 x64
- MacOS 15.7.1 'Sequoia' and PB 6.21 x64
- Windows 10 22H2 x64 and PB 6.21 x86

Code: Select all

Result = InitEngine3D(#PB_Engine3D_DebugLog)
MessageRequester("Infos from InitEngine3D()",
  "Return Code: " + Str(Result) + #CR$ +
  "FileSize: " + Str(FileSize("Ogre.Log")))