Simon wrote:howsowz wrote:I'm having an issue with the card creator. I get through the card creating process just fine until the screen where you write the code for a CTIS card. After completing the code I try to click "Next" and nothing happens. In the console I get this error message:
- Error message | +
- fs.js:142 Uncaught Error: ENOENT: no such file or directory, scandir 'local:///F:\black\cards'
at Object.fs.readdirSync (fs.js:893)
at Object.fs.readdirSync (ELECTRON_ASAR.js:633)
at HTMLButtonElement.$.click (<anonymous>:497:23)
at HTMLButtonElement.dispatch (F:\Black CTIS Viewer-win32-x64\resources\app\node_modules\jquery\dist\jquery.js:5183)
at HTMLButtonElement.elemData.handle (F:\Black CTIS Viewer-win32-x64\resources\app\node_modules\jquery\dist\jquery.js:4991)
Hey thanks for the info, I just pushed out 1.7.5 with a fix for this issue. Let me know if you have any other issues (with Black).
Thank you the card creator is working fine, but now when I go to start up a tease it gives me this error in the console:
Uncaught Error: Asked for F:\Black CTIS Viewer-win32-x64\resources\app\src\ts\tease\actioncontroller.ts but it was not precompiled!
at FileChangedCache.getHashForPathSync (file-change-cache.js:255)
at CompilerHost.compileReadOnlySync (compiler-host.js:493)
at CompilerHost.compileSync (compiler-host.js:414)
at Object.require.extensions.(anonymous function) [as .ts] (F:\Black CTIS Viewer-win32-x64\resources\app\node_modules\electron-compile\lib\require-hook.js:68:48)
at Module.load (internal/modules/cjs/loader.js:620)
at tryModuleLoad (internal/modules/cjs/loader.js:559)
at Function.Module._load (internal/modules/cjs/loader.js:551)
at Module.require (internal/modules/cjs/loader.js:658)
at require (internal/modules/cjs/helpers.js:20)
at Object.<anonymous> (tease.ts:5)
When I try to click "start" or is gives me this:
tease.html:119 Uncaught TypeError: Cannot read property 'start' of undefined
at HTMLButtonElement.onclick (tease.html:119)
onclick @ tease.html:119
and when I click the menu in the top right it gives me this:
tease.html:288 Uncaught ReferenceError: menu is not defined
at HTMLButtonElement.onclick (tease.html:288)
It was working before getting the update.
[quote="Simon"][quote="howsowz"]I'm having an issue with the card creator. I get through the card creating process just fine until the screen where you write the code for a CTIS card. After completing the code I try to click "Next" and nothing happens. In the console I get this error message:
[spoiler=Error message]fs.js:142 Uncaught Error: ENOENT: no such file or directory, scandir 'local:///F:\black\cards'
at Object.fs.readdirSync (fs.js:893)
at Object.fs.readdirSync (ELECTRON_ASAR.js:633)
at HTMLButtonElement.$.click (<anonymous>:497:23)
at HTMLButtonElement.dispatch (F:\Black CTIS Viewer-win32-x64\resources\app\node_modules\jquery\dist\jquery.js:5183)
at HTMLButtonElement.elemData.handle (F:\Black CTIS Viewer-win32-x64\resources\app\node_modules\jquery\dist\jquery.js:4991)[/spoiler][/quote]
Hey thanks for the info, I just pushed out 1.7.5 with a fix for this issue. Let me know if you have any other issues (with Black).[/quote]
Thank you the card creator is working fine, but now when I go to start up a tease it gives me this error in the console:
Uncaught Error: Asked for F:\Black CTIS Viewer-win32-x64\resources\app\src\ts\tease\actioncontroller.ts but it was not precompiled!
at FileChangedCache.getHashForPathSync (file-change-cache.js:255)
at CompilerHost.compileReadOnlySync (compiler-host.js:493)
at CompilerHost.compileSync (compiler-host.js:414)
at Object.require.extensions.(anonymous function) [as .ts] (F:\Black CTIS Viewer-win32-x64\resources\app\node_modules\electron-compile\lib\require-hook.js:68:48)
at Module.load (internal/modules/cjs/loader.js:620)
at tryModuleLoad (internal/modules/cjs/loader.js:559)
at Function.Module._load (internal/modules/cjs/loader.js:551)
at Module.require (internal/modules/cjs/loader.js:658)
at require (internal/modules/cjs/helpers.js:20)
at Object.<anonymous> (tease.ts:5)
When I try to click "start" or is gives me this:
tease.html:119 Uncaught TypeError: Cannot read property 'start' of undefined
at HTMLButtonElement.onclick (tease.html:119)
onclick @ tease.html:119
and when I click the menu in the top right it gives me this:
tease.html:288 Uncaught ReferenceError: menu is not defined
at HTMLButtonElement.onclick (tease.html:288)
It was working before getting the update.