https://bugs.winehq.org/show_bug.cgi?id=52001
Bug ID: 52001
Summary: HenPri trial: crashes with "Unhandled page fault on
read access to 00000000" [possibly video-related]
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fallenguru(a)protonmail.com
Distribution: ---
Created attachment 70995
--> https://bugs.winehq.org/attachment.cgi?id=70995
terminal output + backtrace
Heads-up, this game is NSFW. However, the relevant part of the trial version is
safe, as is the page linked below at the time of writing (though not the rest
of the website).
The trial version can be downloaded at
https://qruppo.com/products/henpri/special/trial/, either mirror should yield
qruppo_0004t.zip [SHA1: 677e4b3439d792d6ba9bbd074c5c202badc7c972].
Extract using unzip -O shift-jis or similar to preserve the Japanese file
names.
Run 'ヘンタイ・プリズン体験版SPLIT 1.exe'. (I have LANG=ja_JP.UTF-8 set, but it doesn't
seem to be required. Setting the OS version to Windows 8.1 gets rid of the "OS
unsupported" nag dialog.)
Select NEWGAME.
Advance the text, you can fast-forward by holding left-ctrl.
The game will crash after the first few scenes, right after a panorama shot of
a prison high up on a cliff. (At fast-forward speed it only takes a couple of
seconds.)
"wine: Unhandled page fault on read access to 00000000 at address 005CDEEE
(thread 0024), starting debugger..."
At that point, a short video should play.
Reportedly one can work around the crash by installing wmp11, evr.dll and
dxva2.dll, as well as mf-install. I fully realize that WINE's media foundation
/ video playback support isn't perfect, but IMHO a crash without a useful error
message is still a bug.
Fresh 6.21 prefix (winehq official repo, Ubuntu 18.04), -dbg package is
installed.
--
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=52287
Bug ID: 52287
Summary: Cygwin compilation fails: undefined reference to
`__wine_spec_nt_header' in winecrt0/register.c
Product: Wine
Version: unspecified
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winecrt0
Assignee: wine-bugs(a)winehq.org
Reporter: saulius2(a)gmail.com
I installed Cygwin v3.3.3 (I guess the newest ATM) and then some packages (like
git).
--- snip ---
$ uname -a
CYGWIN_NT-10.0-WOW DESKTOP-O7JE7JE 3.3.3(0.341/5/3) 2021-12-03 16:31 i686
Cygwin
--- snip ---
Then I cloned the official Wine repo and run configuration:
--- snip ---
$ ./configure
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking whether make sets $(MAKE)... no
checking for gcc... gcc
...
checking for isnan... yes
checking for __builtin_popcount... yes
checking for __clear_cache... yes
checking whether we need to define __i386__... no
creating Makefile rules... done
configure: creating ./config.status
config.status: creating include/config.h
config.status: linking tools/winewrapper to wine
config.status: executing include/stamp-h commands
config.status: executing tools/makedep commands
...
config.status: executing Makefile commands
configure: OpenCL development files not found, OpenCL won't be supported.
configure: pcap development files not found, wpcap won't be supported.
configure: libinotify development files not found (or too old), filesystem
change notifications won't be supported.
configure: libdbus development files not found, no dynamic device support.
configure: libsane development files not found, scanners won't be supported.
configure: libusb-1.0 development files not found (or too old), USB devices
won't be supported.
configure: libv4l2 development files not found.
configure: libgphoto2 development files not found, digital cameras won't be
supported.
configure: libgphoto2_port development files not found, digital cameras won't
be auto-detected.
configure: libpulse development files not found or too old, Pulse won't be
supported.
configure: gstreamer-1.0 base plugins development files not found, GStreamer
won't be supported.
configure: OSS sound system found but too old (OSSv4 needed), OSS won't be
supported.
configure: libudev development files not found, plug and play won't be
supported.
configure: libSDL2 development files not found, SDL2 won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.
configure: libcups development files not found, CUPS won't be supported.
configure: fontconfig development files not found, fontconfig won't be
supported.
configure: libkrb5 development files not found (or too old), Kerberos won't be
supported.
configure: libopenal development files not found (or too old), OpenAL won't be
supported.
configure: libnetapi not found, Samba NetAPI won't be supported.
configure: libvulkan and libMoltenVK development files not found, Vulkan won't
be supported.
configure: vkd3d development files not found (or too old), Direct3D 12 won't be
supported.
configure: libldap (OpenLDAP) development files not found, LDAP won't be
supported.
configure: WARNING: gettext tools not found (or too old), translations won't be
built.
configure: WARNING: libgnutls development files not found, no schannel support.
configure: WARNING: No sound system was found. Windows applications will be
silent.
configure: Finished. Do 'make' to compile Wine.
--- snip ---
Now if I run make, it eventually fails:
--- snip ---
saukrs@DESKTOP-O7JE7JE ~/src/wine
$ make
gcc -c -o dlls/acledit/main.o dlls/acledit/main.c -Idlls/acledit -Iinclude
-Iinclude/msvcrt -D__WINESRC__ -D_UCRT \
-fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar
-D__WINE_PE_BUILD -Wall -pipe \
-fcf-protection=none -fno-stack-protector -fno-strict-aliasing
-Wdeclaration-after-statement \
-Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned
-Wshift-overflow=2 \
-Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
-Wwrite-strings -Wpointer-arith \
-Wlogical-op -gdwarf-4 -fno-omit-frame-pointer -g -O2
gcc -c -o tools/winebuild/import.o tools/winebuild/import.c -Itools/winebuild
-Iinclude -D__WINESRC__ -D__WINE_PE_BUILD \
-Wall -pipe -fcf-protection=none -fno-stack-protector -fno-strict-aliasing \
-Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
-Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
\
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-gdwarf-4 \
-fno-omit-frame-pointer -g -O2
gcc -c -o tools/winebuild/main.o tools/winebuild/main.c -Itools/winebuild
-Iinclude -D__WINESRC__ -D__WINE_PE_BUILD \
-Wall -pipe -fcf-protection=none -fno-stack-protector -fno-strict-aliasing \
-Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
-Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
\
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-gdwarf-4 \
-fno-omit-frame-pointer -g -O2
In file included from tools/winebuild/main.c:33:
tools/winebuild/main.c: In function ‘option_callback’:
tools/winebuild/main.c:380:28: warning: array subscript has type ‘char’
[-Wchar-subscripts]
380 | if (!isdigit(optarg[0]))
| ~~~~~~^~~
gcc -c -o tools/winebuild/parser.o tools/winebuild/parser.c -Itools/winebuild
-Iinclude -D__WINESRC__ -D__WINE_PE_BUILD \
-Wall -pipe -fcf-protection=none -fno-stack-protector -fno-strict-aliasing \
-Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
-Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
\
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-gdwarf-4 \
-fno-omit-frame-pointer -g -O2
In file included from tools/winebuild/parser.c:28:
tools/winebuild/parser.c: In function ‘IsNumberString’:
tools/winebuild/parser.c:95:29: warning: array subscript has type ‘char’
[-Wchar-subscripts]
95 | while (*s) if (!isdigit(*s++)) return 0;
| ^~~~
tools/winebuild/parser.c: In function ‘GetToken’:
tools/winebuild/parser.c:126:24: warning: array subscript has type ‘char’
[-Wchar-subscripts]
126 | while (isspace(*p)) p++;
| ^~
tools/winebuild/parser.c:153:67: warning: array subscript has type ‘char’
[-Wchar-subscripts]
153 | else while (*p != '\0' && !is_token_separator(*p) && !isspace(*p))
| ^~
gcc -c -o tools/winebuild/relay.o tools/winebuild/relay.c -Itools/winebuild
-Iinclude -D__WINESRC__ -D__WINE_PE_BUILD \
-Wall -pipe -fcf-protection=none -fno-stack-protector -fno-strict-aliasing \
-Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
-Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
\
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-gdwarf-4 \
-fno-omit-frame-pointer -g -O2
...
tools/widl/widl.exe -o include/msdasc.h --nostdinc -Ldlls/\* -Iinclude
-Iinclude -D__WINESRC__ include/msdasc.idl
tools/widl/widl.exe -o include/oledb.h --nostdinc -Ldlls/\* -Iinclude -Iinclude
-D__WINESRC__ include/oledb.idl
tools/widl/widl.exe -o include/netcfgx.h --nostdinc -Ldlls/\* -Iinclude
-Iinclude -D__WINESRC__ \
include/netcfgx.idl
tools/widl/widl.exe -o include/shimgdata.h --nostdinc -Ldlls/\* -Iinclude
-Iinclude -D__WINESRC__ \
include/shimgdata.idl
tools/widl/widl.exe -o include/comsvcs.h --nostdinc -Ldlls/\* -Iinclude
-Iinclude -D__WINESRC__ \
include/comsvcs.idl
tools/widl/widl.exe -o include/directmanipulation.h --nostdinc -Ldlls/\*
-Iinclude -Iinclude -D__WINESRC__ \
include/directmanipulation.idl
gcc -c -o libs/uuid/uuid.o libs/uuid/uuid.c -Ilibs/uuid -Iinclude
-Iinclude/msvcrt -D__WINESRC__ -D_MSVCR_VER=0 \
-fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar
-D__WINE_PE_BUILD -Wall -pipe \
-fcf-protection=none -fno-stack-protector -fno-strict-aliasing
-Wdeclaration-after-statement \
-Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned
-Wshift-overflow=2 \
-Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
-Wwrite-strings -Wpointer-arith \
-Wlogical-op -gdwarf-4 -fno-omit-frame-pointer -g -O2
tools/winebuild/winebuild.exe -w --staticlib -o libs/uuid/libuuid.a
libs/uuid/d2d.o libs/uuid/uuid.o
tools/winegcc/winegcc.exe -o dlls/activeds/activeds.dll --wine-objdir .
-Wl,--disable-stdcall-fixup \
-fasynchronous-unwind-tables -shared dlls/activeds/activeds.spec
-Wb,--prefer-native -mno-cygwin \
dlls/activeds/activeds_main.o dlls/activeds/pathname.o
dlls/activeds/activeds_r.res \
dlls/advapi32/libadvapi32.a dlls/ole32/libole32.a dlls/oleaut32/liboleaut32.a
libs/uuid/libuuid.a \
dlls/winecrt0/libwinecrt0.a dlls/ucrtbase/libucrtbase.a
dlls/kernel32/libkernel32.a \
dlls/ntdll/libntdll.a
/usr/lib/gcc/i686-pc-cygwin/10/../../../../i686-pc-cygwin/bin/ld:
dlls/winecrt0/libwinecrt0.a(register.o): in function `image_base':
/home/saukrs/src/wine/dlls/winecrt0/register.c:39: undefined reference to
`__wine_spec_nt_header'
/usr/lib/gcc/i686-pc-cygwin/10/../../../../i686-pc-cygwin/bin/ld:
/home/saukrs/src/wine/dlls/winecrt0/register.c:39: undefined reference to
`__wine_spec_nt_header'
collect2: error: ld returned 1 exit status
winegcc: /usr/bin/gcc.exe failed
make: *** [Makefile:1919: dlls/activeds/activeds.dll] Error 2
--- snip ---
The failure seems to happen here:
--- snip ---
.../i686-pc-cygwin/bin/ld: dlls/winecrt0/libwinecrt0.a(register.o): in function
`image_base':
/home/saukrs/src/wine/dlls/winecrt0/register.c:39: undefined reference to
`__wine_spec_nt_header'
--- snip ---
I tried googling, but found no useful matches. Attaching the whole output.
--
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=39001
Bug ID: 39001
Summary: x11 resets frequently in user32/tests/win.c
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
On a fresh Fedora 22 install, with nouveau drivers, X frequently resets itself;
always in user32/tests/win.c:
Running: user32:win (509 of 575)
XIO: fatal IO error 104 (Connection reset by peer) on X server ":1.0"
after 2841 requests (2821 known processed) with 0 events remaining.
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
which prevents winetest from submitting, about 40% of the time, so far.
--
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=50416
Bug ID: 50416
Summary: Hyperdimension Neptunia ReBirth 1 need native
xactengine3_7
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xactengine
Assignee: wine-bugs(a)winehq.org
Reporter: j-r(a)online.de
Distribution: ---
Created attachment 69037
--> https://bugs.winehq.org/attachment.cgi?id=69037
Log with +loaddll,+xact3
Hyperdimension Neptunia Rebirth 1 from GOG on 6.0-r3c exits early without
message or backtrace (exception possibly handled by application) directly after
loading builtin xactengine3_7.dll.
Using native xactengine3_7 works around the problem.
Attached is a (rather short) +loaddll,+xact3 log.
--
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=51648
Bug ID: 51648
Summary: Firefox 91.0.1: becomes unresponsive when youtube is
opened
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
Created attachment 70506
--> https://bugs.winehq.org/attachment.cgi?id=70506
console messages
Firefox 91.0.1: becomes unresponsive when youtube is opened
Steps to reproduce
$ rm -rf ~/.wine
$ wineboot
$ wine ~/Downloads/Firefox\ Setup\ 91.0.1.exe
Accept the defaults, and launch firefox
Open a new tab (using the mouse)
choose YouTube
Youtube fails to load, and firefox becomes unresponsive
My versions:
Firefox 91.0.1
$ wine --version
wine-6.15-123-gbe8501ac6f1
$ uname -a
Linux cedric 5.13.10-arch1-1 #1 SMP PREEMPT Thu, 12 Aug 2021 21:59:14 +0000
x86_64 GNU/Linux
--
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=51776
Bug ID: 51776
Summary: [dlls/ntdll/unix/signal_i386.o] Error: no such
instruction: `xsavec 0x40(%ecx)
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
Created attachment 70675
--> https://bugs.winehq.org/attachment.cgi?id=70675
log.txt
in distro:
# uname --kernel-release
3.0.66
# gcc --version
4.3.4
# ldd --version
2.10.1
config line:
configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
--libdir=/usr/lib32 CFLAGS="-O2 -march=i686 -mtune=i686"
Compiling wine-6.16 fails with:
Assembler messages:
Error: no such instruction: `xsavec 0x40(%ecx)'
make: *** [dlls/ntdll/unix/signal_i386.o] Error 1
--
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=35009
Bug #: 35009
Summary: Hoshizora no Memoria:"falid open" Dialog after exit
Product: Wine
Version: 1.7.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hibi.sasahara(a)gmail.com
Classification: Unclassified
Created attachment 46664
--> http://bugs.winehq.org/attachment.cgi?id=46664
terminal output
Hoshizora no Memoria(星空のメモリア) is Novel game.
Start menu press "Game start" to start playing story.
the scene change, upon dialog to file open error.
「grash_bs/CHR_夢_幼少のオープンに失敗しました」
(meaning: failure open to "grash_bs/CHR_夢_幼少")
and exit window and this application.
Free trial version to:
http://www.favo-soft.jp/soft/trial/Hoshimemo_Trial.zip
sha1sum: 647b9938bac7ad871b19d768f38a82a59a3d24a8
I confirmed that the same error appeared.
note:
AppDB is
http://appdb.winehq.org/objectManager.php?sClass=application&iId=15676
This game used Retail novel game engine "FAVORITE VIEW POINT SYSTEM".
(source(japanese)
http://ja.wikipedia.org/wiki/%E3%82%A2%E3%83%88%E3%83%AA%E3%82%A8%E3%81%8B%…)
Same game engine use game studio "FAVORITE" and "AtorieKaguya P-ch"(アトリエかぐや
P-ch)
FAVORITE use this game engine all product.
I confirmed that the same error appeared to "Irotoridori no Sekai(いろとりどりのセカイ)
WORLD'S END COMPLETE" is latest FAVORITE product.
(Free frial version to:
http://www.favo-soft.jp/soft/product/world/download/Iroseka_trial.zip
sha1sum: c9d127fc96009e8490f45eb3adf7d577e0c56ac6 )
Default is text drawing and other motion very slow, not bug.
Debug playing recommend Ctrl key press repeat, fast playing.
When game engine is not top window to become drawing stops.
is default, not bug. :)
--
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=50922
Bug ID: 50922
Summary: Wine can't see files/folders that have the access date
later than the current date
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leadrdrk(a)zohomail.com
Distribution: ---
Changing the access date of a file or a directory to a date later than the
current date (or later than January 1st 2039) will cause Wine to be unable to
see that file/directory.
--
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=40324
Bug ID: 40324
Summary: Installer for update KB2936068 never terminates
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: Ubuntu
When running the installer for update KB2936068, it never terminates, even
though it installs successfully. Pressing CTL+C in the terminal used to launch
it is a workaround, and does not seem to have any negative side effects unless
it is ran from a script, in which case it terminates the whole script.
--
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=47242
Bug ID: 47242
Summary: ReactOS installer can't find file because
NtQueryInformationProcess doesn't handle
ProcessImageFileName properly
Product: Wine
Version: 4.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 64527
--> https://bugs.winehq.org/attachment.cgi?id=64527
Test program
As in the title. Also attaching a small test program to reproduce the issue.
--
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.