EDIT: Windows release contained a CEGUI/Spinner related bug, a new build has been uploaded. (ceed-snapshot11-win32-r2.zip).
New snapshot has been released. Archives provide testing sample data with CEGUI 0.7 and CEGUI 1.0 datafiles. There is a new project called CurrentDatafiles.project, it will try to load datafiles from ${CEED_FOLDER}../cegui_mk2/datafiles.
There have been 15 tickets resolved compared to the last snapshot10. Apart from fixing bugs this release has a new experimental feature - widget locking in layout editing. Please try it out, feedback is appreciated!
Grab the source tarball, Windows standalone binaries or MacOS X app bundle (not there yet, will be coming in a few days) at
https://sourceforge.net/projects/crayze ... napshot11/
Incomplete list of changes:
- 0000910: [Layout editing] Same issue as 0000901 again, but with layouts that include a Combobox (Kulik) - resolved.
- 0000926: [CLI tools] Migration tool crashes with a specific layout file (Kulik) - resolved.
- 0000518: [Layout editing] Add locking functionality to prevent accidental moves/resizes of unwanted windows (Kulik) - resolved.
- 0000924: [CLI tools] ceed-mic doesn't add padding around images, causing artefacts because of UV interpolation/rounding (Kulik) - resolved.
- 0000929: [Layout editing] In snapshot 10, if using the spinner the values for min max and current value all get set to 0 constantly (Kulik) - resolved.
- 0000923: [CLI tools] Metaimageset should get Inkscape SVG export (Kulik) - resolved.
- 0000915: [General] Python scripts should invoke python2 not python [patch included] (Kulik) - resolved.
- 0000909: [General] Add OpenGL diagnostic info to error.py (Kulik) - resolved.
- 0000901: [General] Can not save layout file after editing (Kulik) - resolved.
- 0000904: [Layout editing] Windows aren't rotated even when you rotate them with property inspector (Kulik) - resolved.
- 0000896: [Imageset editing] CEED destroys the per-image autoScaled and native{Horz,Vert}Res data when loading and saving imageset (Kulik) - resolved.
- 0000887: [General] ceed will output "abort: no mercurial repository (no .hg available)" (Kulik) - resolved.
- 0000890: [Imageset editing] Entering special chars in the native resolution editboxes leads to a crash (Kulik) - resolved.
- 0000888: [General] Crash when existing files are added to the project via proejct manager dock widget (Kulik) - resolved.
- 0000886: [Documentation] Selecting Help -> User manual does nothing on OSX and Windows (Kulik) - resolved.
Plans for snapshot12 are at http://cegui.org.uk/mantis/roadmap_page ... sion_id=39
Enjoy and please report any problems!
PS: I would like to thank Pejus who volunteered to build CEED on Windows!
Snapshot11 release
Moderators: CEGUI MVP, CEGUI Team
Re: Snapshot11 release
very nice, thank you.
fyi, snapshot 11 isn't listed on the downloads page as the latest.
http://www.cegui.org.uk/wiki/index.php/Downloads
fyi, snapshot 11 isn't listed on the downloads page as the latest.
http://www.cegui.org.uk/wiki/index.php/Downloads
Re: Snapshot11 release
Hi,
I hope it is the place to report bugs: in snapshot 11 if you add a Taharezlook/StaticText and set its text's horizontal formatting to 'CentreAligned' the generated XML will be:
<Property Name="HorzFormatting" Value="CentreAligned" />
However this does not work and I found out that the reason is that it should be:
<Property Name="HorzFormatting" Value="HorzCentred" /> (which works and http://www.cegui.org.uk/docs/0.7/classC ... tting.html confirms)
I'm not sure about the other values, but this one for sure is misgenerated.
Anyway, this tool is really helpful for me, so thank you and keep up the good work!
Sincerey,
Adam.
I hope it is the place to report bugs: in snapshot 11 if you add a Taharezlook/StaticText and set its text's horizontal formatting to 'CentreAligned' the generated XML will be:
<Property Name="HorzFormatting" Value="CentreAligned" />
However this does not work and I found out that the reason is that it should be:
<Property Name="HorzFormatting" Value="HorzCentred" /> (which works and http://www.cegui.org.uk/docs/0.7/classC ... tting.html confirms)
I'm not sure about the other values, but this one for sure is misgenerated.
Anyway, this tool is really helpful for me, so thank you and keep up the good work!
Sincerey,
Adam.
Re: Snapshot11 release
Hi,
messing around with the imageset editor and for some reason the underlying image (.tga) does not load in the editor (it is not visible, the background is all grey)? I assume it is not supposed to be like that, right?
Thanks,
Adam.
messing around with the imageset editor and for some reason the underlying image (.tga) does not load in the editor (it is not visible, the background is all grey)? I assume it is not supposed to be like that, right?
Thanks,
Adam.
Re: Snapshot11 release
jadam wrote:Hi,
messing around with the imageset editor and for some reason the underlying image (.tga) does not load in the editor (it is not visible, the background is all grey)? I assume it is not supposed to be like that, right?
Thanks,
Adam.
Yup, read the manual.
Re: Snapshot11 release
Kulik wrote:jadam wrote:Hi,
messing around with the imageset editor and for some reason the underlying image (.tga) does not load in the editor (it is not visible, the background is all grey)? I assume it is not supposed to be like that, right?
Thanks,
Adam.
Yup, read the manual.
Ok, thanks, got it: "Currently you may have problems with Imagesets that use TGA, since some versions of Qt may be built without TGA support. CEGUI 0.8 has all imagery as PNG (CEGUI 0.7 used TGA), and we advise you to use PNG instead of TGA. " .
Adam.
Re: Snapshot11 release
Hi
Im having an issue with the snapshot 11 release, seems that any time i load a layout the application crashes on the driver level, is this somehow related viewtopic.php?f=3&t=6277 ?
i pulled a stack trace from the crash event, tho as i don't have any debug symbols its a bit lacking in helpful information.
(platform windows 7 64bit, snapshot 11 r2 release)
Im having an issue with the snapshot 11 release, seems that any time i load a layout the application crashes on the driver level, is this somehow related viewtopic.php?f=3&t=6277 ?
i pulled a stack trace from the crash event, tho as i don't have any debug symbols its a bit lacking in helpful information.
(platform windows 7 64bit, snapshot 11 r2 release)
Code: Select all
> atioglxx.dll!69317994() Unknown
[Frames below may be incorrect and/or missing, no symbols loaded for atioglxx.dll]
atioglxx.dll!69390f6d() Unknown
kernel32.dll!76e714d1() Unknown
atioglxx.dll!69ae84db() Unknown
atioglxx.dll!695686bb() Unknown
atioglxx.dll!69344628() Unknown
atioglxx.dll!6956f0bf() Unknown
atioglxx.dll!68ca2759() Unknown
atioglxx.dll!68ca15aa() Unknown
atioglxx.dll!68dbf500() Unknown
CEGUIOpenGLRenderer.dll!51751304() Unknown
CEGUIOpenGLRenderer.dll!517519ca() Unknown
CEGUIOpenGLRenderer.dll!51751af6() Unknown
CEGUIBase.dll!5181d823() Unknown
CEGUIBase.dll!51834cd2() Unknown
CEGUIBase.dll!5183356a() Unknown
CEGUIBase.dll!51832119() Unknown
CEGUIBase.dll!517fd64a() Unknown
CEGUIBase.dll!517fc31b() Unknown
python27.dll!1e0bf8eb() Unknown
python27.dll!1e0bf7f8() Unknown
python27.dll!1e0be84e() Unknown
python27.dll!1e07eb28() Unknown
CEGUIBase.dll!518170ab() Unknown
CEGUIBase.dll!517f861c() Unknown
CEGUIBase.dll!5183369c() Unknown
CEGUIBase.dll!517fa1df() Unknown
msvcr100.dll!705c016a() Unknown
CEGUIBase.dll!51842eab() Unknown
python27.dll!1e0728ad() Unknown
python27.dll!1e08a065() Unknown
python27.dll!1e0bca58() Unknown
python27.dll!1e0be84e() Unknown
python27.dll!1e07eb28() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e06ebea() Unknown
CEGUIBase.dll!517f8957() Unknown
CEGUIBase.dll!51816d8c() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e0bfeed() Unknown
python27.dll!1e0bd8e0() Unknown
python27.dll!1e0bf3a9() Unknown
msvcr100.dll!705c016a() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e06ebea() Unknown
python27.dll!1e07d90a() Unknown
python27.dll!1e0be84e() Unknown
python27.dll!1e0bfeed() Unknown
python27.dll!1e0bd8e0() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e09de13() Unknown
python27.dll!1e097849() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e0bfc31() Unknown
python27.dll!1e0bf83d() Unknown
python27.dll!1e0bd826() Unknown
python27.dll!1e0bf8eb() Unknown
python27.dll!1e0bf7f8() Unknown
python27.dll!1e0be84e() Unknown
python27.dll!1e07eb28() Unknown
python27.dll!1e08883b() Unknown
python27.dll!1e08a57a() Unknown
CEGUIBase.dll!51842e41() Unknown
QtGui4.dll!64f04f80() Unknown
QtGui4.dll!64f6b720() Unknown
QtGui4.dll!64fddd59() Unknown
QtGui4.dll!64e6e715() Unknown
QtGui4.dll!64e6ea4a() Unknown
QtGui4.dll!64c4d020() Unknown
python27.dll!1e072ca6() Unknown
python27.dll!1e08a231() Unknown
pyside-python2.7.dll!0039e9b4() Unknown
PySide.QtCore.pyd!02c0a42f() Unknown
shiboken-python2.7.dll!003c6c9c() Unknown
PySide.QtGui.pyd!04f16067() Unknown
QtGui4.dll!64f6b6b1() Unknown
QtCore4.dll!51b11b27() Unknown
QtGui4.dll!64bffda7() Unknown
QtGui4.dll!64c022fd() Unknown
uxtheme.dll!71aa7a46() Unknown
user32.dll!752e61d3() Unknown
user32.dll!752f102c() Unknown
user32.dll!752f0ff6() Unknown
QtGui4.dll!64c693c8() Unknown
QtGui4.dll!64eb833f() Unknown
QtGui4.dll!64dc9816() Unknown
QtGui4.dll!64bf931d() Unknown
QtGui4.dll!64c22b72() Unknown
QtGui4.dll!64bf4f7d() Unknown
QtGui4.dll!64d9f09f() Unknown
QtGui4.dll!64e27b68() Unknown
QtGui4.dll!64be4875() Unknown
QtGui4.dll!64e3b0f9() Unknown
QtGui4.dll!64eb72c1() Unknown
python27.dll!1e08a231() Unknown
python27.dll!1e072ca6() Unknown
python27.dll!1e08a231() Unknown
pyside-python2.7.dll!0039e9b4() Unknown
shiboken-python2.7.dll!003c2d67() Unknown
PySide.QtCore.pyd!02c0a42f() Unknown
python27.dll!1e089f83() Unknown
python27.dll!1e0e5645() Unknown
python27.dll!1e0e57bb() Unknown
python27.dll!1e0baffd() Unknown
shiboken-python2.7.dll!003c6c9c() Unknown
PySide.QtGui.pyd!04f434d5() Unknown
PySide.QtGui.pyd!04f43631() Unknown
PyCEGUI.pyd!03480500() Unknown
QtGui4.dll!650f8aec() Unknown
QtGui4.dll!64c5a62c() Unknown
QtGui4.dll!64dbb599() Unknown
QtGui4.dll!6514d10b() Unknown
QtGui4.dll!64c22dab() Unknown
QtGui4.dll!64d9f09f() Unknown
QtGui4.dll!64e27b68() Unknown
QtGui4.dll!64be4875() Unknown
QtGui4.dll!64e3b0f9() Unknown
user32.dll!752e72f1() Unknown
ntdll.dll!7746f88a() Unknown
user32.dll!752e7304() Unknown
ntdll.dll!774600e6() Unknown
user32.dll!752e723b() Unknown
user32.dll!753101e7() Unknown
QtCore4.dll!51a4585c() Unknown
QtCore4.dll!51b67246() Unknown
QtGui4.dll!64e22ed1() Unknown
QtGui4.dll!64e23544() Unknown
QtGui4.dll!64d928dd() Unknown
shiboken-python2.7.dll!003c6c9c() Unknown
python27.dll!1e0650fe() Unknown
QtGui4.dll!64db9a74() Unknown
msvcr100.dll!705c016a() Unknown
msvcr100.dll!705c0269() Unknown
CEGUIExpatParser.dll!513a1241() Unknown
msvcr100.dll!705c0269() Unknown
expat.dll!51380d01() Unknown
expat.dll!513854cb() Unknown
expat.dll!51385d21() Unknown
expat.dll!51387389() Unknown
expat.dll!5138779e() Unknown
expat.dll!513811cf() Unknown
expat.dll!51382af3() Unknown
QtGui4.dll!64d352b3() Unknown
QtGui4.dll!64d8a1c6() Unknown
msvcr90.dll!74c236c5() Unknown
python27.dll!1e0e5645() Unknown
python27.dll!1e0e57bb() Unknown
python27.dll!1e0baffd() Unknown
shiboken-python2.7.dll!003c6c9c() Unknown
QtGui4.dll!64c429b3() Unknown
QtCore4.dll!51b76f13() Unknown
QtGui4.dll!64c42df0() Unknown
QtGui4.dll!64ebe8fd() Unknown
python27.dll!1e0728ad() Unknown
python27.dll!1e072d0f() Unknown
python27.dll!1e08a431() Unknown
python27.dll!1e08a4c9() Unknown
python27.dll!1e08a065() Unknown
python27.dll!1e0bca58() Unknown
python27.dll!1e0be84e() Unknown
python27.dll!1e07eb28() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e06ebea() Unknown
python27.dll!1e07d90a() Unknown
python27.dll!1e0be84e() Unknown
python27.dll!1e07eb28() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e0bfeed() Unknown
python27.dll!1e0bd8e0() Unknown
python27.dll!1e072ca6() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e09de13() Unknown
python27.dll!1e097849() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e0bfc31() Unknown
python27.dll!1e0bf83d() Unknown
python27.dll!1e0bd826() Unknown
python27.dll!1e0bf8eb() Unknown
python27.dll!1e0bf7f8() Unknown
python27.dll!1e0be84e() Unknown
python27.dll!1e07eb28() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e06ebea() Unknown
msvcr90.dll!74c63a58() Unknown
python27.dll!1e072ca6() Unknown
python27.dll!1e089e32() Unknown
python27.dll!1e0bf3a9() Unknown
boost_python-vc100-mt-1_47.dll!514f545e() Unknown
python27.dll!1e0d2d09() Unknown
python27.dll!1e0650fe() Unknown
msvcr100.dll!705c0269() Unknown
CEGUIBase.dll!51846b8b() Unknown
CEGUIBase.dll!51843e2f() Unknown
python27.dll!1e089e32() Unknown
shiboken-python2.7.dll!003c2d67() Unknown
PySide.QtGui.pyd!04f33a73() Unknown
QtGui4.dll!64fdf50f() Unknown
kernel32.dll!76e714d1() Unknown
msvcr90.dll!74c638bb() Unknown
python27.dll!1e08b45d() Unknown
python27.dll!1e08ec96() Unknown
PyCEGUI.pyd!038e6ce4() Unknown
PyCEGUI.pyd!038eb20b() Unknown
PyCEGUI.pyd!038ebdfd() Unknown
boost_python-vc100-mt-1_47.dll!514fad0a() Unknown
PyCEGUI.pyd!037098e5() Unknown
PyCEGUI.pyd!03709929() Unknown
PyCEGUI.pyd!03709bd3() Unknown
boost_python-vc100-mt-1_47.dll!515015a3() Unknown
boost_python-vc100-mt-1_47.dll!51501667() Unknown
boost_python-vc100-mt-1_47.dll!5150678d() Unknown
pyside-python2.7.dll!0039e9b4() Unknown
PyCEGUI.pyd!0329eaef() Unknown
PyCEGUI.pyd!0329f8c7() Unknown
boost_python-vc100-mt-1_47.dll!51506553() Unknown
boost_python-vc100-mt-1_47.dll!515016c7() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e0bfc1a() Unknown
python27.dll!1e0bf806() Unknown
python27.dll!1e0bd826() Unknown
python27.dll!1e0bf8d5() Unknown
python27.dll!1e0bf7f8() Unknown
python27.dll!1e0bd826() Unknown
python27.dll!1e0bf8d5() Unknown
python27.dll!1e0bf7f8() Unknown
python27.dll!1e0bd826() Unknown
python27.dll!1e0bf8d5() Unknown
python27.dll!1e0bf7f8() Unknown
python27.dll!1e0bd826() Unknown
python27.dll!1e0be82e() Unknown
python27.dll!1e07eb28() Unknown
shiboken-python2.7.dll!003c2d67() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e06ebda() Unknown
python27.dll!1e089f83() Unknown
python27.dll!1e0e5645() Unknown
python27.dll!1e0e57bb() Unknown
python27.dll!1e0baffd() Unknown
PySide.QtGui.pyd!04d78e37() Unknown
QtCore4.dll!51b11a9d() Unknown
QtGui4.dll!64bffdb9() Unknown
QtGui4.dll!64c022fd() Unknown
uxtheme.dll!71aa0f7f() Unknown
uxtheme.dll!71aa0f47() Unknown
uxtheme.dll!71aa0f28() Unknown
uxtheme.dll!71aa0fa6() Unknown
uxtheme.dll!71aa0d73() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e0bf3a9() Unknown
python27.dll!1e0650b2() Unknown
pyside-python2.7.dll!003951da() Unknown
python27.dll!1e089f83() Unknown
PySide.QtGui.pyd!04d602d9() Unknown
QtCore4.dll!51b16f4f() Unknown
QtCore4.dll!51b24636() Unknown
QtCore4.dll!51b771ab() Unknown
QtGui4.dll!64bec65e() Unknown
QtGui4.dll!64f333c9() Unknown
QtGui4.dll!64f38b7f() Unknown
QtGui4.dll!64f32682() Unknown
QtGui4.dll!64f326ae() Unknown
PySide.QtGui.pyd!04d7a0ff() Unknown
QtGui4.dll!64c4229b() Unknown
python27.dll!1e072ca6() Unknown
python27.dll!1e08a231() Unknown
pyside-python2.7.dll!0039e9b4() Unknown
shiboken-python2.7.dll!003c2d67() Unknown
python27.dll!1e089f83() Unknown
python27.dll!1e0e5645() Unknown
python27.dll!1e0e57bb() Unknown
python27.dll!1e0baffd() Unknown
PySide.QtGui.pyd!04d78ccd() Unknown
QtCore4.dll!51b11a9d() Unknown
QtGui4.dll!64bffdb9() Unknown
QtGui4.dll!64c0166a() Unknown
python27.dll!1e072ca6() Unknown
python27.dll!1e08a231() Unknown
pyside-python2.7.dll!0039e9b4() Unknown
PySide.QtCore.pyd!02c0a42f() Unknown
python27.dll!1e089f83() Unknown
python27.dll!1e0e5645() Unknown
PySide.QtGui.pyd!04bb8b32() Unknown
QtCore4.dll!51b11a0d() Unknown
QtCore4.dll!51b61c02() Unknown
QtGui4.dll!64c00c1f() Unknown
QtGui4.dll!64c5620a() Unknown
QtGui4.dll!64c3900d() Unknown
QtGui4.dll!64c3901b() Unknown
QtGui4.dll!64c3d02b() Unknown
QtGui4.dll!64bf4c99() Unknown
QtGui4.dll!64bf66ad() Unknown
PySide.QtCore.pyd!02c0a42f() Unknown
kernel32.dll!76e714d1() Unknown
msvcr90.dll!74c638bb() Unknown
QtCore4.dll!51a5e87c() Unknown
QtCore4.dll!51b12e80() Unknown
QtCore4.dll!51b1350d() Unknown
QtCore4.dll!51a4585c() Unknown
QtCore4.dll!51b35890() Unknown
user32.dll!7530f102() Unknown
user32.dll!752e78b0() Unknown
user32.dll!752e6238() Unknown
user32.dll!752e68ea() Unknown
user32.dll!752e6899() Unknown
user32.dll!752e7d31() Unknown
user32.dll!752e7dfa() Unknown
QtCore4.dll!51b37aca() Unknown
ntdll.dll!774600e6() Unknown
msctf.dll!768a41b5() Unknown
user32.dll!752e723b() Unknown
user32.dll!752f1c01() Unknown
msctf.dll!768a41b5() Unknown
user32.dll!752ed311() Unknown
user32.dll!752ed3d8() Unknown
user32.dll!752ed394() Unknown
user32.dll!752e7bba() Unknown
user32.dll!752e6238() Unknown
user32.dll!752e6941() Unknown
user32.dll!752e6899() Unknown
usp10.dll!767bf574() Unknown
msvcr90.dll!74c663fb() Unknown
python27.dll!1e089e32() Unknown
python27.dll!1e072ca6() Unknown
python27.dll!1e08ec96() Unknown
python27.dll!1e095286() Unknown
python27.dll!1e072754() Unknown
python27.dll!1e089e32() Unknown
python27.dll!1e072ca6() Unknown
ntdll.dll!7746f88a() Unknown
user32.dll!752e7304() Unknown
ntdll.dll!774600e6() Unknown
usp10.dll!767a5f7e() Unknown
python27.dll!1e089e32() Unknown
python27.dll!1e072ca6() Unknown
python27.dll!1e08ec96() Unknown
python27.dll!1e095286() Unknown
user32.dll!752e61d3() Unknown
msvcr90.dll!74c63a58() Unknown
python27.dll!1e089e32() Unknown
python27.dll!1e072ca6() Unknown
python27.dll!1e089e32() Unknown
python27.dll!1e072ca6() Unknown
python27.dll!1e08ec96() Unknown
python27.dll!1e095286() Unknown
kernel32.dll!76e714d1() Unknown
python27.dll!1e072ca6() Unknown
python27.dll!1e097849() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e0960b2() Unknown
python27.dll!1e0728ad() Unknown
python27.dll!1e072d0f() Unknown
python27.dll!1e0bc96c() Unknown
kernel32.dll!76e714d1() Unknown
python27.dll!1e072ca6() Unknown
kernel32.dll!76e714d1() Unknown
msvcr90.dll!74c638bb() Unknown
python27.dll!1e0728ad() Unknown
python27.dll!1e072d0f() Unknown
python27.dll!1e0bc96c() Unknown
python27.dll!1e0728ad() Unknown
python27.dll!1e072d0f() Unknown
python27.dll!1e08a431() Unknown
python27.dll!1e08a4c9() Unknown
python27.dll!1e08a065() Unknown
python27.dll!1e0bca58() Unknown
python27.dll!1e0be84e() Unknown
python27.dll!1e07eb28() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e0960b2() Unknown
python27.dll!1e06ebea() Unknown
python27.dll!1e08883b() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e0960b2() Unknown
python27.dll!1e065436() Unknown
python27.dll!1e06593e() Unknown
python27.dll!1e08ec96() Unknown
python27.dll!1e0c8d7b() Unknown
python27.dll!1e0c9136() Unknown
python27.dll!1e0cfadd() Unknown
python27.dll!1e0cf4aa() Unknown
python27.dll!1e0728ad() Unknown
python27.dll!1e072d0f() Unknown
python27.dll!1e08a431() Unknown
python27.dll!1e0bca58() Unknown
python27.dll!1e0bf8eb() Unknown
python27.dll!1e0bf7f8() Unknown
python27.dll!1e0bd826() Unknown
python27.dll!1e0be84e() Unknown
python27.dll!1e07eb28() Unknown
python27.dll!1e0650fe() Unknown
python27.dll!1e0960b2() Unknown
python27.dll!1e06ebea() Unknown
msvcr90.dll!74c63a58() Unknown
QtCore4.dll!51b11325() Unknown
python27.dll!1e072ca6() Unknown
QtGui4.dll!64c580af() Unknown
QtCore4.dll!51b10912() Unknown
QtCore4.dll!51b14f96() Unknown
PySide.QtGui.pyd!04bb9bef() Unknown
python27.dll!1e0bf5eb() Unknown
python27.dll!1e0bd826() Unknown
python27.dll!1e0bf8d5() Unknown
python27.dll!1e0bf7f8() Unknown
python27.dll!1e0bd826() Unknown
python27.dll!1e0be82e() Unknown
python27.dll!1e0bb295() Unknown
python27.dll!1e0c08b4() Unknown
python27.dll!1e089f83() Unknown
python27.dll!1e0be200() Unknown
python27.dll!1e08ec96() Unknown
python27.dll!1e04aa8d() Unknown
ceed-gui.exe!00401b31() Unknown
ceed-gui.exe!00401bfd() Unknown
ceed-gui.exe!00401d9e() Unknown
kernel32.dll!76e73677() Unknown
ntdll.dll!77489d72() Unknown
ntdll.dll!77489d45() Unknown
Re: Snapshot11 release
Hello,
I'm trying to use CEED on Linux (debian 7.0 wheezy), after two days of compilation, installation and hack (PyCEGUI was not found, I had to run ldconfig), I finally succeed launching ceed-gui. The problem is when I'm trying to create a project, I get the window "Failed to synchronize embedded CEGUI to your project" and the detail of the error is :
"Details of this error: 'module' object has no attribute 'Exception' "
When I press ok, I have a progress bar named "Synchronising embedded CEGUI with the project" that don't progress at all.
Any idea of what I must do ?
Thanks,
Bill
I'm trying to use CEED on Linux (debian 7.0 wheezy), after two days of compilation, installation and hack (PyCEGUI was not found, I had to run ldconfig), I finally succeed launching ceed-gui. The problem is when I'm trying to create a project, I get the window "Failed to synchronize embedded CEGUI to your project" and the detail of the error is :
"Details of this error: 'module' object has no attribute 'Exception' "
When I press ok, I have a progress bar named "Synchronising embedded CEGUI with the project" that don't progress at all.
Any idea of what I must do ?
Thanks,
Bill
Re: Snapshot11 release
Any reason why you wouldn't attach the entire output?
Something should have been written to stderr.
In any case, I will need way more info to offer any constructive help.
Something should have been written to stderr.
In any case, I will need way more info to offer any constructive help.
Re: Snapshot11 release
Sorry but there is no output on stderr
I use snapshot 11 with PySide 1.1.1 Qt 4.8.2 and PyCEGUI 0.7.5.
I want to give you more infos, but I don't have more ... there is no crash, just this message...
Is there something to activate to have more infos ?
I use snapshot 11 with PySide 1.1.1 Qt 4.8.2 and PyCEGUI 0.7.5.
I want to give you more infos, but I don't have more ... there is no crash, just this message...
Is there something to activate to have more infos ?
Re: Snapshot11 release
PyCEGUI 0.7.5
This is the problem. You need PyCEGUI from mercurial. See the README.
It's very very odd that prerequisite check doesn't catch this when starting CEED. It definitely should. I will check why that's the case later this week.
This is the problem. You need PyCEGUI from mercurial. See the README.
It's very very odd that prerequisite check doesn't catch this when starting CEED. It definitely should. I will check why that's the case later this week.
Re: Snapshot11 release
Hi,
I tried to use PyCEGUI from mercurial like asked, and here are the way I did.
I removed all libraries that I had previously compiled and ceed too. I use find -iname pycegui and find -iname ceed to find any remaining library or binary and removed all from my computer to have a clean environment.
I downloaded and compiled cegui using this : http://www.cegui.org.uk/wiki/index.php/ ... _Mercurial
I downloaded snapshot 11 from this thread. I ran runwrapper.sh (that was not in tarball so I get it directly from repository) ans ran bin/ceed-gui with python2.7.
I get the same result ('modul' has no attribute named 'Exception').
And in about there is still PyCEGUI 7.5 indicated ... What am I doing wrong ?
I'm sure there was no remaining libraries from before.
Bill
I tried to use PyCEGUI from mercurial like asked, and here are the way I did.
I removed all libraries that I had previously compiled and ceed too. I use find -iname pycegui and find -iname ceed to find any remaining library or binary and removed all from my computer to have a clean environment.
I downloaded and compiled cegui using this : http://www.cegui.org.uk/wiki/index.php/ ... _Mercurial
I downloaded snapshot 11 from this thread. I ran runwrapper.sh (that was not in tarball so I get it directly from repository) ans ran bin/ceed-gui with python2.7.
I get the same result ('modul' has no attribute named 'Exception').
And in about there is still PyCEGUI 7.5 indicated ... What am I doing wrong ?
I'm sure there was no remaining libraries from before.
Bill
Return to “Official Unified CEGUI Editor Tool (CEED)”
Who is online
Users browsing this forum: No registered users and 1 guest