PB 5.10 Final - Text3D issue since last beta
Posted: Thu Feb 14, 2013 8:15 pm
I've upgraded from beta 8 to final and my code (which hasn't changed overnight) will not work. I've double-checked my include file to ensure that my constants are correct.
Upon running my code, I recieve the following error:
The line in question is:
I've double-checked by compiling in Beta 8 and my code runs fine. Ouchies!
BTW, thanks to the whole team for getting 5.10 out. Awesome stuff guys!
Upon running my code, I recieve the following error:
Code: Select all
[05:08:28] Waiting for executable to start...
[05:08:28] Executable type: Linux - x64 (64bit, Thread)
[05:08:28] Executable started.
[05:08:29] [ERROR] Main.pb (Line: 96)
[05:08:29] [ERROR] The specified #Text3D is not initialised.
[05:09:04] The Program was killed.
Code: Select all
96 AttachEntityObject(#E_TextCube1,"",Text3DID(#E_TextLine1))
BTW, thanks to the whole team for getting 5.10 out. Awesome stuff guys!