xsharp.eu • cavo 28 sp4b crash on build
Page 1 of 2

cavo 28 sp4b crash on build

Posted: Tue Oct 03, 2023 10:19 am
by IGSoftDev
hello
I have a crash a build time, but not for each build. After the crash I launch cavo28, build and it works. 3 or 4 times it works, than it suddenly crash.
No error message.
Only the event viewer record the crash:

Nom de l’application défaillante cavo28.exe, version : 2.8.3.2838, horodatage : 0x513f5ee8
Nom du module défaillant : KERNELBASE.dll, version : 10.0.22621.2283, horodatage : 0x27eb36ec
Code d’exception : 0xc000041d
Décalage d’erreur : 0x001489f2
ID du processus défaillant : 0x0x9AFC
Heure de début de l’application défaillante : 0x0x1D9F5DB72E9B166
Chemin d’accès de l’application défaillante : C:\cavo28\bin\cavo28.exe
Chemin d’accès du module défaillant: C:\WINDOWS\System32\KERNELBASE.dll
ID de rapport : 03861921-3729-42d0-b79d-3452c85cfe57
Nom complet du package défaillant :
ID de l’application relative au package défaillant :

Any idea ?

Thank you,

Re: cavo 28 sp4b crash on build

Posted: Tue Oct 03, 2023 11:05 am
by wriedmann
Hi,
do you have tried to reindex the repo, or better,to rebuild it completely?
Wolfgang

Re: cavo 28 sp4b crash on build

Posted: Tue Oct 03, 2023 12:06 pm
by IGSoftDev
hello Wolfgang,
Yes, I reindex and it works for some times
It's also a fresh new repo...

Re: cavo 28 sp4b crash on build

Posted: Tue Oct 03, 2023 12:20 pm
by wriedmann
Hi,
do you have a large string table in the application?
Or some circular references (a thing VO should never have permitted, but they are working most of the time).
Wolfgang

Re: cavo 28 sp4b crash on build

Posted: Tue Oct 03, 2023 12:21 pm
by AlessandroV
We have been similar problems with VO, now we have porting it to X# and it work very well.
The porting is minus difficult than you can think and you will solve musch problems.

What I can advise you is to do it as soon as possible, the advantages are enormous.

Bye Alessandro

Re: cavo 28 sp4b crash on build

Posted: Tue Oct 03, 2023 2:55 pm
by IGSoftDev
Yes Alessandro, but I have a lot of third parties and 4 huge application, that will take monthes to move to x#

@Wolfgang, not espacially only those of reportpro translation...

this is my config:
[VOLink]
MAP=0
ReleaseBuild=0
text=0x7000000
BinarySize=0x10000000
reloc=0x500000
data=0x2500000
ExeAtomTabSize=0x2000000
StackSize=0x100000

Re: cavo 28 sp4b crash on build

Posted: Tue Oct 03, 2023 3:48 pm
by wriedmann
Hi,
my VOLink values are much smaller:

[VOLink]
MAP=0
ReleaseBuild=0
text=0x4000000
BinarySize=0x5000000
reloc=0x400000

But my largest executable is only 33 MB.

Wolfgang

Re: cavo 28 sp4b crash on build

Posted: Wed Oct 04, 2023 7:25 am
by robert
Jean Luc (?)
IGSoftDev wrote: Tue Oct 03, 2023 2:55 pm Yes Alessandro, but I have a lot of third parties and 4 huge application, that will take months to move to x#

@Wolfgang, not especially only those of reportpro translation...
If you can spare the time, why don't you come to Germany next week and show us your apps. It may not be as complicated as you think.
If you come, we can take a look at your apps and give you some hints, or even help you to get started.

Robert

Re: cavo 28 sp4b crash on build

Posted: Wed Oct 04, 2023 9:46 am
by AlessandroV
Hi Jean Luc,

my VO application compiled was 105.380KB. All my main Controls are customized and also i have make custom controls for specific uses.
I have used a graphic OCX, OLE Excel, Word and Outlook.

You can heve help from of the development team and also many persons that already has ported his applications (as me).

If i were you i would listen to Robert and come to the meeting in Germany.

Bye Alessandro

Re: cavo 28 sp4b crash on build

Posted: Wed Oct 04, 2023 11:17 am
by IGSoftDev
Hi Robert,

I would have loved to come to Germany, but I will actually be on vacation abroad!
Unlucky!

JL