Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Geek Culture / DBP doesn't work anymore...

Author
Message
Shadow
21
Years of Service
User Offline
Joined: 17th Oct 2002
Location: In the shadows
Posted: 9th Oct 2003 21:51
...and I blame DirectX 9, as I have tried reinstalling DB, and only the graphics are affected (i.e. there are none, you just see the other applications/desktop).

So...is it possible to make games in Java?
Yian
21
Years of Service
User Offline
Joined: 16th Jun 2003
Location: Nicosia, Cyprus(the Greek half)
Posted: 9th Oct 2003 21:58
I would stick to DBP if I were you..I hear java is kick arse hard...

Jeriko The Slyz,Yian The Craft,The Mechanist,The Lost One,Master Of Dots,Bambos O Bellos,Zolos O Kolos
spooky
22
Years of Service
User Offline
Joined: 30th Aug 2002
Location: United Kingdom
Posted: 9th Oct 2003 22:00
DBPro required DirectX 9.0b and very latest drivers for your graphics card otherwise all sorts of wierd things happen.

If your mansion house needs haunting, just call Rentaghost!
Shadow
21
Years of Service
User Offline
Joined: 17th Oct 2002
Location: In the shadows
Posted: 9th Oct 2003 22:08
Quote: "I would stick to DBP if I were you..I hear java is kick arse hard..."


Great. I have to do Java for my degree.

Quote: "DBPro required DirectX 9.0b and very latest drivers for your graphics card otherwise all sorts of wierd things happen."


Not if I use an old version of DBP. How can I revert back to DirectX 8?
Mattman
21
Years of Service
User Offline
Joined: 5th Jun 2003
Location: East Lansing
Posted: 10th Oct 2003 00:28
lol. That was the stupidest comment, no offens. DBP was realesed when DX9 was out

Got a knack for finding secrets??? Jingot Racing --- A new brand of Racing --- Only from Nightwatch Studios
"hey, it's tomorrow" --- Hamish
ReD_eYe
21
Years of Service
User Offline
Joined: 9th Mar 2003
Location: United Kingdom
Posted: 10th Oct 2003 00:30
actually before update 5 dbpro used directX 8, so you just need to reinstall your copy of dbp to get it back to using direct x 8.


indi
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Earth, Brisbane, Australia
Posted: 10th Oct 2003 10:15
its usually our video card drivers after installing a new direct x that need updating thats causing the problem.

Shadow Robert
21
Years of Service
User Offline
Joined: 22nd Sep 2002
Location: Hertfordshire, England
Posted: 10th Oct 2003 13:12
Quote: "So...is it possible to make games in Java?"


possible and sensible are two very different words
nah i'm just kidding, Java is a cool little language for developing games of all ilks. Just don't expect close to the performance of C++, you have to keep projects smaller and leaner because it is an interpretive language - even if you compile most of the source into java binary you still need some execution code for looping and such which is where you loose the speed.

sniff around the mobile phone games scene, you'll pickup some very good tips

Quote: "How can I revert back to DirectX 8? "

if you setup a restore point you should be fine... if not the only way to revert is reinstall windows
well there is one other way but if you do it wrong you might loose your Windows installation anyways.

what graphics card and windows do you have? - please don't say 98 or ME cause you might as well just reinstall
DirectX9.0x notoriously hate the Win9x OSs (god knows why) tends to only happen with Via based montherboards too, which just adds to the mystery really. %)

Shadow
21
Years of Service
User Offline
Joined: 17th Oct 2002
Location: In the shadows
Posted: 11th Oct 2003 04:33
I have:

Quote: "windows XP
home edition
version 2002
service pack 1"


I think this is the graphics card (I dont know much about graphics cards - if it aint, just tell me how to find it out)

Quote: "RADEON 7500 SERIES"
Northern Fist
20
Years of Service
User Offline
Joined: 23rd Sep 2003
Location:
Posted: 11th Oct 2003 06:43
Hey, I started learning how to program in Java. I recently made a program that's a mouse driven doodlepad that can give the user the ability to change between a heapping, whopping 5 colors!

Java looks like it has alot of potential. I think it's really cool.

"Power, precision, and don't forget about speed. If you practice everyday with these things in mind... you begin to develope A FIGHTING MODE." - Fist of Legend (Jet Li)
Shadow Robert
21
Years of Service
User Offline
Joined: 22nd Sep 2002
Location: Hertfordshire, England
Posted: 11th Oct 2003 06:46
java is just as indepth as C, only problem is its inheritance to OO if you ask me ... that and its SLOW
the new JIT java for IE7 certainly fixxes alot of its slow issues though

odd how Dx9 isn't working for you, however the R7500 isn't exactly hugly compliant with it. Make sure you grab the latest Cat drivers, question is it just DBP or is it all Dx games/programs that won't run?
If it is just DBP what error message do you get?

Martyn Pittuck
22
Years of Service
User Offline
Joined: 27th Aug 2002
Location: United Kingdom
Posted: 11th Oct 2003 10:52
[shock]

You are not mixing Java Script with Java are you Raven??? Java has not relation to IE7!!

Web Design Starting from $200. Special limited offer. MSN or Email me for more information.
Shadow
21
Years of Service
User Offline
Joined: 17th Oct 2002
Location: In the shadows
Posted: 11th Oct 2003 15:12
@Raven

When I run the tests in dxdiag, they go fine.

I don't get an error message from DBP, it justs runs the program, but with no graphics. You just see the applications, desktop, etc. behind it.
Shock
AGK Developer
21
Years of Service
User Offline
Joined: 24th Oct 2002
Location: United Kingdom
Posted: 11th Oct 2003 15:27
Quote: "You are not mixing Java Script with Java are you Raven??? Java has not relation to IE7!!"


i think raven may mean IE7 comes bundled with a faster java runtime?
i don't know much about java, all i do know is that it isn't actually the language that is slow, it's the interpreters out there which are slow.

javascript shouldn't be slow, it should just be as fast as the browser can run, i.e. i'd expect javascript to run faster in IE than it does in nutscrape.


TMB - under construction
Sticking feathers up your butt doesn't make you a chicken.
empty
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: 3 boats down from the candy
Posted: 11th Oct 2003 16:57 Edited at: 11th Oct 2003 16:58
Quote: "i think raven may mean IE7 comes bundled with a faster java runtime?"

That will not happen. MS completely stopped any kind of java developments.

Quote: "javascript shouldn't be slow, it should just be as fast as the browser can run, i.e. i'd expect javascript to run faster in IE than it does in nutscrape."

Try it. You might be surprised.

I awoke in a fever. The bedclothes were all soaked in sweat.
She said "You've been having a nightmare and it's not over yet"
Martyn Pittuck
22
Years of Service
User Offline
Joined: 27th Aug 2002
Location: United Kingdom
Posted: 11th Oct 2003 17:00
Yeah MS HAVE to stop supplying Java Script support casue Sun had a [censored] up their [censored] over the whole thing.

Might not have been Sun but whoever it was they are [censored].

Not that i dont like em

Web Design Starting from $200. Special limited offer. MSN or Email me for more information.
empty
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: 3 boats down from the candy
Posted: 11th Oct 2003 17:01 Edited at: 11th Oct 2003 17:10
Yeah it was Sun (but it was Java not JavaScript).

I awoke in a fever. The bedclothes were all soaked in sweat.
She said "You've been having a nightmare and it's not over yet"
Martyn Pittuck
22
Years of Service
User Offline
Joined: 27th Aug 2002
Location: United Kingdom
Posted: 11th Oct 2003 17:12
lol,

I hate Java Script and Java. Reminds me of them 70's lamps

Web Design Starting from $200. Special limited offer. MSN or Email me for more information.
empty
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: 3 boats down from the candy
Posted: 11th Oct 2003 17:19
Oh, I think Java script is ok.
Java is a bit too much OO for my linkings.

I awoke in a fever. The bedclothes were all soaked in sweat.
She said "You've been having a nightmare and it's not over yet"
Shadow Robert
21
Years of Service
User Offline
Joined: 22nd Sep 2002
Location: Hertfordshire, England
Posted: 12th Oct 2003 06:34
Microsoft still have to add support for Java though, even if they're not producing a form of Java themselves.

IE7 has a new JIT Compiler for Java which converts it into a .Net (not sure which language probably C#) which links and executes at close to machine speed. Only thing about it is the slightly longer load & compile times, but with faster processors isn't really noticeable.

Javascript works different to Java, in the fact that its interpreted realtime as opposed to running on a precompiled runtime ... not sure of the exact specifics cause i'm not particularly into either, but i know that programming with Java under IE7 (which i believe is being redist through Media Center 2004, might just be a Win.Net gem though) will run almost as fast as C/C++ proggies.

Alot of companies like Adobe were making noises about it a while back because they can finally upgrade Atmospheres to a far more indepth engine with speeds compariable to Quake or such.
which is exciting becuase right now thier speeds suck even on the most powerful systems

empty
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: 3 boats down from the candy
Posted: 12th Oct 2003 14:34 Edited at: 12th Oct 2003 14:47
Microsoft will drop Java support by September 2004, so MS customers have a year "to identify MSJVM dependencies, to investigate alternatives, and to test and deploy alternate solutions."
There will be no new MS version of VM or JIT.
Also there is a difference between Java for web browers and the complete Java RTL.

Quote: "IE7 has a new JIT Compiler for Java which converts it into a .Net (not sure which language probably C#) which links and executes at close to machine speed."

If it converted Java to C# it wouldn't execute.

I awoke in a fever. The bedclothes were all soaked in sweat.
She said "You've been having a nightmare and it's not over yet"
Shadow Robert
21
Years of Service
User Offline
Joined: 22nd Sep 2002
Location: Hertfordshire, England
Posted: 12th Oct 2003 19:01
Quote: "Also there is a difference between Java for web browers and the complete Java RTL."


yes, and most people don't use the system executable version but webready ... really makes the RTE's pretty useless in most cases.
to be honest i don't care how they do it, all i know is JIT compiling is one hell of alot faster in IE7
and as long as they don't simply take away java support then i'll be fine.

empty
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: 3 boats down from the candy
Posted: 12th Oct 2003 19:07
I repeat myself:
Microsoft will drop Java support by September 2004

No new java developments, only support of the existing products (till Sept 04). You might have noticed that there's no jre in Windows since XP. You have to download it seperately.

I awoke in a fever. The bedclothes were all soaked in sweat.
She said "You've been having a nightmare and it's not over yet"
Shadow
21
Years of Service
User Offline
Joined: 17th Oct 2002
Location: In the shadows
Posted: 12th Oct 2003 23:14
Anyway, forget Java for a sec, is there any way I can get DBP to work properly?
DMXtra
22
Years of Service
User Offline
Joined: 28th Aug 2002
Location: United States
Posted: 13th Oct 2003 13:15
Shadow...

Go to ATI's website (www.ati.com) download the latest Catalyst drivers 3.8, when this is done...

Uninstall your current video drivers by doing this..

Click your mouse on Start--->Settings--->Control Panels--->Add Remove Programs

Find your ATI Drivers, and click uninstall..

Then click on the 3.8 drivers that you downloaded and they will install and you will need to reboot your computer.

After this, make sure you have Direct X 9.0b installed. You must have Direct X 9.0b for it to work correctly.

Reboot and try DBPro again...

Dark Basic Pro - The Bedroom Coder's Language of choice for the 21st Century.
Shadow
21
Years of Service
User Offline
Joined: 17th Oct 2002
Location: In the shadows
Posted: 13th Oct 2003 15:04
thanx. I'll try that soon.
Shadow
21
Years of Service
User Offline
Joined: 17th Oct 2002
Location: In the shadows
Posted: 17th Oct 2003 03:39
DBPro works again! Thanks DMXtra!
Pricey
21
Years of Service
User Offline
Joined: 22nd Feb 2003
Location:
Posted: 17th Oct 2003 22:19
hey martyn, look at dmxtra's avatar

I find your lack of faith.. distrubing - DARTH VADER

Jess T
Retired Moderator
21
Years of Service
User Offline
Joined: 20th Sep 2003
Location: Over There... Kablam!
Posted: 18th Oct 2003 16:22
Did anyone else pick this up?
Quote: "nutscrape"


LMAO!

That is the funnyest thing ive heard it called in ages..

Knowladge Belongs To The People...

Login to post a reply

Server time is: 2024-09-20 16:49:29
Your offset time is: 2024-09-20 16:49:29