Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] 在点选“动作捕捉”/“设置”均无反应 #22

Closed
8MiYile opened this issue Jun 16, 2022 · 2 comments
Closed

[Bug] 在点选“动作捕捉”/“设置”均无反应 #22

8MiYile opened this issue Jun 16, 2022 · 2 comments

Comments

@8MiYile
Copy link

8MiYile commented Jun 16, 2022

但是在控制台内抓到了报错
`vue.js:634 [Vue warn]: Error in render: "TypeError: Cannot read properties of undefined (reading 'substr')"

(found in )
warn @ vue.js:634
logError @ vue.js:1902
globalHandleError @ vue.js:1897
handleError @ vue.js:1857
Vue._render @ vue.js:3574
updateComponent @ vue.js:4082
get @ vue.js:4494
run @ vue.js:4569
flushSchedulerQueue @ vue.js:4327
(匿名) @ vue.js:1998
flushCallbacks @ vue.js:1924
Promise.then(异步)
timerFunc @ vue.js:1951
nextTick @ vue.js:2008
queueWatcher @ vue.js:4419
update @ vue.js:4559
notify @ vue.js:745
reactiveSetter @ vue.js:1070
proxySetter @ vue.js:4643
onclick @ framework.html:1136
vue.js:1906 TypeError: Cannot read properties of undefined (reading 'substr')
at Proxy.eval (eval at createFunction (vue.js:11698:14), :4:15313)
at Vue._render (vue.js:3572:24)
at Vue.updateComponent (vue.js:4082:23)
at Watcher.get (vue.js:4494:27)
at Watcher.run (vue.js:4569:24)
at flushSchedulerQueue (vue.js:4327:15)
at Array. (vue.js:1998:14)
at flushCallbacks (vue.js:1924:16)`
这个是点击动作后捕获的
点击设置后也一样

image
执行界面还莫名其妙带了GTK窗口边框和菜单栏
菜单栏是Electron提供的

操作系统 Deepin
版本 20.6
基于发行版 Debian 10
NodeJS版本 18.3.0

@xianfei
Copy link
Owner

xianfei commented Jun 17, 2022

Same as #8

把mainview/framework.html里面的glRenderer.substr(7,glRenderer.length-8)改成glRenderer?.substr(7,glRenderer.length-8) 就行了

@8MiYile
Copy link
Author

8MiYile commented Jun 17, 2022

已解决 感谢

@8MiYile 8MiYile closed this as completed Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants