Win Any way to use XBMC as automated MySql scaper? (Headless?)
#16
VM Ware and ESXI are good alternatives I haven't tried yet, thanks for the suggestions. That's what I'll try next.
Manxam, I never installed ESXi before, anything I should be aware before I make everything "not work"?
Reply
#17
I'm pretty sure the problem with XBMC not working in RDC or other remote connection apps has to do with XBMC running in true full screen mode. You can edit one of the settings files to have it run in a fake full screen mode or windowed full screen mode. That's how I got it to work for me when I RDC into my server. Before I made that change I would just get an error or a black screen.
Reply
#18
I could never get the standard opengl version of xbmc to run in esx or in a virtualbox environment fullscreen or not. You are correct though that one must run windowed if you want to see the GUI in an rdp or vnc session.

My last usage a couple weeks ago before switching back to the headless Linux version was in a "tiny XP" environment running xbmc rc2 dsplayer build windowed. Editing esxi's vmdk setting for the guest to enable the in-built vnc server performed better than tightvnc server and was one less service running on the guest.

Good luck!
Reply
#19
I gave up a long time ago trying to get my home server to run truly headless and without being logged in.

I set it to auto log in on startup - then just lock after a few minutes of inactivity for security if anyone comes into my house and plugs in a monitor, keyboard and mouse... I used to use RDP, but now use TeamViewer exclusively so that I can just connect to the "console" session.

With WHS v1, I had to make sure that the hardware acceleration on the graphics card was set to full (by default it was set to low) - this then allowed XBMC to run.


So - I've got my server running MySQL, and a copy of XBMC all the time. This is set to perform regular scans for new media, as well as being notified by apps such as Sickbeard of new items.

I've reduced CPU usage by ensuring I leave it on a "static" screen (ie the main menu on the "Settings" option), disabling the RSS feed, and ensuring that dirty regions are enabled, and setting the "blank screen" screensaver to come on after a couple of minutes.
Reply
#20
Bogi, you telling me that it would run in windowed mode?
What's the best file to alter for that to happens?

I am having issues installing VM Ware altogether. Maybe I need to upgrade the file server machine!!!! but CTA's and Bogi's comments seems to go in the good direction too. I don't care if it is a pure headless service or if its a windowed, minimized XBMC. As long as I can run it.

It is encouraging to see not only that others see benefit of having XBMC directly on the server, but also that there is some level of success doing it.
Thanks a lot!
Reply
#21
I've forced XBMC to run windowed - I tried 320x200 & 640x480 - and I've added the lines about dirty regions, but it still fails like before (only I see a small window instead of the whole blank before it crashes...)

Here's my current advanced settings, let me know if I goofed.
Code:
<advancedsettings>
<videolibrary>
    <importwatchedstate>true</importwatchedstate>
</videolibrary>
<videodatabase>
   <type>mysql</type>
   <host>192.168.3.3</host>
   <port>3333</port>
   <user>3333</user>
   <pass>3333</pass>
</videodatabase>
<musicdatabase>
   <type>mysql</type>
   <host>192.168.3.3</host>
   <port>3333</port>
   <user>3333</user>
   <pass>3333</pass>
</musicdatabase>
<videoscreen>
   <screenmode>WINDOW</screenmode>
</videoscreen>
<gui>
   <algorithmdirtyregions>1</algorithmdirtyregions>
   <nofliptimeout>1000</nofliptimeout>
</gui>
<window><width>320</width><height>200</height></window>
<alwaysontop>no</alwaysontop>
</advancedsettings>

