cavo 28 sp4b crash on build

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
User avatar
IGSoftDev
Posts: 10
Joined: Tue Sep 12, 2023 2:23 pm

cavo 28 sp4b crash on build

Post 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,
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: cavo 28 sp4b crash on build

Post by wriedmann »

Hi,
do you have tried to reindex the repo, or better,to rebuild it completely?
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
IGSoftDev
Posts: 10
Joined: Tue Sep 12, 2023 2:23 pm

Re: cavo 28 sp4b crash on build

Post by IGSoftDev »

hello Wolfgang,
Yes, I reindex and it works for some times
It's also a fresh new repo...
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: cavo 28 sp4b crash on build

Post 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
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
AlessandroV
Posts: 65
Joined: Tue Oct 31, 2017 9:07 am
Location: Italy

Re: cavo 28 sp4b crash on build

Post 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
User avatar
IGSoftDev
Posts: 10
Joined: Tue Sep 12, 2023 2:23 pm

Re: cavo 28 sp4b crash on build

Post 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
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: cavo 28 sp4b crash on build

Post 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
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: cavo 28 sp4b crash on build

Post 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
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
AlessandroV
Posts: 65
Joined: Tue Oct 31, 2017 9:07 am
Location: Italy

Re: cavo 28 sp4b crash on build

Post 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
User avatar
IGSoftDev
Posts: 10
Joined: Tue Sep 12, 2023 2:23 pm

Re: cavo 28 sp4b crash on build

Post by IGSoftDev »

Hi Robert,

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

JL
Post Reply