Cross Loop

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Rustmyer
Newbie
Newbie
Posts: 1
Joined: Fri Nov 14, 2008 7:26 pm

Cross Loop

Post by Rustmyer »

Hi, I'm fairly new to Linux and I have a question. I downloaded Wine primarily so I could still use Cross Loop It's a remote access program that's really easy to use, so it doesn't confuse my relatives who live to far a way for me to actually go to them and help. I'm not exactly the best with computers, but I usually know enough to keep my system from going down in flames. I'm quite capable of installing the program with wine and it also runs fine when I launch from the instillation finish, however when I go to actually open the program from the file it's located in, it tells me "Failed to load XML file". It's done this now through several instillations and I'm just wondering am I doing something wrong, or is the program just not working with wine?[/url]
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Cross Loop

Post by vitamin »

Rustmyer wrote:when I launch from the instillation finish, however when I go to actually open the program from the file it's located in, it tells me "Failed to load XML file"
Most likely needs msxml3 or 4:

Code: Select all

wget http://www.kegel.com/wine/winetricks
sh ./winetricks msxml3
See this for more info: http://wiki.winehq.org/winetricks
Locked