it results in a crash that produces this log
Code:
20:51:39 T:2396  NOTICE: -----------------------------------------------------------------------
20:51:39 T:2396  NOTICE: Starting XBMC (11.0 Git:20120321-14feb09), Platform: Windows XP Professional Service Pack 3 build 2600. Built on Mar 21 2012 (compiler 1600)
20:51:39 T:2396  NOTICE: AMD Athlon(tm) XP 1500+
20:51:39 T:2396  NOTICE: Desktop Resolution: 1280x1024 16Bit at 42Hz
20:51:39 T:2396  NOTICE: Running with administrator rights
20:51:39 T:2396  NOTICE: Aero is disabled
20:51:39 T:2396  NOTICE: special://xbmc/ is mapped to: C:\Program Files\XBMC
20:51:39 T:2396  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files\XBMC
20:51:39 T:2396  NOTICE: special://masterprofile/ is mapped to: C:\Documents and Settings\Server\Application Data\XBMC\userdata
20:51:39 T:2396  NOTICE: special://home/ is mapped to: C:\Documents and Settings\Server\Application Data\XBMC\
20:51:39 T:2396  NOTICE: special://temp/ is mapped to: C:\Documents and Settings\Server\Application Data\XBMC\cache
20:51:39 T:2396  NOTICE: The executable running is: C:\Program Files\XBMC\XBMC.exe
20:51:39 T:2396  NOTICE: Local hostname: serverbox
20:51:39 T:2396  NOTICE: Log File is located: C:\Documents and Settings\Server\Application Data\XBMC\xbmc.log
20:51:39 T:2396  NOTICE: -----------------------------------------------------------------------
20:51:39 T:2396  NOTICE: Setup SDL
20:51:39 T:2396  NOTICE: Found screen: Dummy Monitor on , adapter 0.
20:51:39 T:2396  NOTICE: Primary mode: 1280x1024 @ 42.00 - Full Screen
20:51:39 T:2396  NOTICE: load settings...
20:51:39 T:2396  NOTICE: special://profile/ is mapped to: special://masterprofile/
20:51:39 T:2396  NOTICE: loading special://masterprofile/guisettings.xml
20:51:39 T:2396  NOTICE: Getting hardware information now...
20:51:39 T:2396  NOTICE: Checking resolution 12
20:51:39 T:2396  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
20:51:39 T:2396  NOTICE: Loaded playercorefactory configuration
20:51:39 T:2396  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
20:51:39 T:2396  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
20:51:39 T:2396  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
20:51:39 T:2396  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
20:51:39 T:2396  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <videolibrary>
                                                <importwatchedstate>true</importwatchedstate>
                                              </videolibrary>
                                              <videodatabase>
                                                <type>mysql</type>
                                                <host>192.168.3.3</host>
                                                <port>3333</port>
                                                <user>3333</user>
                                                <pass>3333</pass>
                                              </videodatabase>
                                              <musicdatabase>
                                                <type>mysql</type>
                                                <host>192.168.3.3</host>
                                                <port>3333</port>
                                                <user>3333</user>
                                                <pass>3333</pass>
                                              </musicdatabase>
                                              <videoscreen>
                                                <screenmode>WINDOW</screenmode>
                                              </videoscreen>
                                              <gui>
                                                <algorithmdirtyregions>1</algorithmdirtyregions>
                                                <nofliptimeout>1000</nofliptimeout>
                                              </gui>
                                              <window>
                                                <width>320</width>
                                                <height>200</height>
                                              </window>
                                              <alwaysontop>no</alwaysontop>
                                            </advancedsettings>
20:51:39 T:2396 WARNING: VIDEO database configuration is experimental.
20:51:39 T:2396  NOTICE: Getting hardware information now...
20:51:39 T:2396  NOTICE: Checking resolution 11
20:51:39 T:2396  NOTICE: Default DVD Player: dvdplayer
20:51:39 T:2396  NOTICE: Default Video Player: dvdplayer
20:51:39 T:2396  NOTICE: Default Audio Player: paplayer
20:51:39 T:2396  NOTICE: Disabled debug logging due to GUI setting. Level 0.
20:51:39 T:2396  NOTICE: Log level changed to 0
20:51:39 T:2396  NOTICE: Loading media sources from special://masterprofile/sources.xml
20:51:40 T:2628   ERROR: CRemoteControl::Connect - failed to connect
Reply
#22
The main thing I found that stopped me running XBMC on my Windows Home Server box was that the hardware acceleration on the graphics card wasn't set high enough.

Once I'd done that, I could fire up XBMC - and you can then press the \ button to get it out of full-screen mode and as a window.

Image

This just auto logs in whenever the machine starts, and XBMC is just in the Startup menu.
Your desktop is running at 1280x1024 16bit 42Hz - that's a very odd combination!

Are you running via RDP, or via something like VNC or TeamViewer?
Reply
#23
I don't have a monitor attached to that computer. At all. So I am running purely remotely. Right now RDP, and can't change the graphics settings. Not even access to "advanced" graphics settings. I have only 1 choice of resolution, and am stuck at 16 bits, even if I log it remotely with 32-bits capacity in remote desktop.

