openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
753 stars 365 forks source link

File Dialog and Google Drive Conflict when opening/saving a file. #1696

Closed hoangdung-qbt closed 1 year ago

hoangdung-qbt commented 1 year ago

Platform: Windows 10 HxCpp 4.3.2 Lime 8.0.2 OpenFL 9.2.1 Haxe 4.2.5 Neko/C++ Code:

b = bitmapData.encode(bitmapData.rect, new JPEGEncoderOptions(70));
fd = new FileDialog();
fd.save(b, "jpg", dest, "Lime Exmaple");
fd.onSave.add (function(path:String):Void{});

Errors: _[10284:ShellIpcClient] shell_ipc_client.cc:116:Connect Can't connect to socket at: \.\Pipe\GoogleDriveFSPipe_z8080_shell [10284:ShellIpcClient] shell_ipc_client.cc:116:Connect Can't connect to socket at: \.\Pipe\GoogleDriveFSPipe_z8080_shell [13220:ShellIpcClient] shell_ipc_client.cc:116:Connect Can't connect to socket at: \.\Pipe\GoogleDriveFSPipe_z8080shell

Workaround: turn on GDrive for syncing, this error is completely gone

joshtynjala commented 1 year ago

This does not appear to be a Lime or Haxe issue. I can see many questions on StackOverflow for other programming languages where the same warning is reported. It seems to be a GDrive issue.