7.2 New Score Bug ?

Please could anyone confirm the following bug ?
when inserting chords in score window the TAB key does not work properly moving you to next bar or next note. The cursor moves but you cant insert the next chord. This was working fine in 7.1.1.
thx.

well, those of you who have seen my posts will know my feelings regarding score and logic.
but, as annoying as it is 7.2 was only ever meant to be a crossgrade (heard from horse mouth). apparantly there are a huge number of bugs fixed.
checking every single function in logic would be a pretty big job i would have thought. bugs will always slip through. adding loops is easy, fixing (some) bugs is not. so the bugs i think that were fixed will only be the ones that could be fixed easily as the priority was the port to a new code.
the grapevine also tells me that score is being looked at for renovation. until then i will happily remain with my hitherto unknown bugs in 7.1.1, cope with the known ones that i know haven't been addressed in 7.2, and keep my fingers crossed that they figure out how to fix the bugs we know about. the grapevine also tells me that the talented understaffed, overworked, under-appreciated, and possibly underpayed team that develop logic are on our side. they could solve a lot of moaning on the forum if they put up a FAQ trouble-shooting page acknowdging problems and their work-arounds.
can you try something with this score bug?
one of the things i have also heard is that we should completely rebuild our autoloads, leaving nothing left over or copied (apart from midi) from old pre 7 songs. that apparantly solves quite a few problems (to which i can attest)
if you hold down option and select new, can you test for the bug in the factory autoload?

