Activity for Tail for Windows

  • long long created ticket #27

    Cannot send alert to multiple recipients

  • Sergio Vazquez II Sergio Vazquez II created ticket #26

    Dark Mode

  • Bruce Bruce created ticket #25

    Navigate file in reverse 100 lines at a time please?

  • Aidar Omar Aidar Omar posted a comment on ticket #24

    edit Screenshot is win-tab and taskbar. Nothing is on the desktop.

  • Aidar Omar Aidar Omar created ticket #24

    Wintail doesnt even open its window, even though program seems to work on background

  • Intro Dev Intro Dev posted a comment on ticket #23

    "answer??" No answer so it seems... but no problem - there are also other, different implementations of tail for window$... ;-) So problem solved by not-using your product, hehe!! :-)

  • Intro Dev Intro Dev posted a comment on ticket #23

    answer??

  • Intro Dev Intro Dev created ticket #23

    Tail can't read files they are accesed by another process, why?

  • James Tome James Tome created ticket #22

    Further customization of email notifications, etc.

  • Ryan Rogers Ryan Rogers modified a comment on ticket #21

    If you have any followup questions feel free to ask. I just realized that this really isn't very clear. Essentially the idea is you are modifying the bitmap from the previous render each time you blast a new line in. The bitmap will remain the same size, but you do a block-copy to shift the elements up. Then you draw into the bitmap for the new line, then the on-screen update is just one draw of the entire bitmap. Whenever the user resizes the window, you throw the bitmap away (well, not really,...

  • Ryan Rogers Ryan Rogers posted a comment on ticket #21

    If you have any followup questions feel free to ask. I just realized that this really isn't very clear. Essentially the idea is you are modifying the bitmap from the previous render each time you blast a new line in. The bitmap will remain the same size, but you do a BLT to shift the elements up. Then you draw into the bitmap for the new line, then the on-screen update is just one draw of the entire bitmap. Whenever the user resizes the widnow, you throw the bitmap away, and re-render all of the...

  • Alberto Andreo Alberto Andreo modified ticket #21

    Improvement: main window rendering

  • Alberto Andreo Alberto Andreo modified ticket #21

    Improvement: main window rendering

  • Alberto Andreo Alberto Andreo modified ticket #16

    Unhandled Exception - File In Use

  • Alberto Andreo Alberto Andreo modified ticket #13

    Cannot open/read files handled by log4net library

  • Alberto Andreo Alberto Andreo modified ticket #16

    Unhandled Exception - File In Use

  • Tail for Windows Tail for Windows released /2.3.1.0/WinTail-2.3.1.0-portable.zip

  • Tail for Windows Tail for Windows released /2.3.1.0/readme.txt

  • Ryan Rogers Ryan Rogers created ticket #21

    Improvement: main window rendering

  • Grzegorz Skoczylas Grzegorz Skoczylas posted a comment on ticket #16

    It seems that this error is still not corrected. That is a pity. I could use this program very much. (OS: Win10 Pro, 64-bit)

  • Alberto Andreo Alberto Andreo modified ticket #20

    Doesn't work on SMall files

  • Alberto Andreo Alberto Andreo posted a comment on ticket #20

    Hi, we have checked Wintail and we do not find any issue tailing very small files. If the mentioned problem is still persisting, please create a new ticket adding attachments and the more useful information in order to analyze, investigate and hopeful fix it. Thanks anyway for your notification.

  • John Reilly John Reilly created ticket #20

    Doesn't work on SMall files

  • Hans Christiansen Hans Christiansen posted a comment on ticket #14

    Hi, Sorry about late reply - I have been away on holiday. This was such a long time ago I can't remember if any changes have been made. I have downloaded the latest version (2.3.0.1) and tried to follow a file with highlighting enabled. The highlighting seems to work now but I have noticed that it has problems updating due to in this case Apache apparently locking the file and causing Tail to display an error: [cid:image001.png@01D48657.6619F180] Perhaps this should be registered in a separate ticket?...

  • Alberto Andreo Alberto Andreo modified ticket #11

    Copy line(s) into the clipboard

  • Alberto Andreo Alberto Andreo modified ticket #19

    Disable / Enable Automatic Check For Updates parameter

  • Tail for Windows Tail for Windows released /2.3.0.1/WinTail-2.3.0.1-portable.zip

  • Tail for Windows Tail for Windows released /2.3.0.1/readme.txt

  • Alberto Andreo Alberto Andreo modified ticket #11

    Copy line(s) into the clipboard

  • Alberto Andreo Alberto Andreo modified ticket #12

    Horizontal scrolling

  • Alberto Andreo Alberto Andreo modified ticket #13

    Cannot open/read files handled by log4net library

  • Alberto Andreo Alberto Andreo modified ticket #16

    Unhandled Exception - File In Use

  • Alberto Andreo Alberto Andreo modified ticket #19

    Disable / Enable Automatic Check For Updates parameter

  • Alberto Andreo Alberto Andreo modified ticket #12

    Horizontal scrolling

  • Alberto Andreo Alberto Andreo posted a comment on ticket #12

    With the next release of WinTail will be added the possibility to scroll horizontally the window containing the log file under monitoring in order to show the entire line content.

  • Alberto Andreo Alberto Andreo modified ticket #10

    '\t' character not interpreted

  • Alberto Andreo Alberto Andreo modified ticket #11

    Copy line(s) into the clipboard

  • Alberto Andreo Alberto Andreo modified ticket #19

    Disable / Enable Automatic Check For Updates parameter

  • TCr82 TCr82 posted a comment on ticket #15

    ?? 2.2.4.3 has intruduced the bug?! It should be 2.2.4.4 or not?

  • Steve Broshar Steve Broshar posted a comment on ticket #17

    Sounds good. If you'd like me to contribute to the development let me know. Would you consider putting the code on github or similar collaboration site? I need a tool like this and yours is the best I've found so far. I'd would save a lot of time if I could work with it rather than starting from scratch. Your tool covers basic tailing, and the highlighting is very useful. For the most part is has been reliable and robust -- except when the log file is being written quickly. The features I'm interested...

  • Alberto Andreo Alberto Andreo created ticket #19

    Disable / Enable Automatic Check For Updates parameter

  • Alberto Andreo Alberto Andreo modified ticket #7

    Overwritten files not properly displayed/monitored

  • Alberto Andreo Alberto Andreo modified ticket #9

    second instance behavior

  • Alberto Andreo Alberto Andreo modified ticket #12

    Horizontal scrolling

  • Alberto Andreo Alberto Andreo modified ticket #15

    2.2.4.3 gives .NET Error: Object reference not set to an instance of an object.

  • Alberto Andreo Alberto Andreo posted a comment on ticket #15

    Hi. This issue has been fixed with version 2.2.4.3

  • Alberto Andreo Alberto Andreo modified ticket #7

    Overwritten files not properly displayed/monitored

  • Alberto Andreo Alberto Andreo posted a comment on ticket #7

    Hi Jim and thanks for you submission. The point is that normally log files are meant to grow up line after line and the purpose of WinTail is to allow users to monitor these log files in order to catch possible warning or errors reported by the apps that populate those log files. If you're facing special apps that overwrite completely the log file or the log file could decrease it's number of written rows, of course this is a problem. I will not forget your considerations and this ticket, thinking...

  • Alberto Andreo Alberto Andreo posted a comment on ticket #17

    Hi. The app is written with VS 2017 Pro C# and .NET 4.6 This is the official WinTail website that I keep up to date beside every new release: http://www.tailforwindows.net/ The old domain http://www.tailforwindows.org has been closed. Il giorno gio 1 nov 2018 alle ore 00:15 Steve Broshar stevebroshar@users.sourceforge.net ha scritto: Alberto, Yeah. That's what I was thinking. I develop in visual studio too. What language is it written in? C#? VB? -steve On Wednesday, October 31, 2018, 2:44:39 PM...

  • Steve Broshar Steve Broshar posted a comment on ticket #17

    Alberto, Yeah. That's what I was thinking. I develop in visual studio too. What language is it written in? C#? VB? -steve On Wednesday, October 31, 2018, 2:44:39 PM CDT, Alberto Andreo albertoandreo@users.sourceforge.net wrote: Hi Steve and thanks for your message. Would you be available to contribute to software improvements by helping me develop WinTail? It might also be good for me. Consider that the development environment I use is Visual Studio 2017 Professional licensed clearly. Let me know...

  • Alberto Andreo Alberto Andreo posted a comment on ticket #17

    Hi Steve and thanks for your message. Would you be available to contribute to software improvements by helping me develop WinTail? It might also be good for me. Consider that the development environment I use is Visual Studio 2017 Professional licensed clearly. Let me know okay? Thank you bye-bye Il giorno mar 30 ott 2018 alle ore 13:24 Steve Broshar stevebroshar@users.sourceforge.net ha scritto: Thanks for fixing both issues. This is the best windows tail tool that I've found. But, it has significant...

  • Steve Broshar Steve Broshar posted a comment on ticket #17

    Thanks for fixing both issues. This is the best windows tail tool that I've found. But, it has significant room for improvement. Is the source code available? Do you accept pull requests? -steve On Monday, October 29, 2018, 4:56:46 PM CDT, Alberto Andreo albertoandreo@users.sourceforge.net wrote: status: accepted --> closed Comment: Hi. The issue you're talking about has been fixed today with the last version 2.2.4.3 [tickets:#17] Prompted for new version, but new version does not download Status:...

  • Alberto Andreo Alberto Andreo modified a comment on ticket #15

    Hi. The issue you're talking about has been fixed today with the last version 2.2.4.3 Please test it and give me feedback if worked ok? Thanks

  • Alberto Andreo Alberto Andreo modified ticket #9

    second instance behavior

  • Alberto Andreo Alberto Andreo posted a comment on ticket #9

    Hi. For the moment only one instance of WinTail can be opened but if you need to monitor more than one file, you can do it.

  • Alberto Andreo Alberto Andreo modified ticket #10

    '\t' character not interpreted

  • Alberto Andreo Alberto Andreo modified ticket #11

    Copy line(s) into the clipboard

  • Alberto Andreo Alberto Andreo posted a comment on ticket #11

    Hi and thanks for your suggestion. I will implement it in the next release.

  • Alberto Andreo Alberto Andreo modified ticket #13

    Cannot open/read files handled by log4net library

  • Alberto Andreo Alberto Andreo modified ticket #14

    Highlight gets confused

  • Alberto Andreo Alberto Andreo modified ticket #16

    Unhandled Exception - File In Use

  • Alberto Andreo Alberto Andreo modified ticket #17

    Prompted for new version, but new version does not download

  • Alberto Andreo Alberto Andreo posted a comment on ticket #17

    Hi. The issue you're talking about has been fixed today with the last version 2.2.4.3

  • Alberto Andreo Alberto Andreo modified ticket #18

    No window appears when launch

  • Alberto Andreo Alberto Andreo posted a comment on ticket #18

    Hi. The issue you're talking about has been fixed today with the last version 2.2.4.3

  • Alberto Andreo Alberto Andreo modified ticket #15

    2.2.4.3 gives .NET Error: Object reference not set to an instance of an object.

  • Alberto Andreo Alberto Andreo posted a comment on ticket #15

    Hi. The issue you're talking about has been fixed today with the last version 2.2.4.3

  • Tail for Windows Tail for Windows released /2.2.4.3/WinTail-2.2.4.3-portable.zip

  • Tail for Windows Tail for Windows released /2.2.4.3/readme.txt

  • Steve Broshar Steve Broshar created ticket #18

    No window appears when launch

  • Alberto Andreo Alberto Andreo posted a comment on ticket #15

    Hi Markus. Yes version 2.2.4.3 has an issue and I'm currently working to fix it. I hope to release the 2.2.4.3 within this week. Ciao http://www.tailforwindows.net/ Il giorno ven 31 ago 2018 alle ore 10:24 Markus Schmidt almost4ty@users.sourceforge.net ha scritto: Seems like a 100% copy of the errormessage I got. Though there would be something wrong with my machine but obviously 2.2.4.3 has an issue. If I could get at least get rid of this update message in 2.2.4.2 ...!? [tickets:#15] 2.2.4.3 gives...

  • TCr82 TCr82 posted a comment on ticket #15

    Hi, I tested with Win 7, Server 2012 R2, Server 2016 and Win 10.

  • Markus Schmidt Markus Schmidt posted a comment on ticket #15

    Mit freundlichen Grüßen – Kind regards Markus Schmidt http://www.linkedin.com/pub/markus-schmidt/25/561/704 LinkedIn profile Senior Consultant & Software Architect Microsoft Technologies mobil: +49 171 74.75.77.5 msc@schmidt-e-services.de Schmidt e-Services GmbH Niedernhausener Straße 59a http://scriptease.codeplex.com/ JavaScript Manager for Microsoft Dynamics CRM D-65207 Wiesbaden http://www.activetapi.net/ Telephone Integration for Microsoft Dynamics NAV fon: +49 611 985.25.440 Amtsgericht Wiesbaden...

  • Alberto Andreo Alberto Andreo modified ticket #12

    Horizontal scrolling

  • Alberto Andreo Alberto Andreo posted a comment on ticket #12

    Hi, I'm sorry but the line length is greater than the WinTail windows width, at the moment there is no way to show the entire line. I could anyway evaluate the possiblity to add an extra settings parameter to enable or disable a sort of Word Wrapping that would split the lines in order to show the whole text.

  • Alberto Andreo Alberto Andreo modified ticket #14

    Highlight gets confused

  • Alberto Andreo Alberto Andreo posted a comment on ticket #14

    Hi. Can I close this case or the problem is still there? I didn't get any answer yet by you.

  • Alberto Andreo Alberto Andreo modified ticket #15

    2.2.4.3 gives .NET Error: Object reference not set to an instance of an object.

  • Alberto Andreo Alberto Andreo modified ticket #16

    Unhandled Exception - File In Use

  • Alberto Andreo Alberto Andreo modified ticket #15

    2.2.4.3 gives .NET Error: Object reference not set to an instance of an object.

  • Alberto Andreo Alberto Andreo posted a comment on ticket #15

    Hi. Can you pleae tell me under what OS did you run the 2.2.4.3, .NET version etc... I'm sorry to write you back so late, but it would be good if you could give me the more detailed information you have in order to understand the reason for that exception.

  • Alberto Andreo Alberto Andreo modified ticket #16

    Unhandled Exception - File In Use

  • Alberto Andreo Alberto Andreo posted a comment on ticket #16

    Hi. The option to disable the software update version is not implemented yet. I will add an extra parameter in the application settings in order to enable or disable software update checks. For the exception you mentioned to me, it seems that the input log file (that looks like a web server log file), it's maybe locked by another process. I'll investigate anyway in the code in order to find out a solution for that, ok? Stay in touch. I'll give you feedback regarding your issue with this ticket. ...

  • Alberto Andreo Alberto Andreo posted a comment on ticket #17

    Hi and thanks for your submission. I'll check asap the reason why SourceForgedo not provide the latest WinTail version. I'll give you feedbacks via this ticketing system,

  • Alberto Andreo Alberto Andreo modified ticket #17

    Prompted for new version, but new version does not download

  • Steve Broshar Steve Broshar posted a comment on ticket #17

    I'm using version 2.2.4.2. If milestone indicates version, then I entered the wrong value.

  • Steve Broshar Steve Broshar created ticket #17

    Prompted for new version, but new version does not download

  • Brian Brian created ticket #16

    Unhandled Exception - File In Use

  • Markus Schmidt Markus Schmidt posted a comment on ticket #15

    Seems like a 100% copy of the errormessage I got. Though there would be something wrong with my machine but obviously 2.2.4.3 has an issue. If I could get at least get rid of this update message in 2.2.4.2 ...!?

  • TCr82 TCr82 created ticket #15

    2.2.4.3 gives .NET Error: Object reference not set to an instance of an object.

  • Alberto Andreo Alberto Andreo modified a comment on ticket #14

    In the meantime I suggest you to download the latest version of WinTail 2.2.4.3 because the source code has been reviewed. I suggest you to have a look at the release notes for the new version because maybe it solves the issue you told me.

  • Alberto Andreo Alberto Andreo posted a comment on ticket #14

    In the mean time I suggest you to download the latest version of WinTail 2.2.4.3 because the source code has been reviewed. I suggest you to have a look at the release notes for the new version because maybe it solves the issue you told me.

  • Alberto Andreo Alberto Andreo modified ticket #14

    Highlight gets confused

  • Alberto Andreo Alberto Andreo posted a comment on ticket #14

    Hi and thanks for submitting your request. I will test and check the program in order to reproduce the issue you described in your ticket. I will give you feedback about it as soon as I will complete my tests.

  • Hans Christiansen Hans Christiansen created ticket #14

    Highlight gets confused

  • Tail for Windows Tail for Windows released /2.2.4.3/WinTail-2.2.4.3-portable.zip

  • Tail for Windows Tail for Windows released /2.2.4.3/readme.txt

  • Delf Delf created ticket #13

    Cannot open/read files handled by log4net library

  • Alberto Andreo Alberto Andreo modified ticket #12

    Horizontal scrolling

  • Nicholas Twerdochlib Nicholas Twerdochlib created ticket #12

    Horizontal scrolling

1 >
MongoDB Logo MongoDB