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.

DarkBASIC Professional Discussion / is it possible to fix DBP's bugs w/o buying it first?

Author
Message
obese
22
Years of Service
User Offline
Joined: 15th Oct 2002
Location:
Posted: 27th Oct 2002 16:15
dont get me wrong; im not a cheapskate. i got the demo because i want to see the speed of dbpro. from the test i did, the 2d speed is much faster. i like the new editor. but after running this code:
set display mode 640,480,16
create bitmap 1,640,480
show mouse
do
x#=mousex()
y#=mousey()
zs#=255
if mouseclick()=1
ink rgb(zs#,zs#,zs#),0
circle x#,y#,15
endif
if escapekey()=1 then end
loop

...i cant run any more db code without the failure of execution and an error box popping pu and saying "runtime error 1504 - Display cannot be created due to unknown DirectX error at line 0"
i know that DBP is very buggy and that there are already many bugs fixed through patches, but i want to continue testing DBP w/o buying it first. i am pretty sure i will end up buying it, and soon too, but i want to be able to do more testing w/o buying, which is necessary to use patches.
*\OBESE/*
obese
22
Years of Service
User Offline
Joined: 15th Oct 2002
Location:
Posted: 27th Oct 2002 16:26
oh yeah, plus my computer is a little screwy afterwards. whenever i open a dragdown thing like file,edit,etc or open a rightclick window, and then close them, there is a square of random colors left behind.
all these problems are fixed when i restart my computer, plus i can run 1 (one) dbp program successfully before screwing my computer again, and having to restart once more.
i'm not angry w/ dbpro being so buggy, but i do not want to have to buy DBPro before i can test it w/o countless bugs.

*\OBESE/*
rapscaLLion
22
Years of Service
User Offline
Joined: 29th Aug 2002
Location: Canada
Posted: 27th Oct 2002 18:32
huh, I've never experianced anything like that. I can try to test your code later on, because right now I am not at my comp

Alex Wanuch
aka rapscaLLion
Get the DB Weekly Newsletter at www.dbwn.cjb.net
ToXic
22
Years of Service
User Offline
Joined: 8th Sep 2002
Location: Australia
Posted: 27th Oct 2002 22:26
If you put a COPY BITMAP 1,0 after your circle command it should work ok.
obese
22
Years of Service
User Offline
Joined: 15th Oct 2002
Location:
Posted: 28th Oct 2002 15:21
yeah, but that is not my problem.
my problem is that once i run the code, all subsequent attempts to run code in dbpro fail.
i can only execute one time per restart of my computer because after i run one program from DBPro,
i get the error message: "runtime error 1504 - Display cannot be created due to
unknown DirectX error at line 0"

*\OBESE/*
Hubdule
22
Years of Service
User Offline
Joined: 3rd Sep 2002
Location: Gundelsheim
Posted: 28th Oct 2002 17:40
Update to DirectX 8.1
Update your Graphiccard drivers

if that doesn't work then wait until a new demo is available.

HippyGoth
22
Years of Service
User Offline
Joined: 4th Oct 2002
Location: United States
Posted: 29th Oct 2002 04:32
I believe you can install the DBPro Patch 2 Demo after uninstalling the Patch 1 version, however, I don't believe it will reset the trial counter to 30 days remaining.

I would also follow Hubdules advice, make sure you are running DirectX8.1, and update video card drivers. The error certainly appears to point to a DirectX issue.

As an afterthought, what are your system specs?

Eddie.
obese
22
Years of Service
User Offline
Joined: 15th Oct 2002
Location:
Posted: 2nd Dec 2002 23:38
on the patch page it says it only works with boxed copy of dbpro

i dont know if dbpro will suit my needs because i cant test it without having to restart my computer after every run of a program with graphics

*\OBESE/*
heartbone
22
Years of Service
User Offline
Joined: 9th Nov 2002
Location:
Posted: 3rd Dec 2002 00:25
I have a low end Sis630/730 video card
my processor runs at 900Mhz

Your program
(with the added Copy Bitmap command suggested by Toxic)
runs fine in DBPro.

DBPro is a fine programming tool. The best that I've ever seen.

But DBPro may not suit your needs obese as your question is so obtuse. It is possible to fix Windows bugs without buying it first? DUH.
obese
22
Years of Service
User Offline
Joined: 15th Oct 2002
Location:
Posted: 6th Dec 2002 02:14
im not a dumbass.

the DBP demo does not work. it as far too many bugs. i am not complaining at this point. DB versions are always like this and most bugs are eventually fixed. because of all the bugs, i need to *fix it*

the DBP patch page says the patches only work with the boxed version. here's where the *buying it first* part comes in! get it now?

ive been with db for..maybe..4 years. i know DB&DBP are great prog'ing tools. dont condescend.

what version of DBP are you running my program with? i was using the demo. my problem is this: i want to see if the easiness of DBP outweighs the speed & versatilaty of C for my impending projects, but i dont want to have to buy DBP before i can test it out adequetly. ok?

*\OBESE/*
obese
22
Years of Service
User Offline
Joined: 15th Oct 2002
Location:
Posted: 6th Dec 2002 02:16
i have noticed that the current patch now includes all of the patces so far. this solves my problems........for now (dun dun dun)

*\OBESE/*
indi
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Earth, Brisbane, Australia
Posted: 6th Dec 2002 02:21
Megaman X
22
Years of Service
User Offline
Joined: 21st Oct 2002
Location: Sweden
Posted: 6th Dec 2002 02:35
I remember Obese, dude, he've been here since I remember to be here Believe me, always listen to oldbies as indi and Obese

I don't suffer from insanity, I enjoy every minute of it.
-- Rogue
TheNVS
22
Years of Service
User Offline
Joined: 25th Oct 2002
Location: United States
Posted: 6th Dec 2002 03:15
"im not a dumbass."

how do you know you are not a dumbass.
how do we all know we all are not a dumbass!

THE TRUTH IS OUT THERE!

THE TRUTH IS OUT THERE!
Megaman X
22
Years of Service
User Offline
Joined: 21st Oct 2002
Location: Sweden
Posted: 6th Dec 2002 04:14
Well said... it will make me think for ours... Are we really alone?

I don't suffer from insanity, I enjoy every minute of it.
-- Rogue
Megaman X
22
Years of Service
User Offline
Joined: 21st Oct 2002
Location: Sweden
Posted: 6th Dec 2002 04:14
*hours

I don't suffer from insanity, I enjoy every minute of it.
-- Rogue
heartbone
22
Years of Service
User Offline
Joined: 9th Nov 2002
Location:
Posted: 6th Dec 2002 06:15
obese I never called you any names, and this topic IS stupidly titled.

Anyhow that is not why I posted this reply. I don't think your runtime error 1504 problem will be solved with any DBP upgrades.

Like Hubdule said update your video card drivers. That should fix your problem. If the drivers are all the latest and that does not solve your problem join the growing crowd.... YOU WILL HAVE TO BUY A NEW VIDEO CARD TO RUN DBPRO SOFTWARE.
Kensupen
22
Years of Service
User Offline
Joined: 19th Sep 2002
Location: United States
Posted: 6th Dec 2002 07:14




The 2nd works find in DBPro V3.1 on my system. If you rem out the BACKDROP ON, it leaves the last drawn circle on the screen so you can "Draw". You can unrem teh CREATE BITMAP line if you add code to paste it to the screen so you can see what you're doing.

Don't use the line SET DISPLAY MODE. The editor can do that for you. Using the line has issues.

-Kensupen

Login to post a reply

Server time is: 2025-05-15 09:52:11
Your offset time is: 2025-05-15 09:52:11