Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show compile log in collapsible section of error display window #1893

Closed
LautaroL20 opened this issue Dec 16, 2022 · 2 comments
Closed

Show compile log in collapsible section of error display window #1893

LautaroL20 opened this issue Dec 16, 2022 · 2 comments
Labels
Compiler Issue pertains to the custom BEE compilers Done in next release This has been addressed in the next release Enhancement Improvement or tweak to the mod

Comments

@LautaroL20
Copy link
Member

With the implementation of the new compilation error window that is shown in the image of below, now when this window appears, if you then decide to open the game´s console, the log error that should indicate what has failed will not be there, and only irrelevant things will appear instead. If this is intentional, then make the game´s console log error to generate regardless of this new feature because the console´s log is always useful.

Image

@vrad-exe
Copy link
Member

This is because the compile is technically succeeding as far as the editor is concerned, so it doesn't print the log to the console. You can force it to appear with developer 1 but that's not ideal, the error display window should probably have a collapsible section added to the bottom that shows the compile log (perhaps with the actual error message highlighted in red?)

@vrad-exe vrad-exe added Bug Something isn't working correctly Compiler Issue pertains to the custom BEE compilers Enhancement Improvement or tweak to the mod and removed Bug Something isn't working correctly labels Dec 16, 2022
@vrad-exe vrad-exe changed the title If the "BEEmod compialtion error" new window appears, this makes the game´s console to not generate the error log at all. Show compile log in collapsible section of error display window Dec 16, 2022
@vrad-exe
Copy link
Member

vrad-exe commented Jun 2, 2023

Another sorta dumb idea for this, since a VScript is used to open the error display dialog, you could just write in a bunch of printl lines which output the compile log to the console...

@TeamSpen210 TeamSpen210 added the Done in next release This has been addressed in the next release label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compiler Issue pertains to the custom BEE compilers Done in next release This has been addressed in the next release Enhancement Improvement or tweak to the mod
Projects
None yet
Development

No branches or pull requests

3 participants