I'll re-try VNC & TeamViewer to see if I can manage to change the graphics settings, I am assuming the graphics lock is caused by RDC somehow. The Video on that machine is NVidia GeForce2 MX400. There was issues with the audio drivers, but I just reinstalled AC97 with no changes.
Reply
#24
I would imagine that it's RDP causing the issue.

Get TeamViewer installed (with the options to allow you to use it at the login screen), and you'll be able to get it working better. I don't have a monitor physically attached to my machine, either Smile

Once you're out of RDP and into "proper" desktop mode, you should hopefully have more luck with both video and audio settings Smile
Reply
#25
Changed the MX400 driver - was using some microsoft drivers, now am under the genuine NVidia drivers. No difference. Can't access the resolution while under remote connection. I'll try with something else than RDC and see where it goes.

(Thanks ConfusedTA, I'll work out TeamViewer. But that'll have to wait, off to work I go.)
Reply
#26
Thanks to teamviewer, I could manage to get a more appropriate screen resolution. But it still won't run XBMC on the server...

here's the current log (nothing interesting to see there, how do I know what went wrong??)

Code:
21:07:47 T:180  NOTICE: -----------------------------------------------------------------------
21:07:47 T:180  NOTICE: Starting XBMC (11.0 Git:20120321-14feb09), Platform: Windows XP Professional Service Pack 3 build 2600. Built on Mar 21 2012 (compiler 1600)
21:07:47 T:180  NOTICE: AMD Athlon(tm) XP 1500+
21:07:47 T:180  NOTICE: Desktop Resolution: 1024x768 32Bit at 60Hz
21:07:47 T:180  NOTICE: Running with administrator rights
21:07:47 T:180  NOTICE: Aero is disabled
21:07:47 T:180  NOTICE: special://xbmc/ is mapped to: C:\Program Files\XBMC
21:07:47 T:180  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files\XBMC
21:07:47 T:180  NOTICE: special://masterprofile/ is mapped to: C:\Documents and Settings\Server\Application Data\XBMC\userdata
21:07:47 T:180  NOTICE: special://home/ is mapped to: C:\Documents and Settings\Server\Application Data\XBMC\
21:07:47 T:180  NOTICE: special://temp/ is mapped to: C:\Documents and Settings\Server\Application Data\XBMC\cache
21:07:47 T:180  NOTICE: The executable running is: C:\Program Files\XBMC\XBMC.exe
21:07:47 T:180  NOTICE: Local hostname: serverbox
21:07:47 T:180  NOTICE: Log File is located: C:\Documents and Settings\Server\Application Data\XBMC\xbmc.log
21:07:47 T:180  NOTICE: -----------------------------------------------------------------------
21:07:47 T:180  NOTICE: Setup SDL
21:07:47 T:180  NOTICE: Found screen: Default Monitor on NVIDIA GeForce2 MX/MX 400, adapter 0.
21:07:47 T:180  NOTICE: Primary mode: 1024x768 @ 60.00 - Full Screen
21:07:47 T:180  NOTICE: Additional mode: 320x200 @ 60.00 - Full Screen
[... edited to remove useless extra resolutions ...]
21:07:47 T:180  NOTICE: Additional mode: 2048x1536 @ 60.00 - Full Screen
21:07:47 T:180  NOTICE: load settings...
21:07:47 T:180  NOTICE: special://profile/ is mapped to: special://masterprofile/
21:07:47 T:180  NOTICE: loading special://masterprofile/guisettings.xml
21:07:47 T:180  NOTICE: Getting hardware information now...
21:07:47 T:180  NOTICE: Checking resolution 12
21:07:47 T:180  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
21:07:47 T:180  NOTICE: Loaded playercorefactory configuration
21:07:47 T:180  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
21:07:47 T:180  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
21:07:47 T:180  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
21:07:47 T:180  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
21:07:47 T:180  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <videolibrary>
                                                <importwatchedstate>true</importwatchedstate>
                                              </videolibrary>
                                              <videodatabase>
                                                <type>mysql</type>
                                                <host>192.168.3.3</host>
                                                <port>3333</port>
                                                <user>3333</user>
                                                <pass>3333</pass>
                                              </videodatabase>
                                              <musicdatabase>
                                                <type>mysql</type>
                                                <host>192.168.3.3</host>
                                                <port>3333</port>
                                                <user>3333</user>
                                                <pass>3333</pass>
                                              </musicdatabase>
                                              <videoscreen>
                                                <resolution>0</resolution>
                                                <screenmode>WINDOW</screenmode>
                                                <fakefullscreen>true</fakefullscreen>
                                              </videoscreen>
                                              <gui>
                                                <algorithmdirtyregions>1</algorithmdirtyregions>
                                                <nofliptimeout>1000</nofliptimeout>
                                              </gui>
                                              <window>
                                                <width>640</width>
                                                <height>480</height>
                                              </window>
                                              <alwaysontop>no</alwaysontop>
                                            </advancedsettings>
