Help with a game called "QUAKELIVE.

I played this game called QUAKELIVE, and sometimes when I join a match, it resumed its course he played and finally my computer screen everything black. Y at - it an update for NVIDIA? is it because QUAKELIVE is in beta?

Additional information:

The Version of Windows: Windows Vista SP1

Hello, RedSooty

Please use the Forum for answers!

What version of IE are you using?

If you are using Internet Explorer 8, he says it?
You can try to update your video card drivers.

We can't wait to hear back on your part.

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

Tags: Windows

Similar Questions

  • Help with rhythm game

    So I start University at the end of September (that is, 3d character animation) and need to get the grades to get in, unfortunately we have a flash of the im programming unit college course in now and we haven't learned anything at all and I mean nothing, we were given sheets printed and told to copy the code word for Word. so I really need help with my game. How would moving something my cursor? When I move the slider it follows it? also how to play animation click?

    My idea of the game is to have a style of rhythm game where the player moves the net and catches of the bee, something I thought would be simple to figure out how do

    It's my game at the moment, Ive used the code we were told to copy from the leaves and just changed the sprites:-any help would be amazing!
    https://www.dropbox.com/s/1pjbv2mavycsi3q/sopaceship%20rev7%20%20moving%20bullet.fla

    http://orangesplotch.com/blog/Flash-tutorial-elastic-object-follower/

    var distx:Number;

    var disty:Number;

    var momentumx:Number;

    var momentumy: number;

    follower.addEventListener (Event.ENTER_FRAME, FollowMouse)

    function FollowMouse(event:Event):void {}

    follow the mouse in a more elastic way

    using the momentum

    Follower.x = DISTX - mouseX;

    Gefrierschrank follower.y = - mouseY;

    momentumx = distx / 3;

    gefrierschrank = momentumy / 3;

    a little momentum

    momentumx * = 0.75;

    momentumy * = 0.75;

    go get that mouse!

    Follower.x += momentumx;

    Follower.y += momentumy;

    }

  • Need help with using MSN, called Khamtechnologies or Procomsupport247 for assistance.

    Original title: technical support

    Someone had agreements with Khamtechnologies or Procomsupport247?  My wife called the number of MSN support and getting first Khamtechnologies, then more recently Procomsupport247.  Procomsupport247 has done Khamtechnologies bankruptcy and that they were the new people tech for MSN.  The two companies have charged us for their technical support.  They want only to sign up for a multi year service contract.  SER these scams?  Any help would be appreciated.

    Hi WebbyDoo,

    The support that you have contacted seems to be a third party support. I suggest you refer to the Microsoft article below for more information about the calls of the scam and how to avoid the scam calls.

    http://www.Microsoft.com/security/online-privacy/avoid-phone-scams.aspx

    I suggest you refer to the Microsoft Support article to know how to contact support MSN to better help.

    How to contact MSN customer service:

    http://support.Microsoft.com/kb/940784/en-us

    Please do not hesitate to visit our Web site for any help with the Windows operating system.

  • NEED HELP WITH FLASH GAME!

    Hi all

    I am brand new to the forums here and I need help!  I'm on a very tight schedule for a flash game project, and can't seem to understand my problem.

    In my game of people shoot 4 different moving images and get points. Simple right? Although images is a question mark that can shoot people and when they do, I need flash to stop the timer game, a new popup window, the multiple choice question appear in the window and wait for the user to respond.

    NOTE: I would also like to be able to customize the size and location of the pop-up window!  Also, the question must be random.  I have a list of questions in a word doc.

    Then, if the answer to the question properly close window award 10 points and continue the game.  If you incorrectly answer the question, saying bad and then display the results of end game.

    Right now I have it to where it opens a pop up in a web browser and askes the question there.  The question is chosen at random from a file called random.html.  But I don't want the game to work this way. I want the game to open the pop in flash.  Can anyone help?  Time is a few hours, SORRY for THE SHORT NOTICE!

    Kapelski

    Everything to do with the movieclip is possible.  You can make sure the questions are changed dynamically whenever he appears... but it is a matter of design to be.  This has nothing to do with the popups... This is a clip that you can control the visibility of and what it contains.  In the Flash file will probably be easier to manage than a popup window outside, as far as the aspect programming and scoring goes.

    Create a movieclip that has a textfield for the question, and all what he needs in the way of user interaction.  Unfortunately, I didn't take the time to give a detailed approach to design.  If you manage to create a shooting game, creating a movieclip which works as you describe should be a fairly simple task for you.

  • Need help with a game

    Good so I created a stick figure using the online tool and do the walk animation. Each part of the body has its layer and my question is how do the stick figure move and jump using the arrow keys. So far I've done the character to move and jump, but I want also my walk animation starts when I press the arrow button and stop. I'm still a beginner and I play with some code and tutorials, but I can't make it work properly. I already have a platform game with a bouncing ball that was easy enough and now I decided to expand my knowledge by doing something more complicated. I would appreciate some help and explanation.

    123.png

    If your animations frame by frame are just to make the movement of the body and not really having body change location, and then for the object to move, you can use code and adjust/increment the _x and FLF properties for it.

    Here's some code that would make the figure move the arrow keys on the keyboard-based...  In this code, "the figure is the name of the movieclip that contaons all the animations of the body movement."  If the animation that you show above is on the main timeline, then you need to move inside the movieclip figure...

    var index = 3;  adjust the speed of traffic

    var keyListener:Object = new Object();
    Key.addListener (keyListener);

    keyListener.onKeyDown = function() {}
    If (Key.GetCode () == 38) figure._y = increment;  to the key
    If (Key.GetCode () == 40) figure._y += increment;  Press and hold
    If (Key.GetCode () == 37) figure._x = increment; left key

    If (Key.GetCode () == 39) figure._x += increment; right key

    }

  • Help with flash game

    I recently created a game where a ton of smileys go through the screen and you have to shoot them. I tried to add add a system of notation to so every time you click and destroy a smiley face to the partition and if you miss less, but my code doesn't seem to work;  not to mention that I'm not very good at coding lol. I also want to if you miss enough faces you lose the game. How would I go to do?  Here is my code so far:

    onClipEvent (load) {}
    startDrag (this, true);
    Mouse.Hide ();
    this.swapDepths (9999);

    }
    onClipEvent (mouseDown)
    {
    Might = new Sound (this);
    playsounds.attachSound ("shot");
    PlaySounds.Start (0, 1);
    for (i = 1; i < = 5; i ++)
    {
    If (this.) HitTest(_root["face"+i]) & & _root ["face" + i] .dead == 0)
    {
    _root ["face" + i] .gotoAndPlay (2);
    _root.score += 10;
    }
    }
    }

    It was made into a superior version of CS4 and I used AS2. Please and thanks in advance, I hope to get help.

    The line of route of return I had you replace by code textfield, but both leave the code of textfield.  If the output always shows the value of score change correctly, then you did something wrong with the implementation of the TextField.

  • need help with a game for a child of 5 years...

    my niece and her man have a 5 year old son, this kid like plants vs. zombies... great time... they got an xbox360 console #: 079576184607, console id #: 030054290249...

    they turn on system and put no matter what Xbox 360 game in the console, it won't play it keeps saying play dvd... could use really help... thanx

    I suggest you ask either in the Xbox Forums: http://forums.xbox.com/default.aspx or Xbox support: https://support.xbox.com/en-US/

  • Help with Bad Pool Caller BSOD (dump file is attached)

    Hello

    Just after I replaced the drive HARD laptop with an SSD and reinstalled Windows 8, I get random BSOD every week or so.

    Here is the link for the most recent minidump file skydrive: https://onedrive.live.com/redir?resid=9BA0B10B380B6294! 129 & authkey =! ABuY6dBEX5HA7Xw&ithint=file%2c.dmp

    If you need more, I can download those too.

    Any help would be greatly appreciated.

    Thank you!

    Work-PC

    This phenomenon was related to BdfNdisf6.sys Firewall NDIS6 BitDefender filter driver.  I would remove at least to test.

    Also and you need to update to win 8.1 as there are many, many bug fixes, it is more secure, etc.

    Microsoft (R) Windows debug 6.3.9600.17029 AMD64 Version
    Copyright (c) Microsoft Corporation. All rights reserved.

    Loading dump file [C:\Users\Ken\Desktop\071014-8468-01.dmp]
    The mini kernel dump file: only registers and the trace of the stack are available

    Symbol of validation of the path summary *.
    Location of response time (ms)
    C:\Users\Ken\Desktop OK

    Symbol of validation of the path summary *.
    Location of response time (ms)
    Deferred SRV * H:\symbols* http://msdl.microsoft.com/download/symbols
    Symbol search path is: SRV * H:\symbols* http://msdl.microsoft.com/download/symbols
    Executable search path is: C:\Users\Ken\Desktop
    Windows 8 Kernel Version 9200 MP (8 procs) free x 64
    Product: WinNt, suite: TerminalServer SingleUserTS
    By: 9200.16912.amd64fre.win8_gdr.140502 - 1507
    Computer name:
    Core = 0xfffff802 'f4011000 PsLoadedModuleList = 0xfffff802' f42ddaa0
    The debugging session: 22:22:57.777 Thu Jul 10 2014 (UTC - 04:00)
    System Uptime: 0 days 13:13:41.567
    Loading the kernel symbols
    .

    Press (cdb, ntsd, kd) ctrl-c or ctrl-BREAK (windbg) to drop the charges of symbol that take too much time.
    Run! SYM noisy before .reload to track symbols loading issues.

    ..............................................................
    ................................................................
    .........................................
    Loading user symbols
    Loading unloaded module list
    ..........
    *******************************************************************************
    *                                                                             *
    * Bugcheck analysis *.
    *                                                                             *
    *******************************************************************************

    Use! analyze - v to obtain detailed debugging information.

    BugCheck C2, {7 c, 11 1, 29001b, fffffa8010f31440}

    WARNING: Unable to verify timestamp for bdfndisf6.sys
    ERROR: Module load completed but symbols can be loaded for bdfndisf6.sys
    GetPointerFromAddress: unable to read from fffff802f4369168
    GetUlongFromAddress: cannot read fffff802f43691f8
    Probably caused by: bdfndisf6.sys (bdfndisf6 + bb33)

    Follow-up: MachineOwner
    ---------

    7: kd >! analyze - v
    *******************************************************************************
    *                                                                             *
    * Bugcheck analysis *.
    *                                                                             *
    *******************************************************************************

    BAD_POOL_CALLER (c2)
    The current thread is doing a bad pool request.  In general, it is an IRQL bad or double freeing the same allocation, etc.
    Arguments:
    Arg1: 0000000000000007, attempt to free pool which was already freed
    Arg2: 00000000000011c 1, (reserved)
    Arg3: blocking of the content of the memory of the 000000000029001b pool,
    Arg4: fffffa8010f31440, address of the block of pool is released

    Debugging information:
    ------------------

    DUMP_FILE_ATTRIBUTES: 0X8
    Generated Triage of the kernel image

    POOL_ADDRESS: non paged fffffa8010f31440

    FREED_POOL_TAG: TRPL

    BUGCHECK_STR: 0xc2_7_TRPL

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT

    Nom_processus: vsserv.exe

    CURRENT_IRQL: 2

    ANALYSIS_VERSION: 6.3.9600.17029 (debuggers (dbg). 140219-1702) amd64fre

    LAST_CONTROL_TRANSFER: from fffff802f4283a6a to fffff802f406b540

    STACK_TEXT:
    fffff880 '1 a 143318 fffff802' f4283a6a: 00000000'000000 c 2 00000000'00000007 00000000'000011 c 1 00000000' 0029001b: nt! KeBugCheckEx
    fffff880 '1 a 143320 fffff880' 049b4b33: fffffa80'10f31440 fffffa80 '11-93700 fffffa80' 106a5b00 fffffa80 111 d 8701: nt! ExFreePool + 0 x 984
    fffff880 '1 a 143400 fffffa80' 10f31440: fffffa80 '11-93700 fffffa80' 106a5b00 fffffa80 111 d 8701 00000000 00000001': bdfndisf6 + 0xbb33
    "fffff880 '1 a 143408 fffffa80' 11a 93700: fffffa80'106a5b00 fffffa80 ' 111 d 8701 00000000 00000001' fffff880 ' 049b52bd: 0xfffffa80'10f31440
    fffff880 '1 a 143410 fffffa80' 106a5b00: fffffa80 111 d 8701 00000000 00000001 "fffff880 '049b52bd fffffa80' 0f0d59e0: 0xfffffa80'11 was 93700
    "fffff880'1 has 143418 fffffa80 111 d 8701: 00000000 ' 00000001 fffff880 '049b52bd fffffa80' 0f0d59e0 fffff880 ' 1a 143480: 0xfffffa80'106a5b00
    fffff880'1 a 143420 00000000 00000001': fffff880 ' 049b52bd fffffa80 '0f0d59e0 fffff880' 143480 fffffa80 1A ' 10f31440: 0xfffffa80 111 d 8701
    fffff880 '1 a 143428 fffff880' 049b52bd: fffffa80 ' 0f0d59e0 fffff880 '1 a 143480 fffffa80' 10f31440 fffff880 ' 1a 143450: 0 x 1
    fffff880 '1 a 143430 fffffa80' 0f0d59e0: fffff880 ' 143480 fffffa80 '10f31440 fffff880' 1a 1A 143450 fffff880 ' 1a 143450: bdfndisf6 + 0xc2bd
    fffff880 '1 a 143438 fffff880' 1a 143480: fffffa80 ' 10f31440 fffff880 '1 a 143450 fffff880' 1a 143450 fffff880 ' 1a 143450: 0xfffffa80'0f0d59e0
    fffff880 '1 a 143440 fffffa80' 10f31440: fffff880'1 has 143450 fffff880 '1 a 143450 fffff880' 1a 143450 00000000 00000000': 0xfffff880'1 has 143480
    fffff880 '1 a 143448 fffff880' 1a 143450: fffff880'1 has 143450 fffff880 '1 a 143450 00000000 00000000' fffff880' 049cfab0: 0xfffffa80'10f31440
    fffff880 '1 a 143450 fffff880' 1a 143450: fffff880'1 a 143450 00000000 00000000 fffff880 '049cfab0 fffff8a0' 0f171e02: 0xfffff880'1 has 143450
    "fffff880 '1 a 143458 fffff880' 143450 1a: 00000000 ' fffff880 00000000 '049cfab0 fffff8a0' 0f171e02 fffff802 ' f4282409: 0xfffff880'1 has 143450
    fffff880'1 a 143460 00000000 00000000': fffff880'049cfab0 fffff8a0 '0f171e02 fffff802' f4282409 00000000'00000010: 0xfffff880'1 has 143450

    STACK_COMMAND: kb

    FOLLOWUP_IP:
    bdfndisf6 + bb33
    fffff880'049b4b33?              ???

    SYMBOL_STACK_INDEX: 2

    SYMBOL_NAME: bdfndisf6 + bb33

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: bdfndisf6

    Nom_image: bdfndisf6.sys

    DEBUG_FLR_IMAGE_TIMESTAMP: 52838010

    FAILURE_BUCKET_ID: 0xc2_7_TRPL_bdfndisf6 + bb33

    BUCKET_ID: 0xc2_7_TRPL_bdfndisf6 + bb33

    ANALYSIS_SOURCE: KM

    FAILURE_ID_HASH_STRING: km:0xc2_7_trpl_bdfndisf6 + bb33

    FAILURE_ID_HASH: {80fbf882-60f8-a069-dff6-ecf4434171d7}

    Follow-up: MachineOwner
    ---------

  • need help with a game to run

    I, m trying to run diablo 2 and the colors are all messed up. I ran in compatibility mode and changed my settings on 800 x 600 16 bits but the colors again mess up can help anyone?


    Thanks for the help


    Justin

    Hello

    Update the display driver.

    $C God will not look you over for medals, but for scars. Each winner has scars; I do this either on the same heart

  • Help with downloading games blackBerry Smartphones

    I downloaded a game... And it is registered to the memory/home/user/device file.

    Now how to file memory device?

    Thank you!

    Have you read the directions on the bbgeeks site?

    You can download free mobile games directly from this site and then transfer them to your mobile phone or you can download them directly from your mobile phone using your WAP browser. More information is available after you have selected your mobile phone. Otherwise, go to http://mobilerated.com/wap and your phone will be detected automatically and the right free mobile games for your phone will be automatically presented to you.

  • I need help with my game/guide ActionScript

    I do a table of harmony/Ishkur style-flash guide and need to make sure you can have a read of the sound. If you click a different button, she leaves the audio previous. And while I have your attention, I also need to know how do it by clicking one of the buttons does text appear in the bottom right, and clicking on another gets rid of the previous text. To get an idea of what I mean, look at this:

    http://techno.org/electronic-music-guide/

    1. you can always use the global stopAllSounds() before playing a sound, but with the class' are sound stop() is better.

    2. use a button handler to modify a textfield _visible property.

  • satellite pro a60 problem with game called "call of duty".

    I have a satellite pro a60 with skvideo ati radeon 7000 igp. I have the problem with the game "call of duty" because it is too slow. With my old laptop with ati igp 340 skvideo is not this problem.
    ATI have solved this problem with the new driver, but for this toshiba is not new driver, why?

    Anyone know where I can find 'new post' I did not know where to click to make a new post!

  • I can't delete a game called Float that gives the message waiting. The cross and the oscillation with delete option appear, but it won't when I select Remove. Any ideas please?

    I have a new mini iPad 4. I can't delete a game called Float that gives the message waiting. The cross and the oscillation with delete option appear, but it won't when I select Remove. I don't know how it came to be. Any ideas please? Thank you.

    First try a reset to see if it finishes downloading. Press and hold the home and power buttons until the Apple logo appears. Release the two buttons. Wait until the iPad tour starts on its own.

    Check if you can remove the application. If not go into settings > general > use iCloud and storage > storage > storage management. Wait for the list of apps to open. See if the float is on the list. If it is delete it from there.

  • Photosmart: Called tech support for help with my printer and got a sales pitch

    I called HP customer service today to get help with my wireless printer because it won't print wireless. What I got was a sales pitch to buy a value of $450 of virus protection! So very disappointed!

    Hello

    Thank you for using the HP forum.

    How can we help with your wireless?

    Have you tried the following:

    Please download and run the HP Print and Scan Doctor (PSDR) tool to diagnose and solve your problem

    http://h20180.www2.HP.com/apps/NAV?h_pagetype=s-926 & h_lang = on & h_client = s-h-E016-1 & h_keyword = DG - PDU

    Hope that helps.

  • With the help of PC games on PSP

    If I have a games on my laptop, I use windows 7, can I transfer to my PSP? They have the same format? I'm not familiar with the computer that's why I need help with this one. Thanks in advance.

    If I have a games on my laptop, I use windows 7, can I transfer to my PSP? They have the same format? I'm not familiar with the computer that's why I need help with this one. Thanks in advance.

    Sorry, but you can't.

    (unless the site says it works on a PSP)

Maybe you are looking for