Help in running CAROTDAV

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
occhigrigi
Level 2
Level 2
Posts: 24
Joined: Wed Oct 22, 2008 5:01 am

Help in running CAROTDAV

Post by occhigrigi »

Hi everybody,
i'm trying to run carotdav, a webdav client that should connect to the skydrive service of microsoft's hotmail.
The software is freely downloadable here http://rei.to/carotdav_en.html#download

It needs only .net 2.0 so, starting with a clean wineprefix i've done

winetricks dotnet20

Here's the output of the .net 2.0 installation
http://pastebin.com/YxWMnxzK

then i've tried to run the portable version of the software without any success.
Here's the output
http://pastebin.com/KwVqutvy

davide@a0070003088:~> wine --version
wine-1.3.21
opensuse 11.4 64 bit, kde 4.6.3.
I have in my bash profile an export WINEARCH=win32

Any help? at least in interpreting the logs :-)
Many thanks in advance.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Re: Help in running CAROTDAV

Post by jjmckenzie »

occhigrigi wrote:Hi everybody,
i'm trying to run carotdav, a webdav client that should connect to the skydrive service of microsoft's hotmail.
The software is freely downloadable here http://rei.to/carotdav_en.html#download

It needs only .net 2.0 so, starting with a clean wineprefix i've done

winetricks dotnet20

Here's the output of the .net 2.0 installation
http://pastebin.com/YxWMnxzK

then i've tried to run the portable version of the software without any success.
Here's the output
http://pastebin.com/KwVqutvy

davide@a0070003088:~> wine --version
wine-1.3.21
opensuse 11.4 64 bit, kde 4.6.3.
I have in my bash profile an export WINEARCH=win32

Any help? at least in interpreting the logs :-)
Many thanks in advance.
How did you install .NET 2.0? Did you use the Microsoft installer or did you use the winetricks script?
occhigrigi
Level 2
Level 2
Posts: 24
Joined: Wed Oct 22, 2008 5:01 am

Post by occhigrigi »

winetricks dotnet20
in a clean wineprefix

Here's the output of the .net 2.0 installation
http://pastebin.com/YxWMnxzK
Locked