-
Notifications
You must be signed in to change notification settings - Fork 44
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
Cannot locate keybindings.json on Windows #812
Comments
Hello, thank you for reporting. The issue arises because the IDE is unable to locate your vscode's keybindings.json file, which should be found at |
I checked it, but got stuck this time. There's no error, and I've been waiting for about 30 minutes, but it's still stuck on the booting device phase. |
Could you provide the recent logs? |
[error] Error: ENOENT: no such file or directory, open 'C:\Users\Maaz' When the emulator begins booting at the initial stage it shows this error then proceeds with the booting process but gets stuck during the booting phase. Emulator output INFO | Ignore IPv6 address: 482f:d888:8c02:0:b007:d888:8c02:0 These are the last logs; the process is stuck at this point. |
Thank you for providing the logs. I guess that we are currently unable to handle space characters in usernames. Could you try running the IDE from a different user account with a name that doesn't contain any special characters? |
I launch the IDE but it Stucks on Booting device for too long . I have tried re launch re installation but stills the same issue.
Environment
I'm using a windows machine.
The Radon IDE version is v0.0.21.
The project is on react native cli and using the VS Code.
Here are the some logs
2024-12-03 11:55:54.130 [error] Error: ENOENT: no such file or directory, open 'C:\Users\Maaz Ullah\AppDat\Roaming\Code\User\keybindings.json'
at Object.openSync (node:fs:575:18)
at Object.func [as openSync] (node:electron/js2c/node_init:2:2559)
at Object.readFileSync (node:fs:454:35)
at Object.t.readFileSync (node:electron/js2c/node_init:2:10175)
at E8.getCommandsCurrentKeyBinding (c:\Users\Maaz Ullah.vscode\extensions\swmansion.react-native-ide-0.0.21-win32-x64\dist\extension.js:151:3189)
at _6.handleRemoteCall (c:\Users\Maaz Ullah.vscode\extensions\swmansion.react-native-ide-0.0.21-win32-x64\dist\extension.js:151:7707)
at mh.value (c:\Users\Maaz Ullah.vscode\extensions\swmansion.react-native-ide-0.0.21-win32-x64\dist\extension.js:151:7041)
at D.B (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:746)
at D.fire (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:964)
at Zj.$onMessage (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:137:90307)
at py.S (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:113311)
at py.Q (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:113091)
at py.M (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:112180)
at py.L (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:111418)
at mh.value (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:110082)
at D.B (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:746)
at D.fire (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:964)
at Vn.fire (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:9457)
at mh.value (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:174:13300)
at D.B (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:746)
at D.fire (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:964)
at Vn.fire (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:9457)
at MessagePortMain. (file:///c:/Users/Maaz%20Ullah/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:174:11592)
at MessagePortMain.emit (node:events:519:28)
at Object.MessagePortMain._internalPort.emit (node:electron/js2c/utility_init:2:2949) Error while parsing keybindings.json
The text was updated successfully, but these errors were encountered: