Author |
Message |
05/03/2008 00:41:49
|
Red Viper
Joined: 19/04/2006 14:08:34
Messages: 603
Offline
|
I have the latest PhysX drive, and also the latest Java installed, BUT i have problems working OB3D.
When i start the OB3D program, the panel system comes up, but after that a black screen comes up then it stopped working after that, can someone figure out my problem so i can get OB3D working for me.
-------------------------------------------------------------------------------------
6 time OBW Champ
5 time OBA Champ
4 time SA Champ
3 time NA Champ
2 time OBF Champ
2 time OBC Champ
5 Year Veteran
Greatest KO Artist beyond 3000 fights with a 99% KO Rating
Style- Offensive Slugger
Defensive Style- Duck Down Defense
A.K.A.- Nick P, Nick Bomb, Texan Red Wolf, The Dallas Bomber, The Scorpion King, Iron Dragon, The Red Destroyer, and The Barbarian
OB Name- Red Viper
This message was edited 5 times. Last update was at 05/03/2008 16:14:50
|
Active as of right now
Was one of the minority that broke Rocky Marciano's defense in half.
Won a title by KO'ing the opponent with only Uppercuts
The Greatest KO Artist in OB History
120x Online Boxing World Champion
More than 270 defenses.
Multiple time undisputed champion
Real close of becoming superchamp
I am the punishment of God…
If you had not committed great sins,
God would not have sent a punishment like me upon you- Genghis Khan
Respect yourself and others will respect you- Confucius
...
To see what is right, and not to do it, is want of courage or of principle- Confucius
|
|
|
05/03/2008 05:51:55
|
Donny_king
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
Did you move your mouse over/around the screen ?
I have your problem but I do that and the buttons render and I can push them but before that I see only a black window also.
|
[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] |
|
|
05/03/2008 15:58:59
|
Red Viper
Joined: 19/04/2006 14:08:34
Messages: 603
Offline
|
Donny_king wrote:Did you move your mouse over/around the screen ?
I have your problem but I do that and the buttons render and I can push them but before that I see only a black window also.
I tried to do that a second ago but it would not work for me, do i have to push the five buttons which are LWJGL to render the screen, by the way how did you get OB3D to work by moving the mouse over or around the screen? If not, anymore solutions.
-------------------------------------------------------------------------------------
6 time OBW Champ
5 time OBA Champ
4 time SA Champ
3 time NA Champ
2 time OBC Champ
2 time OBF Champ
5 year veteran
Number One KO Artist beyond 3000 fights
Offensive Style- Offensive Sluger
Defensive Style- Duck Down Defense
A.K.A.- Nick P., Nick Bomb, Texan Red Wolf, Dallas Bomber, The Scorpion King, Iron Dragon, The Red Destroyer, The Barbarian.
OB Name- Red Viper
This message was edited 1 time. Last update was at 05/03/2008 16:16:14
|
Active as of right now
Was one of the minority that broke Rocky Marciano's defense in half.
Won a title by KO'ing the opponent with only Uppercuts
The Greatest KO Artist in OB History
120x Online Boxing World Champion
More than 270 defenses.
Multiple time undisputed champion
Real close of becoming superchamp
I am the punishment of God…
If you had not committed great sins,
God would not have sent a punishment like me upon you- Genghis Khan
Respect yourself and others will respect you- Confucius
...
To see what is right, and not to do it, is want of courage or of principle- Confucius
|
|
|
05/03/2008 20:49:30
|
Donny_king
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
I mean after I press 'OK' I get a black screen then when I move my mouse around it will render for me.
Wierd but works for me anywhos.
|
[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] |
|
|
|