Menu

#12 Series60 BEEP gives E32USER-CBASE 21

Series60
open
runtime (56)
8
2004-03-15
2003-07-14
No

See comment 2003-05-05 17:00 in bug #732158

Discussion

  • Rick Andrews

    Rick Andrews - 2004-03-15

    Logged In: YES
    user_id=719915

    [Actually, here's that comment]
    i found a new error code :
    DO
    BEEP 2,200
    UNTIL k%=KEY
    when i hit a key it gives error E32USER-CBASE 21

     
  • Rick Andrews

    Rick Andrews - 2004-03-15

    Logged In: YES
    user_id=719915

    Steve Litchfield reports seeing this on the OPL for UIQ beta release,
    except it *went away* after reinstalling OPL.
    Steve's code to reproduce the problem:

    proc sound:(sound$)
    rem Generic sound playing routine

    if sound%<>1
    return
    endif

    if gstatus&=&80000001
    iowaitstat32 gstatus&
    endif

    IF NOT EXIST(path$+"\"+sound$)
    ALERT(path$+"\"+sound$,"not found, test abandoned.")
    RETURN
    ENDIF
    CreateFilePlayerSimpleA:(path$+"\"+sound$,gstatus&)
    IOWAITSTAT32 gstatus&
    PlayFileA:(gstatus&)
    IOWAITSTAT32 gstatus&
    CloseFilePlayer:
    return
    endp

    Some people can see it, others don't. It's not seen on the UIQ emulator.
    We're trying to track down the occurrence pattern.

     
  • Rick Andrews

    Rick Andrews - 2004-03-15
    • priority: 5 --> 8
    • assigned_to: nobody --> ricka
     
  • Rick Andrews

    Rick Andrews - 2004-03-15

    Logged In: YES
    user_id=719915

    As this is impacting a shipping OPL app, I'm moving its priority up.

     
  • Rick Andrews

    Rick Andrews - 2004-03-15

    Logged In: YES
    user_id=719915

    BTW this is a EArrayIndexOutOfRange panic.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.