values of the Spooky object! Help me im lost and stupid and then some... (not for the faint of heart)


LS,

This includes the code and some traces of output.

I tried this for 2 days and it me stupifies.

I'll elaborate:

There is a game object, is an object of dictionary containing a screen/name of the index tile_x_y tile

So I can look it up using x and y coords.

Contains the object lost things, but in this particular case: x, y, width, height, xtile, ytile (explicit I guess) & xmove(1), ymove (-1.0.1 according to the)

direction.)

So, now that these objects move around the screen (Yes it's just a game) and check if they hit the limits of the screen and if they try to pass on the tiles that are busy/no

traversable.

It goes very well for most but sometimes objects, or for some objects (no idea why and it changes when you restart), halfway to check limits, internal object x and y

values go ballistic and I find myself with a reference to the Dictionary object error because tile 30 280 just does not exist.

What happens is the following (in pseudocode, the actual code is shown below):

For each object

Testbounds (Object)

end for

Testbounds

If diry = - 1 (high)

If (checkbounds (up) == possible)

change ob.x and ob.y //move coord

on the other

If (not possible at all)

move to the edge of where it can go on the same tiles

change ob.x, ob.y coord

on the other

move a bit in the other possible meanings

change ob.x, ob.y

end if

end if

end if

...

... make for y dir = 1, x = 1, x =-1

..

convert new ob.x and ob.y to put the coords / / = divide x and y values by tilesize

.. Search tile_x_y and see what it is

BOOOM!     This is where the error occurs because half the x checkbounds and there, or value gets to large, by a factor of 10 if I read the traced output

But why?

theres no manipulation on the object in the testbounds function which could cause what I can say.

But it's far enough because it happens

Note: if I change the height value object and the width to a value less as divide by 4, that doesn't happen? then only the graphics overlap the not traversable

graphic on-screen mc because effective width and height are 4 times bigger. Sorta, it spoils everything.

So here is the plotted output (that's a lot, but I was sick of not finding the bug)

I first cut out the part where he's going, enter the code that his execution at this time

Below I have will all stick out of traces and more still of the surrounding code.

In addition, given that you've read this far, thank you very much, you have my respect and grattitude.

I'm ashamed to ask this, but ive been watching you for 2 days now and it illudes me. Also im getting blindness code so I don't see now if he was sitting in

in front of me without a bra.

Here it is:

1stmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry: instance323 1032 408 21 8 48 6 48 48 1 - 1

1032 = x, y = 408-> tile will be x 21 y8


2ndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry: instance323 1032 408 21 8 48 6 48 48 1 - 1
cbparsx, 1032 414 y:

checkbounds1, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height,: root1 1032 408 21 8 48 48 instance323
checkbounds2, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height,: root1 1032 408 21 8 48 48 instance323
checkbounds3, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height,: root1 1032 408 21 8 48 48 instance323
checkbounds4, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height,: root1 1032 408 21 8 48 48 instance323
checkbounds5, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height,: root1 1032 408 21 8 48 48 instance323
endcheckbounds, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height,: root1 1032 408 21 8 48 48 instance323

2bndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry: 408 1032 instance323 21 8 48 6 48 48 1 - 1


(^ - last correct values)

all of a sudden! : x = 1032 and y = 3840 (the tilex internal and there are recalculated at the end to keep them the same so far)

2cndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry: 1032 3840 instance323 21 8 48 6 48 48 1 - 1


(^ - what I'm telling you)

n.b.:!) 3840 = (408-24) * 10 (which is x coord-half the tilesize) just does not know where the * 10 comes?

Executed CODE between these lines of trace:

trace ("2bndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);

} else
{
If ((! ob.downleft & &! ob.downright))
{
OB.y = (ob.ytile + 1) * tilesize - ob.height;
}

trace ("2cndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);

END OF THE CODE

so: it is located here-> ob.y = (ob.ytile + 1) * tilesize - ob.height;

It can occur if: tilesize - height was somehow * large 10
but looking at the trace values is not.

again become a headache

That's about it. Below follows the trace output that was produced and all executed code between where he was right and wrong.

Bless you for reading this far.

Which is higher

Mac

1stmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry: instance323 1032 408 21 8 48 6 48 48 1 - 1
2ndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry: instance323 1032 408 21 8 48 6 48 48 1 - 1
cbparsx, 1032 414 y:
checkbounds1, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry: root1 1032 408 21 8 48 48 instance323
checkbounds2, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry: root1 1032 408 21 8 48 48 instance323
checkbounds3, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry: root1 1032 408 21 8 48 48 instance323
checkbounds4, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry: root1 1032 408 21 8 48 48 instance323
checkbounds5, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry: root1 1032 408 21 8 48 48 instance323
endcheckbounds, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry: root1 1032 408 21 8 48 48 instance323
2bndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry: instance323 1032 408 21 8 48 6 48 48 1 - 1
2cndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry: instance323 1032 3840 21 8 48 6 48 48 1 - 1
3ndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry: instance323 1032 3840 21 8 48 6 48 48 1 - 1
cbparsx, 1026 3840 y:
checkbounds1, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry: root1 1032 3840 21 8 48 48 instance323
checkbounds2, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry: root1 1032 3840 21 8 48 48 instance323
checkbounds3, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry: root1 1032 3840 21 8 48 48 instance323
checkbounds4, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry: root1 1032 3840 21 8 48 48 instance323
checkbounds5, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry: root1 1032 3840 21 8 48 48 instance323
endcheckbounds, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry: root1 1032 3840 21 8 48 48 instance323
3bndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry: instance323 1032 3840 21 8 48 6 48 48 1 - 1
3cndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry: instance323 1056 3840 21 8 48 6 48 48 1 - 1
4ndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry: instance323 1056 3840 21 8 48 6 48 48 1 - 1
beforeobx, oby: 21 8 1056 3840
afterobx, oby: 22 80 1056 3840
followed takable: 3t_80_22
TypeError: Error #1010: a term is undefined and has no properties.
at FruitGamev5_fla::MainTimeline/moveNPC()
at FruitGamev5_fla::MainTimeline/cleverAI()
at FruitGamev5_fla::MainTimeline/enemyAI()
at FruitGamev5_fla::MainTimeline/updatestuff()

function {moveNPC (ob dirx, diry, obspeed, type)}

var movespeed:int = obspeed;
var movedit:Boolean = false;

var axm:int = 0; real x and there moves
var aym:int = 0;

control of collision movem
//
If (ob.x > 2000 | ob.y > 2000)
OB.clip.filters = [mColorMatrixerror];

trace ("1stmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);
If (diry == - 1).
{
checkbounds (ob.x, ob.y + movespeed * diry, ob);
trace ("1bstmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);
If (ob.upleft & & ob.upright)
{
OB.y += movespeed * diry;
movedit = true;
aym = diry;
} else
{
If ((! ob.upleft & &! ob.upright))
{
OB.y = ob.ytile * tilesize + ob.height;
trace ("1cndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);
}
on the other
{
movedit = false;
aym = diry;
If {(ob.upleft)

OB.y += movespeed * diry;
OB.x = movespeed;
}
If {(ob.upright)

OB.y += movespeed * diry;
OB.x += movespeed.
}
}
}

}
trace ("2ndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);
If (diry == 1 & & (! movedit | ob.freemove)) {}
checkbounds (ob.x, ob.y + movespeed * diry, ob);
trace ("2bndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);
If (ob.downleft & & ob.downright) {}
OB.y += movespeed * diry;
movedit = true;
aym = diry;
} else
{
If ((! ob.downleft & &! ob.downright))
{
OB.y = (ob.ytile + 1) * tilesize - ob.height;
trace ("2cndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);
}
on the other
{
movedit = true;
aym = diry;
If {(ob.downleft)

OB.y += movespeed * diry;
OB.x = movespeed;
}
If {(ob.downright)

OB.y += movespeed * diry;
OB.x += movespeed.
}
}
}
}
trace ("3ndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);
If (dirx ==-1 & & (! movedit | ob.freemove)) {}
checkbounds (ob.x + movespeed * dirx, ob.y, ob);
trace ("3bndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);
If (ob.downleft & & ob.upleft) {}
OB.x += movespeed * dirx.
movedit = true;
AXM = dirx;
} else
{
If ((! ob.downleft & &! ob.upleft))
{
OB.x = ob.xtile * tilesize + ob.width;
trace ("3cndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);
}
on the other
{
movedit = true;
AXM = dirx;
If (ob.downleft)
{

OB.x += movespeed * dirx.
OB.y += movespeed.
}
If (ob.upleft)
{

OB.x += movespeed * dirx.
OB.y = movespeed;
}
}
}
}
trace ("4ndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);
If (dirx == 1 & & (! movedit | ob.freemove)) {}
checkbounds (ob.x + movespeed * dirx, ob.y, ob);
trace ("4bndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);
If (ob.upright & & ob.downright) {}
OB.x += movespeed * dirx.
movedit = true;
AXM = dirx;
} else
{
If ((! ob.downright & &! ob.upright))
{
OB.x = (ob.xtile + 1) * tilesize - ob.width;
trace ("4cndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);
}
on the other
{
movedit = true;
AXM = dirx;
If {(ob.upright)

OB.x += movespeed * dirx.
OB.y = movespeed;
}
If {(ob.downright)

OB.x += movespeed * dirx.
OB.y += movespeed.
}
}
}
}

//
control of collision movem
//
actual rotation
trace ("5ndtmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);
OB.clip.rotation = NttR [npcFindTurn (axm, aym)];

If (! axm == 0 & & aym == 0 & & ob.turn! = 0)
{
ob.xMove = axm;
ob.yMove = aym;
}
trace ("beforeobx, oby:", ob.xtile, ob.ytile, ob.x, ob.y);
OB.xtile = GgetXtile (ob.x);
OB.ytile = GgetYtile (ob.y);
trace ("afterobx, oby:", ob.xtile, ob.ytile, ob.x, ob.y);

OB.clip.x = ob.x;
OB.clip.y = ob.y;

hit a tile takable

var name = game.currentMap + "t_"+ ob.ytile + "_" + ob.xtile; ".
trace ("tracing takable:", name);
trace ("takable:", .takeable [name] of game);
trace ("taken:", sloppy game [name]);
trace ("lastndmovenpc, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, tilesize, movespeed, ob.width, ob.height, dirx, diry:", name, ob.clip.name,)

OB.x, ob.y, ob.xtile, ob.ytile, TileSize, movespeed, ob.width, ob.height, dirx, diry);
If (game .takeable [name] & &! neglected game [name] & &!) () ob.ammocount > ob.ammomax) & & ob.throwing)
{
OB.takeing = true;
OB. CFRAME = ob.takeframec;
ob.clip.gotoAndStop (ob.cframe);
NPCtaketileitem (ob);
}


return (movedit);
}

function checkbounds (x, y, ob) {}
trace("cbparsx,y:",x,y);
trace ("checkbounds1, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry:", name, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width,)

OB. Height);
ob.downY GgetYtile ((y+ob.height-1) =);
trace ("checkbounds2, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry:", name, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width,)

OB. Height);
ob.upY GgetYtile ((y-ob.height) =);
trace ("checkbounds3, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry:", name, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width,)

OB. Height);
ob.leftX GgetXtile ((x-ob.width) =);
trace ("checkbounds4, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry:", name, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width,)

OB. Height);
ob.rightX GgetXtile ((x+ob.width-1) =);
trace ("checkbounds5, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry:", name, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width,)

OB. Height);
check if they are walls
If (ob.upY >-1 & & ob.upY < ytilemax & & ob.leftX >-1 & & ob.leftX < xtilemax) {}
OB. UpLeft = getttf (ob.upY, ob.leftX);
}
on the other
OB. UpLeft = false;

If (ob.downY < ytilemax & & ob.downY >-1 & & ob.leftX >-1 & & ob.leftX < xtilemax) {}
OB. DownLeft = getttf (ob.downY, ob.leftX);
}
on the other
OB. DownLeft = false;

