atom-archive / xray

An experimental next-generation Electron-based text editor
MIT License
8.48k stars 235 forks source link

Loading 15mb file #119

Closed eimfach closed 6 years ago

eimfach commented 6 years ago
objc[56628]: Class FIFinderSyncExtensionHost is implemented in both
/System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit (0x7fff894d6c90) and 
/System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaboration
FileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride 
(0x10fd1ccd8). One of the two will be used. Which one is undefined.

It asks me to save the file somewhere but it doesn't display it. It is a mixed binary/ascii file I am opening files by drag and drop I also can't edit any files

eimfach commented 6 years ago

I came to this result now:

Error opening buffer IoError("stream did not contain valid UTF-8")
thread 'main' panicked at 'not yet implemented: Error handling for open_buffer: IoError("stream did not contain valid UTF-8")', xray_core/src/workspace.rs:205:29
note: Run with `RUST_BACKTRACE=1` for a backtrace.

seems to be the answer