PDA

View Full Version : problem XBMC 8.1


memphis
2008-12-21, 23:40
I have problem with scripts in new XBMC 8.1 in windows xp pro (czech version). If i start application in fullscreen and then start applemovie script or any script i got this message "All the required modules could not be loaded."
I think so problem is reading settings from C:\doc and sett... \application data because my default dir name for data application is "Data aplikací" and i see new dir "Data aplikacĂ*\" . If i start XBMC windowed that i start scripts without problem and settings are be read from correct location (C:\doc and sett...\Data aplikací ...

sho
2008-12-22, 01:25
Related?
http://xbmc.org/forum/showthread.php?t=40669&highlight=czech&page=2

memphis
2009-01-10, 00:02
So, i think that is same problem with diacritical chars in DIR name.

memphis
2009-01-10, 12:47
I change this file "c:\Documents and Settings\janco\Data aplikací\XBMC\userdata\profiles.xml"

<profiles>
<lastloaded>0</lastloaded>
<useloginscreen>false</useloginscreen>
<profile>
<name>Master user</name>
<directory>C:\Documents and Settings\user\Data aplikacĂ*\XBMC\userdata</directory>
<thumbnail></thumbnail>
<lastdate></lastdate>
</profile>
</profiles>

to

<profiles>
<lastloaded>0</lastloaded>
<useloginscreen>false</useloginscreen>
<profile>
<name>Master user</name>
<directory>C:\Documents and Settings\user\XBMC\userdata</directory>
<thumbnail></thumbnail>
<lastdate></lastdate>
</profile>
</profiles>

and i create dir "XBMC" and "userdata". Some problems with thumbnails are solved.

WiSo
2009-01-10, 15:24
this might not work in all cases.

memphis
2009-01-10, 15:29
Yes, but is it anyone solution now?

pike
2009-01-10, 15:49
seems like this might be in wrong subforum ? (where is the developer talk?)

WiSo
2009-01-10, 18:03
Thread moved to the user support forum.

There's no solution yet to allow special characters in the XBMC install and profile path.
If your install path doesn't contain a special character and you let XBMC running as admin you can remove th -p flag from the XBMC.lnk to allow XBMC to write in it's install directory.
Please delete the profiles.xml file before.