21:07:47 T:180 WARNING: VIDEO database configuration is experimental.
21:07:47 T:180  NOTICE: Getting hardware information now...
21:07:47 T:180  NOTICE: Checking resolution 11
21:07:47 T:180  NOTICE: Default DVD Player: dvdplayer
21:07:47 T:180  NOTICE: Default Video Player: dvdplayer
21:07:47 T:180  NOTICE: Default Audio Player: paplayer
21:07:47 T:180  NOTICE: Disabled debug logging due to GUI setting. Level 0.
21:07:47 T:180  NOTICE: Log level changed to 0
21:07:47 T:180  NOTICE: Loading media sources from special://masterprofile/sources.xml
21:07:48 T:3372   ERROR: CRemoteControl::Connect - failed to connect

I tried various combination of content for the advancedsettings.xml and even to remove it completely. Nothing worked. Maybe the video card is just not capable of running XBMC? What do we do then??
Reply
#27
Marsupial, what are you running this under? ESXi or is this just a headless box?

Also, enable debug logging in advancedsettings.xml so that we can get more information in the log.
Code:
<loglevel hide="false">3</loglevel>

As stated before I could NOT get the opengl version (regular build) to run on my headless box no matter the setting. Switching to a DSPlayer build fixed that right up. I posted the link a couple of posts back. What's the harm in trying?
Reply
#28
Manxam, I must have missed the part about a DSPlayer build, sounds like what I should be trying next. I am currently running directly in the main OS of the headless box.

Thanks for the code to get extra logs. I figured there should be more than what I had!
Here's the supplemental log I get with loglevel 3 - not quite sure what to look for yet. it seems there's not much more for me to look into. What's that irss at the last line?
Code:
21:40:55 T:3856  NOTICE: Log level changed to 3
21:40:55 T:3856 WARNING: VIDEO database configuration is experimental.
21:40:55 T:3856  NOTICE: Getting hardware information now...
21:40:55 T:3856    INFO: Using analog output
21:40:55 T:3856    INFO: AC3 pass through is enabled
21:40:55 T:3856    INFO: DTS pass through is enabled
21:40:55 T:3856    INFO: AAC pass through is disabled
21:40:55 T:3856    INFO: MP1 pass through is disabled
21:40:55 T:3856    INFO: MP2 pass through is disabled
21:40:55 T:3856    INFO: MP3 pass through is disabled
21:40:55 T:3856  NOTICE: Checking resolution 11
21:40:55 T:3856  NOTICE: Default DVD Player: dvdplayer
21:40:55 T:3856  NOTICE: Default Video Player: dvdplayer
21:40:55 T:3856  NOTICE: Default Audio Player: paplayer
21:40:55 T:3856  NOTICE: Disabled debug logging due to GUI setting. Level 1.
21:40:55 T:3856  NOTICE: Log level changed to 1
21:40:55 T:3856  NOTICE: Loading media sources from special://masterprofile/sources.xml
21:40:55 T:3856    INFO: creating subdirectories
21:40:55 T:3856    INFO: userdata folder: special://masterprofile/
21:40:55 T:3856    INFO: recording folder:
21:40:55 T:3856    INFO: screenshots folder:
21:40:55 T:3856    INFO: thumbnails folder: special://masterprofile/Thumbnails
21:40:55 T:3856    INFO: load language info file: special://xbmc/language/English/langinfo.xml
21:40:55 T:3856   DEBUG: trying to set locale to eng_aus
21:40:55 T:3856    INFO: global locale set to English_Australia.1252
21:40:55 T:3856    INFO: load language file:special://xbmc/language/English/strings.xml
21:40:55 T:3856   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/cpluff.dll)
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.allmusic.com has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.euphoria has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in weather.wunderground has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.allmusic.com has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.slideshow has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in metadata.yahoomusic.com has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.plasma has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in script.module.pysqlite has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in visualization.itunes has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
21:40:55 T:3856   DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
21:40:55 T:3856   DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Motorola Nyxboard Hybrid"
21:40:55 T:3856   DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Pulse-Eight CEC Adaptor"
21:40:55 T:984   DEBUG: Thread CRemoteControl start, auto delete: 0
21:40:55 T:3856   DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,720,480)->(36,32,764,544)
21:40:56 T:3856   DEBUG: CWinEventsWin32::WndProcWindow is active
21:40:56 T:984   DEBUG: CRemoteControl::Connect - connecting to: [unknown]:[unknown] ...
21:40:56 T:3856   DEBUG: CWinEventsWin32::WndProc: window move event
21:40:56 T:3856   DEBUG: CWinEventsWin32::WndProc: window resize event
21:40:56 T:3856   DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Program Files\XBMC\XBMC.exe
21:40:56 T:3856   DEBUG: CWinEventsWin32::WndProc: window move event
21:40:56 T:3856   DEBUG: CWinEventsWin32::WndProc: window resize event
21:40:56 T:1812   DEBUG: Thread XBMC Peripherals start, auto delete: 0
21:40:57 T:984   ERROR: CRemoteControl::Connect - failed to connect
21:40:57 T:984    INFO: CRemoteControl::Process - failed to connect to irss, will keep retrying every 5 seconds
Reply
#29
installed DSPlayer / eden version. Now I go as far as seeing the XBMC logo, but it still crash.

