View Full Version : problem XBMC 8.1
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í ...
Related?
http://xbmc.org/forum/showthread.php?t=40669&highlight=czech&page=2
So, i think that is same problem with diacritical chars in DIR name.
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.
this might not work in all cases.
Yes, but is it anyone solution now?
seems like this might be in wrong subforum ? (where is the developer talk?)
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.