Bug 7876 - desktop squeezplay crashing in Framework.lua
: desktop squeezplay crashing in Framework.lua
Status: RESOLVED WORKSFORME
Product: SB Desktop
Classification: Unclassified
Component: UI
: unspecified
: PC Other
: -- normal (vote)
: 7.3
Assigned To: Richard Titmuss
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-04-18 11:03 UTC by Ben Klaas
Modified: 2008-10-27 12:56 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Klaas 2008-04-18 11:03:41 UTC
This is the line from loadSound() it's failing on. If I comment it out, it starts up fine

 self.sound[name]:enable(self.soundEnabled[name])



vk/squeezeplay/7.2/trunk/squeezeplay/build/osx/bin: ./jive 

Jive 7.2 rexported
src/audio/decode/decode_portaudio.c:219 DEBUG Portaudio version PortAudio V19-devel (built Apr 11 2008)
src/audio/decode/decode_portaudio.c:234 DEBUG 0: Built-in Microphone (Core Audio)
src/audio/decode/decode_portaudio.c:244 DEBUG   not supported
src/audio/decode/decode_portaudio.c:234 DEBUG 1: Built-in Input (Core Audio)
src/audio/decode/decode_portaudio.c:244 DEBUG   not supported
src/audio/decode/decode_portaudio.c:234 DEBUG 2: Built-in Output (Core Audio)
src/audio/decode/decode_portaudio.c:240 DEBUG   supported
src/audio/decode/decode.c:209 DEBUG decode_thread_execute

Loading: jive.JiveMain
Not using a hardware surface
125658:105 INFO (AppletManager.lua:217) - Registering: SetupSoundEffects
125658:119 INFO (AppletManager.lua:425) - Loaded: SetupSoundEffects
Jive: ...eezeplay/src/squeezeplay/share/jive/ui/Framework.lua:358: attempt to index field '?' (a nil value)
stack traceback:
        ...eezeplay/src/squeezeplay/share/jive/ui/Framework.lua:358: in function 'loadSound'
        ...pplets/SetupSoundEffects/SetupSoundEffectsApplet.lua:457: in function '_loadSounds'
        .../applets/SetupSoundEffects/SetupSoundEffectsMeta.lua:59: in function 'registerApplet'
        ...ezeplay/src/squeezeplay/share/jive/AppletManager.lua:218: in function '_evalMeta'
        ...ezeplay/src/squeezeplay/share/jive/AppletManager.lua:285: in function 'discover'
        .../squeezeplay/src/squeezeplay/share/jive/JiveMain.lua:248: in function 'reload'
        .../squeezeplay/src/squeezeplay/share/jive/JiveMain.lua:171: in function <.../squeezeplay/src/squeezeplay/share/jive/JiveMain.lua:120>
        (tail call): ?
        .../squeezeplay/src/squeezeplay/share/jive/JiveMain.lua:287: in main chunk
        [C 0x1eda8]: ?
        [C 0x351e]: ?
jive(17273,0x1877800) malloc: *** vm_allocate(size=2955022336) failed (error code=3)
jive(17273,0x1877800) mvk/squeezeplay/7.2/trunk/squeezeplay/build/osx/bin:
Comment 1 Mickey Gee 2008-07-28 17:24:13 UTC
Moving to 7.3.
Comment 2 Wadzinski Tom 2008-10-27 12:56:04 UTC
Not seen in latest code.