Search found 6 matches
- Tue Jun 23, 2015 21:21
- Forum: Help
- Topic: Editbox PCRE Error
- Replies: 18
- Views: 12183
Re: Editbox PCRE Error
I removed all of my personal code so here is a very minimal program which is giving me the error. Using SFML-2-3 and cegui-0.8.4. Do you need more of the project information? #include <SFML/System.hpp> #include <SFML/Graphics.hpp> #include "CEGUI/CEGUI.h" #include "CEGUI/RendererModul...
- Tue Jun 23, 2015 21:04
- Forum: Help
- Topic: Editbox PCRE Error
- Replies: 18
- Views: 12183
Re: Editbox PCRE Error
I built the dependencies from the source. I followed this video pretty closely (although I'm using 0.8.4): https://www.youtube.com/watch?v=VaD-MQJLtWk size: 13,990 bytes size on disk 16,384 bytes heres the file just in case /************************************************* * Perl-Compatible Regular...
- Tue Jun 23, 2015 20:37
- Forum: Help
- Topic: Editbox PCRE Error
- Replies: 18
- Views: 12183
Re: Editbox PCRE Error
Could you give more details on what you mean by what dependencies? I don't understand what you mean.
- Tue Jun 23, 2015 20:26
- Forum: Help
- Topic: Editbox PCRE Error
- Replies: 18
- Views: 12183
Re: Editbox PCRE Error
No problem, you're responding much faster than I expected anyone to XD. It happens on the line where I load the layout. Here is all of my code involving CEGUI CEGUI::OpenGL3Renderer &rendererGUI = CEGUI::OpenGL3Renderer::bootstrapSystem(); CEGUI::WindowManager &wmgr = CEGUI::WindowManager::g...
- Tue Jun 23, 2015 19:04
- Forum: Help
- Topic: Editbox PCRE Error
- Replies: 18
- Views: 12183
Re: Editbox PCRE Error
Okay, my mistake. I saw a bunch of logs posted up ahead and assumed an answer had been found but then not posted. I have no problems running a Hello World box or anything similar. The error only happens when I add an Editbox (I'm using the layout file for the basic console from the cegui in practice...
- Tue Jun 23, 2015 18:49
- Forum: Help
- Topic: Editbox PCRE Error
- Replies: 18
- Views: 12183
Re: Editbox PCRE Error
Was an answer ever found for this? I'm recently trying to understand CEGUI and I'm getting this same error! Please help me understand what I'm doing wrong. CEGUI::InvalidRequestException in function 'enum CEGUI::RegexMatcher::MatchState__thiscall CEGUI::PCRERegexMatcher::getMatchStateOfString(const ...