MediaElement bugs out when using it more times

Greetings fellow developers,
I am having an issue with MediaElement, when trying to run more of those at once.
var storageFile = await Windows.ApplicationModel.Package.Current.InstalledLocation.GetFileAsync(filePath);
var stream = await storageFile.OpenReadAsync();
MediaElement soundEffect = new MediaElement();
soundEffect.SetSource(stream, storageFile.ContentType);
soundEffect.Play();
Whenever I try to play some soundeffects, let's say like 8 of them, what happens is:
1. At start, all soundEffects are playing and overlapping as intended
2. After few more MediaElements, all soundEffects just stop playing and get replaced by the one I played last.
Thanks for your help!

Hi Raxume,
As far as I known, Windows Phone only supports play sound from one MediaElement
at one time. If you want to play many sounds at the same time, I will recommand you use the
SoundEffect Class.
Best Regards,
Amy Peng
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • I need to host a Shared PDF on SharePoint. If it is on SharePoint can only one person comment at a time? I know documents have to be checked out when using SharePoint. I need multiple users to be able to comment in real time and see comments in real time.

    I need to host a Shared PDF on SharePoint 2010. If it is on SharePoint can only one person comment at a time? I know documents have to be checked out when using SharePoint. I need multiple users to be able to comment in real time and see comments in real time. Is this possible?

    try here:
    http://www.bbb.org
    File a complaint with them. Verizon will call you to fix the blunder.
    But remember it is always up to the customer to insure what they are getting and what it costs. Don't trust the word of a sales person who makes their living on getting that sale. Lies, deceit or false promises will be and have been used by sales people for thousands of years.
    Good Luck

  • [svn] 1594: Update the warning message when outbound throttle policy of REPLACE is used one more time .

    Revision: 1594
    Author: [email protected]
    Date: 2008-05-07 11:10:27 -0700 (Wed, 07 May 2008)
    Log Message:
    Update the warning message when outbound throttle policy of REPLACE is used one more time. Now the warning says this. . .
    Throttle outbound policy 'REPLACE' found on message destination 'MESSAGE_DESTINATION'. The 'REPLACE' throttle outbound policy has been deprecated. Please remove it from your configuration file.
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/MessageDestination.java

    hamish72 wrote:
    You can still download as much as you can only a lot slower during peak times off peak will not be restricted.
    Thanks for this explanation. I had taken it that it was at all times.
    As I said in the first place it will be great if they throttle me to 1Mb at peak times as it will be better half the time than I am getting anyway!!!!!!!!!
    hamish72 wrote:
    Have you chased up why your line is so bad, long way from exchange and so on
    Posting your router stats may get advice from someone
    enter for homehub for other routers will differ
    192.168.1.254 in browser click A to Z top right
    then ADSL enter pas and click MORE DETAIL
    POST RESULTS
    Also post results of test at ( best done from master test socket)
    http://speedtester.bt.com/
    Connection Information
    Line state
    Connected
    Connection time
    6 days, 11:57:55
    Downstream
    5,760 Kbps
    Upstream
    448 Kbps
    ADSL Settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    G.992.1 Annex A
    Latency type
    Interleaved
    Noise margin (Down/Up)
    5.7 dB / 21.0 dB
    Line attenuation (Down/Up)
    44.6 dB / 24.0 dB
    Output power (Down/Up)
    8.9 dBm / 1.6 dBm
    Loss of Framing (Local/Remote)
    0 / 0
    Loss of Signal (Local/Remote)
    0 / 0
    Loss of Power (Local/Remote)
    0 / 0
    FEC Errors (Down/Up)
    25279 / 134
    CRC Errors (Down/Up)
    700 / 196
    HEC Errors (Down/Up)
    5427 / 142
    Error Seconds (Local/Remote)
    477 / 102

  • Java Heap Error when using Stateless Session Timer Bean deployed in Oracle

    Hi,
    Am getting following Java Heap Error when using Stateless Session Timer Bean deployed in Oracle 10g AS R3 (Oracle Containers for J2EE 10g (10.1.3.0.0) (build 060119.1546.05277) ):
    06/08/02 14:58:43 javax.ejb.EJBException: java.lang.OutOfMemoryError: Java heap space
    06/08/02 14:58:43 at com.evermind.server.ejb.EJBUtils.getLocalUserException(EJBUtils.java:304)
    06/08/02 14:58:43 at com.evermind.server.ejb.interceptor.system.AbstractTxInterceptor.convertAndHandleMethodException(AbstractTxInterceptor.java:67)
    06/08/02 14:58:43 at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:45)
    06/08/02 14:58:43 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
    06/08/02 14:58:43 at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:86)
    06/08/02 14:58:43 at com.evermind.server.ejb.StatelessSessionEJBHome.invokeTimer(StatelessSessionEJBHome.java:71)
    06/08/02 14:58:43 at com.evermind.server.ejb.EJBContainer.invokeTimer(EJBContainer.java:1624)
    06/08/02 14:58:43 at oracle.ias.container.scheduler.TimerTask.runBeanTimer(TimerTask.java:92)
    06/08/02 14:58:43 at oracle.ias.container.scheduler.TimerTask.run(TimerTask.java:184)
    06/08/02 14:58:43 at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
    06/08/02 14:58:43 at java.lang.Thread.run(Thread.java:595)
    06/08/02 14:58:43 Caused by: java.lang.OutOfMemoryError: Java heap space
    I had tried using -Xms / -Xmx options (upto 1 GB).
    The trace of exception gets delayed (from being displayed on the console) as the memory size is increased; but after sometime it starts getting displayed on the console.
    Even though this exception is displayed on the console, the Timer Bean continues to execute upto sometime before it finally crashes!
    If anyone has encountered such problem; would appreciate if you could share the solution.
    Regards, Vidyadhar

    Hi guys, I have the same problem. I have an application EAR file with two modules (EJB and WAR starting in this order). The application can schedule a process via EJB timer. In this case restarting the server I receive the error above. If I change the modules start order --> WAR - EJB the server start correctly, but the application scheduler fails (the persistency is not working) with this error:
    07/10/09 10:30:54 FINISSIMO: TimerTask.runBeanTimer java.lang.NullPointerException; nested exception is: java.lang.NullPointerExceptionjavax.ejb.TransactionRolledbackLocalException: java.lang.NullPointerException; nested exception is: java.lang.NullPointerException
    java.lang.NullPointerException
         at java.util.ListResourceBundle.handleGetObject(ListResourceBundle.java:107)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
         at java.util.ResourceBundle.getString(ResourceBundle.java:285)
         at java.util.logging.Formatter.formatMessage(Formatter.java:108)
         at oracle.j2ee.util.TraceLogFormatter.format(TraceLogger.java:124)
         at oracle.j2ee.util.TraceLogger$TraceLoggerHandler.publish(TraceLogger.java:105)
         at java.util.logging.Logger.log(Logger.java:428)
         at java.util.logging.Logger.doLog(Logger.java:450)
         at java.util.logging.Logger.log(Logger.java:539)
         at oracle.ias.container.timer.TimerEntry.readObjFromBytes(TimerEntry.java:308)
         at oracle.ias.container.timer.TimerEntry.getInfo(TimerEntry.java:107)
         at oracle.ias.container.timer.Timer.getInfo(Timer.java:367)
         at oracle.ias.container.timer.EJBTimerImpl.getInfo(EJBTimerImpl.java:89)
         at com.finantix.foundation.integration.ejbtimer.EJBTimerServiceExecutorBean.ejbTimeout(EJBTimerServiceExecutorBean.java:42)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBTimeoutJoinPoint.invoke(EJBTimeoutJoinPoint.java:20)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:53)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at com.evermind.server.ejb.StatelessSessionEJBHome.invokeTimer(StatelessSessionEJBHome.java:38)
         at com.evermind.server.ejb.EJBContainer.invokeTimer(EJBContainer.java:1714)
         at oracle.ias.container.scheduler.TimerTask.runBeanTimer(TimerTask.java:106)
         at oracle.ias.container.scheduler.TimerTask.run(TimerTask.java:220)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    javax.ejb.TransactionRolledbackLocalException: java.lang.NullPointerException; nested exception is: java.lang.NullPointerException
         at com.evermind.server.ejb.EJBUtils.getLocalUserException(EJBUtils.java:309)
         at com.evermind.server.ejb.interceptor.system.AbstractTxInterceptor.convertAndHandleMethodException(AbstractTxInterceptor.java:73)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:55)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at com.evermind.server.ejb.StatelessSessionEJBHome.invokeTimer(StatelessSessionEJBHome.java:38)
         at com.evermind.server.ejb.EJBContainer.invokeTimer(EJBContainer.java:1714)
         at oracle.ias.container.scheduler.TimerTask.runBeanTimer(TimerTask.java:106)
         at oracle.ias.container.scheduler.TimerTask.run(TimerTask.java:220)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NullPointerException
         at java.util.ListResourceBundle.handleGetObject(ListResourceBundle.java:107)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
         at java.util.ResourceBundle.getString(ResourceBundle.java:285)
         at java.util.logging.Formatter.formatMessage(Formatter.java:108)
         at oracle.j2ee.util.TraceLogFormatter.format(TraceLogger.java:124)
         at oracle.j2ee.util.TraceLogger$TraceLoggerHandler.publish(TraceLogger.java:105)
         at java.util.logging.Logger.log(Logger.java:428)
         at java.util.logging.Logger.doLog(Logger.java:450)
         at java.util.logging.Logger.log(Logger.java:539)
         at oracle.ias.container.timer.TimerEntry.readObjFromBytes(TimerEntry.java:308)
         at oracle.ias.container.timer.TimerEntry.getInfo(TimerEntry.java:107)
         at oracle.ias.container.timer.Timer.getInfo(Timer.java:367)
         at oracle.ias.container.timer.EJBTimerImpl.getInfo(EJBTimerImpl.java:89)
         at com.finantix.foundation.integration.ejbtimer.EJBTimerServiceExecutorBean.ejbTimeout(EJBTimerServiceExecutorBean.java:42)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBTimeoutJoinPoint.invoke(EJBTimeoutJoinPoint.java:20)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:53)
         ... 9 more
    Any idea?
    Thx Auro

  • [svn:fx-trunk] 7155: Line bug fixes when using gradient strokes

    Revision: 7155
    Author:   [email protected]
    Date:     2009-05-20 14:39:39 -0700 (Wed, 20 May 2009)
    Log Message:
    Line bug fixes when using gradient strokes
    SDK-21272 - Lines with gradient (LinearGradientStroke) draw as solid color if perfectly vertical / horizontal
    StrokedElement was not taking the stroke weight into account when passing the bounds to the stroke. The gradient strokes rely on the bounds to help them transform the gradient to fit the shape of the stroke.
    SDK-21274 - Line with gradient stroke does not draw properly
    This bug occurs when the Line has a non-zero x and/or y values and is sharing a DisplayObject. StrokedElement was passing the stroke the measuredX and measuredY position as part of the bounds. Instead, I've changed it to pass in drawX + measuredX and drawY + measuredY which accounts for the drawing offset position.
    QE Notes: Test Line w/ gradient strokes
    Doc Notes: None
    Bugs: SDK-21272, SDK-21274
    Reviewer: Evtim
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21272
        http://bugs.adobe.com/jira/browse/SDK-21274
        http://bugs.adobe.com/jira/browse/SDK-21272
        http://bugs.adobe.com/jira/browse/SDK-21274
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/StrokedEleme nt.as

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • TS3367 My partner has the Iphone 5 and I am using a MacBook with version 1.0.2. When using the face time app to call him he says that cam freezes and he is unable to hear me. Any ideas of the problem and and ideas for resolving the issue?

    My partner has the Iphone 5 and I am using a MacBook with version 1.0.2. When using the face time app to call him he says that cam freezes and he is unable to hear me. Any ideas of the problem and and ideas for resolving the issue?

    Had the same problem, the only fault and the reason why it happend is a bad wifi connection!
    Could ofc be something else, but thats my two cents!

  • Audio cuts out when using Interfaces

    Just recently bought my first iMac, with plans to use it for multi-track recording. The audio is cutting out when using FireWire or USB interfaces to record and/or play audio. For instance, with an Edirol FA-66, even iTunes experiences brief periodic audio loss (every 20 seconds or so) when playing through the device. PreSonus Firebox works a bit better, with a 1 to 3 second loss every 40 seconds or so... this happens when using OSX as well as XP... the operating system doesn't seem to influence the problem. To be certain it wasn't a FireWire issue, I tested it with an M-Audio USB interface and had the same audio loss.
    Talking with tech support, the first guy just blamed everything on the 3rd party devices. That drove me CRAZY. Finally he got a specialist on the phone, who blamed it on the intel chip.
    Right now I'm just living with it... trying to record songs in smaller pieces. I wait for the audio to drop, then as soon as it comes back I hit record. I've got about 40 seconds (using the Firebox) which is enough to lay down a verse or chorus.
    I'm just hoping, HOPING that someone at Apple is looking into these things.

    Hello,
    This may be a stretch but your mention of " hard drive hanging" prompted me to suggest your problem may involve low data transfer rates. (I mean, the hard drive may have too slow.)
    When, for example, Final Cut Express or Pro are being used, they require high data transfer rates to avoid frame dropping. Apple's article on the HD requirements for those apps is here:
    <http://docs.info.apple.com/article.html?artnum=58636>
    eMac/ 1 Ghz / combo, 120 GB Mercury FiWi extnl   Mac OS X (10.3.9)  

  • Billing Comparison on quantities when two or more time slice in bill doc.

    I our project for commercial customer consumption history of past six years is normalized to create a monthly consumption base line (calendar months) this base line is maintained as installation fact and while billing execution this is used to calculate billing  base line
    E.g
    Jan consumption base line u2013 100000 KWH
    Feb Consumption base line u2013 90000 KWH
    Billing period is 15 Jan u2013 15 Feb
    Billing base line is calculated by prorating Jan and Feb consumption base line
    ((100000/31) X 17 ) + (( 90000/28) X 15) = 103053
    Periodic consumption is compared with billing base line and if
    A. Consumption is more than billing base line
          Excess consumption is billed to produce debit $ amount in bill doc
    E.g Billing base line 103053,     Periodic consumption 110000
    Excess consumption = 110000 u2013 103053 = 6947 KWH
    6947 X price = Debit $ amount
    B. Consumption is less than billing base line
    Difference between billing base line and consumption is billed to produce credit $ amount in bill doc
    E.g Billing base line 103053,     Periodic consumption 90000
    Difference = 103053 - 90000 = 13053 KWH  
    13053 X ( -Price) = Credit $ amount
    Comparison between Billing base line and Consumption is done using standard variant IF01
    The problem occurs when bill document has two or more time slice due to price change or change in facts like factor at rate category facts. If  for one time slice consumption is more than billing base line and for other time slice consumption is less than billing base line.
    Variant IF01 does not take into account time slice but it compares quantities considering whole billing period.
    E.G Billing period is 25 Jan u2013 25 Feb
    Price changes on 20 Feb
    Billing base line 25 Jan to 19 Feb u2013 50000
                                20 Feb to 25 Feb u2013 20000
    Billing base line for complete billing period 50000 + 20000 = 70000
    Consumption  (prorated by SAP)     25 Jan to 19 Feb u2013 56000
                                                              20 Feb to 25 Feb u2013 18000
    Total consumption for billing period 56000 + 18000 = 74000
    Consumption is more than billing base line for 25 Jan to 19 Feb time period and consumption is less than billing base line for 20 Feb to 25 Feb time period  but since for complete billing period consumption (74000)is more than billing base line (70000) and this comparison is done by IF01. Control in schema flows to rate which calculate the Debit $ amount for both the time slice which results incorrect calculation of bill amount
    Has anybody encountered similar scenario before. Is there a way out so that individual comparison is carried out for each time slice to pass control to correct rate in schema.
    Thanks
    Amit

    Hi,
    You can use variant quanti02 to determine the difference between the periodic consumption and base consuption.
    first, you calculate the positive difference only ( periodic consumption - base period) by selecting variant control  2  - Negative differences are not updated. You store this into a new QUANT operand called QPLUSDIFF
    then you do the same quanti02 to determine the negative difference, but first you detemine it as positive difference between base consumption and periodic consumption) and multiply the result with factor -1 with quanti09 and store it into a new QUANT operand called QNEGDIFF
    Then you have your negative and positive differences and you can bill them with the corresponding prices in subsequent steps.
    Hope this helps,
    Daniel Toba
    http://www.sap-isu.net

  • Animation Keyframes BUGGING OUT when modified

    Windows 7, 64bit
    Edge Animate CC 2014.1
    I created a successful banner ad with png images that has position, opacity and clip animation. I wanted to tweak the timeline to extend the duration at the beginning and end an extra second, but when doing so the clip animation on certain layers becomes disabled, and/or uneditable using keyframes.  For example, when extending the sequence .5 seconds at the end, I adjust one layer's position keyframe accordingly... perfect, but when I change the value of a clip keyframe on another layer, that layer and earlier layers in the sequence become uneditable, and no undoing will bring them back. If I save and reopen, the project works, but again seems to bug up when adjusting clip keyframes.
    Edge Animate has also just begun to crash Windows Explorer, freezing the entire PC. I have uninstalled and reinstalled the program with no success. I even renamed the preferences folder in order to generate a new one, still no luck. Please, help.
    Just started using this program and was impressed with its functionality, now I am at my wits end and can't even create new projects.
    I have not updated any Adobe programs since the time Animate was working properly and now.
    Thank you in advance,
    Drew Norton

    Thank You, Preran.
    I cannot update to Edge Animate 14.1.1 because Adobe Creative Cloud cannot find available updates. From reading the Adobe's forums I have discovered other installed Adobe programs are not up to date as well.
    I have uninstalled Creative Cloud and reinstalled it as suggested by Ashutosh.Nigam on - Re: Adobe creative cloud not finding updates using the link provided - Get Adobe Creative Cloud Desktop App & Adobe Application Manager
    I ran Creative Cloud as administrator after reinstallation and still it cannot find updates.
    Again I am running Edge Animate 14.1 Version 5.0.1. The most recent update Creative Cloud found was on January 5th, 2015 - Adobe Photoshop Lightroom 5.7.1 64-Bit Version 5.7.1
    Thank you,
    Drew

  • Exsternal harddrive drops out, when using adobe premiere pro cs5. Cant load projects. any one had this problem or the answer to it?

    I have two WD external hard drives that i keep all my video files, music and adobe premiere pro cs5 projects on. Up until 2 days ago they were working perfect, now they drop out when i try and load my projects from them, or watch a movie from them. tried restoring from two weeks ago and nothing changed. I get that error msg when i try and load something. The error msg is the one that comes up when you disconnect a usb drive without ejecting it correct. I don't think its the drives as i only use one most the time, and the other just sits there not connected, but that are now having the same issues. Help me plaza

    yea i am using the right sequence
    here are 4 screen shots of 2 different things i was editing, both used to record my xbox 360 with Hauppauge, Seems adobe is the only program playing the video file with the audio out of sync/mixed up
    [URL=http://imageshack.us/photo/my-images/803/screenshotlrh.png/][IMG]http://img803.imageshack.us/img803/1669/screenshotlrh.png[/IMG][/URL]
    [URL=http://imageshack.us/photo/my-images/826/screenshot2yv.png/][IMG]http://img826.imageshack.us/img826/3012/screenshot2yv.png[/IMG][/URL]
    [URL=http://imageshack.us/photo/my-images/841/screenshot3aa.png/][IMG]http://img841.imageshack.us/img841/7042/screenshot3aa.png[/IMG][/URL]
    [URL=http://imageshack.us/photo/my-images/5/screenshot4on.png/][IMG]http://img5.imageshack.us/img5/6096/screenshot4on.png[/IMG][/URL]
    The Yellow Devil May Cry video is the video with the audio problem,
    The metal gear rising video is red because of the pic above it, and the sound works ok on that, infact that video is finished and uploaded to youtube now.

  • Scaling out when using Parameter Sweep

    Hi,
    For a somewhat more complex machine learning project I try to optimize one of my models by utilizing the parameter sweep. However, I noticed that this process is really slowing down the whole training thing. Is it possible to scale out this part of the experiment
    to give it a few more nodes/cpus to run/train/score different models adjacent to each other? I this already implemented? Or is there a reason why this is not possible? I'd assume that each train/score model is an independent event within the sweep parameter
    (especially when using the grid option).
    Thanks!

    Hello,
    We're investigating adding this functionality to the sweeper - thanks for the feedback!
    Regards,
    AK

  • Display "blank-out" when using Maya with a GF 7800?

    I have a problem where my LCD display occasionally blinks off for about 5-10 seconds when using Maya with a scene displaying about 100,000 polys. Has anyone else encountered this? This only seems to happen when I am quickly rotating the camera in a grey shaded perspective panel?
    My LCD is a Dell 20" LCD (set at 1600x1200) connected to a Geforce 7800 in a Quad G5 with 4.5GB of ram.
    I have never seen this issue before in Maya (I have been using Maya for years, on other machines), so I suspect it is hardware or driver related?

    OK, have completed several tests. I definately seems that the my Geforce 7800 has problems when running some applications. I wonder if anyone else has encountered this problem?
    The easiest way to cause the display to momentarily shut off is to use Maya in the full screen perspective camera window in shaded mode. Proceed to rapidly move a 20,000 poly model (or greater) both zooming and rotating (the polys need to fill the entire screen and shake the mouse).My display (Dell 20" 2001fp) will blink-off for a few seconds. Of course, this in not "normal" work flow, but I have this issue happening when working normally, it can sometimes take time to occur.
    I have tried the Geforce 6600 (256mb ver) and this does not occur with that video card. I have tried several mice both wired and wireless, plus changed the Energy Saver options for Processor performance (from comments I read on Macintouch.com). The problem is consistent to my Geforce 7800. This problem will also occur in Photoshop CS, by moving images and resizing, but I found it much harder to induce.

  • ACR returning images with pixel drop-out when used as smart filter in HDR2

    Photoshop CC - when using a 32-bit image in HDR2 "Tone in ACR" returns an image that contains areas where random groups of pixels are simply black. Typically occurs in shadow areas.
    Same 5 raw files processed by Oloneo exhibit no problems. Individual raw files processed by Photoshop CC show no problem - only seen in HDR2.
    I tried accessing Photoshop Bug Report but it hands you off to Photoshop.com where after you make the report it won't let you sign in. Revel only accepts photos.

    GOT IT!!!!
    After we eliminated Adobe settings, and the software, I started wondering what's outside that could be affecting VPE.
    It's the resolution of the screen!  I have a MBP Retina.
    Using SetResX, I cranked the resolution of my screen from the default retina 1440 x 900 to the hardware's native res of 2880 x 1800.
    THIS FIXED IT.
    The resulting PNGs from the export perfectly match the planes (DXF Mesh).
    So, I'm asserting that there may be a bug in the current release of PS CC where it is not compatible with the default retina resolution on the MacBook Pro.

  • Cannot send report out when using "program rsrd_broadcast_starter"

    I create Program for sending report to many users with BEx Broadcasting concept.
    I have a loop for sending report out to many users.
    For the first time, the report will be sent out.
    But the second time, the report won't be send out.
    What's wrong with my code?
    Here is my coding.
    =============================================================================
          LOOP AT gt_variant INTO gs_variant.
    *Change E-mail of BEx Broadcaster
            SELECT SINGLE * FROM /bic/azopa_d0100 INTO wa_dso
            WHERE co_area = gs_variant-zco_area
            AND rspl_cha = gs_variant-zcost_center
            AND /bic/zreptype = gs_variant-zreptype.
            IF wa_dso-/bic/zbimail1 IS NOT INITIAL.
              mail = wa_dso-/bic/zbimail1.
            ENDIF.
            IF wa_dso-/bic/zbimail2 IS NOT INITIAL.
              CONCATENATE mail ';' wa_dso-/bic/zbimail2 INTO mail.
            ENDIF.
            IF wa_dso-/bic/zbimail3 IS NOT INITIAL.
              CONCATENATE mail ';' wa_dso-/bic/zbimail3 INTO mail.
            ENDIF.
            SELECT SINGLE *  FROM rsrd_sett_node_a INTO wa_email
            WHERE  setting_id = 'ZOPA_KPI_REPORT_BEXBC_PP'
            AND id = 'DI_EMAIL' AND rsr_index = '0'.
            wa_email-value = mail.
            UPDATE rsrd_sett_node_a FROM wa_email.
    *Using Program 'rsrd_broadcast_starter' to run BEx broadcaster name 'ZOPA_KPI_REPORT_BEXBC'
            SUBMIT rsrd_broadcast_starter WITH p_settng = 'zopa_kpi_report_bexbc_pp' WITH p_online = 'X' AND RETURN.
    *Send mail out
            WAIT UP TO 5 SECONDS.
            IF sy-subrc EQ 0.
              SUBMIT rsconn01 WITH mode = 'INT' WITH output = ' '.
            ENDIF.
          ENDLOOP.

    Hello,
    Perhaps the wait time is too low and there is contention? Have you tried to extend it?
    Why dont you just maintain all of the names in the broadcast setting zopa_kpi_report_bexbc_pp. This is the expected behaviour.
    Regards,
    Michael

  • Wget - Connection timed out when using "long" strings

    I'm having a problem with a little script to change some settings for IP-phones. Here is the script:
    #!/bin/bash
    for i in "0" #"4"
    do
    for j in $(seq 176 176)
    do
    wget --timeout=1 --tries=1 --keep-session-cookies --save-cookies cookies.txt --post-file=postfile http://192.168.$i.$j/dologin.htm
    wget --timeout=1 --tries=1 --load-cookies cookies.txt --post-file=postfile2 http://192.168.$i.$j/update.htm
    done
    done
    postfile looks like this and is just for logging in:
    P2=<pass>&
    postfile2 looks like this:
    P270=123456&
    The problem now is, when using it like above, everything works fine. But if I make the text in postfile2 one character longer, I get this:
    Connecting to 192.168.0.176:80... connected.
    HTTP request sent, awaiting response... Read error (Connection timed out) in headers.
    Giving up.
    It doesn't matter where I put the character to make the string longer (I can for example use P32=1234567& and it works). I have tested the script from different machines and used different phones, always the same. Any ideas?

    daf666 wrote:The two files look identical, are you sure that the "bad" one is actually a capture of the timed out session? (both have same data length and same value in the content-length header).
    Yes, they are different and the bad is is from the timeout .
    daf666 wrote:Anyway, this timeout might occur, if for some reason wget will say content length is 10 and send only 9 characters in the post request..
    Any idea what I can do about it? There is something fishy going on. I did this once before a few month ago when I wanted to change other settings. I tried to do the same thing again but even this doesn't work anymore. Maybe I should just try curl .

Maybe you are looking for

  • Adobe Reader 11.0.09

    Background: Installing on about 500-900 PCs and Laptops Windows XP and Windows 7 (I'm aware 11.0.09 isn't supported on XP so I have a separate 11.0.08 package for the XP users) Using SCCM 2007, NOT using SCUP Pretty much followed this guide (My Tech

  • Plz help me on castor :urgent

    hi, i m developing a tool to generate sample xml files from a given xsd. does castor provide some methods to retrieve the values of constraints specified in the schemaa part of my xsd is as follows: xs:simpleType name="UserIDType">              <xs:r

  • IPod Screen Issue

    I recieved my iPod 3rd Gen. brand new for Christmas. I opened it on Tuesday, Jan. 6th, and set it up with iTunes. I also recieved an iTunes Gift Card, so I tried to download a video (with no success - it would download 270MB/1.18GB and stop). I have

  • Is initial sync glacially slow normal?

    Moved up to a itouch 64GB from 80GB ipod classic.  The initial sync with iTunes library is painfully slow.  Almost deathly.  Is this normal?  I'm just syncing music.  No photo or video.  Any way to speed it up?

  • When I bought my notebook it came with Itunes, I purchased a few songs, then my note book crashed.  How do I get back what I purchased?

    When I purchased my notebook Itunes was a feature.  After I used it about 6 months ago my computer crashed and I had to reinstall everything.  I need to know how to get back my purchases from Itune store?