https://bugs.winehq.org/show_bug.cgi?id=43917
Bug ID: 43917
Summary: Error when closing out a Windows program running under
Wine
Product: Wine
Version: 1.9.24
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cabanadude08(a)gmail.com
Distribution: ---
Created attachment 59543
--> https://bugs.winehq.org/attachment.cgi?id=59543
This is the bug report I receive when I select show details.
When closing out a program in Wine, it shows an error message that says the
application ran into an error. It works fine, except when I close it.
Thanks!
Ron
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32778
Bug #: 32778
Summary: Cannot run windows application when connecting to
unbuntu desktop via RDP
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: meghan(a)islandretreat.co.uk
Classification: Unclassified
I am running an application called YNAB (youneedabudget.com)
This application works perfectly under wine 1.5.
However, when I remote desktop from a windows 7 machine into my ubuntu 12.04
machine the wine application no longer runs and I receive an error :
the programe ynab4.exe has encountered a serious problem and needs to close. We
are sorry for the inconvenience.
The bug details are attached.
I note that other applications do run (notepad.exe for example).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=54840
Bug ID: 54840
Summary: Stack overflow in setup of "Sunday... That One Day", a
16-bit children's religious educational game
Product: Wine
Version: 8.6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 74343
--> https://bugs.winehq.org/attachment.cgi?id=74343
Terminal output
The crash happens when running SETUP.EXE.
The game can be started directly from the CD by running SUNDAY.EXE, but even so
it can't get past the title screen.
$ sha256sum 'Andrea and Alexander - Sunday... that One Day.iso'
ac9b745e9aad776b5c05bf3488955c33de2a8d97e0561718f31149af425256de
--
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=54816
Bug ID: 54816
Summary: Fusion 360: Crashes when using WINEDEBUG=+relay
Product: Wine
Version: 8.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benjackson990(a)gmail.com
Distribution: ---
Created attachment 74308
--> https://bugs.winehq.org/attachment.cgi?id=74308
Backtrace from crash
Fusion 360 Version: 2.0.15775
WineHQ-Devel v8.5 (latest from WineHQ repo)
When trying to debug Fusion 360 with WINEDEBUG=+relay, the program crashes. The
following error in the log looks relevant
```03e8:err:sync:RtlpWaitForCriticalSection section 000000017006E5C0
"dlls/ntdll/loader.c: loader_section" wait timed out in thread 03e8, blocked by
03a0, retrying (60 sec)```
The following commands where used to create the installation and subsequent
crash
```
rm -r ~/.wfusion360
export env WINEPREFIX=~/.wfusion360
export env WINEDEBUG=fixme-all
wget
https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetric…
-O winetricks -P ~/Downloads
chmod +x ~/Downloads/winetricks
~/Downloads/winetricks win10
wget -N
https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20A…
-P ~/Downloads
wine ~/Downloads/Fusion\ 360\ Admin\ Install.exe --quiet
WINEDEBUG=+relay wine 'C:\users\Public\Desktop\Autodesk Fusion 360.lnk'
```
--
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=52923
Bug ID: 52923
Summary: wininet:http Querying the security certificate fails
on Windows with a UTF-8 codepage
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Querying the security certificate fails in wininet:http on Windows with a UTF-8
codepage (w10pro64-hi-u8). The failures fall into three categories:
http.c:6887: Test failed: expected secure flag to be set
http.c:6894: Test failed: InternetQueryOption failed: 12019
http.c:6904: Test failed: InternetQueryOption failed: 12016
http.c:6910: Test failed: InternetQueryOption failed: 12016
In test_secure_connection()
-> These happen are caused by urlmon:url as described in bug 51227 though the
12019 error (ERROR_INTERNET_INCORRECT_HANDLE_STATE) may be UTF-8-specific.
http.c:6933: Test failed: InternetQueryOption failed: 12016
http.c:6938: Test failed: InternetQueryOption failed: 12016
http.c:6941: Test failed: expected same string
In test_secure_connection()
-> Bug 51227 says these are caused by urlmon:url but they also happen when
wininet:http is run all alone on w10pro64-hi-u8 (and not on w10pro64-hi).
http.c:6653: Test failed: InternetQueryOption failed: 12016
http.c:6654: Test failed: unexpected size: 0
http.c:6660: Test failed: InternetQueryOption failed: 12016
http.c:6661: Test failed: unexpected size: 0
http.c:6667: Test failed: InternetQueryOption failed: 12016
In test_security_flags()
-> These are totally specific to UTF-8.
https://test.winehq.org/data/patterns.html#wininet:http
Both the Unicode and ANSI versions of InternetQueryOption() fail but only when
given INTERNET_OPTION_SECURITY_CERTIFICATE, not with
INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT.
And this is really specific to the UTF-8 codepage: there is no failure when
wininet:http is run on its own in the regular Hindi locale.
--
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=54859
Bug ID: 54859
Summary: mf:mf - test_topology_loader_evr() sometimes crashes
on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
mf:mf - test_topology_loader_evr() sometimes crashes on Windows:
mf:mf start dlls/mf/tests/mf.c
mf.c:9289: created
L"C:\\Users\\winetest\\AppData\\Local\\Temp\\rgb32frame-vp.bin"
mf.c:2858: Test failed: Unexpected hr 0x80070057.
mf.c:2858: this is the last test seen before the exception
17d8:mf: unhandled exception c0000005 at 0040A4A1
See https://test.winehq.org/data/patterns.html#mf:mf
Where 0x80070057 == E_INVALIDARG
The oldest known instance goes back to 2022-08-28 and since then this crash has
happened about twice per month on Windows 8 to Windows 10 21H2.
But this test also crashes systematically in the nightly WineTest runs on
w7u_2qxl. However it does not crash when run on its own so in this case the
crash must be caused by interference from another test.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32831
Bug #: 32831
Summary: TurboTax 2012 fails with error 42016 when manually
checking for updates (win2k3 mode)
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: dotnet
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: focht(a)gmx.net
Depends on: 32323, 32471, 32758
Classification: Unclassified
Created attachment 43366
--> http://bugs.winehq.org/attachment.cgi?id=43366
terminal output
Prereqs:
winetricks corefonts d3d9=disabled dotnet40
install the app as normal, don't start it after install.
winecfg > win2k3 windows version (bug 32758)
Apply http://source.winehq.org/patches/data/93995
Start the app up. Click the 'Online' menu, then 'Check for updates'. It will
soon fail.
I'll attach the terminal output.
FWIW:
https://ttlc.intuit.com/questions/1459455-error-42016-unexpected-content-re…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=50012
Bug ID: 50012
Summary: Installer failed to initialize for Photoshop CS6
installer
Product: Wine-staging
Version: 5.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yaomtc(a)protonmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 68432
--> https://bugs.winehq.org/attachment.cgi?id=68432
Terminal output from running Set-up.exe
The installer for Adobe Creative Suite 6 (Production Premium) fails to
initialize. I've attached the terminal output here.
--
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=52251
Bug ID: 52251
Summary: Airport tycoon crashes
Product: Wine
Version: 7.0-rc2
Hardware: x86-64
URL: https://www.fileplanet.com/archive/p-30575/Airline-Tyc
oon-Demo/download
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: Ubuntu
Created attachment 71372
--> https://bugs.winehq.org/attachment.cgi?id=71372
console output
Airport tycoon crashes when loading. The welcome picture appears but game
crashes early.
--
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=54563
Bug ID: 54563
Summary: The gif is displaying wrongly, with weird backgrounds
of various colors
Product: Wine
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: 399989567(a)qq.com
Distribution: ---
First of all, you can understand the cause and effect of things through this
URL:https://bugs.winehq.org/show_bug.cgi?id=54526
I found a new bug, this gif file "1_background_fail.gif" will have wrong
background color.
"1_background_pick.gif":Another problem, maybe not the same problem as
1_background_fail.gif (I personally don't think it's the same problem)
--
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.