Page 1 of 1

Unity3d ShooterDemo error

Posted: 07 Feb 2014, 07:14
by jungrok5
When you run the sample ShooterDemo memory error occurs.
(http://www.noesisengine.com/NoesisGUI/ShooterDemo.zip)

Exception: Not enough memory! (malloc(2147761088))
Noesis.Error.Check () (at Assets/Plugins/NoesisGUI/Scripts/Core/NoesisError.cs:49)
Noesis.UIRenderer.Noesis_UpdateRenderer (Int32 rendererId, Double timeInSeconds) (at Assets/Plugins/NoesisGUI/Scripts/Core/NoesisUIRendererImports.cs:141)
Noesis.UIRenderer.Update (Double timeInSeconds, AntialiasingMode aaMode, TessellationMode tessMode, TessellationQuality tessQuality, RendererFlags flags, Boolean enableMouse, Boolean enableTouch) (at Assets/Plugins/NoesisGUI/Scripts/Core/NoesisUIRenderer.cs:85)
NoesisGUIPanel.LateUpdate () (at Assets/Plugins/NoesisGUI/Scripts/NoesisGUIPanel.cs:97)

Windows7 enterprise k(64bit)
i7-3770
16GB RAM

Re: Unity3d ShooterDemo error

Posted: 07 Feb 2014, 18:12
by sfernandez
I just downloaded the ShooterDemo.zip, opened the project in Unity 4.3.3, imported NoesisGUI 1.1.4 package, clicked Play in the editor and everything worked well.

Can you generate an error dump and attach it here with the play log we generate (Assets/NoesisGUI.play.log)?

Thanks for your feedback.