[Bug 56201] New: When opening a program SwissManager, the application shows an error and unable to open.
https://bugs.winehq.org/show_bug.cgi?id=56201 Bug ID: 56201 Summary: When opening a program SwissManager, the application shows an error and unable to open. Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: wmmolema(a)outlook.com Distribution: --- Created attachment 75909 --> https://bugs.winehq.org/attachment.cgi?id=75909 Back Trace File When opening an application SwissManager, an error occurs. Exception EExternalException in Modul ntdll.dll The application then closes. Unable to get it to load. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56201 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #1 from joaopa <jeremielapuree(a)yahoo.fr> --- Is it this software? https://swiss-manager.at/download.aspx?lan=1 If yes, does the bug occurs when using the demo mode only? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56201 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |9.0 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56201 --- Comment #2 from Warner <wmmolema(a)outlook.com> --- Yes, that is the correct software. (https://swiss-manager.at/download.aspx?lan=1) I have a licensed copy. I do not use the demo mode. The application worked on an earlier version of Linux Mint with Wine. When I upgraded Linux Mint it stopped working providing the error. I have since upgraded again hoping it would resolve the issue, but it has not. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56201 --- Comment #3 from joaopa <jeremielapuree(a)yahoo.fr> --- Did you try in a new fresh wineprefix? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56201 --- Comment #4 from Warner <wmmolema(a)outlook.com> --- Did you try in a new fresh wineprefix? No... I haven't. How would I do that? I simply installed the application by selecting the exe, and once installed, I selected to open the application. I have done no configuration etc. Please advise about the fresh wineprefix? Thanks -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56201 --- Comment #5 from joaopa <jeremielapuree(a)yahoo.fr> --- in a terminal: rm -fR .wine wine SwissManagerUniCodeSetup.exe If the bug still occurs, attach the full console output, not only the backtrace -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56201 --- Comment #6 from Warner <wmmolema(a)outlook.com> --- The shortcut path that I have been using to open the application is: nv WINEPREFIX="/home/wmmolema/.wine" wine C:\\users\\Public\\Desktop\\SwissManagerUniCode.lnk Running your commands: wmmolema(a)My-PC:~$ rm -fR .wine wmmolema(a)My-PC:~$ wine SwissManagerUniCodeSetup.exe wine: created the configuration directory '/home/wmmolema/.wine' 002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 004c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0054:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0054:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 0054:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 0054:err:ole:apartment_get_local_server_stream Failed: 0x80004002 004c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 004c:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 004c:err:ole:apartment_get_local_server_stream Failed: 0x80004002 004c:err:ole:start_rpcss Failed to open RpcSs service 0098:fixme:file:NtLockFile I/O completion on lock not implemented yet 0098:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 00a0:fixme:file:NtLockFile I/O completion on lock not implemented yet 00a0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 00a0:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 00a0:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 0098:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1) 0098:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1) 0108:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet 0138:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0138:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0138:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0138:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 wine: configuration in L"/home/wmmolema/.wine" has been updated. Application could not be started, or no application associated with the specifie d file. ShellExecuteEx failed: File not found. Updated the path of the application exe wine /home/wmmolema/Downloads/Applications/SwissManagerUniCodeSetup.exe Ran the following command: wmmolema(a)My-PC:~$ wine /home/wmmolema/Downloads/Applications/SwissManagerUniCodeSetup.exe 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:userenv:GetAllUsersProfileDirectoryW 00AAE9D8 00AAE9B0 0024:fixme:rstrtmgr:RmStartSession 019B1650, 0, 019CC9C8 stub! 0024:err:ole:com_get_class_object class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0024:err:ole:com_get_class_object class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0024:err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 0024:err:ole:com_get_class_object no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x17 0024:fixme:sfc:SfcIsFileProtected (00000000, L"C:\\Program Files (x86)\\SwissManagerUniCode\\Vorlagen\\titleform.xls") stub 0024:fixme:sfc:SfcIsKeyProtected (80000001, L"Software\\SwissManager") stub 0024:fixme:shell:SHChangeNotify ignoring unsupported flags: 3000 0024:fixme:rstrtmgr:RmEndSession 3735928559 stub! Program launches... When setting up the application, the following error occurs: (See attachment for images) Application displays: (See attachment for images) Select Show Details: (See attachment for images) Save As ... see attached backtrace file. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56201 --- Comment #7 from Warner <wmmolema(a)outlook.com> --- Created attachment 75923 --> https://bugs.winehq.org/attachment.cgi?id=75923 Images & Description -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56201 --- Comment #8 from Warner <wmmolema(a)outlook.com> --- Created attachment 75924 --> https://bugs.winehq.org/attachment.cgi?id=75924 Backtrace 2024-01-18 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56201 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com --- Comment #9 from Zeb Figura <z.figura12(a)gmail.com> --- (In reply to joaopa from comment #5)
rm -fR .wine
If you're going to advise people to do this, you should also tell them that that will delete all of their Windows data. Better to link here: <https://wiki.winehq.org/FAQ#Wineprefixes> -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla