WineHQ

TI InterActive

Application Details:

Version: 1.3
License:
URL: http://education.ti.com/educat...
Votes: 3
Latest Rating: Garbage
Latest Wine Version Tested: 1.5.15

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Everything

What does not

Nothing

Workarounds

What was not tested

Printing

Connecting a calculator 

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

I got this version in the form of a file called CD_Loader.msi (or something similar) To get the installer running I had to do: wine msiexec /qn /i CD_Loader.msi It then complained that it missed MFC42.DLL; I downloaded MFC42.DLL and placed it the the folder the installer had created before complaining about the dll: d:/Program Files/Ti Education/Ti Interactive. I ran the installer again, and the program installed. It did give me 2 errors about not registering dll's, so I ran: (although, at this point the program could start, but missing a few features) wine regsvr32 TIMathBox.ocx wine regsvr32 C:/windows/HHActiveX.dll At this point the MathBox-related functions worked. Then it crashed when entering the Table-function. I solved this by downloading: olepro32.dll and installing it to TIInteractive's folder Last thing I did was to install TI Math truetype font. I downloaded it from http://www.ufonts.com/fonts/ti-math.html, and installed it in Ubuntu. After all this it worked as described above.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowUbuntu 12.10 "Quantal" amd64 (+ variants like Kubuntu)Oct 16 20121.5.15Yes No NoGarbageKlaus-Uwe Mitterer 
CurrentUbuntu 12.04 "Precise" i386 (+ variants like Kubuntu)Oct 29 20131.4.1Yes Yes NoGoldan anonymous user 
ShowUbuntu 11.10 "Oneiric" i386 (+ variants like Kubuntu)Jun 09 20111.3.21No, but has workaround Yes NoGoldKlaus-Uwe Mitterer 
ShowUbuntu 10.10 "Maverick" i386 (+ variants like Kubuntu)Apr 02 20111.3.17Yes Yes NoPlatinumKlaus-Uwe Mitterer 
ShowUbuntu 9.10 "Karmic" i386 (+ variants like Kubuntu)Jan 06 20101.1.35Yes Yes NoSilveran anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

Register DLLs

Sometimes TI Interactive won't start directly after installation, complaining about missing DLLs.

If so, you have to navigate to the application's folder

cd '~/.wine/drive_c/Program Files/TI Education/TI InterActive!'

and register the DLLs manually like this:

for i in *.ocx *.dll *.DLL *.OCX; do wine regsvr32 $i; done

 This should solve this problem.

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back