Hello. I installed a program called ConnectUO (http://www.connectuo.com) which allows Ultima Online players to connect to free servers. When run, a splash screen is supposed to show up and checks for new version before loading the main window, but crashes as it tries to load the splash screen. I'm running: Ubuntu 10.04 Lucid Lynx 64 bit Wine 1.2 rc7 Winetricks 20100618 Installed dotnet20 and dotnet30 via winetricks on clean wine install, which claimed to have been successful. Added corefonts, fontfix, fakeie6, mfc40 and mfc42, directx10, directx9, and richtx32 (just to try and see if any of those helped any which apparently doesn't seem to work). Only registry edits I did was enable logging via HKLM/Software/Microsoft/Fusion EnableLog 1 as DWORD. Not sure what else to try at this point so if anyone can give me some ideas that would be great. Below is a link to the terminal output when attempting to run program. Thanks. http://pastebin.com/RAN7kzT2
> System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Exception from HRESULT: 0x80070002looks like it needs dotnet 3.5. Did you try if it runs under mono?
I installed mono 2.6.4 on a clean prefix, then used forcemono verb in winetricks then tried to install ConnectUO. Setup wouldn't let me install because it said I didn't have .net 3.0 installed. I installed .net 3.0 and 2.0 and tried to install 3.5 (which gave an error towards the end of the install similar to one mentioned in AppDB). So I pretty much copied everything in the windows\assembly and windows\microsoft .net folders from my Win 7 partition over to the wine prefix and tried installing and running ConnectUO again. Install succeeded, however this time it throws a different error message. Below is the link to the terminal output. Could it be that I'm missing other files for .net? http://pastebin.com/Y4r9TJDc