-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Get an error when starting the program "Cannot read properties of undefined (reading 'replace')" #1823
Comments
hi. does this happen right as you start the app or do you press any buttons or do anything? |
oops I found the issue. will release a new version with a fix |
🚨 |
alternatively you can fix it before upgrading by editing |
fixed in 5d8fd42 |
@mifi I'm still on LosslessCut 3.58.0 at the moment, yet wanted to make the changes you suggested in your last comment, and my ..
"keyBindings": [
{
"keys": "plus",
"action": "addSegment"
},
{
"keys": "space",
"action": "togglePlayResetSpeed"
},
{
"keys": "k",
"action": "togglePlayNoResetSpeed"
},
.. How come? Or was this only the default association to this one very specific keybind? |
You only need to make the change if you installed 59.0 for the first time |
Got it, thanks! |
Thanks a lot and good job! |
I have a lot of issues to go through, so in order to make it easier for me to help you, I ask that you please try these things first
Operating System
Windows 10
Steps to reproduce
Download the LosslessCut-win-x64.7z unpack it, and double click on the LosslessCut.exe
Expected behavior
Being able to drop in or click on open file to start a project
Actual behavior
Error on start
![image](https://private-user-images.githubusercontent.com/22743445/292474201-c34e639c-9b17-4fab-9b12-409ba72e5102.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTMzMjEsIm5iZiI6MTczOTE5MzAyMSwicGF0aCI6Ii8yMjc0MzQ0NS8yOTI0NzQyMDEtYzM0ZTYzOWMtOWIxNy00ZmFiLTliMTItNDA5YmE3MmU1MTAyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEzMTAyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE4OTBhNTIxYjhmMTM0N2ViYmY5YWYzMGRjOGRlZGVmMmJmMWMxNzM5NzU5OTJkMjE5NmZmOTk0YTIwOTkwYzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.2_ss4SgIQHJ9ePtrZvHdam15y5_estHjJyK7FJHPXyU)
Share log
TypeError: Cannot read properties of undefined (reading 'replace')
at xe (file:///C:/LosslessCut-win-x64/resources/app.asar/vite-dist/assets/index-18074aaf.js:167:13763)
at R.U._bindMultiple (file:///C:/LosslessCut-win-x64/resources/app.asar/vite-dist/assets/index-18074aaf.js:167:14141)
at R.bind (file:///C:/LosslessCut-win-x64/resources/app.asar/vite-dist/assets/index-18074aaf.js:167:14306)
at file:///C:/LosslessCut-win-x64/resources/app.asar/vite-dist/assets/index-18074aaf.js:167:15681
at Array.forEach ()
at file:///C:/LosslessCut-win-x64/resources/app.asar/vite-dist/assets/index-18074aaf.js:167:15649
at jv (file:///C:/LosslessCut-win-x64/resources/app.asar/vite-dist/assets/index-18074aaf.js:40:24283)
at Dd (file:///C:/LosslessCut-win-x64/resources/app.asar/vite-dist/assets/index-18074aaf.js:40:42406)
at file:///C:/LosslessCut-win-x64/resources/app.asar/vite-dist/assets/index-18074aaf.js:40:40723
at $ (file:///C:/LosslessCut-win-x64/resources/app.asar/vite-dist/assets/index-18074aaf.js:25:1658)
{
"err": {},
"platform": "win32",
"version": "3.59.0"
}
I hope this can help !
Best regards.
The text was updated successfully, but these errors were encountered: