https://bugs.winehq.org/show_bug.cgi?id=52003
Bug ID: 52003
Summary: Stack overflow inside xml2.xmlXPathInit function.
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: besentv(a)gmail.com
Distribution: ---
Created attachment 71003
--> …
[View More]https://bugs.winehq.org/attachment.cgi?id=71003
Thrown exceptions.
The simulator "Zusi 3" uses .htm webpages to show information about its
available content. Some websites have a line of JavaScript that looks something
like this:
<script>var xhr = new window.ActiveXObject( "Microsoft.XMLHTTP" );</script>
which cause the program to crash using Wine.
A +seh trace, provided in the attachments, shows that the program throws a lot
of Division by Zero exceptions before dying in a stack overflow.
Further debugging ended in the result, that the crash occurs inside the
function
"xmlXPathInit" from the xml2 library, which, without a surprise, does divide by
zero. The function call is reached from "msxml3.DllMain" through
DLL_PROCESS_ATTACH and the function "xmlInitParser".
Changing the code to something like
*((long long*) &xmlXPathNAN) = 0x7ff8000000000000;
resolved the issue, though this undefined behavior in C.
(z.f. suggested to use unions instead.)
The only thing that really confuses me, is the big amount of thrown exceptions,
even though the program only executes the division by zero only once. Even on
assembly level. Also, why does this cause a stack overflow?
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=51886
Bug ID: 51886
Summary: YouTube Movie Maker: Can't launch after installing
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: dungomarkdevlin22(a)gmail.com
Distribution: ---
Created attachment …
[View More]70828
--> https://bugs.winehq.org/attachment.cgi?id=70828
backtrace
I downloaded YouTube Movie Maker here [https://www.makeyoutubevideo.com/] and
installed it successfully. It is even in the Desktop and Application List menu.
When I open the shortcut, it will show me three buttons to make, upload, or
manage my videos. After clicking on one of them, the loading screen will show,
and a little blue rectangle on the top left of the screen will show and the
wine "Program Error" window. [https://photos.app.goo.gl/65W9zwFzndbMjQjo6]
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=51049
Bug ID: 51049
Summary: Sea of Thieves crash when entering a lobby
Product: Wine
Version: 6.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
After you set Sail in "Sea of Thieves", …
[View More]it crash due to a secur32 error.
Prior to to commit f93284dfa44b060436c6a0617b51280abb3f24fc, it worked as
expected.
The crash occurs in function schan_InitializeSecurityContextW. The scenario is
that it create a SCHAN_HANDLE_CTX handle, then later frees it. Then attempts
to create another SCHAN_HANDLE_CTX, however passes the same parameters through
except pInput (which is NULL).
Previous, this would return SEC_E_INCOMPLETE_MESSAGE, since the pInput was
NULL, however however now, it jumps through to
else if (!is_dtls_context(ctx)) return SEC_E_INCOMPLETE_MESSAGE;
However the ctx has already been freed in this case and then crashes.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=47865
Bug ID: 47865
Summary: comctl32:propsheet: Different button order for some
RTL locales in Windows 1809?
Product: Wine
Version: 4.17
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
comctl32:…
[View More]propsheet fails on the new Windows 1809 Arabic VM (ww1064v1809_ar):
propsheet.c:1202: RTL locale detected
propsheet.c:511: Test failed: Cancel button should be to the left of OK button
propsheet.c:520: Test failed: Apply button should be to the left of Cancel
button
propsheet.c:529: Test failed: Help button should be to the left of Apply button
propsheet.c:821: Test failed: property sheet with custom window proc: the msg
0x0046 was expected, but got msg 0x0210 instead
https://test.winehq.org/data/tests/comctl32:propsheet.html
However that test still succeeds for the Hebrew locale of the same Windows 1809
VM (w1064v1809_he), and of course on the Hebrew Vista VM (wvistau64_he).
So either the button order is different in Arabic and Hebrew despite both being
RTL locales (maybe it depends on something else?), or something prevents the
test from correctly recognizing the button order, or something is wrong in the
new Arabic setup.
For reference, support for RTL locales was introduced in this patch (without it
the test would likely fail even harder):
commit b8d01f9e1e8c44df5172c4cbfae627158930db72
Author: Alex Henrie <alexhenrie24(a)gmail.com>
AuthorDate: Mon Nov 20 22:54:35 2017 -0700
Commit: Alexandre Julliard <julliard(a)winehq.org>
CommitDate: Tue Nov 21 21:47:42 2017 +0100
comctl32/tests: Detect and handle an RTL locale.
Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=51946
Bug ID: 51946
Summary: cMUD 3.34 crashes with nTRaiseException
Product: Wine
Version: 6.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mssxtn(a)gmail.com
Distribution: ArchLinux
Created attachment 70918
--> https:…
[View More]//bugs.winehq.org/attachment.cgi?id=70918
Installation of CMUD
cMUD 3.34 worked fine under wine-staging until 6.20. Uninstalled wine-staging
and installed wine, along with all of its deps and optional deps. Removed old
.wine and ran both win64 and win32 winearches with the same errors.
Install of cMUD 3.34 pops up with an unhandled exception during the install
process. Running the program results in the same/similar unhandled exception.
Downgrading to wine 6.19 resolves the problem and the application runs as
expected.
Related Unrelated Issue?
https://bugs.winehq.org/show_bug.cgi?id=49321
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52129
Bug ID: 52129
Summary: EnumCalendarInfo hangs indefinitely when iterating
over optional calendars
Product: Wine
Version: 6.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
…
[View More] CC: julliard(a)winehq.org
Regression SHA1: 42ed9797b1929fc5917bd967f7062cab953fab55
Distribution: ---
Internal_EnumCalendarInfo fails to exit enumeration loop if all of the
following conditions are met:
- ENUM_ALL_CALENDARS is specified for calendar ID.
- An optional calendar exists for the current locale, which is one of:
Arabic, Chinese, Divehi, Persian, Hebrew, Japanese, Korean, Thai, Urdu.
- The enumerator callback function never returns FALSE.
This results in some .NET Framework 4.8 apps to hang when using certain locale
functions.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52116
Bug ID: 52116
Summary: World of Warships: garbled textures and
GL_INVALID_OPERATION errors due to invalid PBO access
Product: Wine
Version: 6.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: janbraun(a)gmx.…
[View More]net
CC: jsikorski(a)codeweavers.com
Regression SHA1: bb285f56f9ca843c58ee37328027c9611f2587d0
Distribution: ---
World of Warships has graphical artifacts: (seemingly random) textures turn
into weird colors and stay that way until game restart. This makes for an over
time increasingly psychedelic game experience. ;)
The console log spits out the following message from time to time (with varying
hexvalues):
0430:err:d3d:wined3d_debug_callback 0x245380: "GL_INVALID_OPERATION in
glCompressedTexSubImage2D(invalid PBO access)".
Reverting commit bb285f56f9ca843c58ee37328027c9611f2587d0 "wined3d: Avoid
stalling the pipeline on 3D blits." fixes both.
re-tested with current git head wine (67d0509f2f5), running Mesa 21.2.5 on
amdgpu.
Please holler if you need more info.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=51915
Bug ID: 51915
Summary: character just run to the left and everything
Product: Wine
Version: 6.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jon9097(a)gmail.com
Distribution: ---
I have some stuff in lutris for some …
[View More]reason when I go into gta 3 and gta san
Andreas character just run to the left and everything. I tried to turn off the
keyboard is not in it. The problem appeared after the last update of Lutris.
Everything is fine in gta vice city.
No errors or warnings. In some games, the character constantly runs to the
left, even if you pull out the keyboard.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=51844
Bug ID: 51844
Summary: winedbg command line arguments are not quoted properly
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)robbertvanderhelm.nl
Distribution: ---
The program …
[View More]name and command line arguments passed to `winedbg` and `winedbg
--gdb` are not quoted properly. Running `winedbg --gdb 'foo bar.exe' arg1 'arg
2'` will cause winedbg to execute `foo` with the arguments `bar.exe`, `arg1`,
`arg`, and `2`, instead of `foo bar.exe` being run with two arguments. This is
inconsistent with both regular `wine` invocations as well as with `gdb --args`.
Currently all of the remaining arguments are simply concatenated to a command
line string for CreateProcessA() with spaces in between the arguments.
I've already submitted a patch for this here:
https://www.winehq.org/pipermail/wine-devel/2021-October/197216.html
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52109
Bug ID: 52109
Summary: DTS Encoder Suite fails to start with wine 6.22
Product: Wine
Version: 6.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Created attachment 71133
--&…
[View More]gt; https://bugs.winehq.org/attachment.cgi?id=71133
DTS terminal output
The program starts and momentarily shows the GUI and then exits.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52080
Bug ID: 52080
Summary: Some interface widgets are broken (invisible) in
OpenMPT in light theme in wine 6.22
Product: Wine
Version: 6.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: monsterovich(a)gmail.com
…
[View More] Distribution: ---
Everything worked fine in wine 6.21.
https://imgur.com/a/Cl3pA9C
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52060
Bug ID: 52060
Summary: BCryptExportKey is not implemented for
BCRYPT_RSAFULLPRIVATE_BLOB
Product: Wine
Version: 6.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: janisozaur+wine(a)gmail.com
…
[View More]Distribution: ---
Created attachment 71073
--> https://bugs.winehq.org/attachment.cgi?id=71073
Test application
BCryptExportKey is not implemented for BCRYPT_RSAFULLPRIVATE_BLOB
Attached sample test application
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=51833
Bug ID: 51833
Summary: GetModuleFileNameW no longer works with large buffers
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)2ar.nl
Regression SHA1: …
[View More]43d14fd808bb965762bb6c76027bbe26ba936f82
Distribution: ---
The recent change 'Implement kernelbase.GetModuleFileNameW using
ntdll.LdrGetDllFullName' (bug 49344) broke passing large buffers (>=32768
characters) to GetModuleFileNameW, as done by cygwin.
Possible fix:
name.MaximumLength = (size < 0xffff / sizeof(WCHAR) ? size : 0xffff /
sizeof(WCHAR)) * sizeof(WCHAR);
Comment from Nikolay Sivov: we could probably min() it in ints, to avoid this
16bit overflow.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52132
Bug ID: 52132
Summary: DeviceCapabilities DC_PAPERSIZE return wrong sizes
(Regression)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: spooler
Assignee: wine-bugs(a)winehq.org
Reporter: incubusrk(a)gmail.com
Distribution:…
[View More] ---
Created attachment 71169
--> https://bugs.winehq.org/attachment.cgi?id=71169
test sample get system default printer and show paper names and sizes
Wine 6.20 and newer has broken DeviceCapabilities fwCapability=DC_PAPERSIZE
Test work fine in wine 6.15
PS All test was made with 64-bit prefix
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52106
Bug ID: 52106
Summary: dxva2:dxva2 fails in test_progressive_device() on
cw-rx460 (AMD)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: dxva2
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
dxva2:dxva2 fails …
[View More]fails in test_progressive_device() on the TestBot's AMD test
configuration, cw-rx460:
dxva2.c:647: Test failed: Unexpected hr 0x80004005, format 21.
dxva2.c:648: Test failed: Unexpected format count 0.
dxva2.c:669: Test failed: Unexpected input pool 0x4.
https://test.winehq.org/data/patterns.html#dxva2:dxva2
This impacts all Windows versions from 8.1 to 21H1 and multiple Radeon driver
versions. But none of the other machines (Nvidia, QEmu) are impacted so this is
specific to either the Radeon driver or to this particular graphics card (or
generation).
Given that the error is a generic E_FAIL, maybe that means one cannot expect
this functionality to always be available.
A bisect shows that the failures started with the commit that introduced the
new tests:
commit 12a1b4b360abc6db5de2e393b9ec53a77f532ffd
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
AuthorDate: Tue Nov 23 15:21:45 2021 +0300
dxva2: Introduce progressive processor device.
The point is to provide a device, with similar caps and NV12 support,
while keeping software device on its own, the way it should be.
This is based on research by Derek Lesho.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39244
Bug ID: 39244
Summary: sccrun:filesystem fails in the Korean locale
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: scrrun
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following failure only happens in a Korean locale, such …
[View More]as on the
fg-win7u64-1spie9-ko WineTest box:
filesystem.c:1423: Test failed: got L"\f8f7", expected L"\f8f7?"
See:
https://test.winehq.org/data/tests/scrrun:filesystem.html
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52120
Bug ID: 52120
Summary: Everquest launcher crash with Wine 6.22
Product: Wine
Version: 6.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: krop(a)gmx.com
Distribution: ---
Created attachment 71150
--> https://bugs.…
[View More]winehq.org/attachment.cgi?id=71150
backtrace from wine
AppDB link: https://appdb.winehq.org/objectManager.php?sClass=version&iId=2939
Distribution: openSUSE Tumbleweed
(https://build.opensuse.org/package/show/Emulators/wine)
Everquest uses the daybreak launcher to verify the files integrity.
The launcher is available at
https://launch.daybreakgames.com/installer/EQ_setup.exe
Other daybreak games such as Everquest II or DC universe online may also be
affected.
After updating wine from 6.21 to 6.22, the launcher crashes with a 'Unhandled
exception: page fault on write access to 0x04e81000 in 32-bit code' error.
What was tested:
- using the regular wine package instead of wine-staging
- Creating a new prefix (WINEARCH needs to be set to win32)
Generated backtrace attached.
The launcher works after downgrading wine from 6.22 back to 6.21.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=51859
Bug ID: 51859
Summary: No voice with DC Universe Online
Product: Wine-staging
Version: 6.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: apcullen(a)yahoo.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)…
[View More]gmail.com
Distribution: ---
Created attachment 70771
--> https://bugs.winehq.org/attachment.cgi?id=70771
This is the terminal output when starting the game, logging in, running the
voice channel test, and exiting.
This bug MIGHT be present in mainstream Wine also, but I can't verify because
regular wine now crashes when starting the game launcher (separate bug there).
The game loads and runs correctly, but the in-game voice does not function. All
other sound is ok. Running an in-game test of the voice channel produces an
error pop-up in game but I didn't see anything in the log.
I think this has been present since about 6.10 or 6.11. (In version 6.9 voice
definitely works).
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=44430
Bug ID: 44430
Summary: Windows 10 DISM pkgmgr.exe fails to run, needs
api-ms-win-security-lsalookup-l2-1-0.dll
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
…
[View More]Distribution: ---
Hello folks,
as it says.
Steps to reproduce
--- snip ---
# clean WINEPREFIX
$ winetricks -q dotnet452 corefonts
$ winetricks -q win10
$ wine adksetup.exe /features OptionId.DeploymentTools
$ pwd
/home/focht/.wine/drive_c/Program Files/Windows Kits/10/Assessment and
Deployment Kit/Deployment Tools/x86/DISM
$ wine ./pkgmgr.exe
...
0009:err:module:import_dll Library api-ms-win-security-lsalookup-l2-1-0.dll
(which is needed by L"C:\\Program Files\\Windows Kits\\10\\Assessment and
Deployment Kit\\Deployment Tools\\x86\\DISM\\pkgmgr.exe") not found
...
0009:err:module:attach_dlls Importing dlls for L"C:\\Program Files\\Windows
Kits\\10\\Assessment and Deployment Kit\\Deployment
Tools\\x86\\DISM\\pkgmgr.exe" failed, status c0000135
--- snip ---
MSDN: https://docs.microsoft.com/en-us/uwp/win32-and-com/win32-apis
Section: "APIs from api-ms-win-security-lsalookup-l2-1-1.dll"
$ sha1sum adksetup.exe
92892e71b083fc46c907b657c300ffc32608d223 adksetup.exe
$ du -sh adksetup.exe
1.7M adksetup.exe
$ wine --version
wine-3.0-180-g85635db0ea
Regards
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=32971
Bug #: 32971
Summary: cmview.exe crashes on open
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mbruffey(a)comcast.net
Classification: Unclassified
Created attachment 43549
--> http://…
[View More]bugs.winehq.org/attachment.cgi?id=43549
cmview.exe crash report
cmview.exe is the program that displays Canon PIXMA MX882 scanner manual (and
maybe other Canon manuals). Won't start, but crashes after installation, upon
opening. The installation file is available here:
http://www.usa.canon.com/cusa/consumer/products/printers_multifunction/offi…
. Select MX880 Series On-Screen Manual for Windows. Thx!
First, occurred in 1.4. Upgraded to Version 1.5.23. No change.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52087
Bug ID: 52087
Summary: Nukitashi trial: videos don't play any more, game
crashes instead
Product: Wine
Version: 6.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ucrtbase
Assignee: wine-bugs(a)winehq.org
Reporter: fallenguru(a)protonmail.com
…
[View More]Distribution: ---
Created attachment 71100
--> https://bugs.winehq.org/attachment.cgi?id=71100
terminal output for 6.21 (working) and 6.22 (crashes, with backtrace)
Heads-up, this game is NSFW, even the beginning of the trial version.
Apologies if I misread the backtrace and got the component wrong.
I have LANG=ja_JP.UTF-8 set, it may be required.
The trial version can be downloaded at
https://qruppo.com/products/nukitashi/special/trial/. I recommend the mirror on
the left (FANZA), because it's a direct link. Extract the zip file to get:
#The name and SHA1 of the zip file depend on the mirror, the extracted exe is
identical:
b42000246cb7ecbdc7a392818e593e6addad692f *nukitashi_taikenban2.exe
This is just a self-extracting zip file, you can run it or just extract it
using unzip -O shift-jis to preserve the Japanese file names.
Transcode the videos in subdirectory "a/", for reproducing this the first one
(PV1.wmf) will do, e.g. ffmpeg -i PV1.wmv PV1.webm; mv PV1.wmv PV1.wmv.orig; ln
-s PV1.webm PV1.wmv. This gets rid of the WMV/WMA codec dependency.
Run NUKITASHI_TRIAL2.exe.
Select NEWGAME.
Advance the text, you can fast-forward by holding left-ctrl.
Before long, a video should play (a faux TV show). In WINE 6.21, it does. WINE
6.22 crashes instead. See attached log. Reproducible just by up- and
downgrading the WINE packages.
Fresh prefixes, always. WineHQ official repo, Ubuntu 18.04, -dbg packages are
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52104
Bug ID: 52104
Summary: "Blue" variant of the "Light" theme creates glitchy UI
in apps
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
…
[View More]CC: zzhang(a)codeweavers.com
Distribution: ---
Created attachment 71126
--> https://bugs.winehq.org/attachment.cgi?id=71126
Dgvoodoo2ConfiguratiorGlitch
When the "Blue" variant of wine's builtin "Light" theme is enabled, UI elements
in the dgvoodoo2 configurator don't appear unless you hover over them.
And in graphics UI for apitrace, qapitrace.exe, the progress bar is invisible.
None of these issues occur with "Classic Blue" or default brown Wine theme.
Links to download programs:
http://dege.freeweb.hu/dgVoodoo2/dgVoodoo2/https://github.com/apitrace/apitrace/releases/tag/10.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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52099
Bug ID: 52099
Summary: Scratch 3: Crashes While Initializing Program
Product: Wine
Version: 6.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: phoenixr10(a)outlook.com
Distribution: ---
Created attachment 71116
--&…
[View More]gt; https://bugs.winehq.org/attachment.cgi?id=71116
Crash Log
Scratch 3 Crashes While Initializing Program Check backtrace.txt for more info
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52096
Bug ID: 52096
Summary: SEPTEMBER 1999 Crashes After Launch
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: matthewcboyd(a)tutanota.com
Distribution: ---
Created attachment 71107
--> https:/…
[View More]/bugs.winehq.org/attachment.cgi?id=71107
Log File
When I launch the game SEPTEMBER 1999 with Wine I see the Unity screen and then
the game crashes. The game can be found free of charge at Itch.io for anyone to
test this with and try to fix it. I have attached a log file.
https://98demake.itch.io/september1999
My System:
AMD Ryzen 5 2600X | 16GB DDR4-3000 CL15 | MSI RX 580 8GB Gaming X | Mesa 21.2.5
| Manjaro 21.2.0 | Mate 1.26.0 | Kernel 5.15.2-2-MANJARO
--
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.
[View Less]