ScriptUI : Weird Dropdownlist behaviour after relocation

Hi all,
I am facing a tough one and maybe that will ring a bell to someone here. I am working on an advanced ScriptUI project and there is a group of three objects.
First group is a ListBox. Second and third object are groups. These secondary groups include a dropdown list each.
I relocate the primary objects once the window is drawn or in case of resizing. If I place my items as I want then the first dropdownlist (Para St.) is not clickable no matter what. The second one (Char St.) no problem.
If I pull the Para DD away, it's selectable.
And I can't explain myself what's happening here. I thought it would be due to some overlapping. So I modified the list size and it's not the source of the trouble. If I swicth position between the dropdown lists then it's always the top one which remains unclickable unless I place it far away from the bottom one. I mean far because it's like 100 px distance at least. If i reduce to 80 it starts being hardly clickable.
The colored zones represent the objects. Grey stands for the list. White for the parent group.
Any ideas here ? Thanks in advance anyway.
Loic

Oops ! That was for Workshop 6 (CC 5.1). For Workshop 5.0, you
can try installing the corresponding latest C++ patch:
Patch-ID# 107311-12
Synopsis: C++ 5.0: Patch for C++ 5.0 compiler
(Bug id # 4347423 - Build 5.0 libCstd.a with -KPIC)
One workaround is to build a shared version of libCstd from libCstd.a
and use the shared library instead of the archive:
CC -G -z allextract libCstd.a -h libCstd.so.1 -o libCstd.so.1 -lCrun
ln -s libCstd.so.1 libCstd.so
Hope this helps.
Thanks,
Gopinath.

Similar Messages

  • Weird conky behaviour after update.

    Yesterday I -Syu'ed and it updated a lot of thing due to openssl rebuild. Now, conky behaves weirdly. I cannot monitor network up/down speed, gmail and weather scripts don't work either. What's even more strange is that there are no errors. It just doesn't work!
    Here's my .conkyrc. Any ideas?
    own_window yes
    own_window_colour 0F0D0D
    use_spacer right
    use_xft yes
    # Update interval in seconds
    update_interval 1
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent no
    own_window_type override
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    #colour
    default_color 808080
    own_window_colour 333333
    #font
    use_xft yes
    xftfont Droid Sans:pixelsize=11
    # Stippled borders?
    stippled_borders 0
    # border margins
    # border width
    border_width 1
    alignment top_left
    gap_x 5
    gap_y 5
    # --- Colours, Sizes, Fonts & Margins --- #
    minimum_size 1356 0
    #stippled_borders 3
    #border_inner_margin 9
    # --- Text --- #
    draw_outline no
    draw_borders no
    uppercase no
    draw_shades no
    Continued:
    TEXT
    ${color}CPU0: ${color ffffff}  ${execi 5 sensors | grep -A 0 'Core 0' | cut -c15-21} | ${color}CPU1: ${color ffffff} ${execi 5 sensors | grep -A 0 'Core 1' | cut -c15-21} | ${color}GPU: ${color ffffff} ${execi 20 aticonfig --adapter=0 --od-gettemperature | tail -n1 | gawk '{ printf $5 }'}°C | ${color}HDD: ${color ffffff} ${execi 60 sudo hddtemp /dev/sda | grep -A 0 '/dev/sda' | cut -c24-29} | ${color}RAM: ${color ffffff} $mem | ${color}Total Down: ${color ffffff} ${if_existing /sys/class/net/eth0/operstate up}${totaldown eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${totaldown wlan0}${else}${endif}${endif} | ${color}Total Up: ${color ffffff}${if_existing /sys/class/net/eth0/operstate up}${totalup eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${totalup wlan0}${else}${endif}${endif} | ${color} Down Speed: ${color ffffff} ${if_existing /sys/class/net/eth0/operstate up}${downspeed eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${downspeed wlan0}${else}${endif}${endif}| ${color}Up Speed: ${color ffffff} ${if_existing /sys/class/net/eth0/operstate up}${upspeed eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${upspeed wlan0}${else}${endif}${endif} ${alignr} ${color} Mail: ${color ffffff} ${execi 300 perl ~/scripts/gmail.pl n} new ${color} | ${color} Weather: ${color ffffff} ${execi 3600 python ~/scripts/conkyForecast.py --location=TUXX0002 --datatype=CC}, ${execi 3600 python ~/scripts/conkyForecast.py --location=TUXX0002 --datatype=HT} ${color}| ${color ffffff}${time %A} ${time %e} ${time %B} ${time %G} - ${time %H:%M:%S}
    Last edited by dcc24 (2010-04-10 13:53:21)

    http://bbs.archlinux.org/viewtopic.php?id=94213

  • Sublime.so: cannot restore segment prot after reloc: Permission denied

    hi
    i recently installed WTK2.5.2 in Fedora Core 10 and tried to load demo projects included with it but, got following results in console..
    java.lang.UnsatisfiedLinkError: /opt/WTK2.5.2/bin/sublime.so: /opt/WTK2.5.2/bin/sublime.so: cannot restore segment prot after reloc: Permission denied
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1767)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1663)
         at java.lang.Runtime.load0(Runtime.java:787)
         at java.lang.System.load(System.java:1022)
         at com.sun.kvem.Sublime.<init>(Sublime.java:29)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
         at java.lang.Class.newInstance0(Class.java:372)
         at java.lang.Class.newInstance(Class.java:325)
         at com.sun.kvem.Lime.createLime(Lime.java:40)
         at com.sun.kvem.KVMBridge.<init>(KVMBridge.java:46)
         at com.sun.kvem.KVMBridge.getBridge(KVMBridge.java:37)
         at com.sun.kvem.midp.MIDP.run(MIDP.java:699)
         at com.sun.kvem.environment.EmulatorInvoker.runEmulatorImpl(EmulatorInvoker.java:107)
         at com.sun.kvem.environment.EmulatorInvoker.main(EmulatorInvoker.java:135)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:616)
         at com.sun.kvem.environment.JVM.main(JVM.java:103)
    please tell me what does it mean and how to correct this problem..

    hi
    i thought it to be SELINUX problem and google gave me exactly what i wanted .. solution to it..
    SELINUX-Targeted Policy disallows restore segment prot after reloc which can be corrected by switching to SELINUX-permissive policy..
    this can be achived temporarily by issuing
    setenforce permissiveregards
    Anshul Bhatnagar

  • All of a sudden my login password won't be accepted can any one help but the weird part is after a few min the computer just turns its self on

    All of a sudden my login password won't be accepted can any one help but the weird part is after a few min the computer just turns its self on

    This happened to me, too. I couldn't log in to ANY accounts on the machine. Restarted, failure again, restarted again.
    Solution:  Wait.
    After restarting I let the machine sit for a minute. Then it worked!
    I ran Onyx and repaired permissions. Big mistake, apparently. Now  I have to type my admin password everytime I want to move or save. All my Office docs open as Read-Only.

  • Strange behaviour after querying a friendly device name

    Hi,
    I have observed some very strange behaviour after querying the friendly name of an audio capturing device. This is my code:
    #include "stdafx.h"
    #include <mmdeviceapi.h>
    #include <Functiondiscoverykeys_devpkey.h>
    int main(int argc, char *argv[]) {
        HRESULT hr = CoInitializeEx(0, COINIT_APARTMENTTHREADED);
        if(FAILED(hr)) throw;
        IMMDeviceEnumerator *pIMMDeviceEnumerator = 0;
        hr = CoCreateInstance(__uuidof(MMDeviceEnumerator), 0, CLSCTX_INPROC_SERVER, __uuidof(IMMDeviceEnumerator), (LPVOID *) &pIMMDeviceEnumerator);
        if(FAILED(hr)) throw;
        IMMDeviceCollection *pIDeviceCollection = 0;
        hr = pIMMDeviceEnumerator->EnumAudioEndpoints(eCapture, DEVICE_STATE_ACTIVE, &pIDeviceCollection);
        if(FAILED(hr)) throw;
        IMMDevice *pIMMDevice = 0;
        hr = pIDeviceCollection->Item(0, &pIMMDevice);
        if(FAILED(hr)) throw;
        IPropertyStore *pIPropertyStore = 0;
        hr = pIMMDevice->OpenPropertyStore(STGM_READ, &pIPropertyStore);
        if(FAILED(hr)) throw;
        PROPVARIANT propVariant;
        PropVariantInit(&propVariant);
        pIPropertyStore->GetValue(PKEY_Device_FriendlyName, &propVariant);
        PropVariantClear(&propVariant);
        pIPropertyStore->Release();
        pIMMDevice->Release();
        pIDeviceCollection->Release();
        pIMMDeviceEnumerator->Release();
        CoUninitialize();
        return -1;
    Please ignore the strange error handling, it's just to make the example code short.
    The problem is the return value (as can be seen in the output window of Visual Studio after running the program or using "echo %errorlevel%" in cmd.exe). Certainly, one would expect to get -1. However, I get 0 instead of -1. What makes this
    really strange is that -1 is properly returned when the line "pIPropertyStore->GetValue..." is commented out. Why does this have any effect on the return value of the process? I have observed this on two different Window 7 machines with different
    soundcard configurations. However, I did another test on a Windows 8.1 machine, where everything worked correctly.
    Can anyone explain what's going on here?
    Thanks,
    Holger

    OK, here's what's going on.
    Everything goes fine until main() exits.
    At that point, mmdevapi.dll's DllMain is called with lpReserved set to a non-NULL value, which is to say, "don't bother to clean up."
    mmdevapi.dll decides to clean up anyway (for shame) and calls into some SetupAPI.dll functions.
    SetupAPI.dll is waiting on a critical section, but at that point ntdll.dll kicks in and says "you know what, the process is shutting down, and this is the last thread, so I can guarantee you this critical section will never be set." ntdll.dll then
    terminates the process, and main()'s exit code is lost.
    Matthew van Eerde

  • [solved] laptop - weird keyboard behaviour

    Hello,
    since upgrading to kernel 3.2.1.1 (same with 3.2.1.2) I have a weird keyboard behaviour.
    I have to press ESC to leave this weird mode.
    This problem is similiar to
    https://bbs.archlinux.org/viewtopic.php?id=86026
    Do some people have the same problem?
    My laptop is Dell Vostro 1310.
    // ok... this never was a kernel software issue
    // my keyboards shift was just a bit... loosely
    Last edited by xinit (2012-04-26 19:09:04)

    same for me, for about one week, on 2 different systems. I'm using KDE4 but some other people reported this problem on Gnome too. It generally stops when I strike the key again a few times.
    It happened when I showed someone how cool Linux was, and then it opened 60 occurences of the same images I wanted to cut and paste...
    Last edited by farvardin (2009-12-03 20:22:14)

  • BCM4322 wireless weird burst behaviour.

    I have a Dell studio xps 1340, with the BCM4322 wireless card. Everything work fine with the broadcom-wl driver, however, I seem to get this weird burst behaviour. By this I mean, my network connection seems to be available for only 1-2 seconds before it cuts off and then reactivates another 1-2 seconds later.
    I'm running KDE 4.5 using the networkmanager plasmoid. Here is a screenshot of said behaviour:
    Can anyone explain to me why this is happening and if I can fix it in any way?
    Last edited by nan (2010-10-12 00:43:54)

    I've switched to wicd and everything seems to be fine now... Sometimes I get a random disconnect but it's pretty rare.

  • SMPlayer vs. Mplayer - behaviour after resuming a pause

    For a few weeks I've been experiencing a change in SMPlayer behaviour after resuming a pause of playing a video - motion of the video is jerked for a few seconds. However, I don't experience this with MPlayer. Has anybody else noticed this or does anybody know what could I do to make SMPlayer work normally?

    I've turned an extended log of MPlayer on and so these are logs created during a short play with some pauses (with jerked motions after resuming):
    SMPlayer log (just extract, couldn't copy the whole log, but it doesn't seem to contain something relevant):
    [22:40:33:653] Core::pause
    [22:40:33:653] Core::pause: current state: Playing
    [22:40:33:653] Core::tellmp: 'pause'
    [22:40:33:707] MplayerProcess::parseLine: ''
    [22:40:33:707] MplayerProcess::parseLine: ' ===== PAUSE ====='
    [22:40:33:708] MplayerProcess::parseLine: ''
    [22:40:33:708] MplayerProcess::parseLine: 'ID_PAUSED'
    [22:40:33:708] Core::changePause
    [22:40:33:708] Core::changePause: mplayer reports that it's paused
    [22:40:33:708] BaseGui::displayState: Paused
    [22:40:33:708] BaseGui::togglePlayAction
    [22:40:33:709] BaseGui::checkStayOnTop
    [22:40:35:104] Core::pause
    [22:40:35:104] Core::pause: current state: Paused
    [22:40:35:104] Core::tellmp: 'pause'
    [22:40:35:143] BaseGui::displayState: Playing
    [22:40:35:143] BaseGui::togglePlayAction
    [22:40:35:144] Core::changeCurrentSec: mplayer reports that now it's playing
    [22:40:35:147] BaseGui::checkStayOnTop
    [22:40:38:432] Core::pause
    [22:40:38:432] Core::pause: current state: Playing
    [22:40:38:432] Core::tellmp: 'pause'
    [22:40:38:507] MplayerProcess::parseLine: ''
    [22:40:38:508] MplayerProcess::parseLine: ' ===== PAUSE ====='
    [22:40:38:508] MplayerProcess::parseLine: ''
    [22:40:38:508] MplayerProcess::parseLine: 'ID_PAUSED'
    [22:40:38:508] Core::changePause
    [22:40:38:508] Core::changePause: mplayer reports that it's paused
    [22:40:38:508] BaseGui::displayState: Paused
    [22:40:38:509] BaseGui::togglePlayAction
    [22:40:38:509] BaseGui::checkStayOnTop
    [22:40:42:012] BaseGui::showMplayerLog
    [22:40:56:875] BaseGui::showLog
    MPlayer log (I've cut out a long list of subtitles' lines):
    /usr/bin/mplayer -noquiet -v -nofs -nomouseinput -sub-fuzziness 1 -identify -slave -vo xv:adaptor=0 -ao alsa -nokeepaspect -framedrop -autosync 100 -nodr -nodouble -input nodefault-bindings:conf=/dev/null -stop-xscreensaver -wid 52429143 -monitorpixelaspect 1 -ass -embeddedfonts -ass-line-spacing 0 -ass-font-scale 1 -ass-styles /home/ondra/.config/smplayer/styles.ass -fontconfig -font Arial -subfont-autoscale 0 -subfont-osd-scale 20 -subfont-text-scale 20 -subcp CP1250 -vid 0 -aid 2 -sub /home/ondra/Plocha/Poirot - S12E02 - The Clocks - ENG.srt -subpos 100 -volume 32 -nocache -ss 417 -osdlevel 0 -idx -vf-add ass -vf-add screenshot -slices -channels 2 -af scaletempo,equalizer=0:0:0:0:0:0:0:0:0:0 -softvol -softvol-max 100 /mnt/ubuntu/home/sdilene/Hercule.Poirot.S12E01.Hodiny.DVDRip.XviD.cz.en-iNG.avi
    MPlayer SVN-r32492-4.5.1 (C) 2000-2010 MPlayer Team
    CPU vendor name: GenuineIntel max cpuid level: 2
    CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (Family: 15, Model: 2, Stepping: 7)
    extended cpuid-level: 4
    Detected cache-line size is 64 bytes
    Testing OS support for SSE... yes.
    Tests of OS support for SSE passed.
    CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNowExt: 0 SSE: 1 SSE2: 1 SSSE3: 0
    Compiled with runtime CPU detection.
    get_path('codecs.conf') -> '/home/ondra/.mplayer/codecs.conf'
    Reading /home/ondra/.mplayer/codecs.conf: Can't open '/home/ondra/.mplayer/codecs.conf': No such file or directory
    Reading /etc/mplayer/codecs.conf: 159 audio & 349 video codecs
    init_freetype
    Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
    get_path('fonts') -> '/home/ondra/.mplayer/fonts'
    Configuration: --prefix=/usr --enable-runtime-cpudetection --disable-gui --disable-arts --disable-liblzo --disable-speex --disable-openal --disable-fribidi --disable-libdv --disable-musepack --disable-esd --disable-mga --enable-xvmc --language=all --confdir=/etc/mplayer
    CommandLine: '-noquiet' '-v' '-nofs' '-nomouseinput' '-sub-fuzziness' '1' '-identify' '-slave' '-vo' 'xv:adaptor=0' '-ao' 'alsa' '-nokeepaspect' '-framedrop' '-autosync' '100' '-nodr' '-nodouble' '-input' 'nodefault-bindings:conf=/dev/null' '-stop-xscreensaver' '-wid' '52429143' '-monitorpixelaspect' '1' '-ass' '-embeddedfonts' '-ass-line-spacing' '0' '-ass-font-scale' '1' '-ass-styles' '/home/ondra/.config/smplayer/styles.ass' '-fontconfig' '-font' 'Arial' '-subfont-autoscale' '0' '-subfont-osd-scale' '20' '-subfont-text-scale' '20' '-subcp' 'CP1250' '-vid' '0' '-aid' '2' '-sub' '/home/ondra/Plocha/Poirot - S12E02 - The Clocks - ENG.srt' '-subpos' '100' '-volume' '32' '-nocache' '-ss' '417' '-osdlevel' '0' '-idx' '-vf-add' 'ass' '-vf-add' 'screenshot' '-slices' '-channels' '2' '-af' 'scaletempo,equalizer=0:0:0:0:0:0:0:0:0:0' '-softvol' '-softvol-max' '100' '/mnt/ubuntu/home/sdilene/Hercule.Poirot.S12E01.Hodiny.DVDRip.XviD.cz.en-iNG.avi'
    Using nanosleep() timing
    Terminal type `unknown' is not defined.
    Parsing input config file /dev/null
    Input config file /dev/null parsed: 0 binds
    Setting up LIRC support...
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Failed to open LIRC support. You will not be able to use your remote control.
    get_path('Hercule.Poirot.S12E01.Hodiny.DVDRip.XviD.cz.en-iNG.avi.conf') -> '/home/ondra/.mplayer/Hercule.Poirot.S12E01.Hodiny.DVDRip.XviD.cz.en-iNG.avi.conf'
    Playing /mnt/ubuntu/home/sdilene/Hercule.Poirot.S12E01.Hodiny.DVDRip.XviD.cz.en-iNG.avi.
    get_path('sub/') -> '/home/ondra/.mplayer/sub/'
    [file] File size is 821880832 bytes
    STREAM: [file] /mnt/ubuntu/home/sdilene/Hercule.Poirot.S12E01.Hodiny.DVDRip.XviD.cz.en-iNG.avi
    STREAM: Description: File
    STREAM: Author: Albeu
    STREAM: Comment: based on the code from ??? (probably Arpi)
    LAVF_check: AVI format
    AVI file format detected.
    list_end=0x3324
    ======= AVI Header =======
    us/frame: 40000 (fps=25.000)
    max bytes/sec: 0
    padding: 0
    MainAVIHeader.dwFlags: (272) HAS_INDEX IS_INTERLEAVED
    frames total: 133641 initial: 0
    streams: 3
    Suggested BufferSize: 0
    Size: 640 x 368
    ==========================
    list_end=0x10F4
    ==> Found video stream: 0
    ID_VIDEO_ID=0
    [aviheader] Video stream found, -vid 0
    ====== STREAM Header =====
    Type: vids FCC: xvid (64697678)
    Flags: 0
    Priority: 0 Language: 0
    InitialFrames: 0
    Rate: 25/1 = 25.000
    Start: 0 Len: 133641
    Suggested BufferSize: 125416
    Quality 10000
    Sample size: 0
    ==========================
    Found 'bih', 40 bytes of 40
    ======= VIDEO Format ======
    biSize 40
    biWidth 640
    biHeight 368
    biPlanes 1
    biBitCount 24
    biCompression 1145656920='XVID'
    biSizeImage 1413120
    ===========================
    Regenerating keyframe table for MPEG-4 video.
    list_end=0x2186
    ==> Found audio stream: 1
    ID_AUDIO_ID=1
    [aviheader] Audio stream found, -aid 1
    ====== STREAM Header =====
    Type: auds FCC: (0)
    Flags: 0
    Priority: 0 Language: 0
    InitialFrames: 1
    Rate: 16000/384 = 41.667
    Start: 0 Len: 222719
    Suggested BufferSize: 8064
    Quality -1
    Sample size: 384
    ==========================
    Found 'wf', 30 bytes of 18
    ======= WAVE Format =======
    Format Tag: 85 (0x55)
    Channels: 2
    Samplerate: 48000
    avg byte/sec: 16000
    Block align: 384
    bits/sample: 0
    cbSize: 12
    mp3.wID=1
    mp3.fdwFlags=0x2
    mp3.nBlockSize=384
    mp3.nFramesPerBlock=1
    mp3.nCodecDelay=0
    ==========================================================================
    list_end=0x3218
    ==> Found audio stream: 2
    ID_AUDIO_ID=2
    [aviheader] Audio stream found, -aid 2
    ====== STREAM Header =====
    Type: auds FCC: (0)
    Flags: 0
    Priority: 0 Language: 0
    InitialFrames: 1
    Rate: 16000/384 = 41.667
    Start: 0 Len: 222735
    Suggested BufferSize: 8064
    Quality -1
    Sample size: 384
    ==========================
    Found 'wf', 30 bytes of 18
    ======= WAVE Format =======
    Format Tag: 85 (0x55)
    Channels: 2
    Samplerate: 48000
    avg byte/sec: 16000
    Block align: 384
    bits/sample: 0
    cbSize: 12
    mp3.wID=1
    mp3.fdwFlags=0x2
    mp3.nBlockSize=384
    mp3.nFramesPerBlock=1
    mp3.nCodecDelay=0
    ==========================================================================
    list_end=0x3324
    AVI: dmlh found (size=248) (total_frames=133641)
    list_end=0x3364
    hdr=Software size=43
    Software : VirtualDubMod 1.5.4.1 (build 2066/release)
    list_end=0x309B07A2
    Found movie at 0x380C - 0x309B07A2
    Reading INDEX block, 400890 chunks for 133641 frames (fpos=815466410).
    AVI index offset: 0x3808 (movi=0x380C idx0=0x4 idx1=0x1F8C)
    Auto-selected AVI audio ID = 2
    Auto-selected AVI video ID = 0
    AVI: Searching for audio stream (id:2)
    AVI video size=641146236 (133641) audio size=85530240 (222735)
    VIDEO: [XVID] 640x368 24bpp 25.000 fps 959.5 kbps (117.1 kbyte/s)
    Auto-selected AVI audio ID = 2
    [V] filefmt:3 fourcc:0x44495658 size:640x368 fps:25.000 ftime:=0.0400
    Clip info:
    Software: VirtualDubMod 1.5.4.1 (build 2066/release)
    ID_CLIP_INFO_NAME0=Software
    ID_CLIP_INFO_VALUE0=VirtualDubMod 1.5.4.1 (build 2066/release)
    ID_CLIP_INFO_N=1
    File not found: '/home/ondra/Plocha/Poirot - S12E02 - The Clocks - ENG.srt'
    Failed to open /home/ondra/Plocha/Poirot - S12E02 - The Clocks - ENG.srt.
    File not found: '/home/ondra/Plocha/Poirot - S12E02 - The Clocks - ENG.srt'
    Failed to open /home/ondra/Plocha/Poirot - S12E02 - The Clocks - ENG.srt.
    [ass] ass_read_file(/home/ondra/Plocha/Poirot - S12E02 - The Clocks - ENG.srt): fopen failed
    Cannot load subtitles: /home/ondra/Plocha/Poirot - S12E02 - The Clocks - ENG.srt
    get_path('sub/') -> '/home/ondra/.mplayer/sub/'
    [file] File size is 115710 bytes
    STREAM: [file] /mnt/ubuntu/home/sdilene/Hercule.Poirot.S12E01.Hodiny.DVDRip.XviD.cz.en-iNG.srt
    STREAM: Description: File
    STREAM: Author: Albeu
    STREAM: Comment: based on the code from ??? (probably Arpi)
    SUB: Detected subtitle file format: subviewer
    SUB: opened iconv descriptor.
    SUB: closed iconv descriptor.
    SUB: Read 1352 subtitles, 0 bad line(s).
    [file] File size is 115710 bytes
    STREAM: [file] /mnt/ubuntu/home/sdilene/Hercule.Poirot.S12E01.Hodiny.DVDRip.XviD.cz.en-iNG.srt
    STREAM: Description: File
    STREAM: Author: Albeu
    STREAM: Comment: based on the code from ??? (probably Arpi)
    [ass] Opened iconv descriptor
    [ass] Closed iconv descriptor
    [ass] File size: 300
    [ass] Opened iconv descriptor
    [ass] Closed iconv descriptor
    [ass] [0xa6f6ef8] Style: Default,Arial,20,&H00ffffff,&H00000000,&H00000000,0,0,2,1,1,2,20,20,8
    plaintext event at 1000, +3000: Downloaded From www.AllSubs.org
    plaintext event at 35920, +1670: - Good night Annie.\N- Good night Fi.
    plaintext event at 5286120, +3590: - Yes please.\N- Let's start again.
    plaintext event at 5290710, +10000: Downloaded From www.AllSubs.org
    ID_FILE_SUB_ID=0
    ID_FILE_SUB_FILENAME=/mnt/ubuntu/home/sdilene/Hercule.Poirot.S12E01.Hodiny.DVDRip.XviD.cz.en-iNG.srt
    SUB: Added subtitle file (1): /mnt/ubuntu/home/sdilene/Hercule.Poirot.S12E01.Hodiny.DVDRip.XviD.cz.en-iNG.srt
    ID_FILENAME=/mnt/ubuntu/home/sdilene/Hercule.Poirot.S12E01.Hodiny.DVDRip.XviD.cz.en-iNG.avi
    ID_DEMUXER=avi
    ID_VIDEO_FORMAT=XVID
    ID_VIDEO_BITRATE=959504
    ID_VIDEO_WIDTH=640
    ID_VIDEO_HEIGHT=368
    ID_VIDEO_FPS=25.000
    ID_VIDEO_ASPECT=0.0000
    ID_AUDIO_FORMAT=85
    ID_AUDIO_BITRATE=128000
    ID_AUDIO_RATE=0
    ID_AUDIO_NCH=0
    ID_START_TIME=0.00
    ID_LENGTH=5345.64
    ID_SEEKABLE=1
    ID_CHAPTERS=0
    X11 opening display: :0.0
    vo: X11 color mask: FFFFFF (R:FF0000 G:FF00 B:FF)
    vo: X11 running at 1680x1050 with depth 24 and 32 bpp (":0.0" => local display)
    [x11] Current fstype setting doesn't honour any X atoms
    [VO_XV] Using Xv Adapter #0 (NV17 Video Texture)
    [xv common] Drawing no colorkey.
    [xv common] Maximum source image dimensions: 2046x2046
    Opening video filter: [screenshot]
    Opening video filter: [ass]
    [screenshot] query(Planar YV12) -> 3
    [ass] FreeType library version: 2.4.4
    [ass] FreeType headers version: 2.4.3
    [ass] Init
    get_path('fonts') -> '/home/ondra/.mplayer/fonts'
    get_path('subfont.ttf') -> '/home/ondra/.mplayer/subfont.ttf'
    [ass] Updating font cache
    ==========================================================================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    INFO: libavcodec init OK!
    Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
    ==========================================================================
    ID_VIDEO_CODEC=ffodivx
    ==========================================================================
    Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
    dec_audio: Allocating 4608 + 65536 = 70144 bytes for output buffer.
    mp3lib: using SSE optimized decore!
    MP3lib: init layer2&3 finished, tables done
    MPEG 1.0, Layer III, 48000 Hz 128 kbit Joint-Stereo, BPF: 384
    Channels: 2, copyright: No, original: No, CRC: No, emphasis: 0
    AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
    ID_AUDIO_BITRATE=128000
    ID_AUDIO_RATE=48000
    ID_AUDIO_NCH=2
    Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
    ==========================================================================
    Building audio filter chain for 48000Hz/2ch/s16le -> 0Hz/0ch/??...
    [libaf] Adding filter scaletempo
    [libaf] Adding filter equalizer
    [scaletempo] 1.000 speed * 1.000 scale_nominal = 1.000
    [libaf] Adding filter format
    [format] Changing sample format from little-endian 16-bit signed int to little-endian 32-bit float
    [format] Accelerated little-endian 16-bit signed int to little-endian 32-bit float conversion
    [scaletempo] 1.000 speed * 1.000 scale_nominal = 1.000
    [format] Changing sample format from little-endian 16-bit signed int to little-endian 32-bit float
    [format] Accelerated little-endian 16-bit signed int to little-endian 32-bit float conversion
    Trying preferred audio driver 'alsa', options '[none]'
    alsa-init: requested format: 48000 Hz, 2 channels, 1d
    alsa-init: using ALSA 1.0.23
    alsa-init: setup for 1/2 channel(s)
    alsa-init: using device default
    alsa-init: pcm opened in blocking mode
    alsa-init: got buffersize=65536
    alsa-init: got period size 1024
    alsa: 48000 Hz/2 channels/8 bpf/65536 bytes buffer/Float 32 bit Little Endian
    AO: [alsa] 48000Hz 2ch floatle (4 bytes per sample)
    AO: Description: ALSA-0.9.x-1.x audio output
    AO: Author: Alex Beregszaszi, Zsolt Barat <[email protected]>
    AO: Comment: under development
    Building audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/floatle...
    [scaletempo] 1.000 speed * 1.000 scale_nominal = 1.000
    [format] Changing sample format from little-endian 16-bit signed int to little-endian 32-bit float
    [format] Accelerated little-endian 16-bit signed int to little-endian 32-bit float conversion
    [scaletempo] 1.000 speed * 1.000 scale_nominal = 1.000
    [format] Changing sample format from little-endian 16-bit signed int to little-endian 32-bit float
    [format] Accelerated little-endian 16-bit signed int to little-endian 32-bit float conversion
    ID_AUDIO_CODEC=mp3
    [Mixer] No hardware mixing, inserting volume filter.
    [libaf] Adding filter volume
    [scaletempo] 1.000 speed * 1.000 scale_nominal = 1.000
    [format] Changing sample format from little-endian 16-bit signed int to little-endian 32-bit float
    [format] Accelerated little-endian 16-bit signed int to little-endian 32-bit float conversion
    [scaletempo] 1.000 speed * 1.000 scale_nominal = 1.000
    [format] Changing sample format from little-endian 16-bit signed int to little-endian 32-bit float
    [format] Accelerated little-endian 16-bit signed int to little-endian 32-bit float conversion
    Starting playback...
    SEEK: i=31390 (max:31427) dpos=6703872 (wanted:6703872)
    SEEK: idx=31390 (a:31390 v:31427) v.skip=12 a.skip=0/0.000
    XXX initial v_pts=418.520 a_pos=8064 (0.504)
    [libaf] Reallocating memory in module format, old len = 0, new len = 69637
    Increasing filtered audio buffer size from 0 to 69632
    [mpeg4 @ 0x8a2dc40]Invalid and inefficient vfw-avi packed B frames detected
    [ffmpeg] aspect_ratio: 1.739130
    VDec: vo config request - 640 x 368 (preferred colorspace: Planar YV12)
    Trying filter chain: ass screenshot vo
    VDec: using Planar YV12 as output csp (no 0)
    Movie-Aspect is 1.74:1 - prescaling to correct movie aspect.
    ID_VIDEO_ASPECT=1.7391
    VO Config (640x368->640x368,flags=0,'MPlayer',0x32315659)
    REQ: flags=0x437 req=0x0
    [swscaler @ 0x8ad6520]using unscaled yuv420p -> rgb24 special converter
    REQ: flags=0x437 req=0x0
    VO: [xv] 640x368 => 640x368 Planar YV12
    VO: Description: X11/Xv
    VO: Author: Gerd Knorr <[email protected]> and others
    Xvideo image format: 0x32595559 (YUY2) packed
    Xvideo image format: 0x32315659 (YV12) planar
    Xvideo image format: 0x59565955 (UYVY) packed
    Xvideo image format: 0x30323449 (I420) planar
    using Xvideo port 331 for hw scaling
    *** [ass] Allocating mp_image_t, 640x368x12bpp YUV planar, 353280 bytes
    *** [ass] Allocating mp_image_t, 640x368x12bpp YUV planar, 353280 bytes
    [ass] PlayResX undefined, setting to 384
    *** [vo] Allocating mp_image_t, 640x368x12bpp YUV planar, 353280 bytes
    *** [screenshot] Direct Rendering mp_image_t, 640x368x12bpp YUV planar, 353280 bytes
    Unicode font: 1185 glyphs.
    Unicode font: 1185 glyphs.
    *** [ass] Allocating mp_image_t, 640x368x12bpp YUV planar, 353280 bytes
    ===== PAUSE =====
    ID_PAUSED
    [ass] Font info: family 'Arial', style 'Normal', fullname 'Arial', slant 0, weight 80
    [ass] fontconfig_select: (Arial, 80, 0) -> /usr/share/fonts/TTF/arial.ttf, 0
    ===== PAUSE =====
    ID_PAUSED
    ===== PAUSE =====
    ID_PAUSED
    ===== PAUSE =====
    ID_PAUSED
    So it seems there is no error during the resuming.

  • [SOLVED] Weird behaviour after formatting USB installation media

    Hi, I have noticed this weird behaviour with USB drives I used to install Arch linux with.  I format them using fdisk and mkntfs but after replugging them in, the udevil daemon mounts them again as ARCH_2013...[something] and even the directory tree exists!  This happens also when I use mkntfs without the -f flag (initializing with zeros).  I also checked the other files in /dev/sd* in order to make sure that my drive does not appear twice, but there is only sda (my HD) and sdd (or sometimes sdb, sdc,...) which must be the USB drive, also according to dmesg.
    Any ideas?
    EDIT: I wrote something about not seeing any files when manually mounting but that was my bad, I only tried mounting /dev/sdb1 but mounting /dev/sdb brought me the same files as devmon showed.
    Last edited by ysetdng (2014-07-12 22:36:46)

    I am assuming you used dd to write the image to the disk. You can use it to remove the contents of the disk as well.
    You should make use of the arch wiki, it is quite helpful.
    https://wiki.archlinux.org/index.php/US … tion_Media
    You can use this to zero out the entire device:
    # dd if=/dev/zero of=/dev/sdx bs=8M // x is the letter assigned to the usb drive. Be careful, The dd command is destructive.
    It may take a while to zero out the entire disk, depending on the size. After that use fdisk/cfdisk or gdisk/cgdisk to create the partition table and partition.
    To create the filesystem type, this one, ext4:
    # mkfs.ext4 /dev/sdx // or create a vfat
    then create the label:
    # e2label /dev/sdx1 USB_STICK_LABEL
    Use my suggestion as a last resort. Read the wiki, most of what I have said is in there anyway.
    Last edited by rgb-one (2014-07-12 18:21:18)

  • TTY colors problem (only 8 @ vim + weird behaviour after x started)

    Hi,
    I've got a problem with my tty colors. Everything seems to work pretty ok, but I have two weird problems - one is that vim doesn't display colors properly. It seems like it supports only colors 0-7, no more. My vim scheme & zshrc (dunno if helpful) attached below:
    scheme: mustangzill4.vim
    zshrc: .zshrc
    What's more, when I start X, tty colors seem to become totally messed up. I don't know where are those new color settings taken from, but they're changed somehow and stay like that till next reboot.
    Any help/tip appreciated. Thanks in advance.
    edit: I know that "2xx" colors won't work in linux terminal since it supports only 16colors, but even 16 colors don't work for me under vim.
    Last edited by muchzill4 (2010-01-24 21:00:25)

    I just set up vim and my terminal (urxvt-256 via .Xdefaults) and I'm experiencing this. When I start X, TTY2 picks up a grey background. Just curious about how this configuration should affect a console...
    EDIT:
    Apparently this is less reproducible for me than I thought. After a system upgrade and subsequent reboot, this didn't happen again. Maybe the console liked vim's colors and decided to hold on for a while.
    Last edited by nsoodak (2010-02-03 04:52:53)

  • MPB + 24" LED, weird behaviour after disconnect

    When using my MPB in combination with my 24"LED (single screen setup), everything works perfectly. When I disconnect, the resolution drops to the maximum resolution of my MPB. This drop in resolution results in weird behaviour of application windows, expose (corner activation) and spaces.
    Expose does not work anymore, seems like it still thinks there is a larger resolution, so putting my mouse pointer in the corner will not activate expose or any other corner function.
    Spaces does not slide anymore, again it seems like it expects a larger desktop to slide which is not there anymore. The display flashes and skips to the next desktop.
    Windows can not be resized because the sizing corner (lower right) is outside of the current screen area. So to be able to resize my applications, I have to resize them to small before I disconnect the 24"LED screen.
    Solutions tried:
    1) System preferences > Displays > Detect displays... Does not work
    2) System preferences > Displays > Lower resolution > Normal (max) resolution : Works like a charm
    3) Logout > Login : Also works
    Does anyone else know how to make this work the way it should? So far it seems the programming (Leopard) is faulty.

    AVrublevskiy
    I agree that, at times, the SGE switches can be somewhat difficult when getting them in and out of stack mode. I would recommend getting them back to the config that they had before you tried to remove them from a stack, then configure them via the serial cable back to factory defaults. The pinout for the cable can be found here.
    There is also a little, round, red hole at the bottom left of the switches face plate that allows you to factory reset the device. You should use a paper clip and hold it for a full 30 seconds.
    These switches are designed to either be stacked or not, meaning they are not supposed to be put in and taken out of stacked mode at random. By default, the switches try to stack together, and do not work well when the stack gets broken up or changed. I sincerely suggest you pick either stacked or standalone and leave them as such.
    As a side note, there is a newer firmware available for this switch. It is version 3.0.0.18. It can be found here.
    Please report any new problems.
    Bill

  • Mac weird behaviour after wrong switch off.

    A few days ago I inadvertently switched off my Mac OS 10.6.8 by using the back on/off button instead of file/ shut down. Since then, random changes keeps happening: as soon as I switched it back on the desktop image had reverted to the original, then a few application seems to have disappeared, and today PhotoBooth no longer has the Video function but only Camera.
    As anyone any idea what is going on?
    Cristina

    FWIW, you cannot repair the disk you are booted from, so in order to run the repair disk function you will need to be booted from another source (either an external bootable clone or the recovery partition).
    Afterthought: if you are on 10.6.8, there is no recovery partition, so you'd need to boot from an external source.
    You can easily repair permissions while booted from the startup disk/hard drive.

  • Erratic behaviour after transfering user from PowerPC (G5)

    After getting my new MBP a few weeks ago I transferred most of the user data from my old Mac, a PowerMac G5.
    From day one the machine seems to have displayed erratic behaviour at times, and there seems to be a small "lag" at times, for example when scrolling through files.
    Today I also got a weird java-problem, which disappeared in the new, fresh test user I created ...
    Could something have gone wrong in the user transfer process? Is there an easy fix here, or do I have to reinstall?
    I have already done the usual things (disk repair, Cocktail processes etc.), but nothing helps.

    How did you transfer data? Did you follow Kappy's and a brody's guide to migrating?
    http://discussions.apple.com/thread.jspa?threadID=435350&tstart=10

  • Wrong DBHOST in Table DB4TABLE_STAT und DB4TABLE_HIST after relocation

    after the relocation of one of our SAP system to a new host, there is still the old dbhost-name in Column DBHOST in Tables DB4TABLE_STAT and DB4TABLE_HIST, DB4INDEX_STAT, DB4INDEX_HIST, (we are on IBM-i)
    within the default-Profile, there is already the correct new DBHOST.
    during relocation, the 2 reports SDB4GEN + RSDB4GEN were executed already.
    as i remember, there is a specially transaction-code or a speciall report to call ?
    how to fix this DBHOST in DB4xxxxx Tables ?

    Hi Christoph,
    the problem is most likely with table DB6NAVSYST, which most likely contains the old host name in columnd DBHOST. As soon as you execute transaction DB4COCKPIT or DBACOCKPIT once, the new host name will be stored in table DB6NAVSYST. When the next data collection for DB4TABLE_STAT is happening, the data will be collected for the new host name.
    We are planning to correct this behaviour, but so far we did not get to it.
    Kind regards,
    Christian Bartels.

  • Behringer FCA202 - weird metronome behaviour

    Hi,
    I could get my hands on a Behringer FCA202 firewire audio interface for a real nice price. It works fine, except for 1 thing: when I switched on the metronome - no sound! Now the weird thing: after I created an audio track and a bus with reverb, I heard my metronome, but with LOTS of reverb. So, I looked into the Environment: ahhhh... the Klopfgeist channel strip has it's output set to Bus1. That explained the weirdness! So, I changed the output to Output 1-2, and saved this as a new template. But... if I open this template, The Klopfgeist channel strip's output is set to Bus1 again.... WEIRD!
    Now, it's not a disaster to go to the Environment and change Bus1 to Output1-2, but if there's a trick to prevent this behaviour, I'd like to know....
    For your info: until now, I simply used the iMac's built in audio input/outputs, and the metronome behaved the way it should.
    Anyone have a clue??
    Thanks!
    Regards,
    Jaap

    Hi MigCla,
    Unplug everything except your magsafe from your macbook.
    Try to boot into safe mode by booting and press shift key, repair your permission by opening application folder > utilities > disk utility > repair disk.
    And reconnect that firewire card afterward, and re-set up if it shows back up in audio/midi set up.
    If your Firewire card have any driver that comes with, re-install it or check their sites for newer driver if available.
    Good Luck.

Maybe you are looking for