EmBitz 2.41 cannot close program - Printable Version +- EmBitz (https://www.embitz.org/forum) +-- Forum: IDE (https://www.embitz.org/forum/forum-1.html) +--- Forum: Bug report (https://www.embitz.org/forum/forum-8.html) +--- Thread: EmBitz 2.41 cannot close program (/thread-120.html) |
EmBitz 2.41 cannot close program - gahlenfeld - 31-03-2022 SinceĀ EmBitz version 2.41 sometimes I cannot close the program window. This can be recognized by the fact that the context menu of the project in the sub-window "Management" has some grayed-out items. A consequence of this when I want to exit the application only an information/warning sound is played and there is no chance to close the window (it can be only closed when killing its process by the task manager). It seems to be that this issue occurs when I have changed/added new files to the project. Can it be possible that this issue has something to do that I have its own .ebp file as a project file? Thank you in advance! RE: EmBitz 2.41 cannot close program - embitz - 31-03-2022 Hi, Do you have a reproducible sequence or project with the bug? That would be very helpful. Cheers. RE: EmBitz 2.41 cannot close program - gahlenfeld - 01-04-2022 Thank you for your answer. Up to now I have no reliable sequence to reproduce this behavior. It seems to be not depending on inlcuding the .ebp-file inside the project itself. I have used all versions of EmBlocks/EmBitz since 2015 and work almost in the same manner since then. Only since I installed version 2.41 this strange behavior occurred first. I will try to reproduce this error for myself before I reply into this thread again... RE: EmBitz 2.41 cannot close program - gahlenfeld - 05-04-2022 Update: * I removed including the .map file in my project files * also removed the .ebp file itself in the project files * no file has a write protection in the file system (NTFS) The error does not occur when compiling a single file. But the error occurs when building the project (every time). It seems that linking is the cause. RE: EmBitz 2.41 cannot close program - embitz - 05-04-2022 What do you mean with "also removed the .ebp file itself in the project files"? RE: EmBitz 2.41 cannot close program - gahlenfeld - 05-04-2022 to be able to check changes in the .ebp file, e.g. compiler options, I usually include the .ebp file as a link inside the project -> this lets me quickly open the file inside EmBitz (the project file I sent to you via private messsage does not inlcude this any longer) RE: EmBitz 2.41 cannot close program - embitz - 05-04-2022 You sent me an .ebp project file per PM without any source files. Should I be able to reproduce the bug like this? I only get a message that a pre-build step is not working (misc\remove_sysinfo.o.bat). Could you copy your project and make it bare minimum with still the bug there? and zip that whole project and PM it to me? RE: EmBitz 2.41 cannot close program - gahlenfeld - 06-04-2022 Hello embitz, I found out some more things:
Thanks a lot for your effort! |