Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

2 Blind Write Attempt errors #8115

Closed
JeffryBooher opened this issue Jun 12, 2014 · 6 comments
Closed

2 Blind Write Attempt errors #8115

JeffryBooher opened this issue Jun 12, 2014 · 6 comments
Assignees

Comments

@JeffryBooher
Copy link
Contributor

Not sure if this is CEF 1916 related or not but I've been using it and seeing some crazy rendering issues..

Blind write attempted:  C:/Users/jsbooher/AppData/Roaming/Brackets/state.json 1402614873000 1402614787000 AppshellFileSystem.js:445
(anonymous function) AppshellFileSystem.js:445
(anonymous function) AppshellFileSystem.js:241
@JeffryBooher
Copy link
Contributor Author

Seems to happen everytime I start brackets on (1916)

@ingorichter
Copy link
Contributor

This doesn't happen with 1750?

@peterflynn
Copy link
Member

Reviewed -- @JeffryBooher can you try to come up with repro steps for this? Are you seeing it repeatedly or was it just a one-time thing? If it's repeatable but unclear exactly what steps will trigger it, lmk and I can give you some logging code to patch into your local copy to try to gather more info.

@JeffryBooher
Copy link
Contributor Author

I don't see it with CEF 1750 but I was seeing it pretty reliably CEF 1916.

@JeffryBooher
Copy link
Contributor Author

@peterflynn I'm going to close this since it seems that it was specific to CEF 1916 for some reason. If it resurfaces I'll try to grab more data.

@2007ay
Copy link

2007ay commented Jul 10, 2014

Hi Jeffry,
I am also getting the same error:

Blind write attempted: /Users/ashiyada/Documents/ADProjects/evo-new/[Resource]-Layout-Default/Strings/boot.str 1405000343000 null AppshellFileSystem.js:445

and the code I am writing is :

var inFile ="[Resource]-Layout-Default/Strings/abc.json";
var filePath = cannonicalizeDirectoryPath(destination);
FileUtils.writeText(FileSystem.getFileForPath(filePath), inFile, true);

Regards
ashish.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants