Compiling an applicaton that Debugs with no problem

Linking Executable
Wrote crash dump file “C:\Users\ramon\AppData\Local\Temp\HoudiniAssistant64.exe-14f57a.dmp”
0x00007FF9739E73FA (0x00000237578D0101 0x00007FF733EB2950 0x0000000000000000 0x00007FF9745A43A1), RaiseException() + 0x8A bytes(s)
0x00007FF95FDA64C0 (0xFFFFFFFFFFFFFFFE 0x0000000000000000 0x000000000B037917 0x0000023756920170), _CxxThrowException() + 0x90 bytes(s)
0x00007FF7345C34C3 (0x000000000B037917 0x0000000000000000 0x0000000000000000 0x0000000000000000)
0x00007FF7345C2835 (0x000000669EB6EAB0 0x00007FF733AE856B 0x0000000028092000 0x00000237554B1F40)
0x00007FF73400841E (0x0000000000000001 0x000000669EB6E9F0 0x0000023715FE6430 0x00007FF734575099)
0x00007FF734007EC2 (0x000000669EB6EAC0 0x000000669EB6EAC0 0x000000669EB6EB90 0x000002370BCEE040)
0x00007FF73400BFC5 (0x0000023756920158 0x000000669EB6EB90 0x00000237598163F0 0x0000000000000001)
0x00007FF73400790A (0x00000237598163F0 0x00000237586700D0 0x00000237598163F0 0x00000237586700D0)
0x00007FF7340083B0 (0x000002376988DF10 0x00000237586700D0 0x00000066000001EA 0x00000237598163F0)
0x00007FF73400946B (0x0000023769887350 0x000002375866FFF0 0x0000023769887350 0x000002376988DF10)
0x00007FF73400E894 (0x0000023771A76530 0x000002374F9D3CB8 0x000002375691FF00 0x00000237400001EA)
0x00007FF73400E26A (0x0000023780002A33 0x000002374F9D3B80 0x000002375641B050 0x000002375691FE70)
0x00007FF73400E079 (0x000000669EB6F2F8 0x0000000000000000 0x0000000000000002 0x000000669EB6F080)
0x00007FF733FB9C7E (0x00000237556C6918 0x0000006600000000 0x0000023765EE7450 0x0000023765EE7450)
0x00007FF733FB97B1 (0x0000023771A769B0 0x00000000000037BE 0x00000000800037BE 0x7FFFC841A0000004)
0x00007FF73401CA56 (0x000002374F9CC040 0x000002374F41EC40 0x000002374F9D4A50 0x000002374F41E4F0)
0x00007FF733FB96AA (0x0000000000000000 0x000002374CD106C0 0x00000237554B20D8 0x000002374CD5E0B8)
0x00007FF733EBDF3F (0x0000000000000000 0x000002374CD106C0 0x0000000000000000 0x000002374F9CC040)
0x00007FF7344C4076 (0x000002374CD5E0F0 0x000002374FBFE101 0x000002374CCEF4B8 0x0000000000000000)
0x00007FF7344C41D3 (0x000002374CCEF580 0x000002374CD106C0 0x000002374CCEF480 0x000002374FBFE170)
0x00007FF7344C4469 (0x000002374F838530 0x000002374CCEF480 0x000002370000001B 0x0000000000000000)
0x00007FF7344C3AE0 (0x000002374CCEF4B8 0x000000669EB6F730 0x000002374CCEF4B8 0x000002374CD02D10)
0x00007FF7336D1D11 (0x0000000000000001 0x0000000000000000 0x0000000000000000 0x000000669EB6F8D0)
0x00007FF7336D2879 (0x0000000000000000 0x0000000000000000 0x000002374CCCD4E0 0x0000000000000000)
0x00007FF7345C2CA0 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000)
0x00007FF97502E8D7 (0x0000000000000000 0x0000000000000000 0x000004F0FFFFFB30 0x000004D0FFFFFB30), BaseThreadInitThunk() + 0x17 bytes(s)
0x00007FF976BEC48C (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), RtlUserThreadStart() + 0x2C bytes(s)
�

Zip the .dmp file so you can upload it here to the forum as a file, pasting as text will be cumbersome for both you and us.

Do you have comments on what happens to cause the crash? Tell us more.

HoudiniAssistant64.exe-14f57a.dmp.zip (9.5 KB)

AdobeARM.zip (63.3 KB) In fact this file AdobeARM.log appeared as something new, but I have no idea if it is important.

Do you get the error / crash at compile time, or when trying to run the compiled app?

HoudiniAssistant is part of cef (chromium embedded, xojo’s HtmlView (and maybe other uses)). Is the version of cef that xojo copies to the compiler output directory (build folder) compatible with your OS version? Is it the same as the one used by the IDE?

HoudiniAssistant is part of Xojo’s compiler, not CEF. It far predates Xojo’s CEF-based HTMLViewer implementation. I did a blog post about in 2004 or thereabouts.

1 Like

I am sorry but I was not at home and I could not see your comments.
Fortunately last version of Xojo 2026r1 compiled my application.
Now I don’t know if they changed something or just I needed to update, but I don’t mind.
It works now!