When I saw the XBMC logo I tought we had it. But it still crash. The log doesn't seem to give much more.

What should I put in renderersettings.xml?

Code:
00:18:54 T:2960  NOTICE: Log level changed to 3
00:18:54 T:2960 WARNING: VIDEO database configuration is experimental.
00:18:54 T:2960  NOTICE: Getting hardware information now...
[...]
00:18:54 T:2960  NOTICE: Loading pixel shaders list from special://profile/dsplayer/shaders.xml
00:18:54 T:2960   ERROR: Error loading shaders list, no <shaders> node
00:18:54 T:2960  NOTICE: Loading pixel shaders list from special://xbmc/system/players/dsplayer/shaders/shaders.xml
00:18:54 T:2960    INFO: Loaded pixel shader "BT.601 -> BT.709", id 1
00:18:54 T:2960    INFO: Loaded pixel shader "Deinterlace (blend)", id 2
00:18:54 T:2960    INFO: Loaded pixel shader "Contour", id 3
00:18:54 T:2960    INFO: Loaded pixel shader "Denoise", id 4
00:18:54 T:2960    INFO: Loaded pixel shader "Edge sharpen", id 5
00:18:54 T:2960    INFO: Loaded pixel shader "Emboss", id 6
00:18:54 T:2960    INFO: Loaded pixel shader "Spotlight", id 7
00:18:54 T:2960    INFO: Loaded pixel shader "Grayscale", id 8
00:18:54 T:2960    INFO: Loaded pixel shader "Invert", id 9
00:18:54 T:2960    INFO: Loaded pixel shader "Letterbox", id 10
00:18:54 T:2960    INFO: Loaded pixel shader "0-255 -> 16-235", id 11
00:18:54 T:2960    INFO: Loaded pixel shader "16-235 -> 0-255 [SD][HD]", id 12
00:18:54 T:2960    INFO: Loaded pixel shader "16-235 -> 0-255 [SD]", id 13
00:18:54 T:2960    INFO: Loaded pixel shader "Nightvision", id 14
00:18:54 T:2960    INFO: Loaded pixel shader "Procamp", id 15
00:18:54 T:2960    INFO: Loaded pixel shader "Sharpen", id 16
00:18:54 T:2960    INFO: Loaded pixel shader "Sharpen complex", id 17
00:18:54 T:2960    INFO: Loaded pixel shader "Sharpen complex 2", id 18
00:18:54 T:2960    INFO: Loaded pixel shader "Sphere", id 19
00:18:54 T:2960    INFO: Loaded pixel shader "Wave", id 20
00:18:54 T:2960    INFO: Loaded pixel shader "YV12 Chroma Upsampling", id 21
00:18:54 T:2960  NOTICE: No renderersettings.xml to load (special://masterprofile/dsplayer/renderersettings.xml)
00:18:54 T:2960    INFO: load language info file: special://xbmc/language/English/langinfo.xml
00:18:54 T:2960   DEBUG: trying to set locale to eng_aus
00:18:54 T:2960    INFO: global locale set to C
00:18:54 T:2960    INFO: load language file:special://xbmc/language/English/strings.xml
00:18:54 T:2960   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/cpluff.dll)
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.allmusic.com has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.euphoria has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in weather.wunderground has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.allmusic.com has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.slideshow has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in metadata.yahoomusic.com has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.plasma has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in script.module.pysqlite has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in visualization.itunes has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
00:18:54 T:2960   DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
00:18:54 T:2960   DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Motorola Nyxboard Hybrid"
00:18:54 T:2960   DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Pulse-Eight CEC Adaptor"
00:18:54 T:3856   DEBUG: Thread CRemoteControl start, auto delete: 0
00:18:54 T:2960   DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,720,480)->(148,116,876,628)
00:18:54 T:2960   DEBUG: CWinEventsWin32::WndProcWindow is active
00:18:54 T:2960   DEBUG: CWinEventsWin32::WndProc: window move event
00:18:54 T:2960   DEBUG: CWinEventsWin32::WndProc: window resize event
00:18:54 T:2960   DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Program Files\XBMC\XBMC.exe
00:18:54 T:2960   DEBUG: CWinEventsWin32::WndProc: window move event
00:18:54 T:2960   DEBUG: CWinEventsWin32::WndProc: window resize event
00:18:54 T:3856   DEBUG: CRemoteControl::Connect - connecting to: [unknown]:[unknown] ...
00:18:54 T:2960   DEBUG: CRenderSystemDX::CreateDevice on adapter 0
00:18:54 T:2960   DEBUG: CRenderSystemDX::CreateDevice - using hardware vertex processing
00:18:55 T:2960   DEBUG: CRenderSystemDX::CreateDevice - adapter 0: nv4_disp.dll, NVIDIA GeForce2 MX/MX 400, VendorId 4318, DeviceId 272
00:18:55 T:2960   DEBUG: CRenderSystemDX::CreateDevice - texture caps: 0x00034D87
00:18:55 T:2960   DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT
00:18:55 T:2960   DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_NPOT
00:18:55 T:2960   DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (-32000,-32000,-31840,-31971)->(148,116,876,628)
00:18:55 T:2960   DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
00:18:55 T:2960    INFO: load default splash image: C:\Program Files\XBMC\media\Splash.png
00:18:55 T:2960   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib.dll)
00:18:55 T:2960    INFO: load keymapping
00:18:55 T:2960    INFO: Loading special://xbmc/system/keymaps/appcommand.xml
00:18:55 T:2960    INFO: Loading special://xbmc/system/keymaps/gamepad.xml
00:18:55 T:2960    INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
00:18:55 T:2960    INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
00:18:55 T:2960    INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
00:18:55 T:2960    INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
00:18:55 T:2960    INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
00:18:55 T:2960    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
00:18:55 T:2960    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
00:18:55 T:2960    INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
00:18:55 T:2960    INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
00:18:55 T:2960    INFO: Loading special://xbmc/system/keymaps/keyboard.xml
00:18:55 T:2960    INFO: Loading special://xbmc/system/keymaps/mouse.xml
00:18:55 T:2960    INFO: Loading special://xbmc/system/keymaps/remote.xml
00:18:55 T:2960    INFO: Loading special://xbmc/system/IRSSmap.xml
00:18:55 T:2960    INFO: * Adding remote mapping for device 'Microsoft MCE'
00:18:55 T:2960    INFO: * Adding remote mapping for device 'Abstract'
00:18:55 T:2960   DEBUG: CButtonTranslator::Load - no userdata IRSSmap.xml found, skipping
00:18:55 T:2960    INFO: GUI format 720x480 Windowed
00:18:55 T:2960   DEBUG: guilib: Union as algorithm for solving rendering passes
00:18:55 T:984   DEBUG: Thread XBMC Peripherals start, auto delete: 0
00:18:56 T:3856   ERROR: CRemoteControl::Connect - failed to connect
00:18:56 T:3856    INFO: CRemoteControl::Process - failed to connect to irss, will keep retrying every 5 seconds
Reply
#30
Just a thought... your graphics card is a GeForce 2 MX - this is a DirectX 7 card - I have a feeling that XBMC may require a newer graphics card...?

In the wiki it states that GeForce 6 series and newer supported.

Do you have a newer graphics card that you can put in as a test? You can pick up a graphics card in the 6 series or newer for very little money.
Reply

Logout Mark Read Team Forum Stats Members Help
Any way to use XBMC as automated MySql scaper? (Headless?)0