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

Nothing happens on new project #11

Closed
glensc opened this issue Apr 5, 2020 · 5 comments · Fixed by #12
Closed

Nothing happens on new project #11

glensc opened this issue Apr 5, 2020 · 5 comments · Fixed by #12
Labels
bug Something isn't working

Comments

@glensc
Copy link

glensc commented Apr 5, 2020

Describe the bug

Nothing happens on create new project

To Reproduce
Steps to reproduce the behavior:

  1. Cmd+N (or from the menu)
  2. Create new folder or navigate to empty folder

Expected behavior

Anything!

Desktop

  • OS: macOS
  • Laravel Kit version: installed from brew cask
@tmdh
Copy link
Owner

tmdh commented Apr 14, 2020

Go to "View > Toggle Developer Tools" and give me the console errors if there are any.

@hemant17
Copy link

Go to "View > Toggle Developer Tools" and give me the console errors if there are any.

C:\Program Files\Laravel Kit\resources\electron.asar\renderer\api\remote.js:209 Uncaught Error: Could not call remote function 'showErrorBox'. Check that the function signature is correct. Underlying error: Error processing argument at index 1, conversion failure from #
Error: Could not call remote function 'showErrorBox'. Check that the function signature is correct. Underlying error: Error processing argument at index 1, conversion failure from #
at callFunction (C:\Program Files\Laravel Kit\resources\electron.asar\browser\rpc-server.js:257:11)
at EventEmitter. (C:\Program Files\Laravel Kit\resources\electron.asar\browser\rpc-server.js:357:5)
at emitMany (events.js:146:13)
at EventEmitter.emit (events.js:223:7)
at WebContents. (C:\Program Files\Laravel Kit\resources\electron.asar\browser\api\web-contents.js:275:13)
at emitTwo (events.js:125:13)
at WebContents.emit (events.js:213:7)
at callFunction (C:\Program Files\Laravel Kit\resources\electron.asar\browser\rpc-server.js:257:11)
at EventEmitter. (C:\Program Files\Laravel Kit\resources\electron.asar\browser\rpc-server.js:357:5)
at emitMany (events.js:146:13)
at EventEmitter.emit (events.js:223:7)
at WebContents. (C:\Program Files\Laravel Kit\resources\electron.asar\browser\api\web-contents.js:275:13)
at emitTwo (events.js:125:13)
at WebContents.emit (events.js:213:7)
at Object.exception (C:\Program Files\Laravel Kit\resources\electron.asar\renderer\api\remote.js:209:30)
at metaToValue (C:\Program Files\Laravel Kit\resources\electron.asar\renderer\api\remote.js:213:28)
at Object.remoteMemberFunction (C:\Program Files\Laravel Kit\resources\electron.asar\renderer\api\remote.js:113:16)
at ae (file:///C:/Program%20Files/Laravel%20Kit/resources/app.asar/app/js/index.js:281:9)
at extract (file:///C:/Program%20Files/Laravel%20Kit/resources/app.asar/app/js/index.js:293:6)
at C:\Program Files\Laravel Kit\resources\app.asar\node_modules\extract-zip\index.js:31:23
at C:\Program Files\Laravel Kit\resources\app.asar\node_modules\yauzl\index.js:29:21
at FSReqWrap.oncomplete (fs.js:135:15)

@WEBronckhorst
Copy link

I got the same
os: MacOS 11

/Applications/Laravel Kit.app/Contents/Resources/electron.asar/renderer/api/remote.js:209 Uncaught Error: Could not call remote function 'showErrorBox'. Check that the function signature is correct. Underlying error: Error processing argument at index 1, conversion failure from #
Error: Could not call remote function 'showErrorBox'. Check that the function signature is correct. Underlying error: Error processing argument at index 1, conversion failure from #
at callFunction (/Applications/Laravel Kit.app/Contents/Resources/electron.asar/browser/rpc-server.js:257:11)
at EventEmitter. (/Applications/Laravel Kit.app/Contents/Resources/electron.asar/browser/rpc-server.js:357:5)
at emitMany (events.js:146:13)
at EventEmitter.emit (events.js:223:7)
at WebContents. (/Applications/Laravel Kit.app/Contents/Resources/electron.asar/browser/api/web-contents.js:275:13)
at emitTwo (events.js:125:13)
at WebContents.emit (events.js:213:7)
at callFunction (/Applications/Laravel Kit.app/Contents/Resources/electron.asar/browser/rpc-server.js:257:11)
at EventEmitter. (/Applications/Laravel Kit.app/Contents/Resources/electron.asar/browser/rpc-server.js:357:5)
at emitMany (events.js:146:13)
at EventEmitter.emit (events.js:223:7)
at WebContents. (/Applications/Laravel Kit.app/Contents/Resources/electron.asar/browser/api/web-contents.js:275:13)
at emitTwo (events.js:125:13)
at WebContents.emit (events.js:213:7)
at Object.exception (/Applications/Laravel Kit.app/Contents/Resources/electron.asar/renderer/api/remote.js:209:30)
at metaToValue (/Applications/Laravel Kit.app/Contents/Resources/electron.asar/renderer/api/remote.js:213:28)
at Object.remoteMemberFunction (/Applications/Laravel Kit.app/Contents/Resources/electron.asar/renderer/api/remote.js:113:16)
at ae (file:///Applications/Laravel%20Kit.app/Contents/Resources/app.asar/app/js/index.js:281:9)
at extract (file:///Applications/Laravel%20Kit.app/Contents/Resources/app.asar/app/js/index.js:293:6)
at /Applications/Laravel Kit.app/Contents/Resources/app.asar/node_modules/extract-zip/index.js:31:23
at /Applications/Laravel Kit.app/Contents/Resources/app.asar/node_modules/yauzl/index.js:29:21
at FSReqWrap.oncomplete (fs.js:135:15)

@tmdh tmdh added the bug Something isn't working label Jul 31, 2020
@tmdh
Copy link
Owner

tmdh commented Jul 31, 2020

I am investigating this issue right now.

@tmdh tmdh linked a pull request Aug 1, 2020 that will close this issue
Merged
2 tasks
@tmdh tmdh closed this as completed in #12 Aug 1, 2020
@tmdh
Copy link
Owner

tmdh commented Aug 1, 2020

This issue is fixed in Laravel Kit v1.2.4.
@glensc @hemant17 @WEBronckhorst

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants