File | Line | Function |
---|---|---|
/global.php | 94 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 550 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php(872) : eval()'d code | 26 | errorHandler->error |
/global.php | 872 | eval |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.30 (FreeBSD)
|
TextGeometry error when using textureprescaledivisor - Printable Version +- Official Murl Engine Forum (https://murlengine.com/forum) +-- Forum: Murl Engine (https://murlengine.com/forum/forumdisplay.php?fid=5) +--- Forum: Murl Framework (https://murlengine.com/forum/forumdisplay.php?fid=15) +--- Thread: TextGeometry error when using textureprescaledivisor (/showthread.php?tid=9) |
TextGeometry error when using textureprescaledivisor - zreak - 23 Apr 2013 If I set the TexturePrescaleDivisor to 2 in the Engine Configuration, my app is crashing with the following error log: Graph::FlatTextTexture::InitSelf(): Failed to create output stream
Graph::Node::Init(): InitSelf() failed
Graph::TextGeometry::InitSystemText(test_text): Failed to initialize text texture node Again: this is only happening when switching to prescale divisor 2. Please advise how to fix this behaviour! Thanks in advance... RE: TextGeometry error when using textureprescaledivisor - dizzy - 23 Apr 2013 Unfortunately, you have discovered a bug in the Murl Engine. Fortunately, I was already able to fix this issue; the fix will be included in the next update (possibly at the end of this week). In the meantime, please leave the prescale divisor at a value of 1. Sorry for any inconvenience. dizzy RE: TextGeometry error when using textureprescaledivisor - zreak - 23 Apr 2013 Thank you for your quick response! |