[GH-ISSUE #2522] Clicking view logs menu item multiple times causes it to stop working on Ollama Windows preview #27237

Closed
opened 2026-04-22 04:24:16 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @jmorganca on GitHub (Feb 15, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2522

Originally assigned to: @dhiltgen on GitHub.

time=2024-02-15T21:04:25.135Z level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\jeff\\AppData\\Local\\Ollama"
time=2024-02-15T21:04:32.644Z level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\jeff\\AppData\\Local\\Ollama"
Originally created by @jmorganca on GitHub (Feb 15, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2522 Originally assigned to: @dhiltgen on GitHub. ``` time=2024-02-15T21:04:25.135Z level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\jeff\\AppData\\Local\\Ollama" time=2024-02-15T21:04:32.644Z level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\jeff\\AppData\\Local\\Ollama" ```
GiteaMirror added the bugwindows labels 2026-04-22 04:24:16 -05:00
Author
Owner

@dhiltgen commented on GitHub (Feb 15, 2024):

I think this may be a Z-depth ordering thing. Is it possible there was already a file explorer window open and it was obscured by some other window on your desktop?

<!-- gh-comment-id:1947346988 --> @dhiltgen commented on GitHub (Feb 15, 2024): I think this may be a Z-depth ordering thing. Is it possible there was already a file explorer window open and it was obscured by some other window on your desktop?
Author
Owner

@mxyng commented on GitHub (Feb 15, 2024):

I had the same thought and made sure to close all explorer instances. Clicking on view logs doesn't create an explorer instance

<!-- gh-comment-id:1947380171 --> @mxyng commented on GitHub (Feb 15, 2024): I had the same thought and made sure to close all explorer instances. Clicking on `view logs` doesn't create an explorer instance
Author
Owner

@dhiltgen commented on GitHub (Feb 16, 2024):

If you close the explorer window every time, it works consistently. If you leave the window up and click twice, on the second click, the explorer window goes away, and will never come back.

Looking at the app.log, there's nothing obvious why though...

time=2024-02-16T13:19:17.942-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama"
time=2024-02-16T13:20:42.676-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama"
time=2024-02-16T13:20:47.851-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama"
time=2024-02-16T13:20:52.616-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama"
time=2024-02-16T13:21:00.296-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama"
time=2024-02-16T13:21:04.913-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama"
time=2024-02-16T13:21:11.662-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama"
time=2024-02-16T13:21:14.553-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama"
time=2024-02-16T13:21:16.249-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama"
time=2024-02-16T13:22:34.817-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama"
<!-- gh-comment-id:1949354516 --> @dhiltgen commented on GitHub (Feb 16, 2024): If you close the explorer window every time, it works consistently. If you leave the window up and click twice, on the second click, the explorer window goes away, and will never come back. Looking at the app.log, there's nothing obvious why though... ``` time=2024-02-16T13:19:17.942-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama" time=2024-02-16T13:20:42.676-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama" time=2024-02-16T13:20:47.851-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama" time=2024-02-16T13:20:52.616-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama" time=2024-02-16T13:21:00.296-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama" time=2024-02-16T13:21:04.913-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama" time=2024-02-16T13:21:11.662-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama" time=2024-02-16T13:21:14.553-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama" time=2024-02-16T13:21:16.249-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama" time=2024-02-16T13:22:34.817-08:00 level=DEBUG source=logging_windows.go:12 msg="viewing logs with start C:\\Users\\danie\\AppData\\Local\\Ollama" ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#27237