bugGnash - The GNU Flash player - Bugs: bug #23047, Images not hidden

 
 

bug #23047: Images not hidden

Submitter:  Andreas Nilsson <molgrum>
Submitted:  Fri 25 Apr 2008 10:13:43 PM UTC
   
 
Category:  None Severity:  3 - Normal
Release:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Mon 08 Dec 2008 10:56:08 AM UTC, comment #9: 

Confirmed in IRC that the objects are now hidden. They are visible on the right side of the stage if you make the window wider, but that's the way the SWF is designed.

Benjamin Wolsey <bwy>
Group Member
Tue 02 Dec 2008 02:16:20 PM UTC, comment #8: 

Seems fixed. Please test.

Benjamin Wolsey <bwy>
Group Member
Mon 03 Nov 2008 09:18:01 AM UTC, comment #7: 

Can't reproduce the segfault with head either. The version I have that segfaults plays the start of the first sound and stops in the middle, current head starts in the middle of it after a few seconds of silence.

It's with ffmpeg.

Benjamin Wolsey <bwy>
Group Member
Sat 01 Nov 2008 09:59:35 AM UTC, comment #6: 

Bastiaan, it seems this testcase contains a case of
'non-multiple-frames' audio block (an event sound - DEFINESOUND).

I added support in the ffmpeg AUdioDecoder to log an error
in this case, can you do something similar for the GST
audio decoder for a double check ?

Klaus, can you check the movie too ?
It's DEFINESOUND with character id 6.
FFMPEG finds it to have 68 bytes at the end that don't
form a full MP3 frame.

Ben, I can't reproduce the segfault with current trunk,
if you do please tell how to reproduce, and which media
handler you're using.

Sandro Santilli <strk>
Group Member
Fri 31 Oct 2008 03:01:51 PM UTC, comment #5: 

Very interesting testcase, contains these embedded sounds:

- Streaming UNCOMPRESSED 5.5Khz 8bit mono
- Event MP3 22Khz 16bit mono
- Event MP3 22Khz 16bit stereo
- Event MP3 44Khz 16bit mono
- Event MP3 44Khz 16bit stereo

Sandro Santilli <strk>
Group Member
Fri 31 Oct 2008 02:12:41 PM UTC, comment #4: 

It has a segfault with sound now.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1090525520 (LWP 21196)]
gnash::sound::EmbedSoundInst::useEnvelopes (this=0x989270, length=8192)
    at ../../../trunk/libsound/sdl/sound_handler_sdl.cpp:754
754 data[i] = static_cast<boost::int16_t>(data[i] * left); // Left
(gdb) bt
#0  gnash::sound::EmbedSoundInst::useEnvelopes (this=0x989270, length=8192)
    at ../../../trunk/libsound/sdl/sound_handler_sdl.cpp:754
^[[5~#1  0x00002b4ae86e7b36 in do_mixing (mixTo=0x205dea0 "", sound=@0x989270,
    mixLen=8192, volume=100)
    at ../../../trunk/libsound/sdl/sound_handler_sdl.cpp:823
#2  0x00002b4ae86e7de9 in gnash::sound::SDL_sound_handler::mixActiveSound (
    this=<value optimized out>, sound=@0x989270, buffer=0x205dea0 "",
    mixLen=8192) at ../../../trunk/libsound/sdl/sound_handler_sdl.cpp:1251
#3  0x00002b4ae86e81b3 in gnash::sound::SDL_sound_handler::mixSoundData (
    this=0x713e40, sounddata=@0x9893b0, buffer=0x205dea0 "",
    buffer_length=8192)
    at ../../../trunk/libsound/sdl/sound_handler_sdl.cpp:1295
#4  0x00002b4ae86e82f6 in gnash::sound::SDL_sound_handler::fetchSamples (
    this=0x713e40, stream=0x205dea0 "", buffer_length=8192)
    at ../../../trunk/libsound/sdl/sound_handler_sdl.cpp:933
#5  0x00002b4ae86e8494 in gnash::sound::SDL_sound_handler::sdl_audio_callback (
    udata=0x988c90, buf=0x2aaaab956010 "", bufLenIn=8192)
    at ../../../trunk/libsound/sdl/sound_handler_sdl.cpp:974

Benjamin Wolsey <bwy>
Group Member
  Spam posted by anonymous
Sat 26 Apr 2008 08:40:20 AM UTC, comment #2: 

md5sum: 02489f9d6f57fcbb83084736fbf49058

Confirmed, after the game actually start you see
all items (probably a library) at the middle of
the stage. I guess they should be somewhere
outside, for duplicateMovieClip or something.

Sandro Santilli <strk>
Group Member
Fri 25 Apr 2008 10:14:38 PM UTC, comment #1: 

This is SWF6 btw.

Andreas Nilsson <molgrum>
Fri 25 Apr 2008 10:13:43 PM UTC, original submission:  

This game, after the introduction, gets a bug where all the inventory items are stacked in the center of the view. I guess they are supposed to be invisible.

http://uploads.ungrounded.net/215000/215251_escapetheroom.swf

Andreas Nilsson <molgrum>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by strk
  • -email is unavailable- added by strk
  • -email is unavailable- added by bwy (Posted a comment)
  • -email is unavailable- added by strk (Posted a comment)
  • -email is unavailable- added by molgrum (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 15 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-12-08 bwy StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2008-12-02 bwy StatusConfirmed Ready For Test
    2008-11-22 strk StatusIn Progress Confirmed
        Assigned tostrk None
        SummaryImages not hidden (and audio segfault) Images not hidden
    2008-11-22 strk Severity4 - Important 3 - Normal
    2008-11-03 bwy Severity6 - Security 4 - Important
    2008-11-01 strk SummaryImages not hidden. Images not hidden (and audio segfault)
        Carbon-Copy- Added bjacques
        Carbon-Copy- Added -email is unavailable-
    2008-10-31 strk StatusConfirmed In Progress
    2008-10-31 bwy Severity3 - Normal 6 - Security
        Assigned toNone strk
    2008-04-26 strk StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code