[PB 6.21] InitEngine3D(): DebugLog remains empty

All bugs related to the 3D engine
User avatar
Shardik
Addict
Addict
Posts: 2065
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

[PB 6.21] InitEngine3D(): DebugLog remains empty

Post 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")))
Collection of cross-platform examples with API functions to extend PureBasic