http://bugs.winehq.org/show_bug.cgi?id=24075
Summary: Homeschool Tracker Plus Product: Wine Version: 1.3.1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: sonja.crocker@gmail.com CC: sonja.crocker@gmail.com
I installed the Homeschool Tracker Plus using Wine. It installed fine. I then tried to run it using the Wine GUI. The HST would start and then close. So, I used Terminal to run the HST program. I followed your FAQ to the letter. Now, Terminal tells me to install the Windows version of mono to run .NET executables. Please see log.txt that is attached.
http://bugs.winehq.org/show_bug.cgi?id=24075
--- Comment #1 from Sonja Crocker sonja.crocker@gmail.com 2010-08-21 12:21:36 --- Created an attachment (id=30269) --> (http://bugs.winehq.org/attachment.cgi?id=30269) Log
http://bugs.winehq.org/show_bug.cgi?id=24075
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com 2010-08-21 12:42:50 --- Please have a look at http://wiki.winehq.org/FAQ#head-8d8c06cf7fb33269c085a07531b61e5c730566e0 and http://wiki.winehq.org/FAQ#head-1a8bea6a1e093978b62d2df3b066ecb3843e2fcf for instructions.
http://bugs.winehq.org/show_bug.cgi?id=24075
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download URL| |http://www.homeschooltracke | |r.com/download_basic.aspx CC| |focht@gmx.net
--- Comment #3 from Anastasius Focht focht@gmx.net 2010-08-21 12:51:08 --- Hello Sonja,
the console output:
--- snip --- wine: Install the Windows version of Mono to run .NET executables --- snip ---
basically tells the application requires an installed .NET Framework (version 2.0 to be specific). This can be done using 'winetricks' script which automatically works around some problems and installs the required prerequisites.
Make sure you don't install any other software in your WINEPREFIX (http://wiki.jswindle.com/index.php/WINEPREFIX). Many problems arise when people install multiple apps and games into same WINEPREFIX resulting in breakage (components might interfere with each other badly).
To install .NET 2.0 using 'winetricks' (http://wiki.winehq.org/winetricks): Get the script:
--- snip --- $ wget http://www.kegel.com/wine/winetricks --- snip ---
Install the .NET Framework:
--- snip --- $ sh winetricks dotnet20 --- snip ---
I downloaded a demo version "basic edition" from here: http://www.homeschooltracker.com/download_basic.aspx and tested a bit.
If your app complains about "missing database components" on startup you need additional 'winetricks' steps to install required Microsoft database components:
--- snip --- $ sh winetricks mdac28 jet40 --- snip ---
After that steps the app started and seemed to work flawlessly at first glance...
Regards
http://bugs.winehq.org/show_bug.cgi?id=24075
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC|sonja.crocker@gmail.com | Resolution| |INVALID Summary|Homeschool Tracker Plus |Homeschool Tracker Plus | |doesn't work
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2010-08-22 00:28:45 --- Invalid then.
http://bugs.winehq.org/show_bug.cgi?id=24075
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2010-08-22 00:28:57 --- Closing invalid.