https://bugs.winehq.org/show_bug.cgi?id=46249
Bug ID: 46249 Summary: Art-Zvit crashes on start Product: Wine Version: 3.19 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P4 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: sunweb@hotmail.ru Distribution: ---
Created attachment 62948 --> https://bugs.winehq.org/attachment.cgi?id=62948 error_log
Hi, i'm trying to install a program that is widely used in my country. It installs but when i start it it crashes. Could you look at it please?
The program doesn't require any code to run so you can try to install it yourselves.
Here is a link https://art-zvit.com.ua/uk/software/download it has hashes in there to check. Direct link to Full version with all dependecies included in the archive: https://files.masterkey.ua/V4/ArtZvitPlus_Setup_Full.zip Direct link to version without dependecies: https://files.masterkey.ua/V4/ArtZvit_Setup.exe
https://bugs.winehq.org/show_bug.cgi?id=46249
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P4 |P2 Severity|critical |normal CC| |o.dierick@piezo-forte.be
--- Comment #1 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Bug severity is normal.
Please, attach full debug output as per FAQ [1].
[1] https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a._terminal...
https://bugs.winehq.org/show_bug.cgi?id=46249
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de Priority|P2 |P4
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- Not critical, see https://bugs.winehq.org/page.cgi?id=fields.html.
Did you already try "winetricks -q dotnet40"? That solves that crash for me, but it still doesn't open up - Assembly bind error.
That's a known .NET error though. Fix that error by installing KB2468871 (https://www.microsoft.com/en-us/download/confirmation.aspx?id=3556). Workaround needed, see: https://github.com/mohamedemam223/winetricks/issues/274
https://bugs.winehq.org/show_bug.cgi?id=46249
sunweb@hotmail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical
--- Comment #3 from sunweb@hotmail.ru --- I've installed dotnet40 and KB2468871 as Fabian Maurer suggested. The program doesn't start and doesn't report about crash.
I'm adding debug output as well
https://bugs.winehq.org/show_bug.cgi?id=46249
--- Comment #4 from sunweb@hotmail.ru --- Created attachment 62955 --> https://bugs.winehq.org/attachment.cgi?id=62955 debug output
https://bugs.winehq.org/show_bug.cgi?id=46249
sunweb@hotmail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal
https://bugs.winehq.org/show_bug.cgi?id=46249
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #5 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to sunweb from comment #4)
Created attachment 62955 [details] debug output
Hi, i tried in fresh WINEPREFIX, ``winetricks dotnet45 mdac28``
Then after installing the app throws a (nonfatal) messagebox about access violation, and then a login-window (i think) comes up. Maybe you could play a bit with dotnet versions to test?
https://bugs.winehq.org/show_bug.cgi?id=46249
soredake yuno@hitler.rocks changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |yuno@hitler.rocks
https://bugs.winehq.org/show_bug.cgi?id=46249
dym@afalina.od.ua changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dym@afalina.od.ua
--- Comment #6 from dym@afalina.od.ua --- On Ubuntu 18.04 setup ArtZvit:
1) Standart installation wine-stable and winetricks 2) Add over winetricks dotnet 4.5 3) Add over winetricks mdac 2.8 4) Add over winetricks vcrun 2010 5) Set on winecfg version of Win 7 or higer.
ArtZvit started, but set error. 1) In commandline: ======================================= 001c:err:module:import_dll Library MSVCR110_CLR0400.dll (which is needed by L"C:\windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe") not found 001c:err:module:import_dll Library mscoree.dll (which is needed by L"C:\windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe") not found 001c:err:module:attach_dlls Importing dlls for L"C:\windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe" failed, status c0000135 000f:err:service:process_send_command service protocol error - failed to write pipe! dym@dnb:~$ 0038:err:ole:CoGetContextToken apartment not initialised 0036:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733 0036:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733 0036:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733 0036:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733 ======================================= 2) In program: ======================================= ************** Exception Text **************** System.IndexOutOfRangeException Index was outside the bounds of the array. at DevExpress.XtraTab.ViewInfo.BaseTabHeaderViewInfo.CalcPageTextSize(Graphics g, BaseTabPageViewInfo info) at DevExpress.XtraTab.ViewInfo.BaseTabHeaderViewInfo.CalcHPageSize(BaseTabPageViewInfo info) at DevExpress.XtraTab.ViewInfo.BaseTabHeaderViewInfo.CalcPageClientSize(BaseTabPageViewInfo info) at DevExpress.XtraTab.ViewInfo.BaseTabHeaderViewInfo.CalcPagesSize() at DevExpress.XtraTab.ViewInfo.BaseTabHeaderViewInfo.CalcRowsViewInfo(Rectangle rect, Size buttonsSize) at DevExpress.XtraTab.ViewInfo.BaseTabHeaderViewInfo.CalcRowsViewInfo(Rectangle rect) at DevExpress.XtraTab.ViewInfo.BaseTabHeaderViewInfo.CalcViewInfo(Graphics g, Rectangle r, TabHeaderLocation hLocation) at DevExpress.XtraTab.ViewInfo.BaseTabControlViewInfo.CalcViewInfo(Rectangle bounds, Graphics g) at DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroupInfo.CalcCore(Graphics g, Rectangle bounds) at DevExpress.XtraBars.Docking2010.Views.BaseElementInfo.DevExpress.XtraBars.Docking2010.Views.IBaseElementInfo.Calc(Graphics g, Rectangle bounds) at DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.DevExpress.XtraBars.Docking2010.FreeLayoutEngine.IFreeLayoutElement.Calc(Graphics g, Rectangle bounds) at DevExpress.XtraBars.Docking2010.FreeLayoutEngine.FreeLayoutArrangeHelper.ArrangeContainerNodes(DockingContainer node, Graphics g, Rectangle bounds, Boolean isHorizontal) at DevExpress.XtraBars.Docking2010.FreeLayoutEngine.FreeLayoutArrangeHelper.ArrangeContainers(Rectangle bounds, Graphics g, DockingContainer node) at DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedViewInfo.CalcContainers(Rectangle bounds, Graphics g) at DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedViewInfo.CalculateCore(Graphics g, Rectangle bounds) at DevExpress.XtraBars.Docking2010.Views.BaseViewInfo.Calc(Graphics g, Rectangle bounds) at DevExpress.XtraBars.Docking2010.Views.BaseView.EnsureLayoutCalculated(GraphicsCache cache) at DevExpress.XtraBars.Docking2010.DocumentManager.PatchChildrenCore() at DevExpress.XtraBars.Docking2010.DocumentManager.PatchActiveChildren() at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
Програмне забезпечення: Комп'ютерна програма Арт-Звіт Pro
Version: 5.5.7.38938
Криптографічна бібліотека версії: 2.7.214.3927
AMCryptoNET, версія 1.0.7192.35201 AppDownloader, версія 5.5.7.38938 Appccelerate.EventBroker, версія 1.0.0.0 Appccelerate.Fundamentals, версія 1.0.0.0 ArtZvit, версія 5.5.7.38938 ArtZvit.Apu, версія 5.5.7.38938 ArtZvit.Common, версія 5.5.7.38938 ArtZvit.Common.UI, версія 5.5.7.38938 ArtZvit.Communication, версія 5.5.7.38938 ArtZvit.Dpi, версія 5.5.7.38938 ArtZvit.Dssu, версія 5.5.7.38938 ArtZvit.Fss, версія 5.5.7.38938 ArtZvit.Mertu, версія 5.5.7.38938 ArtZvit.Pfu, версія 5.5.7.38938 Autofac, версія 3.0.0.0 Autofac.Extras.Multitenant, версія 3.0.0.0 Autofac.Integration.Mef, версія 3.0.0.0 BLToolkit.4, версія 4.1.15.0 DbfImportPlugin, версія 5.5.7.38938 DevExpress.BonusSkins.v17.1, версія 17.1.7.0 DevExpress.Data.v17.1, версія 17.1.7.0 DevExpress.Mvvm.v17.1, версія 17.1.7.0 DevExpress.Utils.v17.1, версія 17.1.7.0 DevExpress.XtraBars.v17.1, версія 17.1.7.0 DevExpress.XtraEditors.v17.1, версія 17.1.7.0 DevExpress.XtraGrid.v17.1, версія 17.1.7.0 DevExpress.XtraLayout.v17.1, версія 17.1.7.0 DevExpress.XtraNavBar.v17.1, версія 17.1.7.0 DevExpress.XtraTreeList.v17.1, версія 17.1.7.0 DevExpress.XtraWizard.v17.1, версія 17.1.7.0 MailBee.NET.4, версія 7.3.4.416 NCalc, версія 1.3.9.0 NLog, версія 4.0.0.0 PackedXmlPlugin, версія 5.5.7.38938 SpreadsheetGear2017.Core, версія 8.1.11.102 System.Data.SQLite, версія 1.0.96.0 TXTextControl, версія 24.0.1700.500 TeamFramework, версія 5.5.7.38938 TeamFrameworkReportView, версія 5.5.7.38938 itextsharp, версія 5.4.3.0
.NET Framework, версія 4.0.30319.17929
Система
Microsoft Windows 7 Professional Версія: 6.1.7601 Service Pack 1 Розрядність: x64 =======================================
https://bugs.winehq.org/show_bug.cgi?id=46249
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #7 from joaopa jeremielapuree@yahoo.fr --- Unable to test. Refuses to install. And since the messages are in what it seems to be russian...
Download link is burst. Here is a working one:
https://web.archive.org/web/20130827211241if_/http://files.masterkey.ua/V4/A...
Can an administrator put the link at URL place?
https://bugs.winehq.org/show_bug.cgi?id=46249
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20130827211241if_/http://f | |iles.masterkey.ua/V4/ArtZvi | |tPlus_Setup_Full.zip Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=46249
yolorkit@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |yolorkit@gmail.com
--- Comment #8 from yolorkit@gmail.com --- Updated download links: Site -> https://art-zvit.com.ua/instalyacii/ Direct -> https://files.art-zvit.com.ua/V4/ArtZvitPro_Setup_Full.zip
This is one of the Ukrainian programs to send financial reports.
Can't install it with new Wine with suggested steps: 1) Standart installation wine-stable and winetricks 2) Add over winetricks dotnet 4.5 3) Add over winetricks mdac 2.8 4) Add over winetricks vcrun 2010 5) Set on winecfg version of Win 7 or higer.
Can't install mdac.
wine-8.5