Kodi Community Forum
XBMC OpenGL strange string - 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 OpenGL strange string (/showthread.php?tid=31813)



XBMC OpenGL strange string - m.savazzi - 2008-03-08

18:02:36 T:3212 M:979529728 DEBUG: Constructing surface 720x576, shared=00000000, fullscreen=0
18:02:36 T:3212 M:962142208 INFO: GL: OpenGL Vendor String: ATI Technologies Inc.
18:02:36 T:3212 M:962105344 NOTICE: Mapping drive Z to C:\Users\Administrator\AppData\Roaming/XBMC/cache
18:02:36 T:3212 M:962105344 INFO: Drives are mapped
18:02:36 T:3212 M:962105344 NOTICE: load settings...
18:02:36 T:3212 M:962101248 NOTICE: Mapping drive P to C:/Users/Administrator/AppData/Roaming
18:02:36 T:3212 M:962097152 NOTICE: loading C:/Users/Administrator/AppData/Roaming/XBMC/UserData/guisettings.xml

I'm wondering how this could work:
C:\Users\Administrator\AppData\Roaming/XBMC/cache

It's not a real path!
anyway the folder does exist Smile


- WiSo - 2008-03-08

Why it's not a real path? It's the path windows returns for your user directory.
I screwed paths a little (mixed / and \ ) bit but this will be fixed before it'll be comitted to svn.


- m.savazzi - 2008-03-08

Smile