Kodi Community Forum
XBMC minimizes after launch - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: XBMC minimizes after launch (/showthread.php?tid=130757)



XBMC minimizes after launch - gquiring - 2012-05-05

A few days ago XBMC v11.0 started minimizing itself after I launch the app. XBMC loads fine, and about 10 seconds after it's loaded it just minimizes itself. What's odd is I have not updated anything, so I don't know why this just started.

Win 7 x32, 4gig ram, AMD 6450 v12.4 drivers.

Debug log:
http://pastebin.com/xysTTuVg



RE: XBMC minimizes after launch - kricker - 2012-05-06

There are many other threads about this. If you are running in true fullscreen mode, any other app that steals focus will cause XBMC to minimize. AMD Catalyst Control Panel has been reported to do it. Turn on debug logging. When it minimizes next time check the log. There should be an entry in the log.


RE: XBMC minimizes after launch - gquiring - 2012-05-06

(2012-05-06, 03:55)kricker Wrote: There are many other threads about this. If you are running in true fullscreen mode, any other app that steals focus will cause XBMC to minimize. AMD Catalyst Control Panel has been reported to do it. Turn on debug logging. When it minimizes next time check the log. There should be an entry in the log.
That log I posted was with debug on.



RE: XBMC minimizes after launch - nelson01 - 2012-06-06

I also have this issue. Most people will advise to run xbmc in a fullscreen window, add a very long delay of 30 seconds or greater, or disable catalyst control center. What i've found, is that without catalyst control center, my video playback performance suffers. The fullscreen window also makes video playback suffer. My system boots in less than 10 seconds, and i have no desire to wait an additional 30 to 60 seconds. I use the windows console editor to boot directly into xbmc as a shell. This issue is preventing me from finalizng my htpc.


RE: XBMC minimizes after launch - torcar - 2012-06-07

I have also experienced this issue. I have solved it by starting XBMC with a script and putting in a delay of 10 sec before it starts enabling catalyst center to finish loading before XBMC starts up.

Annoying, but as long as I don't have to touch anything to make it work I can live with a 10 sec delay when starting XBMC.




RE: XBMC minimizes after launch - kroegtijger - 2012-06-07

Had the same issue, but resolved it by setting in the policy of windows XBMC as shell in stead of explorer.exe
This not only makes sure that XBMC doesn't start minimized, but also speeds up the process, and disables functions like alt+tab et cetera. Perfect solution for a dedicated machine (with Ctrl+Shift+Esc you can still access the taskmanager and manually start explorer.exe to get full access again to windows)
If you need to start more applications, such as imon or sabnzbd, you can use eventghost as shell and let eventghost start XBMC


RE: XBMC minimizes after launch - nelson01 - 2012-06-07

I just figured out how to start xbmc with no delay, along with CCC and not have it steal focus. I use mmc to run xbmc as a custom user interface and I also run a batch startup script to launch clistart.exe, wait 10 seconds, and then taskkill CCC.exe and leave MOM.exe running. This prevents CCC from stealing focus and fixes my playback issues.