Well, my app creates an excel file and write 3 rows in the worksheet4 of this file. In windows the app runs great, but when i try to use in linux with wine the app don't create the excel file and dont show any error.
The message on the terminal is:
Code: Select all
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x103ae 0x00000000
err:ole:marshal_object object doesn't expose interface {7fd52380-4e07-101b-ae2d-08002b2ec713}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002
err:ole:marshal_object object doesn't expose interface {37d84f60-42cb-11ce-8135-00aa004bb851}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002
fixme:reg:GetNativeSystemInfo (0x33fba0) using GetSystemInfo()
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 0/00/0000, dlt (d/m/y): 0/00/0000
Some ideas?
Thanks for you time!!!
Cheers!