Tencent / TAD_Sim

腾讯自动驾驶仿真系统 TAD Sim (Tencent Autonomous Driving Simulation) 单机版是腾讯自动驾驶以建立更加安全和高效的自动驾驶测试工具为目标, 为自动驾驶系统研发和验证而量身定做的跨平台分布式系统.
Other
256 stars 70 forks source link

所有都部署完后,运行tadsim.exe出现黑屏,一直不出软件界面(有图版),望告知 #23

Open DuZeLei opened 1 month ago

DuZeLei commented 1 month ago

[Uploading log.txt…]() 错误

### Tasks
- [ ] cmake版本3.29.2有影响吗
- [ ] go,gcc,python的版本号都高于readme.md中的,cmake版本号为3.29.2,低于readme.md中的

错误1 错误2 错误3 错误4

### Tasks
- [ ] 运行PS C:\Users\HUAWEI\Desktop\TAD_Sim-main> .\build.bat > log.txt 2>&1,一直不出信息,像卡死
- [ ] log.txt的内容:  鈥?electron-builder  version=22.14.13
    鈥?loaded configuration  file=C:\Users\HUAWEI\Desktop\TAD_Sim-main\simapp\desktop\electron-builder.yml

image

DuZeLei commented 1 month ago

log.txt 这是报错信息,望作者解惑,其中主要存在找不到文件位置的问题

shaoxiaohang commented 1 month ago

Linux报一样的错误

joybee007 commented 1 month ago
  1. Change the version of electron to 14.2.6. The place is simapp/desktop/package.json:L31
  2. Change the version of three.js to 0.122.0 in the dir scene-editor.
  3. I'm working on three.js upgrading. But the electron cannot work in the version 31. It's not compatible with .node addon(service\txsim-play-service.node). A PR is welcome.
dongfeng2134 commented 1 month ago

log.txt 这是报错信息,望作者解惑,其中主要存在找不到文件位置的问题

https://github.com/Tencent/TAD_Sim/issues/24 https://github.com/Tencent/TAD_Sim/pull/10 Please try using the latest commit

DuZeLei commented 1 month ago

log.txt 这是报错信息,望作者解惑,其中主要存在找不到文件位置的问题

24 #10 Please try using the latest commit

请问这是什么意思

dongfeng2134 commented 1 month ago

log.txt 这是报错信息,望作者解惑,其中主要存在找不到文件位置的问题

24 #10 Please try using the latest commit

请问这是什么意思

意思从log中看,报错缺失的文件,有 PR 提交更新了,请使用最新的commit的代码

DuZeLei commented 1 month ago

log.txt 这是报错信息,望作者解惑,其中主要存在找不到文件位置的问题

24 #10 Please try using the latest commit

请问这是什么意思

意思从log中看,报错缺失的文件,有 PR 提交更新了,请使用最新的commit的代码

那我在得到最新代码下,还需要重新进行本地部署的所有步骤吗,最新的commit代码具体是哪个,望明示

dongfeng2134 commented 1 month ago

log.txt 这是报错信息,望作者解惑,其中主要存在找不到文件位置的问题

24 #10 Please try using the latest commit

请问这是什么意思

意思从log中看,报错缺失的文件,有 PR 提交更新了,请使用最新的commit的代码

那我在得到最新代码下,还需要重新进行本地部署的所有步骤吗,最新的commit代码具体是哪个,望明示

就是main分支的最新代码

shaoxiaohang commented 3 weeks ago
  1. Change the version of electron to 14.2.6. The place is simapp/desktop/package.json:L31
  2. Change the version of three.js to 0.122.0 in the dir scene-editor.
  3. I'm working on three.js upgrading. But the electron cannot work in the version 31. It's not compatible with .node addon(service\txsim-play-service.node). A PR is welcome.

prepare.mjs already did the downgrade?

joybee007 commented 3 weeks ago
  1. Change the version of electron to 14.2.6. The place is simapp/desktop/package.json:L31
  2. Change the version of three.js to 0.122.0 in the dir scene-editor.
  3. I'm working on three.js upgrading. But the electron cannot work in the version 31. It's not compatible with .node addon(service\txsim-play-service.node). A PR is welcome.

prepare.mjs already did the downgrade?

In the deploy progress, yes. In development, you need to do it manually.