forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


VDS causing error in older verions ?

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Fri Sep 19, 2003 5:56 pm    Post subject: VDS causing error in older verions ? Reply with quote

I get this error frequently if VDS 5.x IDE is run for a long time.
Need not necessary use any externals or @LIB() function.
It causes PVDS/VDS 4.x not to load giving this Hard error message box on Win XP.
VDS 5.x itself gets into this trouble rarely although it troubles it's predecessors.
Is it just me or any one else has similar problems?

_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Fri Sep 19, 2003 7:40 pm    Post subject: Reply with quote

I've encountered messages only like that while debugging with dll's. I have noticed thought that sometimes when opening the vds 5 ide that sometimes it will freeze up and never open all the way. It appears only to happen when opening scripts. The only way to stop it was by doing END TASK on it several times.
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Fri Sep 19, 2003 8:15 pm    Post subject: Reply with quote

Sometimes after using VDS 5 for awhile and I try to open VDS 4, or a
program created with VDS 4, it just gives a runtime error for the compiled
EXE and a Windows XP "This application has encountered a problem and will
now close" error report box. Confused

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Sat Sep 20, 2003 3:35 am    Post subject: Reply with quote

PGWARE wrote:
The only way to stop it was by doing END TASK on it several times.

Yeah this irritated me much. So I added a option to tray helper utility I wrote to kill VDS IDE just by a single click. It will restart it automatically using the last open .dsp file.
I think the error dialog enters an infinite loop Sad

_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
vdsalchemist
Admin Team


Joined: 23 Oct 2001
Posts: 1448
Location: Florida, USA

PostPosted: Sat Sep 20, 2003 11:29 am    Post subject: Reply with quote

Hi All,
Just to let everyone know. PVDS 4.x is not the same product as VDS 4.5. PVDS is new and was released with VDS 5 so PVDS and VDS 5 prob. share some of the same code which could account for the errors being present in both.

_________________
Home of

Give VDS a new purpose!
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Sep 20, 2003 11:54 am    Post subject: Reply with quote

Really I think that personal VDS 4 is probably VDS 4 with just the registration
and compilation coding taken out, with perhaps some code from Personal
VDS 2.x

That's just my guess but I don't think they added any new VDS 5 code to it.

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
vdsalchemist
Admin Team


Joined: 23 Oct 2001
Posts: 1448
Location: Florida, USA

PostPosted: Sat Sep 20, 2003 1:54 pm    Post subject: Reply with quote

Well that could be true too not sure I will ask CR. I was guessing since Personal VDS came out at the same time as VDS 5 that they do share some of the same code Question
_________________
Home of

Give VDS a new purpose!
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Sat Sep 20, 2003 2:14 pm    Post subject: Reply with quote

This occurs with VDS 3.x/4.x too as I had tested. In fact PVDS is more immune than these and VDS 5.x has the best immunity - rarely succumbs to this.
_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
vdsalchemist
Admin Team


Joined: 23 Oct 2001
Posts: 1448
Location: Florida, USA

PostPosted: Sun Sep 21, 2003 3:02 pm    Post subject: Reply with quote

CodeScript,
That is strange. I don't think I have ever seen this error under VDS 3.x Question Actually for the most part the only version of VDS I have really seen memory type exceptions is with VDS 5.

_________________
Home of

Give VDS a new purpose!
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sun Sep 28, 2003 7:07 pm    Post subject: Reply with quote

After trying to start VDS 4 after using VDS 5, I get this:


_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sun Sep 28, 2003 7:09 pm    Post subject: Reply with quote

PGWARE wrote:
I have noticed thought that sometimes when opening the vds 5 ide that sometimes it will freeze up and never open all the way. It appears only to happen when opening scripts. The only way to stop it was by doing END TASK on it several times.


Same thing happens to me too sometimes.

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Mon Sep 29, 2003 1:52 am    Post subject: Reply with quote

FreezingFire wrote:
After trying to start VDS 4 after using VDS 5, I get this:

The main problem with this error is if VDS 5 IDE has been running for a very long time (with No API/external to make things clear). Then th e previous version VDS IDE will never open due to this error unless you reboot. If a shorter time elapsed then trying to start will succeed in 3-4 attempts. I wonder if this is a problem specific to NT platforms although I have hardly used win 9x.

_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Mon Sep 29, 2003 7:20 pm    Post subject: Reply with quote

It's just as you've said, CodeScript. I had it open for a long time
then tried to launch VDS 4. Does the offset number in the error
dialog screenshot I posted help?

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Tue Sep 30, 2003 4:49 am    Post subject: Reply with quote

I think the offset number is dependent on other local factors which decide base address etc. but I used to get a given fixed offset per session atleast. I have not done a more closer observation for different window sessions though.
_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Bug Reports All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group