Similar Messages

  • New Score Bugs in LOGIC 7.2.1

    Hello everybody. Anyone experienced score bugs in new universal version? Specially when you insert some dynamics or articulations the tools menu becomes all messy! Rohan?
    And what about "you don't have privileges" when trying to bounce as MP3 format.
    thanx a lot.

    Andre, what kind of plugins do you have? Also I noticed that you're in Brazil, are you using an English installed OS with Logic or did you use another language? I'm asking because this could be a font/localization problem specific to you.
    Further if you have 'helper' apps, as I call them, like Quick Silver and other things like that, yank them out and see if things still happen with a clean base system install.
    R

  • Seeking advice on score "bug"/timer for a soccer game

    I just completed my first FCP project, my daughter's soccer game. I wanted to emulate a professional sports broadcast, that has the score "bug" & timer at the top of the screen and a graphic for each goal scored, naming the goal maker and primary/secondary assists.
    I finally got it to work, but there was a lot of manual/tedious effort. I was curious if any FCP pros might want to suggest more efficient way or better tools which would tighten up this process.
    To product the bug, I created a file in photoshop and then scaled and moved it with the motion tab. I left the score areas and time area blank, just filling in the team names. This was in it's own track above the video. Then I created 2 text generators, 1 for the home score and 1 for the away score and co-located w/ the photoshop graphic each again in their own video track. Each time the score changed I had to duplicate tracks and resize the duration and change the text to reflect the goal.
    I used "Counter Display" (http://web.mac.com/piero.fiorani/PieroFFCE_Effect/CounterDisplay.html) to display the "game time" co-locating it above its slot in the bug, in it's own video track.
    Producing the goal graphic was similar, and resulted in 3 more video layers. Wow, this was so easy in iMovie and took so much longer in FCP, admittedly with infinite precision.
    Is this the best way to do this? Is 9 video layers common for the duration of you video typical?
    Thanks

    Id suggest using a number of panels and a layout manager to help sort out the HUD and the display. Consider havaing a specific JPanel for the HUD and another JPanel fot the display and use somethig like a BorderLayout to place them on the frame.
    So in the JFrame
    JPanel hud = new JPanel();
    JPanel mainDisplay = new JPanel();
    this.getContentPane().setLayout(new BorderLayout());
    this.getContentPane().add(hud, BorderLayout.SOUTH);
    this.getContentPane().add(mainDisplay, BorderLayout.NORTH);this will allow you to easily seperate the functionality of the two panels.
    Id suggest to experiment with a few different layout managers till you can get the functionality you need. The best ones IMO are BoxLayout, FlowLayout, GridLayout and BorderLayout
    Using JLabels will probable be the easiest way to go. To place Components anywhere onto a panel, i would suggest using the null layout and settong the bound pf the labes before adding them to the panel.
    in the mainDisplay Panel
    this.setLayout(null);
    JLabel label = new JLabel();
    label.setIcon(new ImageIcon("some image"));
    label.setBounds(x,y,width,height);
    this.add(label);There will be nothing stopping you from having the enemies as JLabels aswell as you can add any listeners onto JLabels. With buttons you might have an annoying border around them which you will not want.
    Hope this helps

  • Change vendor evaluation with new scores for automatic criteria

    Hi,
    I would like to delete actual vendor evaluations and revaluate my vendors with new scores for the automatic criteria on time delivery.
    Using the program RMEVALDL doesn't work.
    Does somebody have a suggestion please ??
    Thanks in advance,
    Kind regards

    hi,
    Points scores for automatic subcriteria: The intervals for the automatic subcriteria used must be maintained, otherwise nonsensical scores may result. In addition to the F1 documentation, you should take account of SAP Note 51054. The limit values -99.9% and 99.9% must be maintained. Similarly, the invisible limit 0 must be observed.
    Variance             Score
    -99.9%               1
    +99.9%              100
    A variance of 0% brings the vendor 100 points, whereas a variance of -1% results in a score of 1 point.
    check the following link.
    http://wiki.sdn.sap.com/wiki/display/ERPSCM/KnowledgePaperVendor+Evaluation
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMISVE/MMISVE.pdf
    regards
    sumit simran

  • Nokia X6 *NEW* date bug.

    This is a new possible bug which I've just spotted on my Nokia X6 16GB, which is slightly worse than the date incorrect bug described here: /t5/Xseries/X6-Date-incorrect/td-p/684385
    Instead of the date on the phone reverting back by 24 hours, when I switched on my X6 just now, the date reverted all the way back to 01/01/2010 
    This is the 1st time I've seen a X6 have its system date automatically shoot all the way back to 1st Jan 2010.
    Bug detected on firmware version 31.0.004
    If you have encountered this problem, please post it here.

    This is also associated with the other date bug, I have seen this as well as losing a day.

  • New JMF bug?

    Hi to all,
    I'm developing a videoconferencing app, by using client-server architecture.
    Today i get the following error message, after i closed my app by pressing <CTRL>+C in the DOS Prompt.
    Perhaps is a new JMF bug, 'cause i never found any news regarding this particular dll (jmddraw.dll).
    Notice: some times i catch some overlapping, when receiving video data from 2 clients in session. It's strange...
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x11401a9b, pid=3360, tid=2944
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode)
    # Problematic frame:
    # C [jmddraw.dll+0x1a9b]
    --------------- T H R E A D ---------------
    Current thread (0x0ade69c0): JavaThread "Loop thread: com.sun.media.renderer.video.DDRenderer@3a835d" daemon [_thread_in_native, id=2944]
    siginfo: ExceptionCode=0xc0000005, writing address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0x116206f0, ECX=0x00000000, EDX=0x7c91e2f1
    ESP=0x1185f9fc, EBP=0x11ab8c50, ESI=0x0ade6a7c, EDI=0x00000000
    EIP=0x11401a9b, EFLAGS=0x00010206
    Top of Stack: (sp=0x1185f9fc)
    0x1185f9fc: 0ade69c0 07408088 1185fb44 07408088
    0x1185fa0c: 1185fa2c 00000000 11ab8c50 0f7afe58
    0x1185fa1c: 00000000 7c91e2f1 7c8024b7 00000004
    0x1185fa2c: 00000000 1185fa48 73e81e55 1185faf8
    0x1185fa3c: 73e81ee5 1142074c 00000000 00000000
    0x1185fa4c: 00000000 00000000 000000b0 00000090
    0x1185fa5c: 000a249c 00000000 00000002 00000000
    0x1185fa6c: 1185fb08 0ade69c0 11420730 113a1716
    Instructions: (pc=0x11401a9b)
    0x11401a8b: 00 50 e8 6b 07 00 00 8b 54 24 28 8b f8 83 c4 04
    0x11401a9b: 89 17 8b 43 1c 8d 54 24 24 8b 08 52 8d 54 24 38
    Stack: [0x11820000,0x11860000), sp=0x1185f9fc, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [jmddraw.dll+0x1a9b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sun.media.renderer.video.DDRenderer.dxDraw(Ljava/lang/Object;JII)Z+0
    j com.sun.media.renderer.video.DDRenderer.doProcess(Ljavax/media/Buffer;)I+217
    j com.sun.media.renderer.video.BasicVideoRenderer.process(Ljavax/media/Buffer;)I+18
    j com.sun.media.BasicRendererModule.processBuffer(Ljavax/media/Buffer;)I+357
    j com.sun.media.BasicRendererModule.scheduleBuffer(Ljavax/media/Buffer;)Z+459
    j com.sun.media.BasicRendererModule.doProcess()Z+330
    j com.sun.media.RenderThread.process()Z+4
    j com.sun.media.util.LoopThread.run()V+14
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0acb3920 JavaThread "Thread-1" daemon [_thread_in_native, id=3836]
    0x0addd4c8 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=1044]
    0x0addeaa0 JavaThread "Loop thread: com.sun.media.parser.RawBufferParser$FrameTrack@1e2afb2" daemon [_thread_blocked, id=224]
    0x0add9568 JavaThread "Loop thread: com.sun.media.renderer.audio.DirectAudioRenderer@c4bc34" daemon [_thread_blocked, id=1968]
    0x0ade7230 JavaThread "Loop thread: com.sun.media.parser.RawBufferParser$FrameTrack@864e43" daemon [_thread_blocked, id=2588]
    =>0x0ade69c0 JavaThread "Loop thread: com.sun.media.renderer.video.DDRenderer@3a835d" daemon [_thread_in_native, id=2944]
    0x0adde048 JavaThread "DirectSound Request Thread" daemon [_thread_blocked, id=2616]
    0x0addc2b8 JavaThread "Loop thread" daemon [_thread_blocked, id=908]
    0x0fa83388 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" daemon [_thread_blocked, id=488]
    0x0add8088 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" daemon [_thread_blocked, id=2928]
    0x0add73b8 JavaThread "Loop thread" daemon [_thread_blocked, id=2860]
    0x0ad2a410 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" daemon [_thread_blocked, id=3036]
    0x0acd09e0 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" daemon [_thread_blocked, id=3980]
    0x0acd1d78 JavaThread "RTPStream" daemon [_thread_blocked, id=1576]
    0x0ae73218 JavaThread "RTPStream" daemon [_thread_blocked, id=2748]
    0x0adad7c8 JavaThread "RTPStream" daemon [_thread_blocked, id=316]
    0x0acdac08 JavaThread "RTPStream" daemon [_thread_blocked, id=3172]
    0x0ae6fc30 JavaThread "RTCP Reporter" daemon [_thread_blocked, id=2064]
    0x0ae6f078 JavaThread "SSRC Cache Cleaner" daemon [_thread_blocked, id=3884]
    0x0ae790a8 JavaThread "RTP Forwarder for address 192.168.0.44 port 1034" daemon [_thread_in_native, id=2720]
    0x0ae75700 JavaThread "RTCP Forwarder for address192.168.0.44 port 1037" daemon [_thread_in_native, id=1848]
    0x0adb14a8 JavaThread "RTPEventHandler" daemon [_thread_blocked, id=2628]
    0x0acdae78 JavaThread "Loop thread" [_thread_blocked, id=1124]
    0x0ad78000 JavaThread "TimerQueue" daemon [_thread_blocked, id=472]
    0x00035b68 JavaThread "DestroyJavaVM" [_thread_blocked, id=2980]
    0x0ad4cb30 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2228]
    0x0ad11980 JavaThread "AWT-Shutdown" [_thread_blocked, id=4052]
    0x0acecc10 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3900]
    0x00a91550 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3504]
    0x00a90178 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3392]
    0x00a8f500 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2864]
    0x00a867e8 JavaThread "Finalizer" daemon [_thread_blocked, id=1256]
    0x00a85358 JavaThread "Reference Handler" daemon [_thread_blocked, id=3164]
    Other Threads:
    0x00a81210 VMThread [id=4000]
    0x00a92728 WatcherThread [id=3536]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 261K [0x02ad0000, 0x02b70000, 0x02fb0000)
    eden space 512K, 47% used [0x02ad0000, 0x02b0cf78, 0x02b50000)
    from space 64K, 26% used [0x02b60000, 0x02b64500, 0x02b70000)
    to space 64K, 0% used [0x02b50000, 0x02b50000, 0x02b60000)
    tenured generation total 2468K, used 2318K [0x02fb0000, 0x03219000, 0x06ad0000)
    the space 2468K, 93% used [0x02fb0000, 0x031f39c0, 0x031f3a00, 0x03219000)
    compacting perm gen total 9728K, used 9684K [0x06ad0000, 0x07450000, 0x0aad0000)
    the space 9728K, 99% used [0x06ad0000, 0x07445220, 0x07445400, 0x07450000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\WINDOWS\system32\java.exe
    0x7c910000 - 0x7c9c6000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8ff000      C:\WINDOWS\system32\kernel32.dll
    0x77f40000 - 0x77feb000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77da0000 - 0x77e31000      C:\WINDOWS\system32\RPCRT4.dll
    0x77be0000 - 0x77c38000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d640000 - 0x6d7c9000      C:\Programmi\Java\jre1.5.0_04\bin\client\jvm.dll
    0x77d10000 - 0x77da0000      C:\WINDOWS\system32\USER32.dll
    0x77e40000 - 0x77e86000      C:\WINDOWS\system32\GDI32.dll
    0x76b00000 - 0x76b2e000      C:\WINDOWS\system32\WINMM.dll
    0x6d280000 - 0x6d288000      C:\Programmi\Java\jre1.5.0_04\bin\hpi.dll
    0x76bb0000 - 0x76bbb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000      C:\Programmi\Java\jre1.5.0_04\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Programmi\Java\jre1.5.0_04\bin\java.dll
    0x6d630000 - 0x6d63f000      C:\Programmi\Java\jre1.5.0_04\bin\zip.dll
    0x6d000000 - 0x6d167000      C:\Programmi\Java\jre1.5.0_04\bin\awt.dll
    0x72f70000 - 0x72f96000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76340000 - 0x7635d000      C:\WINDOWS\system32\IMM32.dll
    0x774b0000 - 0x775ed000      C:\WINDOWS\system32\ole32.dll
    0x5b180000 - 0x5b1b8000      C:\WINDOWS\system32\uxtheme.dll
    0x736d0000 - 0x73719000      C:\WINDOWS\system32\ddraw.dll
    0x73b30000 - 0x73b36000      C:\WINDOWS\system32\DCIMAN32.dll
    0x738b0000 - 0x73980000      C:\WINDOWS\system32\D3DIM700.DLL
    0x6d240000 - 0x6d27d000      C:\Programmi\Java\jre1.5.0_04\bin\fontmanager.dll
    0x746b0000 - 0x746fb000      C:\WINDOWS\system32\MSCTF.dll
    0x7c9d0000 - 0x7d1ec000      C:\WINDOWS\system32\shell32.dll
    0x77e90000 - 0x77f06000      C:\WINDOWS\system32\SHLWAPI.dll
    0x773a0000 - 0x774a2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x5d4d0000 - 0x5d567000      C:\WINDOWS\system32\comctl32.dll
    0x6d4c0000 - 0x6d4d3000      C:\Programmi\Java\jre1.5.0_04\bin\net.dll
    0x71a30000 - 0x71a47000      C:\WINDOWS\system32\WS2_32.dll
    0x71a20000 - 0x71a28000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d4e0000 - 0x6d4e9000      C:\Programmi\Java\jre1.5.0_04\bin\nio.dll
    0x10000000 - 0x10041000      C:\Programmi\Sync Manager\agent\syncagent.dll
    0x719d0000 - 0x71a10000      C:\WINDOWS\System32\mswsock.dll
    0x76ee0000 - 0x76f07000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f78000      C:\WINDOWS\System32\winrnr.dll
    0x76f20000 - 0x76f4d000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f86000      C:\WINDOWS\system32\rasadhlp.dll
    0x66750000 - 0x667a8000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a10000 - 0x71a18000      C:\WINDOWS\System32\wshtcpip.dll
    0x0f200000 - 0x0f215000      C:\WINDOWS\system32\jmutil.dll
    0x0f370000 - 0x0f37d000      C:\WINDOWS\system32\jmvfw.dll
    0x73af0000 - 0x73b03000      C:\WINDOWS\system32\AVICAP32.dll
    0x77bd0000 - 0x77bd8000      C:\WINDOWS\system32\VERSION.dll
    0x75df0000 - 0x75e11000      C:\WINDOWS\system32\MSVFW32.dll
    0x72c90000 - 0x72c99000      C:\WINDOWS\system32\wdmaud.drv
    0x76bf0000 - 0x76c1e000      C:\WINDOWS\system32\WINTRUST.dll
    0x77a50000 - 0x77ae5000      C:\WINDOWS\system32\CRYPT32.dll
    0x77af0000 - 0x77b02000      C:\WINDOWS\system32\MSASN1.dll
    0x76c50000 - 0x76c78000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x72c80000 - 0x72c88000      C:\WINDOWS\system32\msacm32.drv
    0x77bb0000 - 0x77bc5000      C:\WINDOWS\system32\MSACM32.dll
    0x77ba0000 - 0x77ba7000      C:\WINDOWS\system32\midimap.dll
    0x73e50000 - 0x73e54000      C:\WINDOWS\system32\ksuser.dll
    0x770f0000 - 0x7717c000      C:\WINDOWS\system32\OLEAUT32.dll
    0x76f90000 - 0x7700f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77010000 - 0x770e2000      C:\WINDOWS\system32\COMRes.dll
    0x778f0000 - 0x779e7000      C:\WINDOWS\system32\setupapi.dll
    0x73620000 - 0x73627000      C:\WINDOWS\system32\msdmo.dll
    0x0f790000 - 0x0f797000      C:\WINDOWS\system32\jmdaudc.dll
    0x73e80000 - 0x73edc000      C:\WINDOWS\system32\DSOUND.dll
    0x20000000 - 0x202d5000      C:\WINDOWS\system32\xpsp2res.dll
    0x10150000 - 0x1015d000      C:\WINDOWS\system32\jmacm.dll
    0x587e0000 - 0x587e7000      C:\WINDOWS\system32\imaadp32.acm
    0x72c60000 - 0x72c67000      C:\WINDOWS\system32\msadp32.acm
    0x586f0000 - 0x586f5000      C:\WINDOWS\system32\msg711.acm
    0x586c0000 - 0x586c8000      C:\WINDOWS\system32\msgsm32.acm
    0x58690000 - 0x58694000      C:\WINDOWS\system32\tssoft32.acm
    0x73ae0000 - 0x73ae7000      C:\WINDOWS\system32\tsd32.dll
    0x586d0000 - 0x586ed000      C:\WINDOWS\system32\msg723.acm
    0x58700000 - 0x5874d000      C:\WINDOWS\system32\msaud32.acm
    0x586a0000 - 0x586be000      C:\WINDOWS\system32\sl_anet.acm
    0x58750000 - 0x587da000      C:\WINDOWS\System32\l3codeca.acm
    0x10290000 - 0x102b4000      C:\WINDOWS\system32\sirenacm.dll
    0x102d0000 - 0x102de000      C:\WINDOWS\system32\jmgsm.dll
    0x103f0000 - 0x103fb000      C:\WINDOWS\system32\jmvcm.dll
    0x10510000 - 0x105bc000      C:\WINDOWS\system32\jmvh263.dll
    0x106d0000 - 0x106de000      C:\WINDOWS\system32\jmcvid.dll
    0x109f0000 - 0x10a0b000      C:\WINDOWS\system32\jmh263enc.dll
    0x113a0000 - 0x113ac000      C:\WINDOWS\system32\jmdaud.dll
    0x11400000 - 0x11408000      C:\WINDOWS\system32\jmddraw.dll
    0x6d360000 - 0x6d366000      C:\Programmi\Java\jre1.5.0_04\bin\jawt.dll
    0x115e0000 - 0x115e9000      C:\WINDOWS\system32\jmfjawt.dll
    VM Arguments:
    java_command: RTPClient
    Environment Variables:
    CLASSPATH=.;.;.;C:\PROGRA~1\JMF21~1.1E\lib\sound.jar;C:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;C:\PROGRA~1\JMF21~1.1E\lib;
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\jdk1.4.2\bin;C:\Programmi\QuickTime\QTSystem\
    USERNAME=Tony
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 12 Stepping 0, AuthenticAMD
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1047856k(636784k free), swap 2519584k(2224060k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_04-b05) for windows-x86, built on Jun 3 2005 02:10:41 by "java_re" with MS VC++ 6.0
    So, i have just reported this to the "bug report", and i'm waiting for some answers.
    I never catch this error, 'cause in the past i ever used the 1.4.2 JVM's version (i think this is the main reason...).

    Hi, and thank you for reply.
    Are you sure?
    Recently i made some tests with my Client app, and this works with 1.5.
    Of course, there are some problems, e.g. the GUI's layout is not perfect, but i send and receive RTP streams normally... strange...
    By the way, for the moment i'll use the JVM version 1.4.2, thanks.

  • Suggested defense against the new "Bash bug"?

    I am looking for suggestions on how to protect my Mac OS X Server from the new "Bash bug" that has just been announced today. The bug affects Mac OS X, Linux and Unix.
    I run a simple web server, nothing fancy. Only HTML, PHP and MySQL. The only open ports are TCP port 80 for web hosting and 3306 or MySQL access.
    Any suggestions, advise, insights, et cetera is appreciated!
    Thanks!

    Download the patch here: https://ftp.gnu.org/pub/gnu/bash/bash-3.2-patches/

  • 10.5.2 and new Adobe bugs...

    I just recently updated to 10.5.2 and the subsequent leopard graphics update, hoping to resolve annoying little bugs in my Adobe programs. For example, when switching spaces into an open Photoshop document in 10.5.1, all my toolbars and windows would be grayed out (pretty annoying). With 10.5.2, all those windows disappear completely! arrgh... (really annoying)
    I was expecting Apple to fix these kinds of bugs with this update, not add to them. Is anyone else experiencing this bug or any other new Adobe bugs?

    Brian:
    I don't know if you already has solved your problem, but here's my contribution.
    After the 10.5.2 Upgrade, I had the same problem that you with PS CS3 and ID CS3, but before I did a reinstall from 10.5.2 Combo Update, I upgraded my FontExplorer to it's newest version, and trashed the apple.CoreGraphics.plist from my user's Library/Preferences.
    After that, it wasn't necessary to make the Combo reinstall. And now, everything is working fine again.
    During the problem, I also noticed that my Spaces Preferences Panel didn't work, so I couldn't turn it off. Also, I noticed that doing a log in from another user in my Mac everything worked ok. I think this is the cause of the Adobe CS3 Apps Crash.
    I expect my solution works for you, and for others too. In case that you use FontExplorer.
    Good Luck!

  • Inexcusable Score Bug

    I upgraded to Logic 7.2, then to 7.2.3, and a consistant bug plagued me:
    Any song opened in Score would have the Key Signature changed to Cb (from C). Although I needed the 7.2 Crossgrade to run Logic on my Macbook Pro, I was shocked during a recording session to find this out. I had tested a few songs to see if they would open, but never went into the score window before the session. My fatal mistake, and as an orchestrator for a large ensemble, this was frightening.
    Such a major bug, repeated in every song, sometimes even if it was saved with a new key signature, re-inserted. I shudder to use Score in the MacBook Pro or to "upgrade' my G5 7.1 version.
    Dual 2.0 ghz G5, Logic 7.1 G5/ Logic 7.2.3 Macbook Pro   Mac OS X (10.4.7)  

    Thanks guys, more details: (Rohan, email didn't work)
    Opened fine on the Macbook Pro, Audio Drivers off, since I only have 512 MB RAM right now. OSX 10.4.7
    INTEL Logic 7.2 AND 7.2.3 repeated this bug, sometimes even after it was saved with a new key signature. New key sig. would have to be entered at bar 2, since I could not click on the Cb signature. Then I would enter C, it would be C#. The I'd go to the key sig list and set it to bar 1.
    This bug happened with every file, 36 total repeats.
    I look forward to the day, hopefully soon, when Logic's Score can replace Finale.
    [I have a page of requests, that come from working in Hollywood film sessions, such as another bug, not related to this one:
    Any song with a minus 1 or Zero bar music start moves notes. Caused an entire pasted region to move one beat off. ALSO, double bar lines create chaos, end bar lines disappear. My poor musicians have to count long multi-measure rests since I can't break them up with double bar lines that fit the song's structure. They miss entrances.]
    I have many bugs that affect musicians trying to read and perform live music. These are the ones that are the priority to me.
    ON A POSITIVE NOTE: Having the Macbook Pro on the recording stage, with score files, pdfs, silently running ready to print if needed via wifi, was a huge asset for me, and raised my comfort level and professionalism to a new high point. I'm sure this bug will be straightened out soon.
    Bill Levine, Orchestrator
    Los Angeles

  • New Finder bug in 10.7.2 - overwriting file w/authenticated move fails and zeroes out target file too

    I have found a new bug in the Finder for Lion 10.7.2
    In 10.7 and 10.7.1, if I downloaded a new version of an application, and wanted to drag it to /Applications or /Applications/Utilities, here is what happened:
    1) Try to drag to one of these protected directories, in order to copy it over the old version.
    2) Get a dialog box saying "The item XXX could not be moved because "Utilities" couldn't be modified." This dialog would have two choices: "Authenticate" or "Cancel"
    3) Click "Authenticate"
    4) Get another dialog: "An older item named XXX already exists in this location. Do you want to replace it with the newer one you're moving?" Choices would be "Keep Both Files" "Stop" and "Replace"
    5) On clicking "Replace", the OS would ask for an admin password.
    6) You would give it, and then the OS would copy the new file. Done.
    Now, in Lion 10.7.2's Finder, after steps 1-5, there is a new dialog:
    "This operation couldn't be completed because some files had to be skipped. For each item, chose File > Get Info, make sure "Locked" is deselected, and then check the Sharing and Permissions section. When you are sure the items are unlocked and not designated as Read Only or No Access, try again."
    "OK is the only choice to exit this dialog.
    AND
    the target file is in fact overwritten with an empty file! So your folder now contains a nonfunctional app, while the new version can't be copied over it!
    You can, in fact, go in and delete the zeroed-out app and drag the new copy into the folder. But authenticated overwriting appears dangerously broken.
    (And what an error message! Sounds like someone from the Windows 2000 team thought that one up...")
    I'm not a developer, but if any registered developers would care to replicate this and file it as a bug, I'd be very grateful.

    Yup. Thomas, have you tried replicating this in the other direction? In Terminal you can make a folder, chown it to root, get the permissions to the same as those of /Applications/Utilities,  then as a normal user, try dragging something
    into that folder? I have - this is replicable.
    This is a real bug - worked ok until 10.7.2, then broke.
    I have worked around this bug by changing the permissions on my Applications and Applications/Utilities folders so that my account has write permission there without authentication. But that not ideal from a security standpoint.
    If any developer out there could fire a Radar report off on this, I'd be much obliged.

  • GB will not open due to new sounds bug - no answers

    Error message - "New Post - GarageBand was not able to install new sounds. Close and re-open GarageBand to download and install them again".
    Saw one thread on this and there was no resolution at the end of it. Seemed like multiple people are suffering the same issue. This bug makes Garageband not work at all. I have no way to record! Has anyone spoken to apple? Called applecare? Come up with a definitive fix? I'm so frustrated right now. Early 2008 iMac with newly installed Yosemite and most recent version of garageband. Please help me.

    obviously the "new post" was not part of the error message - just copied and pasted potential header.

  • Again, a new annoying bug in 3.1 (Handover to CS3)

    Congratulations Apple!
    This is already the third new bug, Apple built into the version 3.1 . With version 3.0.x everything worked fine.
    Try this:
    - Handover four NEFs to CS3 via context menu
    - 3.1 produces 4 TIFFs as expected
    - but only one image is opened by CS3
    Again, Apple well done.
    You broke my workflow, since there is no more a batch processing available, as it was before with 3.0.x.
    Thanks a lot, 3.1 is the worst update for Aperture so far!!!!!

    I just tried this with another external editor (Acorn) and it worked perfectly - I got 4 images.
    So I'm not sure it's an Aperture bug?

  • AArgh!! New display bug in L9?

    Apologies if this is pilot error somehow, but it seems like another bug to me in 9.02
    I'm trying to line up a track with the "cue beep" I've placed 2 seconds before the start of my video in Logic. I've done this dozens of times without much trouble or weirdness.
    Not today.
    So, I'm lining it up while zoomed in so that my new track's "2 beep" is as close as possible to the SMPTE locked 2 beep in the track above it. Looks good. Then I zoom out, and the display "jumps" so that now it looks like the 2 beep is actually half a second late...
    I zoom in again -- everything looks synced up. Zoom out - now it looks like it's out by half a second or so again... ??????? ***????? If I had a screen recorder (or time to mess around with this nonsense) I'd make a video to show you, coz I doubt most of you out there will believe me. But trust me, the display shows one timing when I'm zoomed in, and a different timing when I'm zoomed out.
    If it were simpler to load jpgs on here, I'd do that to show you my screengrabs of the 'before after' views of how the waveform 'jumps' on the screen from one zoom setting to the next.
    what a pain. I have a deadline TODAY.

    fixed simply by restarting the iphone

  • New LOV Bug in JHeadstart 10.1.3.1.26

    Software Versions:
    JHeadstart 10.1.3.1.26
    JDeveloper 10.1.3.1.0
    I belive I have discovered a new bug with LOV's in the newest release of JHeadstart. When a value is selected from the LOV pop-up window, the value is not visually being returned to the main table-forum. The update is only visually invoked when the page is saved, or sometimes, when another row is selected on the page via the table-form's radio buttons.

    Matthew,
    To work around the issue of copying back to quick search, you can add the following property to lovItemInQuickSearchBean.vm
    <managed-property>
    <property-name>itemsToClear</property-name>
    <list-entries>
    #foreach ($item in ${item.dependentItemsToClear})
    <value>Search${item.bindingName}</value>
    #end
    </list-entries>
    </managed-property>
    To fix the issue in the table, you have to change the DepartmensView ViewObject: the EmployeeId attribute added as part of the Employees lookup EO should have the Key property unchecked. If this property is checked, the key of the row changes when you select a different manager, causing unexpected behavior.
    Steven Davelaar,
    JHeadstart Team.

  • New Editor bug

    The new editor has a bug. When you add 'required' (a legal HTML5 attribute) to an input element it deletes it. You have to add required="required" to make it stick. This is XHTML not HTML5.
    i.e.
    <input type="text" name="myTextbox" required>
    gets rewritten to
    <input type="text" name="myTextbox" >
    on save.

    Yeah, sorry. Bad coding on my part, but I think it's something that will catch people out as BC supplies its form inputs with XHTML markup,
    i.e. <input type=text" /> rather than <input type="text">
    That's what caused it to break in the first place, not a bug

Maybe you are looking for

  • Error " the use of Extended Freatures is no longer available" Help Please!

    Short version: I need to create a contract online. I build the contract content in word used the covert to PDF to create the document. Opened the document with Acrobat 9 and added all of the required form fields. Saved it with extended features so th

  • Any thoughts on new keyboard?

    So what are your thoughts on the new keyboard? Like it? Dislike it? Tell me why. I was wondering this because I want to upgrade from my 12inch 1.33 Powerbook, but I LOVE the keyboard on this thing. The keyboard on the PB is so satisfying to type on -

  • Documents to show up in reporting

    Hello, I am trying report on document.When i run the report the icon doesnt show up.

  • Help... Safari Keeps Crashing... Please see report

    Date/Time: 2009-02-23 18:47:06.712 -0800 OS Version: 10.4.11 (Build 8S2167) Report Version: 4 Command: Safari Path: /Applications/Safari.app/Contents/MacOS/Safari Parent: WindowServer [59] Version: 3.2.1 (4525.27.1) Build Version: 1 Project Name: Web

  • My zen sleek photo does not show any of my music I transfe

    my method transfer is going to removeable disk and set it to 6GB (i guess its max) and than transfer all my folders/songs here. But when the copy is done and i eject the removable disk and I check my zen sleek for any music nothing shows up. they are