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.

"Grace Feedback" Grace can not run in my Chinese winXP



 I  install/update Grace successfully .

But It can not run in my Chinese WinXP.

Here is my Grace project :

 

The main.cfg is empty.

Here is my.log file

3010.my.log 

 

I found the Message  --> Error on line : Invalid encoding name "x-windows-950".

Can Grace run in Chinese Windows XP ?

Thanks!

 

  • Albert,

    I was curious if you were able to resolve this issue?

  • David,

     I can't resolve this issue.

     I use it in another english-XP system.

     

     

  • OK.  If you are still using Grace, you should upgrade to the final v1.00 version rather than the keep using the beta release.  I did check out this final version on a Chinese version of Windows XP SP3 to see if I could reproduce your issue, and it appeared to be work fine.  If you continue to run into this problem, please let me know and we'll see i we can assist you further.

    Dave

  • Hello David,

    I have the same Grace problem:blank main.cfg windows.My .cfg file:

    /* need to use the CSL module to generate the CSL code */

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    var

     

     

    CSL = xdc.useModule('ti.mcu.msp430.csl.CSL'

    );

    CSL.configApiVersion =

     

    "1.00.00"

    ;

     

    /* these modules should be part of every project */

    var

     

     

    WDTplus = xdc.useModule('ti.mcu.msp430.csl.watchdog.WDTplus'

    );

    var

     

     

    GPIO = xdc.useModule('ti.mcu.msp430.csl.gpio.GPIO'

    );

    var

     

     

    BCSplus = xdc.useModule('ti.mcu.msp430.csl.clock.BCSplus'

    );

    var

     

     

    System = xdc.useModule('ti.mcu.msp430.csl.system.System'

    );

     

    /* set stack and heap sizes as appropriate for MSP430 */

    Program.sysStack = 0;

    Program.stack = 64;

    Program.heap = 0;

    Program.argSize = 0;

    Please,check it.

    Igor

  • Can each of you tell me exactly what version of Windows you are running on this PC?

    Run the Windows utility systeminfo, and let me know what it reports for OS Name and OS Version.

    Dave

  • My system is:WindowsXP Home,Version 2002,Service Pack 3.Just install the same software(CCS+Grace)at notebook with Windows XP Pro and GRACE working OK'.It seems that desktop PC OS need to add some components.

  • Thanks for the update Igor.  We don't actually test Grace on the Windows XP Home edition, so that may very well be the problem.  It sounds like you are up and running on your notebook, so I'll consider the matter closed.  If you have any further issues, please be sure to bring them to our attention.

    Dave

**Attention** This is a public forum