If (ob.upY >-1 & & ob.upY < ytilemax & & ob.rightX < xtilemax & & ob.rightX >-1) {}
OB. Upright = getttf (ob.upY, ob.rightX);
}
on the other
OB. Upright = false;
If (ob.downY < ytilemax & & ob.downY >-1 & & ob.rightX < xtilemax & & ob.rightX >-1) {}
OB. DownRight = getttf (ob.downY, ob.rightX);
}
on the other
OB. DownRight = false;
trace ("endcheckbounds, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile, ob.width, ob.height, dirx, diry:", name, ob.clip.name, ob.x, ob.y, ob.xtile, ob.ytile,)

OB. Width, ob.height);
}


function GgetXtile(inx:int):int {/ / / calculate xtile coord}
Return (Math.Floor (INX/TileSize));
}

function GgetYtile(iny:int):int {/ / / calculate coord ytile}
Return (Math.Floor (iny/TileSize));
}


function getttf(y,x):Boolean / / get traverstable traverstable [] table flag is a dim table 1, containing Booloean true or false indicating the tile is traversable
{
Return(traverstable[y*mapWidth+x]);
}


I solved it...

A little

It seems that something is wrong in the calculation... sometimes.

Calculation, I discovered that the real end result is exactly the same as the previous x & values y

