This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TIVAWARE don't run on my pc.

 Grace run fine everywhere but I am not able to have TIVA PINMUX utility run on any of my platform:

 XP 32 SP2 native on an AMD dual core (dell 1502 laptop)

Linux WINE (Ubuntu 12.x), (MINT 15) , XP SP2 run on virtualBox. on Dell AMD or Sony Intel I7 (vaio laptop)  same result.

 On wine I also set WIN7 but on all platform try run for a while then silently fail, where can i search for debugging or what can I do to try solve this issue?

  • This is a C# application and, as such, needs the Windows .NET framework installed. Looking around the web, the error you are seeing seems to be related to the necessary runtime being missing (see here, for example). I can imagine that this would be a problem for WINE but I expect you should be able to install the necessary code in a VM-hosted version of Windows.

  • Dave Wilson said:
    This is a C# application and, as such, needs the Windows .NET framework installed

     Thanks a lot Dave, this solved on windows VM hosted, on native XP is also solved installing framework 3.5.

     System requirement: Xp or newer, REQUIRE .NET framework!!!

     On wine I fear no solution can be applied, framework report cannot install on 64bit version, so reading some documentation I found it can work on mono, I installed debug, library for c# some other but no success for now.

     Try load then report an exception error I suppose can only solved by developer.

     I am just happy this level I can use utility to complex mapping of pin on TM4C129.

     Again THX!!

    roberto-mint@robertomint-SVS1511C5E:~/Downloads/Tiva/PinMux$ mono setup.exe
    The assembly mscorlib.dll was not found or could not be loaded.
    It should have been installed in the `/usr/lib/mono/2.0/mscorlib.dll' directory.

    drwxr-xr-x 3 roberto-mint roberto-mint    4096 Nov  6 23:13 devices/
    -rwxr-xr-x 1 roberto-mint roberto-mint 1623040 Oct 24 12:05 Tiva C Series PinMux Utility.exe*
    roberto-mint@robertomint-SVS1511C5E:~/.wine/drive_c/ti/Tiva C Series/Tiva C Series PinMux Utility/bin$ wine Tiva\ C\ Series\ PinMux\ Utility.exe
    wine: Install Mono for Windows to run .NET 2.0 applications.
    roberto-mint@robertomint-SVS1511C5E:~/.wine/drive_c/ti/Tiva C Series/Tiva C Series PinMux Utility/bin$ mono Tiva\ C\ Series\ PinMux\ Utility.exe
    Missing method EnableVisualStyles in assembly /home/roberto-mint/.wine/drive_c/ti/Tiva C Series/Tiva C Series PinMux Utility/bin/Tiva C Series PinMux Utility.exe, type System.Windows.Forms.Application

    Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
    File name: 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
    [ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
    File name: 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'