Vbscript works very slow on wine

Questions about Wine on Linux
Locked
Grigory_B
Newbie
Newbie
Posts: 1
Joined: Wed Dec 09, 2015 4:56 am

Vbscript works very slow on wine

Post by Grigory_B »

I have installed Wine (v.1.7) on Ubuntu (v. 12.04) to run the vbs-script. Libre Office was also installed via Wine (required for vbs). The script converts .xls or .xlsx file in .csv. The problem is the following: for the first time after installation script is running for 15 minutes (this is longer than in Win, but it is acceptable). All subsequent times the script is running for 1.5 hours. According to the logs, you can see that the script processes each subsequent string in xls|xlsx longer than the previous one. (like the loss of productivity in processing xls | xlsx). Somebody faced with?
Thanx.
Attachments
log (1).zip
Logs from Win & Ubuntu
(12.84 KiB) Downloaded 120 times
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Vbscript works very slow on wine

Post by lahmbi5678 »

You probably should file a bug. Can you provide a test case, script and (dummy) data? Does this script really need LibreOffice? I'd expect it to require some version of MS Office.
Locked