Search found 9 matches

by mjbourquin
Sat Dec 02, 2017 20:53
Forum: Help
Topic: [SOLVED] 0.8.7 create CEGUI::Spinner Regex Errors
Replies: 10
Views: 9527

Re: [SOLVED] 0.8.7 create CEGUI::Spinner Regex Errors

Editboxes can be loaded, its just that once you try to set a validation string it would send an exception error.
Spinners I guess auto set a validation string on creation, hence the error.

Also thanks for posting the bug report so quickly:)
by mjbourquin
Sat Dec 02, 2017 20:24
Forum: Help
Topic: [SOLVED] 0.8.7 create CEGUI::Spinner Regex Errors
Replies: 10
Views: 9527

Re: [SOLVED] 0.8.7 create CEGUI::Spinner Regex Errors

What do you mean by "have PCRE installed with your compilation"? You need the PCRE library installed (have the dll by your exe), also you need to have the pcre def enabled in cmake config (and then the cegui dlls made with that config) or else it wont create the regex object (and you get ...
by mjbourquin
Sat Dec 02, 2017 01:34
Forum: Help
Topic: [SOLVED] 0.8.7 create CEGUI::Spinner Regex Errors
Replies: 10
Views: 9527

Re: 0.8.7 create CEGUI::Spinner Regex Errors

I think I figured it out. Note for everyone. You must have PCRE installed with your compilation for the regex validation to work (along with fully working editboxes/spinner widgets). I will mark this as solved once I am sure that was the issue.
by mjbourquin
Sat Dec 02, 2017 01:02
Forum: Help
Topic: [SOLVED] 0.8.7 create CEGUI::Spinner Regex Errors
Replies: 10
Views: 9527

Re: 0.8.7 create CEGUI::Spinner Regex Errors

Nope, same error no matter what I try. I rebuilt with a newly downloaded version of cegui, copied over the libs and dlls's (same error), copied over the default schemas and looknfeel. No change. Tried different schemas. No change. It seems it's not reading from the looknfeel correctly and yeah its v...
by mjbourquin
Fri Dec 01, 2017 02:08
Forum: Help
Topic: [SOLVED] 0.8.7 create CEGUI::Spinner Regex Errors
Replies: 10
Views: 9527

Re: 0.8.7 create CEGUI::Spinner Regex Errors

Any input on this? I really need spinner boxes to work and I still have no clue why it wont let me create a spin box.
by mjbourquin
Thu Nov 30, 2017 21:27
Forum: Help
Topic: [SOLVED] 0.8.7 create CEGUI::Spinner Regex Errors
Replies: 10
Views: 9527

Re: 0.8.7 create CEGUI::Spinner Regex Errors

Ident wrote:I see no log.

Hi, I had a snippet, sorry just posted the full log.
by mjbourquin
Thu Nov 30, 2017 20:25
Forum: Help
Topic: [SOLVED] 0.8.7 create CEGUI::Spinner Regex Errors
Replies: 10
Views: 9527

[SOLVED] 0.8.7 create CEGUI::Spinner Regex Errors

I am getting an error when trying to add a Spinner from TaharezLook. Line in code where it breaks (This is using the Ogre3d Renderer): CEGUI::Window * numStars = wmgr.createWindow("TaharezLook/Spinner", "Generate/Stars"); The error: 30/11/2017 15:12:20 (Error) CEGUI::InvalidReque...
by mjbourquin
Thu Nov 02, 2017 20:19
Forum: Bug Reports, Suggestions, Feature Requests
Topic: DX11 with Ogre3d Error
Replies: 3
Views: 9115

Re: DX11 with Ogre3d Error

Unfortunately, CEGUIMain.dll was crashing with the latest build on branch 0.8 I did on my framework and I can't find any issues with mismatched dll's. It's a chore to clean/compile on my computer too, so I cant test to see if it was fixed. This was with revision: 6657 I'm just using the 0.8.7 releas...
by mjbourquin
Mon Oct 30, 2017 20:41
Forum: Bug Reports, Suggestions, Feature Requests
Topic: DX11 with Ogre3d Error
Replies: 3
Views: 9115

DX11 with Ogre3d Error

I have Ogre 1.10.8 with CEGUI 0.8.7 compiled and I am getting this error when running the DX11 Renderer: Exception thrown at 0x00007FFE1BB59E08 in spacegam1_Debug.exe: Microsoft C++ exception: Ogre::D3D11RenderingAPIException at memory location 0x000000A6238FAEE0. Ogre: High-level program '__cegui_i...

Go to advanced search