Problem in the video game

Hi all

I have a MIDlet application. If we get a phone call on the device and we reject the phone call during playback of the video, the phone screen has not refreshed. I used PhoneListener to get the event for incoming phone call. Whenever we receive a telephone call during video playback stop video in callIncomingEvent and displays a "Video stopped" message, also remove us the stop command and reading in Canvas.But order nothing happens, no message display

Canvas not the s command is deleted/added.

If we answer the call, then the code is working well, the only problem is when the appeal is dismissed.

Can you tell me what is the purpose o this strange behavior.

Waiting for your response.

Thank you

Ankit

Hello

Problem solved, thanks to jiqqak, I was not managing events STOPPED and DEVICE_UNAVAILABLE.

See you soon

Ankit

Tags: BlackBerry Developers

Similar Questions

  • I rented a movie on google play. He will not play. I get a message that says: "there was a problem playing the video on this browser. Help!

    I rented the movie and proceeded to go to google play to see. It acts like it is loading, but the screen goes black and a message says: "there was a problem playing the video on this browser. Try the movies play & TV Chrome App. Learn how to install Chrome and chromium app here. problem: I tried to download Chrome (which I don't like), but it seems not to take. I even rebooted. Google opens upward in Chrome. I really want to watch this movie! Help!

    Try:

  • I hope to find a solution to the problem of the video screen FOR the dell latitude 10 Tablet

    Hello

    I have the dell latitude 10 Tablet

    I have a problem in the video display device and especially if the video is HD with precision
    Video is very slow and "forced" terribly... I'm surprised this problem.
    Formate worked for the device is not not to solve the problem... Experience the same video on the w510 Acer Tablet and it works fine
    Fact the imbalance of the is the problem of my camera... or what specific problem... Help, please

    Hi ALI IBRAHEM,.

    If I understand you correctly, HD video playback problem has been resolved by installing the driver Pack for the user installing Intel.

    To control the imaging (Webcam) of Windows 8 machine does not need to install the camera application. Windows 8 operating system has 'Camera' app. You can access the application 'Camera' of the start screen. In case you are not able to see the application of the 'Camera' on the start screen, you can download it "Windows Store Apps".

    • In the start screen, click the tile 'Camera' to open the application
    • If the app invite you to use your camera and microphone, choose "allow".
    • Adjust the settings, if desired
    • To take a picture, click anywhere on the screen
    • The camera app saves all your loving photos and videos in a folder called "Camera Roll" in your photo library.

    Answer please if you have any other questions. I'd be happy to help you.

  • Problem with the video card Inspiron 7520

    Hi all


    Since I installed the 8.1 update windows I have problems with the video card. PC 2 video cards are installed:

    (1) AMD Radeon HD M 7730
    (2) Intel(r) HD Graphics 4000

    The main problem is that the resolution of the screen is fuzzy. I downloaded from Dell, the updates for both cards and tried to install, but it does not change Sub. My question is: is there a special procedure to install a driver?

    Thanks to you all!

    HELPPPPPPP!

  • To develop a common relational prior measure between teams in the video game database

    Hi all

    We use the Oracle 10 g 2 enterprise database.

    I have a table with 3 columns Gameid, Crewid, Release_Yr

    For each game, there are several lines for the crew has worked on this game.

    Other games have a different number of the crew have been working on this game.

    I want to develop a common relational prior measure between teams in the video game database.

    The idea is to understand the degree of familiarity people have, in a team, based on their prior membership of the team.

    For example game VG1 4 crew members are associated (this will be captured in 4 lines in the table)

    Team A, B, C, D.

    So, for the crew a VG1 game, each prior association (compare all games including the year of release is equal or before the game current year of release)

    will be checked. If the crew has worked three times with the B team on different games (VG2, VG3, VG4) and once with D (VG2)

    them, the measure will be of 3 + 1 = 4

    I'll try to explain this graphically (with crew in columns, well in the table, they are in lines)

    To calculate the measure for VG1

    GAMEID Crewid Release_Yr rank (the rank is just for the sake of explanation)

    --------------------------  ------------------------

    VG1 A B C D 1 2013

    VG2 A B C D 2012 2 X

    VG3 A B C Z 3 2012

    VG4 A B Y Z 4 2012

    VG5 HAS C Y Z 5 2012

    (1) measurement for VG1 to crew A with respect to B

    GAMEID Crewid line

    ----------- ------------      --------

    VG2 A AND B 2

    VG3 A AND B 3

    VG4 A AND B 4

    -----------------------------

    Total 3

    Measure for VG1 for crew has compared to C

    GAMEID Crewid line

    -----------  -------------         --------

    VG2 HAS C 2

    VG3 HAS 3 C

    VG5 A 5 C

    -----------------------------

    Total 3

    Measure for VG1 for crew has against D

    GAMEID Crewid line

    ---------------------------------

    VG2 A D 2

    -----------------------------

    Total 1

    So the final measure for vg1 to crew A = 3 + 3 + 1 = 7

    ================================================

    (2) calculate the same measure for the B = crew

    Measure for VG1 for crew B in respect A + measure for VG1 for crew B over C + measure for VG1 for crew B with respect to D

    3 + 2 + 1 = 6

    (3) calculates the measure for crew C = 3 + 2 + 1 = 6

    (4) calculates the measure for crew D = 1 + 1 + 1 = 3

    /*

    -script

    create the table game

    (

    GAMEID varchar2 (30),

    crewid varchar2 (30),

    release_yr number (4.0)

    );

    Insert in game values ('VG1', 'A', 2013);

    Insert in game values ('VG1', 'B', 2013);

    Insert in game values ('VG1', 'C', 2013);

    insert into set values ('VG1"'d', 2013");

    Insert in game values ('VG2', 'A', 2012);

    Insert in game values ('VG2', 'B', 2012);

    Insert in game values ('VG2', 'C', 2012);

    insert into set values ('VG2"'d' 2012 ');

    Insert in game values ('VG2', 'X', 2012);

    Insert in game values ('VG3', 'A', 2012);

    Insert in game values ('VG3', 'B', 2012);

    Insert in game values ('VG3', 'C', 2012);

    Insert in game values ('VG3', 'Z', 2012);

    insert into game values ('VG4', 'A', 2012);

    insert into game values ('VG4', 'B', 2012);

    insert into game values ('VG4', 'Y', 2012);

    insert into game values ('VG4', 'Z', 2012);

    insert into game values ('VG5', 'A', 2012);

    insert into game values ('VG5', 'Y', 2012);

    insert into game values ('VG5', 'C', 2012);

    insert into game values ('VG5', 'Z', 2012);

    */

    -output

    GAMEID CREWID RELEASE_YR measurement

    VG1         A                 2013                  7

    VG1         B                 2013                  6

    VG1         C                 2013                  6

    VG1         D                 2013                  3

    VG2 A 2012 and so on

    VG2 B 2012

    VG2 C 2012

    VG2 D 2012

    I can implement the solution using sql and plsql and completely free to use any approach.

    My actual table has around games 6,82,803 video

    Total of records in the table is of about 28,03,800

    Crew of average per game is 4 and some games bigger than the 900 crew.

    Thank you very much.

    Sheetal Gupta

    Try this and let me know if something goes wrong. I wrote the request so that, for example for example, crewid X in gameid VG2 doesn't have a corresponding value. His count is therefore 1. If this is not the case, let me know on what needs to be done. If you want it to be 1, then remove the DECODE function and just use COUNT (*).

    SELECT T1. GAMEID,

    T1. CREWID,

    T1. RELEASE_YR,

    DECODE (COUNT (*), 1.0, COUNT (*)) CNT

    GAME T1 LEFT OUTER JOIN

    GAME T2

    ON T1. GAMEID! = T2. GAMEID

    AND T1. CREWID! = T2. CREWID

    AND T1. RELEASE_YR > = T2. RELEASE_YR

    AND EXISTS (SELECT CREWID FROM GAME WHERE GAMEID = T1. GAMEID AND CREWID = T2. CREWID)

    AND EXISTS (SELECT 1 GAME WHERE CREWID = T1. CREWID AND GAMEID = T2. GAMEID)

    GROUP T1. GAMEID,

    T1. CREWID,

    T1. RELEASE_YR

    ORDER BY GAMEID, CREWID;

    OUTPUT:

    VG1 A 7, 2013

    VG1 2013 6 B

    VG1 2013 6 C

    VG1 2013 3 D

    4 2012 VG2

    VG2 2012 3 B

    VG2 2012 3 C

    VG2 D 2012 0

    VG2 X 2012 0

    VG3 A 6 2012

    VG3 2012 4 B

    VG3 2012 4 C

    VG3 2012 4 Z

    VG4 A 5 2012

    VG4 2012 3 B

    VG4 2012 2 Y

    VG4 2012 4 Z

    VG5 A 5 2012

    VG5 2012 3 C

    VG5 2012 2 Y

    VG5 2012 4 Z

    Post edited by: Parth272025

  • Problem with playing video games, DVD and CD audio with windows Vista.

    I had a problem to read these types of discs with my hard drive. It does not recognize that there is a disc at all. This ONLY happens with new discs I get, for example by trying to install a new video game or download a new album that I just got. If I want to play a previously installed game I put game disk in and it works perfectly fine. This only happens with new games that I have not yet installed. E.g. I want to play starcraft, previously installed. I put the cd in starcraft and the game appears as usual. But if I want to install starcraft II nothing happens when I put StarCraft II in the disk drive, even if I go to my computer and double click on your drive, it just opens the CD door and asks to put a disc in when we're already here.

    I tried MR. Fix and it recognizes that there is a problem but is unable to repair. I tried to uninstall the disk driver and not the fixed not restart, but who either.

    Hello

    You have disk problems as the CD/DVD is actually 4 discs in 1 case (CD & DVD burn
    and CD and DVD read). So it is not unusual for 1 or 2 operational so that other parts
    do it right.

    A CD/DVD cleaner might help.

    -----------------------------------

    Step 1: Please do all the same underneath if you did some before as is often total
    a process that solves the problem.

    Try this - Panel - Device Manager - CD/DVD - double click on the device - driver tab.
    Click on update drivers (this will probably do nothing) - RIGHT click ON the drive - uninstall.
    RESTART this will refresh the default driver stack. Even if the reader does not appear to continue
    below.

    Then, work your way through these - don't forget the drive might be bad, could be a coward
    cable or slight corrosion on the contacts (usually for a laptop) and other issues.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.microsoft.com/kb/314060 - a Mr Fixit

    Try this fix manually if the Fixit 314060 does not work
    http://www.pchell.com/hardware/cd_drive_error_code_39.shtml

    Your CD or DVD drive is missing or is not recognized by Windows or other programs-
    a Mr Fixit
    http://support.Microsoft.com/kb/982116

    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to
    for Windows Vista
    http://support.Microsoft.com/kb/929461

    When you insert a CD or a DVD, Windows Vista may not recognize the disc
    http://support.Microsoft.com/kb/939052

    Your CD or DVD drive cannot read or write media - A Mr Fixit
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    CD/DVD drive does not appear in Windows Vista, or you receive this error in Windows
    Vista installation after booting from the DVD (AHCI)
    http://support.Microsoft.com/kb/952951
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

    Hardware devices not detected or not working - A Mr Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    Another possibility is that the cables are loose. Remove ALL power, then make sure that the cables in both
    ends. Remove and replace, do not just tight. For laptops, you can often clean power and
    contacts data with a pencil eraser.

    Some DVD players do not use the Windows default drivers so check with the manufacturer of system and
    manufacturer of device to see if there is a firmware or drivers for your drive if necessary.

    ===============================

    Step 2: You have disc problems as the CD/DVD is actually 4 discs in 1 case (CD & DVD
    Burn and CD and DVD read). So it is not unusual for 1 or 2 operational so that other parts
    do it right.

    Did you follow the Troubleshooting Guide for the reader who still does not work? There are
    the entries in registry that the troubleshooter does not solve and those who "might" be the cause.

    Check with your Maker system and a device for the two possible firmware updates and
    the correct registry entries for your car.

    Here are the keys that I of course are those in question - for the subkeys of the CD/DVD drive
    as there will be other subkeys in these keys. Do not forget to ask specific keys involved as well as
    the parameters.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}

    -----------------------------------------------------------------------

    You can probably find more info here and maybe even the exact registry for your CD/DVD settings
    drive from someone with the same model.

    Forums - a lot of expert real help
    http://Club.myce.com/

    CD/DVD units
    http://www.myce.com/storage/

    Use DevManView to locate the CD/DVD in the registry (be careful and do a prior Restore Point)
    nothing change) - find the DevManView device and then make a right click on it free in RegEdit.

    DevManView - free - an alternative to the standard Windows Device Manager, which displays all the
    devices and their properties in flat table, instead of the tree viewer
    http://www.NirSoft.NET/utils/device_manager_view.html

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Satellite 5100/201: problem with the video card or overheating?

    HY,

    I have problems with video on a 5100/201 Satellite. It seems that when I press the left side above the graphics card or press a key on the keyboard on this side, the screen begins to be scrambled and vertical lines appear. To end Windows XP resets giving a critical error on the device and the video goes to 640 x 480. Same thing happens when you run Linux Suse 9.0.

    My question is what is the cause: map graphic damaged or overheating due to the fan not as effective as originally (my laptop is nearly two years old. Do you have someone be able to find the cause and solved the problem, also with the assistance of Toshiba?
    Any help welcome.

    Hello

    I think the problem on your laptop depends on the fan.

    A colleague on mine has a 5100-603 and had similar problems.

    The Station changed the fan.

    Good bye

  • Problem with the video card and satellite L650 - 1 M 6

    Good evening!
    I have the new Satellite L650 - 1 M 6 with no operating system. When I did a fresh install of Windows 7 32 bit, I had several device problems. Most of them that I managed solve my self (as wlan drivers) but now I need your professional help.
    At this moment, I had left this problem of devices (on the information system):

    Not available ACPI\TOS6205\4 & 4A257CF & 0 the drivers for this device are not installed.

    I think it might be the video card (must be ATI HD5470) but SysInfo says:

    Type available, compatible adapter (Standard display types)
    Description Standard VGA Graphics Adapter adapt

    Would appreciate any help on this.
    Thank you in advance.

    Hello

    As I see you as laptop without OS and you try to install and configure your own operating system.
    In many posts, I wrote here that I write again and again that the most important thing is to install all the drives and Toshiba specific stuff according to the order of installation right then, here's the order of installation for your laptop model:

    Win7
    TOSHIBA Assist 3.00.10_O
    TOSHIBA Extended tiles for Mobility Center Windows V1.01
    Synaptics Touch Pad Driver 15.0.8.1
    Realtek 6.1.7600.30111 card reader
    V2.0.0.6 TOSHIBA HW Setup Utility
    V2.0.0.3 TOSHIBA supervisor password utility
    TOSHIBA Web Camera Application V1.1.1.15
    TOSHIBA HDD_SSD 3.1.64.6 attention
    SW 9.1.1.1024 Chipset installation utility
    Intel Management Engine Interface 6.0.30.1203
    Display driver
    Driver Intel Turbo Boost Technology 1.1.1.1007
    Driver Intel Rapid Storage Technology 9.5.7.1002
    Conexant Audio Driver 4.119.0.61
    TOSHIBA value added package 1.3.3_64
    LAN driver
    TOSHIBA Software Modem 2.2.97 (SM2297ALS05)
    Driver for Conexant Modem 7.80.4.50
    Battery Bluetooth for Windows by Toshiba v7.10.10 (T)
    Wireless LAN driver
    ConfigFree 8.0.29

    I recommend reinstall you Win7 and continue with all the other stuff flowing this install order and I hope everything will be OK.

  • stop the video game at fixed intervals

    When the received video data is read, it stops every 11 seconds. When the mobile switch is applied it plays the video for 11 seconds.

    Hello

    1. you are trying to view videos online?

    If so, which browser do you use?

    2. what operating system is installed on the computer?

    If you are facing this problem on a flash drive, the flash player on your computer may be out of date or corrupted, I suggest to uninstall and reinstall Adobe Flash
    Adobe uninstall tool.
    http://helpx.Adobe.com/Flash-Player/KB/uninstall-Flash-Player-Windows.html#main_Download_the_Adobe_Flash_Player_uninstaller

    To reinstall Adobe Flash player, follow this link:
    http://get.Adobe.com/flashplayer/

  • Unable to get Patch for the video game.

    Ryan Brown Michael

    Hi Ryan,

    Here are the minimum system requirements for a computer to run Rise of Nations: Rise of Legends:

    • Microsoft Windows XP
    • A 1.4 gigahertz (GHz) processor
    • 256 megabytes (MB) of system RAM
    • A hard drive with at least 3.3 gigabytes (GB) of available space
    • A speed of 32 x CD player
    • A 64 MB video card compatible Hardware Transform and Lighting
    • A card sound and speakers or headphones
    • A Microsoft mouse or a compatible pointing device
    • A 56.6 kilobits per second (Kbps) or faster to play Internet connection online
    • DirectX 9 .0c

    You can use the DirectX Diagnostic tool to display information from the computer and verify that the computer meets the minimum required settings to run Rise of Nations: Rise of Legends. To do this, follow these steps:

    1. Click Start, click run, type dxdiag, and then click OK.
    2. On the System tab, view the processor and memory details.
    3. Click the view tab.
    4. In the device box, note the name of the video card and its approximate total memory.
    5. Click exit.

    For more information about the system requirements and compatibility, see:

    http://support.Microsoft.com/kb/917717

    If your system meets the minimum requirements for the game, I suggest you uninstall and reinstall the game, ensuring that you have the latest video drivers for your graphics card.

    Here is a link to increase Nations Center Solution:

    http://support.Microsoft.com/GP/cp_riseofnations_master#TAB0

    Dave D
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Problems with the video card and sound card on Toshiba model #PSLCOU - 02701G

    I bought a new laptop in 2009, and it is a Toshiba, model #PSLCOU - 02701G. After about three months the video card and the sound began to spoil. It's what he does, I can go on U-tube or any web site that has a video to watch like CNN news, etc. What it does is it starts to play and the video and the sound is good and he paused for a few seconds and starts again, new breaks and pauses, starts, pauses, starts. He does it all the time, and I was wondering if you all have any idea whats going on? Help? Help?

    It really sucks when you try to watch the news. Also, I put a CD or DVD into the laptop and it works perfectly. I can watch any DVD or listen to a GREAT Cd.

    How is your network connection?  Sometimes, the system needs to create a cache to store the downloaded information and if the download is not pass quickly enough the system will freeze while wiaiting for download to catch up - not a problem with your sound cards and video, but with the speed of Connection on the website or on the network itself (or your network equipment).  This looks like the case if the DVD and the CD's works fine.  Check your internet connection and try to download the video pages to see if the problem is with all the downloads, or only those on a site.  You can contact your ISP and have them help check you connection and settings and the modem for problems or changes, you can do to improve things. Sometimes happens to me as well in the internet connection runs slower than normal and there is nothing that I can do but wait to accelerate - and it's frustrating.

    You can get in trouble with your device drivers.  Go to the Device Manager by going to start / find and type Device Manager and enter and then double-click on the program icon that appears.  Check each device to a red x, yellow! or white?  These identify devices with problems probably (drivers, but also of conflict or something else).  Click on each for more details and troubleshooting tips.  If you need to get the drivers (and you need you to do all you have time to do, but at least the network card, sound card and video card - they can help way beyond simply solve this problem), get the computer dealer or the manufacturer of the device (NOT of Microsoft Updates).  In fact, you must disable automatic updates in Windows Update driver as follows: http://www.addictivetips.com/windows-tips/how-to-disable-automatic-driver-installation-in-windows-vista/. Follow these steps to get the drivers: http://pcsupport.about.com/od/driverssupport/ht/driverdlmfgr.htm.  Once you have the drivers, you can install them via the Manager device as follows: http://www.vistax64.com/tutorials/193584-device-manager-install-driver.html.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Problem with the video on the computer.

    Hi, my computer suddenly become glitchy and started screen tearing up about 20 minutes ago.

    I did a survey and found a dmp file that I believe is associated with the problem.

    This problem has never happened before, but I want to fix any damage in the future.

    Online Crash Analysis snapshot, presented by the OSR Open Systems Resources, Inc.. Primary analysis

    Crash Dump Analysis provided by OSR Open Systems Resources, Inc. (http://www.osr.com)
    Online Crash Dump Analysis Service
    See http://www.osronline.com for more information
    Windows 7 Kernel Version 7601 (Service Pack 1) MP (8 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 7601.18409.amd64fre.win7sp1_gdr.140303-2144
    Machine Name:
    Kernel base = 0xfffff800`03063000 PsLoadedModuleList = 0xfffff800`032a6890
    Debug session time: Fri Sep 19 22:41:44.936 2014 (UTC - 4:00)
    System Uptime: 1 days 0:59:18.919
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    VIDEO_TDR_TIMEOUT_DETECTED (117)
    The display driver failed to respond in timely fashion.
    (This code can never be used for real bugcheck).
    Arguments:
    Arg1: fffffa8016a72010, Optional pointer to internal TDR recovery context (TDR_RECOVERY_CONTEXT).
    Arg2: fffff8800ff9e5c8, The pointer into responsible device driver module (e.g owner tag).
    Arg3: 0000000000000000, The secondary driver specific bucketing key.
    Arg4: 0000000000000000, Optional internal context dependent data.
    
    Debugging Details:
    ------------------
    
    TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2
    
    FAULTING_IP:
    nvlddmkm+1575c8
    fffff880`0ff9e5c8 ??              ???
    
    DEFAULT_BUCKET_ID:  GRAPHICS_DRIVER_TDR_TIMEOUT
    
    TAG_NOT_DEFINED_202b:  *** Unknown TAG in analysis list 202b
    
    BUGCHECK_STR:  0x117
    
    PROCESS_NAME:  System
    
    CURRENT_IRQL:  0
    
    STACK_TEXT:
    fffff880`0272e4f0 fffff880`0fd5a72b : fffffa80`16a72010 fffff880`0fda709b fffffa80`16a72010 fffff880`0fd28843 : watchdog!WdDbgReportRecreate+0xa3
    fffff880`0272ea10 fffff880`0fd5b3f0 : fffff8a0`11e66e90 fffff8a0`11e66e90 00000000`00000080 fffffa80`16a72010 : dxgkrnl!TdrUpdateDbgReport+0xcb
    fffff880`0272ea60 fffff880`0fd2f6b3 : 00000000`00000001 fffffa80`11fc9000 00000000`00000000 fffff880`0000009f : dxgkrnl!TdrCollectDbgInfoStage2+0x220
    fffff880`0272ea90 fffff880`0fd5bf43 : fffffa80`1191ea58 ffffffff`fffe7960 fffffa80`16a72010 00000000`00000000 : dxgkrnl!DXGADAPTER::Reset+0xef
    fffff880`0272eb40 fffff880`0f03803d : fffffa80`12608d50 00000000`00000080 00000000`00000000 fffffa80`1191e410 : dxgkrnl!TdrResetFromTimeout+0x23
    fffff880`0272ebc0 fffff800`0337473a : fffffa80`120a3ca0 fffffa80`1617cb50 fffffa80`0ca8c5f0 fffff880`0272ecd8 : dxgmms1!VidSchiWorkerThread+0x101
    fffff880`0272ec00 fffff800`030c98e6 : fffff880`03102180 fffffa80`1617cb50 fffff880`0310d0c0 fffff880`010b17e7 : nt!PspSystemThreadStartup+0x5a
    fffff880`0272ec40 00000000`00000000 : fffff880`0272f000 fffff880`02729000 fffff880`0781fd40 00000000`00000000 : nt!KxStartSystemThread+0x16
    
    STACK_COMMAND:  .bugcheck ; kb
    
    FOLLOWUP_IP:
    nvlddmkm+1575c8
    fffff880`0ff9e5c8 ??              ???
    
    SYMBOL_NAME:  nvlddmkm+1575c8
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: nvlddmkm
    
    IMAGE_NAME:  nvlddmkm.sys
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  5414a236
    
    FAILURE_BUCKET_ID:  X64_0x117_IMAGE_nvlddmkm.sys
    
    BUCKET_ID:  X64_0x117_IMAGE_nvlddmkm.sys
    
    Followup: MachineOwner
    ---------
    

    This free analysis is provided by the OSR Open Systems Resources, Inc..
    You want a better understanding of the analysis of crash dump? Discover our kernel Crash Dump Analysis and Windows debugging

    Hi Summet

    Problem with the NVIDIA graphics driver

    Please visit the NVIDIA site and install the video driver

    Choose your graphic card model and download it and install it, I m Sure/Hope that will solve the problem

  • Problem with the video thumbnail and presentation on SnS

    Hello

    I have install DMM and SnS 5.2.0 on vmware. Problems are video thumbnail not worked (just see the static image as a roll of film) and if I created the video with the presentation, the image of presentation showed nothing. This limitation comes from the vmware version? Thank you.

    In this case, show and share should generate thumbnails automatically.

    Anyway, as you know that VMware version is not officially supported, so if you want to continue, the first thing to do would be implementation of the software in a show and share the device and see if the same problem occurs.

    That's what I get to support your configuration

    Concerning

    Daniel

  • Problems with the Sims game.

    FIRST OF ALL, AS FAR AS I KNOW I'M CAPPING CANNOT READ THE SCREEN HARDLY TYPE, BUT ANYWAY, I ME ASK WHY UR SIMS TURN 2 AND 3 NOTHING BUT ONE THING MONEY WE ALREADY BUY THE GAMES, WHY DO WE HAVE TO PAY FOR YOUR SITE? THEN WHY DO I NEED ORIGINAL AND GOOGLE CHROME ON MY COMPUTOR WITH WINDOWS 7 JUST DOWNLOAD STUFF TO YOUR SITE I HAVE TO HAVE GOOGLE CHROME SOMETHING I DON'T WANT ORINGIN AND I DO NOT SEE WHY WE SHOULD HAVE TO HAVE THIS ORIGIN BECAUSE IT SERVES NO PURPOSE WHATSOEVER, BUT TO ADVERSTISE WE CAN WE HAVE NOTHING WITHOUT BEING BOMBED BY ADVERSTISING CONSTANT , WHICH MAKES US WANT TO HAVE FUN WITH WHAT WE HAVE ALREADY BOUGHT NOT TO BUY MORE STUFF AND UR GAMES ARE TOO HIGH IN PRICE. ALSO, I HAD TO IMPROVE MY COMPUTOR FROM WINDOWS XP TO WINDOWS 7 FOR THE SAME REASONS I DESCRIBED JUST ABOUT GAMES. THEN I ME REQUEST WITH THIS UPGRADE TO WINDOWS 7 I CAN'T EVEN PLAY MY SIMS 2 AT ALL AND I SPENT ALL THIS MONEY ON EACH GAME EXSPANSION PACK AND NOW I CAN NOT EVEN PLAY IT AND IF U THINK I'LL DO THE SAME TO BUY ALL THE SIMS 3 ONLY TO HAVE A FEW YEARS U FIX IT SO I CAN NOT PLAY THEM OR IT IS JUST NOT WHO WILL HAPPEN IS RIDICULOUS IN MY OPPION ALSO I LOVED THE SIMS 2 IS BETTER THAN THE SIMS 3 CAUSE U COULD DO MORE IN IT AND I VERYILY CRAZY A TOOTH IN THE GAME SIMS 2 BEFORE IT WAS RIPPED RIGHT OUT OF MY HAND THROUGH CHANGES IN THE COMPUTORS AND NOW I HAVE ALL THIS MONEY SPENT FOR THE GAMES I CAN'T PLAY SAME U KNOW IT IS A GOOD WAY TO LOSE ALL SIMS FANS HEART AND GAME, PLAYERS. AND FOR THAT MONEY FROM THE ALMIGHTY DOLLAR WINS AGAIN GREEDY U U LOSE CUSTOMERS I AT 01:00 NOT TO INVEST ALL MY MONEY IN THE SIMS 3 WHEN I ALREADY DID IN SIMS 2 AND CAN'T PLAY AND MORE THAN HALF THE TIME DOWNLOAD MANAGER DON'T ME LET NOT ACCESS THE GAME EVEN WHEN WE CONNECT OR DON'T SIGN OR EVEN WHEN WE GOT THE PATCHES THAT WAS SUPPOSED TO OF THIS I SET AN ADULTS WHO LOVE PLAY SIMS TO RELAX AND I CAN'T BELIEVE AT THE AGE ADULT U ENJOY CHILDREN AS U DOING WITH UR ALWAYS PAY MORE AND MORE FOR WHAT WE HAVE ALREADY PAID TO GIVE US A BREAK EVERYONE IS NOT RICH OR DO WE CAN AFFORD ALL OF THIS? PLEASE EDGE OF UR LOYAL CUSTOMERS, THEY'RE NOT JUST CHILDREN U KNOW? P.S SHARON AS WINDOWS 7 DOES NOT SAY U NEED U FOR THESE GAMES, I'M PLAYING I ALSO SENT IT TO EA GAMES TOO. ALSO, I HAVE NO IDEA WHY WHEN U SELL A PRODUCT U NOT AT LEAST PUT INSTRUCTIONS ON HOW TO USE WHEN IT COMES WITH NOTHING IN ADD OR REMOVE, GIVING ARE WE SUPPOSE TO GUESS SUCH THINGS PLEASE HELP OR MAKE IT EASIER FOR CUSTOMERS OF HEART TO GET HELP HER SHIT I HAD TO UPGRADE TO WINDOWS 7 BECAUSE I COULDN'T NOT UPGRADES AND UPDATES IS NO LONGER FOR WINDOWS XP WHEN OFFICES IS STILL USING WINDOWS XP, WHICH GIVES I HAD BUY WINDOWS 7 AND I CAN NOT PLAY MY SIMS ON WHY I KNOW UR COMPANY IS AFFILIATED WITH EA GOOGLE CHROME AND OTHERS BUT STILL U SELL SOMETHING AND WE DO BUY MORE THINGS WHEN WE BOUGHT UR STUFF ALREADY IN THE FIRST PLACE TO RUN WINDOWS 7 ME UNDERSTANDING THIS?
    AND WHY I HAVE TO PAY MICROSOFT FOR HELP AT A PRICE OF $99.00 BECAUSE I GOT IT FOR HELP TO OVER 90 DAYS, WHEN I ALREADY BOUGHT THE WINDOWS 7 U HAVE TO PROVIDE FREE TO CUSTOMERS WHO BUY UR STUFF OR WE DO NOT WANT TO BUY UR STUFF MORE I SPENT MORE THAN A HUNDRED DOLLARS UPGRADING TO WINDOWS 7 AND I CAN'T GET ANY HELP TO RESOLVE THESE ISSUES ABOVE CUZ OF THE GREED OF HEART FOR MORE MONEY THAN U THINK CUZ YOUR COMPANY HAS MONEY GROWS ON TREES FOR THE REST OF US I MEAN U ITS SICK IF WE BUY UR PRODUCTS U SHOULD AT LEAST GIVE US FREE HELP TO USE THE PRODUCTS OR REFUND OUR MONEY I THINK SERIOUSLY TO TURN U ON BBB AND CONSUMER SOLVE THESE PROBLEMS AND STOP THE PUBLIC FLIGHT BE JUST UR LOYAL CUSTOMERS BEFORE SOMEONE SUES U CAN BE ME?

    Hello

    The question you posted would be better suited in the SIMS game support. Check out the link and ask the question.
  • Problem with the video for "VMware vSphere Hypervisor - install and configure.

    Hello

    In this page: https://my.vmware.com/group/vmware/evalcenter?lp=default & p = free-esxi5

    When you click on the "Installation and configuration" tab, we have access to videos for vSphere Hypervisor.

    But at the moment, none of the video can be shown.  I tried this in my computer at home as well as my company computer and none works.

    Someone who works for VMware please check this problem.

    Thank you

    OK, I just found what was "wrong".  These videos are "optimized" for Internet Explorer!   Yes, I tried on Firefox and Chrome on XP Pro and Win7, nothing worked.  Then after reading your message, I thought ' what happens if I try that? "  ... and indeed, the videos are displayed inside, I.e. I got suddenly a bad feeling, like I was back at the beginning of the 21st century!

    Come on!  Who would still do 'optimized' only website to know today?   I'm sure they will not be displayed on my Tablet either.

    I found these videos on YouTube:

    http://www.YouTube.com/watch?v=Xss_2Qx51fU

    http://www.YouTube.com/watch?v=adrO7SXyjBE

    http://www.YouTube.com/watch?v=8lkMIqgfOj0

    http://www.YouTube.com/watch?v=ZHUjDWpHJvU

    http://www.YouTube.com/watch?v=_MofPJsG9gQ

    I think they are the same videos (but the quality is really bad... 360 p.: geez!).  Could someone confirm that they are indeed the same as those in vmware.com?  THX

    PS: Oh, on the section "Help", I found it at help | United States but I've seen no paragraph telling me how to report a problem on the website.

Maybe you are looking for