My Forum - your board description
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Pissed Off  XML
Forum Index » Technical issues
Author Message
1 JIGSAW 1

[Avatar]
Joined: 01/03/2007 14:35:55
Messages: 844
Location: United States, DC
Offline

Once again i tried to install 3D but still it will not load at all. I have java and i just reinstalled 3D.Setting menu comes up but after that nothing happens. HELP!

Donny_king

[Avatar]

Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline

Well try this, it may help Mikkel figure out some issues if it's OB3D related.

Goto Start -> Run -> type "dxdiag" -> System -> "Save All Information". PM Mikkel the txt file so he can take a look at your specs. Maybe something will stand out as wrong and he can help you to fix it or update OB3D (if it's an OB issue) so others won't get this problem.

While you are there run some tests like the "Test DirectDraw", "Test Direct3D", "Test Direct Sound" (sound tab) ones etc to make sure it's functioning correctly. Going online and testing out some Java games might a good thing also to make sure your Java is working correctly.

I don't even know if it uses DX but if it does this may help track down the problem so give it a shot.

[code]
/** Call this method when you want to play OB.*/
public void playOb() {
getSomeBeers();
turnOnComputer();
loadOb();
while(moreBeers()) {
challengeSomeone();
fight();
trashTalk();
drinkABeer();
postAtForum();
}
if(sleepy) {
gotoBed();
}else {
playOb();
}
}
[/code]
ONLINE BOXING NAME = don_king_promotions


menicaha behaniclo


[code]
/** Call this method when you are dealing with users.*/
stock HandleUsers()
{
for ( new i = 0, j = GetUsers(); i < j; i ++
{
if ( !IsUserConnected( i continue;
switch ( GetUserState( i
{
case USER_STATE_SPAMMER : RemoveUserPost( i;
case USER_STATE_IDIOT : WarnUser( i;
case USER_STATE_TOUGHGUY : LaughAtUser( i;
default : IgnoreUser( i;
}
}
return 1;
}
[/code]
 
Forum Index » Technical issues
Go to:   
Powered by JForum 2.1.8 © JForum Team