Bug? problem with exporting as zip

ajk

Active Member
Licensed User
Longtime User
I have the problem with exporting as zip> clicking FILE, EXPORT AS ZIP and file is not created. How to solve this?
 

ajk

Active Member
Licensed User
Longtime User
yes, I give the nave, press Save and nothing happens in destination folder.
 

ajk

Active Member
Licensed User
Longtime User
Solved.
Log looked like
B4X:
Gui: 119
Gui: 77
Gui: 98
opt: waiting for latch.
System.IO.FileNotFoundException: Nie można odnaleźć pliku 'F:\__ANDROID PROGRAMY\_____al/Files/calbtmr.png'.
Nazwa pliku: 'F:\__ANDROID PROGRAMY\_____al/Files/calbtmr.png'
   w System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   w System.IO.FileInfo.get_Length()
   w b6.a(String A_0, List`1 A_1, Stream A_2, Dictionary`2 A_3)
   w b6.a(String A_0, List`1 A_1, String A_2, Dictionary`2 A_3)
   w a9.s()
Gui: 630

so after sync in File Manager - is ok, ZIP file is created.

In my opinion the message should appear for user - sth. like: "File not created".
In fact lack of backups got me to do work second time after system crash.
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
Are you using B4A v8? I've tried to reproduce it and it does show an error message.

SS-2018-04-10_11.24.32.png
 
Top