If the whole line can be deleted. Solve the problem and save time cpu.

Question remains how this error is possible.

I'll repost ultra format short.

Kind regards

Mac

Tags: Adobe Animate

Similar Questions

  • My iPad and iPhone will be printed using AirPrint on my printer HP Deskjet 2540 for about 40 minutes and then will not be able to find all of the available air printers. No idea why.  The deskjet printer shows that there is a wireless connection.

    My iPad and iPhone will be printed using AirPrint on my printer HP Deskjet 2540 for about 40 minutes and then will not be able to find all of the available air printers. No idea why.  The deskjet printer shows that there is a wireless connection.

    Hi Mpsfeldt,

    Thank you for using communities Support from Apple!

    Your question, it looks like you are only able to use AirPrint sporadically. We know that situations of this kind can be frustrating, but we are here to help.

    To begin the process of solving problems, I suggest you to read about the section If you can not print on your printer AirPrint in the following article.

    On AirPrint - Apple Support

    Best!

  • How to make a paper with some boxes to fill required for me to sign, and then some other boxes needed for the next person to sign. I want the boxes I've filled to be locked the next person.

    How to make a paper with some boxes to fill required for me to sign, and then some other boxes needed for the next person to sign. I want the boxes I've filled to be locked the next person.

    Hi johanb64152807,

    You can use eSign service, where you can send the document for signatures of several signatories, but the document will be sent to the following signatory after the earlier signed & it is not possible for him to make the changes.

    Documents KB for help: -.

    Kind regards
    Nicos

  • the zoom browser constantly. (if u don't have to zoom-in for each unique site and links, and then zoom-in for them again after the closing by opening the browser)

    # zoom the browser constantly. (if u don't have to zoom-in for each unique site and links, and then zoom-in for them again after the closing by opening the browser)

    I haven't seen good eye.

    Install the extension to Default FullZoom Level and set a default zoom level:

    https://addons.Mozilla.org/en-us/Firefox/addon/6965

  • is there such a thing as an internet connection timer? I'm lost and then community internet connection g at different times of the day.

    is there such a thing as an internet connection timer? I'm lost and then community internet connection g at different times of the day. I have just hooked to the nbn (national broadband - Australia Network) and have just bought a wireless modem/router 9323 method. I set it up and it worked. I noticed that I have two internet connections when I go to access the internet. one is a broadband connection and the other is nettcomm wireless 9323. What gives with that?

    You have a connection wireless and broadband that you could use one or the other or both. It is recommended to use one at a time. Contact your internet provider and discuss the issue with them.

  • I have a PC brand new - HP and played Chess Titans. Now all of a sudden it says it cannot find the texture, but he said no zero the reference count and then could not find device 3D.

    original title: Chess Titans

    I have a PC brand new - HP and played Chess Titans.  Now all of a sudden it says it cannot find the texture, but he said no zero the reference count and then could not find device 3D.  What's past and how to fix this.  Thank you.

    These error messages can occur if you (or software) also disabled Aero. Aero must be on (and supported by the video card) to play Chess Titans. "192GO should be enough for everyone." (of the miniseries "Next generation jokes")

  • ITunes store does not connect and then does not close help please

    OK, so pretty much whenever I try to enter the Apple store that I get a little pop-up that says it can not connect to the Itunes store, I have to check my connection and try again, but whenever I close this box it appears immediately back to the point I can not even close Itunes with having to go Task Manager and ending the process manually.  I can't use the store at all and it's just getting really frustrating, because I know my connection and everything is not fine so it is no reason for this pop up.

    is anyone else having this problem or if you have had this problem and know how to fix?

    Hello LadyJibril,

    Thank you for using communities of Apple Support.

    I see that you have problems connecting to the iTunes Store. I would recommend from the suggestions in this article: If you can not connect to the iTunes Store

    If that doesn't help and you still have questions, then you can proceed to the procedure described in this article: Advanced steps for fixing iTunes Store connection issues

    Best regards.

  • Vista crashes after using it for a few minutes and then does not start (after a few hours - it starts and again the same problem)

    I'll have this weird problem and did not find the problem. Suddenly my laptop (Lenovo Y710 - 4 GB RAM - Windows Vista Home Premium 32 bit) crashes after a few minutes of activity, Vista freezes. CTRL + Alt + Delete does not work. If I force close to the bottom and then try to restart, it do display anything. I tried to start in safe mode, but after pressing f8 and it only beeps and still doest appear anyting on screen you. If I try to start the laptop after a few hours it starts again and minutes it freezes again. I noticed this problem for the first time when using RDP to my desktop, but it wasn't the first time I've done RDP. I have not installed new hardware or drivers. Am not able to nail the question, would appreciate any help.

    Thank you.

    This is no doubt hardware failure. The laptop could be overheating and/or other components could be involved. Contact Lenovo technical support or take to a competent local computer Tech do not use a type of BigComputerStore/GeekSquad of the place.

    If you have a pretty good level of computer skills, you can test some components yourself although it is more difficult to make accurate material on a laptop computer troubleshooting.

    http://www.elephantboycomputers.com/page2.html#Hardware_Tshoot
    MS - MVP - Elephant Boy computers - don't panic!

  • is there a upgade to 64 basic machines? I'm trying to untangle windowsmedia who plays up. It makes the directories and then does not recognize them.

    I download mp3s in their own directories, which usually come with the download. The media puts them all together, in a group and puts the mp3s where they should be, but that said, windows maintains media that he does not recognize the directories it has put itself so it is just keps saying that downloads, even if they are just mp3s as usual, in fact nothing has changed except the windows media itself which does not recognize what is put into it. I also use pen drives and have passed the sycronising according to most of my music on their site. Windows media play, cutting CD synchronous, etc.. She just can't trust if you see what I mean. It keeps telling me to buy when I play some of my songs, which I stopped sharing lately because he intervened to make my own CD, and then he would start trying to download music from me and make a mess of me trying to make my own CD. I was hopeing that someone would have an answer or could tell me where and what to do about this. I am all ideas now. Thanks in advance

    E-mail address is removed from the privacy *.

    Hello

    -What version of Windows is installed on your computer?

    I suggest you run the fixit for the following Microsoft KB article and.

    Solve the problems of Windows Media Player video and other media or library

    http://support.Microsoft.com/mats/windows_media_player_diagnostic/

    Let us know the result of the Fixit.

  • I installed Windows 7 64 bit and then some programs will not install the 64 - bit while telling me that I have a 32 bit OS. How can I make sure I have load a 64-bit version only when there is a choice?

    I have create a new PC and installed Windows & Pro 64-bit. While some offer programs install both 32-bit and 64-bit as a single installation and the installation of the program checks it should install. A few programs installed 32-bit when I said to use the 64-bit. I received a message that I had a 32 bit OS and that it could not install the 64-bit version. How can I ensure that the 64-bit version is always installed when it is available. I have a program that I need it's 32-bit however.

    I also installed Office 2010 and want to know how to check if it installed 32-bit or 64-bit.
    All this is because I'm about to build a new PC for my wife and want to avoid these problems right at the front with it.
    Thank you
    Doug

    If you buy a commercial version of win7 you are provided with the installation dvd of bit versions and a unique activation key. You cannot install both versions.

    Most of the programs will install without problem in a 64-bit version of victory, there is very little that will not be installed on Windows 64-bit.

    You install programs as usual, you don't need to change any settings or install to anywhere other than their default locations. -C' IE you do not manually select the x 86 folder or any other folder.

    If the program you are installing has the ability to install a specific version of bit, and it does not work, then the problem is that options program installers, you must contact the program support

    A retail version of Office 2010 also comes with two versions of ILO.

    Having a 64-bit version of victory does NOT mean that you need to install 64-bit Office, in fact MS recommends that stick you with 32-bit Office (reason being compatibility with various plug0ins Office)

    And of course the 32-bit version of win only supports 4 GB of memory

  • SQLFire: Failed to start and then can not close-"Access denied" &amp; "could not start the"sqlfire"database

    I ask a question, expanding to another thread 'http://communities.vmware.com/message/1884835', on the start-up and stop SQLFire.

    My topography has four servers, two locators, and two servers (Server 2 SQLFire each) on which the database is deployed.  When you start the batch, without no history running, all right.  Adding and removing servers in the cluster, also seems to work very well.  However, when the whole of the system, its stopped by sqlf shut-down-all, it starts up, things go wrong.

    I met the same problem described by the called thread, that is, it seems to be an addiction to data - which is not resolved.  I start locators first, one at a time.  When one starts, data dependence becomes apparent.  The Locator seems to start, but the sequence goes in a loop around the data dependence.  When you try to stop the same Locator, he returned in a "stopping" State, where it does not recover.  Try a reboot, translated by [A SQLFire Locator works already in the directory "C:\SQLFire\Locator"].  The "stoppage of sqlf Locator", producing a further: "timeout for SQLFire Locator at the stop, the status is: SQLFire Locator pid: 4956 status: stop ' results; and the "sql shut-down-all:, throws a long error that includes:" java.io.FileNotFoundException: shut_down_all.log (access is denied) "and 'Could not start the 'sqlfire' database'. '.  Both of these appear to be the crux of the matter.

    I don't know what data it is dependent, because I haven't added all the data that will be persisted.  However, the system starts with default records.  I tried to check if these default disks are required, which seem not to be and I'm leaving for the partition and replication information, to read when the system starts / begins.  I can't understand why locators cannot start without the database, without any dependence on the data, and also why the system seems to require a sequence to start.  Is that not the purpose of SQLFire, i.e. a solution supporting the cross, which can be started in any sequence of old?  If an operator needs to get this bad, for a production system, should be that the entire solution be recharged from external sources, and that could take awhile.  It would seem, once the system in this state, i.e. the dog chasing its tail, he doesn't get, and I have to delete all the bookmarks and servers and launch all to reboot from external data sources.

    I'll be dilly, or is it a problem in general, experienced by others?

    I would be grateful for any comments, and if you could indicate the respective documentation, as I struggle to establish a correlation between the problems of documentation, even Google hits, when it encounters any problems with SQLFire.

    I appreciate your time and efforts.

    Hello

    I checked the docs and they are not accurate on information in Windows when using the cmd shell. The ampersand does not work correctly when called from a shell, Cygwin, or on UNIX/POSIX systems. Will get corrected.

    Please, use the start command to start in the background of a single command window / batch script:

    beginning of "locator" cmd /c sqlf locator...

    beginning of "server1" cmd /c sqlf server...

    etc.

    Add option/min to start the minimized for example windows cmd start 'locator' / min cmd /c sqlf locator beginning...

    Or launch each 'start-up of the sqlf Locator', 'sqlf-start server' etc to separate windows command prompt.

    Thank you

    Felicia

    Post edited by: SumedhWale

  • My Favorites are lost and Firefox can not restore from backup with this error msg "Unable to deal with the backup file.". Someone please help.

    I use Firefox 12 on my Macbook Pro, it crashed and when I rebooted, all my favorites have disappeared. When I tried to restore from the backup files, he returns with "Failed to process the backup file." Someone help please I would have lost years of bookmarks.

    Thank you

    Hi guys,.
    I also experienced this problem and based on the previous explanation in one of the threads here I got the following article - http://kb.mozillazine.org/Unable_to_process_the_backup_file_-_Firefox

    I myself have deleted only the file places.sqlite and places.sqlite.corrupt from the profile directory and was able to import my favorites since the backup file successfully.

  • How to create a Boolean value when it is activated, it is an iteration and then off the back

    Hi all

    I could not explain well in the title, but I try to order a device that only requires a single click to move. For manual operation, a switch locked like OK button would do, but I'm trying to automate it.

    For example, if we have a digital control and a ' equal to '? a Boolean that is connected to an indicator. for example (if the number is = TRUE then 10) the indicator would remain on until what this number changes.

    But when I try to get, the led lights for iteration, then off. In addition, when I change the number to something is, I want the indicator also turn on then.

    If it is resolved, it would be useful to make the device to receive a SWITCHING signal to turn on once #1 is selected, and when I change the option he will receive another SWITCH to disable the #1 option.

    Your help is very appreciated!

    Hi malmureeh,

    you want to detect the edges of a Boolean signal, like the rise of the edges.

    There is a function of ready - to-available employment: BooleanCrossing!

  • With the help of linux deepin and Thunderbird does not pick up time correct system.

    The system time is set correctly for my time zone, but it turns out that no matter what I put the time system; Thunderbird ignores and default time is GMT. I am fully updated both deepin and Thunderbird.

    that shows the TZ environment variable you Linux distro?

  • I have a Canon 7 d Mark II and I'm using Lightroom version 5.7.1 on a Mac computer. My question is, I can't get attached to my computer. Lightroom and my computer recognizes my camera, but the connection did not last long and she also gets lost and then c

    I have a Canon 7 d Mark II and I'm using Lightroom version 5.7.1 on a Mac computer. My question is, I can't get attached to my computer. Lightroom and my computer recognizes my camera, but the connection did not last long and she also gets lost connected, then lost several times until the capture of attachment option is closed. I tired buy new cables, lightrooom and call Update to Canon support, but still nothing works for me please help?

    Hi Martin,

    In order to make shooting with the Canon 7 D Mark II captive, you need Lightroom 6 and higher.

    Please visit the following link: a list of cameras that can be attached to Lightroom.

    Kind regards

    Tanuj

Maybe you are looking for