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.
您好!
我正在尝试通过 MATLAB 控制 mmWave Studio 的某些部分、如 mmWave Studio 用户指南中所述。
但是、在第一步中、在 mmWave Studio Lua shell 中键入"RSTD.NetStart()"会出现以下错误:
Lua 错误:无法识别的配置部分 userSettings/RSTD.Properties.Settings。 (C:\ti\mmwave_studio_01_00_00_00\mmWaveStudio\Runtimes\mmWaveStudio.exe.Config 行9)
是否有有关如何继续的指示?
谢谢、
Sam
尊敬的 Sam:
这是 mmWaveStudio 这个版本中的一个错误。
要解决此问题、您能否将 C:\ti\mmwave_studio_01_00_00\mmWaveStudio\Runtimes\mmWaveStudio.exe.config 文件替换为随附的版本。
这将在下一个版本的 mmWaveStudio 中修复。
此致、
Anand
不幸的是,这没有解决这个问题。 现在在打开 mmWave Studio 并阻止其打开时遇到错误。 出现两条错误消息、一条出现在另一条错误消息中。
第一个:注册 Lua 函数时出错
System.TypeInitializationException:'RSTD.LuaWrapperUtils'的类型初始化程序
抛出异常。 --> System.IO.FileLoadException:混合模式汇编是
根据运行时的版本'v2.0.50727'构建、无法在4.0中加载
运行时、无需额外的配置信息。
在 LuaInterface.LuaWrapper.ctor ()
位于 LuaRegister.LuaWrapper.ctor ()
在 RSTD.LuaWrapperUtils..cctor ()
--内部异常堆栈跟踪的末尾--
在 RSTD.LuaWrapperUtils.get_LuaWrapper()
网址为 RSTD.frmMain..ctor ()
第二个:'RSTD.LuaWrapperUtils'的类型初始化程序抛出异常。
层叠跟踪:
at RSTD.LuaWrapperUtils.get_LuaShellCommands()
网址为 RSTD.frmLuaShell.PrimerHelpMenu ()
RSTD.frmLuaShell..ctor(frmMain main_form)
网址为 RSTD.frmMain..ctor ()
在 RSTD.Program.Main (String[] args
恢复到原始配置文件后、mmWave Studio 会正常启动。
请提供任何帮助。
谢谢、
Sam