GNOME Bugzilla – Bug 559292
SOTA Chrome cannot accept different textures
Last modified: 2008-11-13 08:23:02 UTC
Steps to reproduce: 1. File/Create/Logos/Sota Chrome 2. Change Environment Map from Beavis.jpg to another texture. 3. click OK Stack trace: Problem signature: Problem Event Name: APPCRASH Application Name: gimp-2.6.exe Application Version: 0.0.0.0 Application Timestamp: 490c38ba Fault Module Name: msvcrt.dll Fault Module Version: 7.0.6001.18000 Fault Module Timestamp: 4791a727 Exception Code: c0000005 Exception Offset: 0000cb8b OS Version: 6.0.6001.2.1.0.768.3 Locale ID: 4105 Additional Information 1: 7ec4 Additional Information 2: e1a35d192a13aea4abc15ca0cf577eff Additional Information 3: 16cd Additional Information 4: e92be7249d08b21d7192df62031d9a3a Other information: On Vista
On Linux I only get an error message: Error while executing script-fu-sota-chrome-logo: Error: Procedure execution of gimp-image-add-layer failed on invalid input arguments: Image '(null)' (1) is of type 'gray', but an image of type 'rgb' is expected Does it crash for you for any image you choose?
Everyone that I've tried. The default one seems to work though.
I can reproduce this. Program received signal SIGSEGV, Segmentation fault. 0x77c178c0 in _libmsvcrt_a_iname () (gdb) bt
+ Trace 209672
Should be fixed in both branches now: 2008-11-13 Sven Neumann <sven@gimp.org> Bug 559292 – SOTA Chrome cannot accept different textures * app/pdb/gimppdb-utils.c (gimp_pdb_image_is_base_type) (gimp_pdb_image_is_not_base_type): gimp_object_get_name() may return NULL for images. Use gimp_image_get_uri() instead.