Need to launch XBMC Windowed
#1
I need to start XBMC windowed.

I'm currently remoting to my PC at home, and it's failing (CApplication::Create()failed) when coming up so I can't make the change in the setting of the GUI.

Is there any way via command line, or config file setting to force it to launch windowed?

I can easily fix this tonight from home, but there is something I'd like to work on now.

Thanks!
Dragontech ioBox 100HD w/1TB internal - YAMJ - Unique Black Glas
HTPC running XBMC & Boxee
Thecus N4100Pro NAS w/4x1.5TB Western Digital Green Drives Raid 5
Epson Home Cinema 8350 w/106" Elite Screen
Onkyo TX-SR606
Logitech Harmony One Remote
Reply
#2
There is a setting in the "Settings" to select windowed mode.

Mark
Reply
#3
mwkurt Wrote:There is a setting in the "Settings" to select windowed mode.

Mark

Thanks, but read my post again... slower this time :-)
Dragontech ioBox 100HD w/1TB internal - YAMJ - Unique Black Glas
HTPC running XBMC & Boxee
Thecus N4100Pro NAS w/4x1.5TB Western Digital Green Drives Raid 5
Epson Home Cinema 8350 w/106" Elite Screen
Onkyo TX-SR606
Logitech Harmony One Remote
Reply
#4
I have issues remoting in as well same error.

I have had to open it local then change the settings to windowed. Then remoting in again starts in windows mode. Other than that I don't think you can fix it remotely.
Reply
#5
Edit guisettings.xml. Find:

Code:
<videoscreen>
        <blankdisplays>false</blankdisplays>
        <fakefullscreen>false</fakefullscreen>
        <guicalibration></guicalibration>
        <resolution>0</resolution>
        <screen>0</screen>
        <screenmode>DESKTOP</screenmode>
        <vsync>2</vsync>
    </videoscreen>

and change:

Code:
<screenmode>DESKTOP</screenmode>

to:

Code:
<screenmode>WINDOW</screenmode>

JR
Reply
#6
jhsrennie Wrote:Edit guisettings.xml. Find:

Code:
<videoscreen>
        <blankdisplays>false</blankdisplays>
        <fakefullscreen>false</fakefullscreen>
        <guicalibration></guicalibration>
        <resolution>0</resolution>
        <screen>0</screen>
        <screenmode>DESKTOP</screenmode>
        <vsync>2</vsync>
    </videoscreen>

and change:

Code:
<screenmode>DESKTOP</screenmode>

to:

Code:
<screenmode>WINDOW</screenmode>

JR

That's what I was looking for. Worked perfectly. Thank you!
Dragontech ioBox 100HD w/1TB internal - YAMJ - Unique Black Glas
HTPC running XBMC & Boxee
Thecus N4100Pro NAS w/4x1.5TB Western Digital Green Drives Raid 5
Epson Home Cinema 8350 w/106" Elite Screen
Onkyo TX-SR606
Logitech Harmony One Remote
Reply
#7
Learn something new everyday.
Reply

Logout Mark Read Team Forum Stats Members Help
Need to launch XBMC Windowed0