Hi,
we are currently in the process of upgrading our FinalBuilder installation to version 8.0. So far this works fine except for exporting the FB log as html.
For our large projects this fails either with the message
“Error Exporting Log : Failed to load XML file C:\Users\FINALB~1\AppData\Local\Temp\FB528D.tmp” or
"Error Exporting Log : Access violation at address 01811691 in module ‘vsoft.core.bpl’. Read of address 00000000"
We converted our old FB 7 projects to the new format and aside from these errors they work fine. Other projects can export their logs just fine but these two always fail.
For the first error I found the file where it was supposed to be. It also appears to be a valid xml file.
Do I need to do anything special when converting our build scripts or is this an error in FinalBuilder?
Regards,
Christoph
You should have to do anything special to convert projects from FB7 to 8.
Not sure what is causing the xml error, but the access violation is a bug. I have modified the exception handling so that it reports the xml parse error, and lets the av fall through to a handler that will show a stack trace. I’ll post a build with this change later today.
Hi Christoph,
The build containing the changes to fix this issue are located in the installer below;
http://downloads.finalbuilder.com/downloads/finalbuilder/800/FB800_1317.exe
Tested again with build 1326 and the log is exported without errors.