https://bugs.winehq.org/show_bug.cgi?id=49556
Bug ID: 49556
Summary: 0024:err:seh:raise_exception Unhandled exception code
c0000005 flags 0 addr 0x7bc88e20
Product: Wine-staging
Version: 5.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kenorb(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
I'm using filever.exe inside Docker container which in some configuration
crashes on run, and some works.
Initially I've managed to make it not crash with:
- wine-5.9 (Staging)
- wine-5.12 (Staging)
But after using wine-5.12 a while, I couldn't make it not crash.
When running: wine filever.exe terminal64.exe
it works fine.
When running: wine filever.exe /v terminal64.exe
it shows the following output and crashes:
--a-- W32 APP - 5.0.0.2515 shp 56,960,616 07-03-2020 terminal64.exe
Language 0x0000 (English)
CharSet 0x04b0 Unicode
...
SubType: 00000000
FileDate: 00000000:00000000
wine: Unhandled page fault on read access to 65786526 at address 7BC88E20
(thread 0024), starting debugger...
0024:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc88e20
$ winedbg filever.exe /v terminal64.exe
007c:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142
WineDbg starting on pid 00c8
0x000000007bcd18a5: ret
Wine-dbg>bt
Backtrace:
=>0 0x000000007bcd18a5 (0x000000000031ffd8)
1 0x000000007b449622 EntryPoint+0x23651() in kernel32 (0x000000000031ffec)
Wine-dbg>bt all
0x000000007bcd18a5: ret
Backtracing for thread 00cc in process 00c8 (C:\windows\filever.exe):
Backtrace:
=>0 0x000000007bcd18a5 (0x000000000031ffd8)
1 0x000000007b449622 EntryPoint+0x23651() in kernel32 (0x000000000031ffec)
0x000000007bcd18a5: ret
Here are the reproducible steps using Docker container (which I'm using):
1. Pull and run Docker container:
local$ docker run -it --entrypoint /bin/bash ea31337/ea-tester
2. Inside Docker, install required binaries (e.g. filever and platform binary
to check).
docker$ /opt/scripts/eval.sh install_mt 5.0.0.2515
3. Go to downloaded platform dir.
$ cd ~/.wine/drive_c/MetaTrader\ 5/
4. This command should work:
$ wine filever.exe terminal64.exe
--a-- W32 APP - 5.0.0.2515 shp 56,960,616 07-03-2020 terminal64.exe
5. This command crashes at the end:
$ wine filever.exe /v terminal64.exe
...
FileDate: 00000000:00000000
wine: Unhandled page fault on read access to 65786526 at address 7BC88E20
(thread 0024), starting debugger...
0024:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc88e20
6. Although works for another binaries:
$ wine filever.exe /v metatester64.exe
(no errors at the end)
$ wine filever.exe /v metaeditor64.exe
(no errors at the end)
7. To run under debugger, run:
$ winedbg filever.exe /v terminal64.exe
Xvfb is already running, run: "export DISPLAY=:0" to access display.
The filever.exe is the same which is included with
WindowsXP-KB838079-SupportTools
(https://github.com/EA31337/EA-Tester/releases/download/4.x/WindowsXP-KB8380…).
If you download from the link, you can use cabextract to extract that binary
(e.g. cabextract -F support.cab *.exe && cabextract -F filever.exe *.cab &&
install -v filever.exe ~/.wine/drive_c/windows).
I was using filever.exe quiet often in my scripts and never had this issue.
Any clues if that's the Wine bug or filever.exe?
--
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=48057
Bug ID: 48057
Summary: Application binds to same port multiple times from
wine 4.18 works fine on 4.17
Product: Wine-staging
Version: 4.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: richard.it(a)outlook.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 65601
--> https://bugs.winehq.org/attachment.cgi?id=65601
Netstat Output With Application running on 4.18
Game server FLServer.exe appears to bind to the same port multiple times from
wine 4.18 making the application unable to communicate on the network.
Wine 4.17 works correctly.
Winetricks mfc42 required to get FLServer.exe to run.
Winetricks directplay for network.
Run FLServer.exe but unable to connect to it.
Steps to Reproduce:
1. Install game with FLServer.exe
2. winetricks mfc42 directplay
--
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=51109
Bug ID: 51109
Summary: Pharaoh Game crashes with page fault on start
Product: Wine
Version: 5.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)martimedia.de
Distribution: ---
Created attachment 69972
--> https://bugs.winehq.org/attachment.cgi?id=69972
Backtrace
After installation of the game it will not start, reporting a pagefault.
The game is rated platinum in the database, but the newest entry is about wine
version 2.10
(https://appdb.winehq.org/objectManager.php?sClass=version&iId=351).
I am now on Kubuntu 21.04 with wine 5.0.3, but I also tried it before on
Manjaro with wine 6 (sorry, I don't know the exact Version, but it was the
newest available on Manjaro).
It is a x64 installation, but wine is in i386 mode and Version Windows XP.
The backtrace is attached.
Thank you for your work!
--
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=50503
Bug ID: 50503
Summary: Diablo 1: Game crashes after intro videos
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xillusium(a)gmail.com
Distribution: ---
Created attachment 69165
--> https://bugs.winehq.org/attachment.cgi?id=69165
WINEDEBUG=warn+d3d wine HELLFIRE.EXE &> 1.log
When I run the game, intro videos playing. After that, when game should open
main menu, it crashes.
I used a patch https://bugs.winehq.org/show_bug.cgi?id=2082#attach_51248 to
make the game menu visible (modified to use an environment variable to apply)
and this bug is not occured in wine 5.0, so it can be regression.
--
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=50963
Bug ID: 50963
Summary: CreateProcess occasionally fails with access violation
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
Created attachment 69794
--> https://bugs.winehq.org/attachment.cgi?id=69794
Trace log
A relatively complex CI with windows version of cmake/ninja/llvm after series
of regressions since Wine 6.0 almost works again in the version 6.6. But
occasionally it fails on CreateProcess with EXCEPTION_ACCESS_VIOLATION. I think
it is a wine bug as I also encountered such a strange behavior in another
context with Wine. I have a feeling that it is related to recent ntdll changes.
It appears quickly if CPU is under stress, parallel build is enabled and empty
WINEDEBUG. However I managed to trigger the bug also with parallel build
disabled and WINEDEBUG set to +process,+relay,+seh,err+all. Maybe some
unininitalized variable or race condition?
I'll wait for next version of Wine to test again.
--
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=51067
Bug ID: 51067
Summary: ToolTaskTest:Execute_2 test fails on x86_64
Product: Wine
Version: 6.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
The x86_64.MonoTests.Microsoft.Build.Utilities.ToolTaskTest:Execute_2 test
started failing in CI after the 6.7 release. I was able to reproduce it on my
own machines and bisected it to:
a51f26badfe6b3c23dd569b0540801a622e3bde5 is the first bad commit
commit a51f26badfe6b3c23dd569b0540801a622e3bde5
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Apr 23 12:14:04 2021 +0200
server: Return the process machine from the main exe instead of a CPU flag.
This can be tested by downloading the wine-mono tests and running:
$ run-tests x86_64.MonoTests.Microsoft.Build.Utilities.ToolTaskTest:Execute_2
--
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=50006
Bug ID: 50006
Summary: The intro in The Sims Complete Collection gets played
too fast
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
On current wine-staging master, The Sims Complete Collection can finally play
its EA games intro and loads the game without using any special launch flags.
However, the intro gets played incredibly fast compared to Windows and is only
visible for a few frames, which is not normal because on Windows it's about a
second long.
Attached is a log with -ddraw,+quartz,+amstream debug channels (ddraw is
disabled to avoid spam from a staging patchset regarding system videomem).
--
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=11833
Summary: GroupMail: Unhandled page fault on read access to
0x00000000 at address 0x164675c
Product: Wine
Version: 0.9.56.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)netherworld.com.ar
When i open File => create new mail.
the app crashes and the debug shows an Unhandled page fault.
please fix
--
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=51057
Bug ID: 51057
Summary: `winetricks -q mfc42` fails
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 28fe84da45bea7de56539b50eac8ebcec54342de
Distribution: ArchLinux
Created attachment 69918
--> https://bugs.winehq.org/attachment.cgi?id=69918
output
It's actually winetricks_vcrun6_helper() that fails, but using mfc42 is the
easiest way to reproduce. The vcrun6 can't be in the winetricks cache
(~/.cache/winetricks).
Bisection revealed:
28fe84da45bea7de56539b50eac8ebcec54342de is the first bad commit
commit 28fe84da45bea7de56539b50eac8ebcec54342de
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Mar 24 10:53:53 2021 +0100
ntdll: Load the main image from the Unix side.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Do note that I couldn't reproduce this on macOS, but could on ArchLinux.
This could be related to Bug 50973, but to be sure I wanted to report this
separately.
--
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.