https://bugs.winehq.org/show_bug.cgi?id=55130
Bug ID: 55130
Summary: IF EXIST fails when its argument ends on a slash
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: madebr(a)gmail.com
Distribution: ---
When a folder argument of IF EXIST ends on a slash, it will report the argument
as not existing, even though it is.
```
rd /s /q folder
mkdir folder
if exist folder echo "Folder exists"
if not exist folder/ echo "BAD! FOLDER DOES EXIST ACTUALLY"
```
This prints the message "BAD! FOLDER DOES EXIST ACTUALLY", where it shouldn't.
--
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=54575
Bug ID: 54575
Summary: False positive detection of mmc reader as hard drive
since kernel 6.1
Product: Wine
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: busko.lukasz(a)pm.me
Distribution: ---
Since kernel 6.1 wine interprets mmc reader as valid /dev/sda device.
Problem is that kernel instead of /dev/mmc created /dev/sda... However its easy
to fix in wine. Please just detect device class type and problem never appear
again.
Reproduction steps install fusion360
https://github.com/str0g/Autodesk-Fusion360-Linux
or
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux
1.Open project
2.Modify something
3.leave it for 30minuts (don't know if screen saver is important or not)
4.add additional modification
5.try to save.
Expected outcome
Error:
D:\Stage\workspace\protein\release\2021.10.R2023\protein\src\libs\protein4\archiveadaptor.cpp(210)stream
can not open!!
Additional information:
winprefixes/
d:: -> /dev/sda
Actual mmc device...
❯ dmesg |grep sda
[ 3.455870] sd 0:0:0:0: [sda] Media removed, stopped polling
[ 3.456045] sd 0:0:0:0: [sda] Attached SCSI removable disk
[99954.410598] sd 0:0:0:0: [sda] 250085376 512-byte logical blocks: (128 GB/119
GiB)
[99954.411058] sda: detected capacity change from 0 to 250085376
[99954.411675] sda: sda1
when sd card is in slot
winprefixes/
d:: -> /dev/sda1
e:: -> /dev/sda
--
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=54499
Bug ID: 54499
Summary: Native ODBC drivers should be able be used.
Product: Wine
Version: 8.1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: odbc
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Wine is unable to user native ODBC drivers which have been installed.
PostgreSQL and MySQL are two of the comment ones.
Currently the only way is to install the unixODBC driver, you require which
isn't always free.
--
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=56952
Bug ID: 56952
Summary: PS installer crashes inside msi (regression)
Product: Wine
Version: 9.12
Hardware: x86-64
URL: https://github.com/PowerShell/PowerShell/releases/down
load/v7.1.5/PowerShell-7.1.5-win-x64.msi
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Regression SHA1: 89cebe8960d597f8574704633d4f0621abf08887
Distribution: Debian
Yesterdays commit 89cebe8960d597f8574704633d4f0621abf08887 causes a crash
inside the installer (see dl link)
Backtrace:
=>0 0x006ffffeb86ef1 wcschr+0x11(str=005C00320033006D, ch=0x7c)
[/home/louis/sda3/wine/dlls/msvcrt/wcs.c:2953] in ucrtbase (0x007fffff4bbdc0)
1 0x006ffffbc5c8d0 expand_any_path+0x25(len=<internal error>, dst=<internal
error>, src=<internal error>, package=<internal error>)
[/home/louis/sda3/wine/dlls/msi/appsearch.c:574] in msi (0x007fffff4bbdc0)
2 0x006ffffbc5c8d0 search_dr+0x120(package=<register RBP not accessible in
this frame>, app_value=<register R13 not accessible in this frame>,
sig=<register RBX not accessible in this frame>)
[/home/louis/sda3/wine/dlls/msi/appsearch.c:1032] in msi (0x007fffff4bbdc0)
3 0x006ffffbc5c698 ITERATE_AppSearch+0x58(row=<internal error>,
param=<register RDI not accessible in this frame>)
[/home/louis/sda3/wine/dlls/msi/appsearch.c:1101] in msi (0x007fffff53d590)
4 0x006ffffbc9a2c5 MSI_IterateRecords+0x55(view=<register RDI not accessible
in this frame>, count=<register R15 not accessible in this frame>,
func=<register RSI not accessible in this frame>, param=<register R12 not
accessible in this frame>) [/home/louis/sda3/wine/dlls/msi/msiquery.c:184] in
msi (0x000000ffffffff)
5 0x006ffffbc5cd3a ACTION_AppSearch+0x6a(package=<register RBX not accessible
in this frame>) [/home/louis/sda3/wine/dlls/msi/appsearch.c:1138] in msi
(0x007fffff53ce60)
6 0x006ffffbc4953c ACTION_HandleStandardAction+0xdc(package=<register R12 not
accessible in this frame>, action=<register RBP not accessible in this frame>)
[/home/louis/sda3/wine/dlls/msi/action.c:7592] in msi (0x007fffff53ce60)
7 0x006ffffbc581cb ACTION_PerformAction+0x2b(package=<register RBX not
accessible in this frame>, action=<register RDI not accessible in this frame>)
[/home/louis/sda3/wine/dlls/msi/action.c:7620] in msi (0x000000ffffffff)
8 0x006ffffbc5854b ITERATE_Actions+0x6b(row=<internal error>, param=<register
RSI not accessible in this frame>)
[/home/louis/sda3/wine/dlls/msi/action.c:426] in msi (0x000000ffffffff)
9 0x006ffffbc9a2c5 MSI_IterateRecords+0x55(view=<register RDI not accessible
in this frame>, count=<register R15 not accessible in this frame>,
func=<register RSI not accessible in this frame>, param=<register R12 not
accessible in this frame>) [/home/louis/sda3/wine/dlls/msi/msiquery.c:184] in
msi (0x000000ffffffff)
10 0x006ffffbc59161 ACTION_ProcessUISequence+0x3a(package=<internal error>)
[/home/louis/sda3/wine/dlls/msi/action.c:497] in msi (0x007fffff4afac0)
--
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=35163
Bug ID: 35163
Summary: Victoria 2 crashes on start with built-in quartz
Product: Wine
Version: 1.7.8
Hardware: x86
URL: http://www.gamershell.com/download_85888.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 46906
--> http://bugs.winehq.org/attachment.cgi?id=46906
terminal output
The game crashes shortly after starting with Wine's built-in quartz.dll.
'winetricks quartz' is a workaround.
Lots of
>fixme:quartz:parse_header Not a valid header: ff:ff:ff:ff
are preceding the crash. They're probably the game music files (mp3 format)
that causing the problem.
Fedora 19
wine-1.7.8-114-g1928d61 (compiled from source without gstreamer support)
Alsa 1.0.27 (Pulseaudio is not running)
--
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=55401
Bug ID: 55401
Summary: CMD 'for loop' params are not recognized
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: mr.dmitry.sokolov(a)gmail.com
Distribution: ---
The command not working
for %%1 in (..)
ACTUAL
Cmd script (attached) produces no output.
EXPECTED
See attached .exp 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=56575
Bug ID: 56575
Summary: CUERipper 2.2.5 Crashes on loading WMA plugin
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmp&wmvcore
Assignee: wine-bugs(a)winehq.org
Reporter: toadking(a)toadking.com
Distribution: ---
Created attachment 76328
--> https://bugs.winehq.org/attachment.cgi?id=76328
WINEDEBUG=+wmvcore,+seh wine CUERipper.exe
On Wine 9.6, CUERipper crashes on startup when loading the WMA codec library.
Crash logs seem to suggest a crash in wmvcore. If you rename either the
CUETools.Codecs.WMA.dll or WindowsMediaLib.dll files in the plugins folder, the
crash no longer happens.
Due to bug 49993 you need to install dotnet472 to run CUERipper.
Attached is a log with wmvcore and seh logging.
--
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=52346
Bug ID: 52346
Summary: Filename completion is not supported in cmd
Product: Wine
Version: 6.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: EmilySeville7cf(a)gmail.com
Distribution: ---
"/f:on" doesn't work as expected. Instead of filenames completed when I press
"Tab" I get "^I".
--
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=45810
Bug ID: 45810
Summary: WINEPATH maximums
Product: Wine
Version: 3.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paleozogt(a)gmail.com
Distribution: ---
Created attachment 62272
--> https://bugs.winehq.org/attachment.cgi?id=62272
winepath-test.sh
WINEPATH seems to have some undocumented limits, which cause the in-windows
PATH to be corrupted.
One limit, around 969 characters, causes the PATH to drop the suffix that's
usually appended (C:\windows\system32;C:\windows;C:\windows\system32\wbem).
Another limit, around 1025 characters, causes the PATH to entirely ignore
what's in WINEPATH.
I'm not sure why these limits exist-- can't Windows support arbitrarily long
PATHs? (I've routinely seen huge PATHs on Win7/Win10.)
The attached winepath-test.sh makes a WINEPATH of various sizes and then echos
the size and the %PATH% in the cmd shell.
The output looks like:
> $ ./winepath-test.sh
>
> 968
> C:\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;C:\windows\system32;C:\windows;C:\windows\system32\wb
>
> 969
> C:\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
>
> 1024
> C:\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
>
> 1025
> C:\windows\system32;C:\windows;C:\windows\system32\wbem
--
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=44888
Bug ID: 44888
Summary: Wrong texture in Assassin's Creed : Revelations
Product: Wine
Version: 3.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
CC: matteo.mystral(a)gmail.com
Distribution: ---
Created attachment 60959
--> https://bugs.winehq.org/attachment.cgi?id=60959
Good Texture before to use Eagle Vision
Hi,
In game, when you use the "Eagle Vision", there are graphical glitches each
time you disable it to return to the "Normal Vision". I took 2 screenshots
because it's better than words.
I tried everything, set d3dx9_* to native, enable/disable cmst. I have this
issue with Mesa-Git and Mesa 17.3.7.
SYSTEM :
- Gentoo amd64
- AMD Rx 560 - 4Go
- Mesa git / Mesa 17.3.7 + LLVM 5.0.1
- Wine-Staging 3.5 -> Need it, because Uplay doesn't work without it.
I have a lot of these warning/error when i launch the game :
[...]
00e7:fixme:d3d:surface_convert_format Cannot find a conversion function from
format WINED3DFMT_B8G8R8X8_UNORM to WINED3DFMT_L8_UNORM.
00e7:fixme:d3d:surface_cpu_blt Cannot convert WINED3DFMT_B8G8R8X8_UNORM to
WINED3DFMT_L8_UNORM.
00e7:err:d3d:cpu_blitter_blit Failed to blit.
[...]
--
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=56945
Bug ID: 56945
Summary: after commit 03e43434c2bcf6424d60ee9dc1f595aa18714eef,
some of ui is missing
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: l12436.tw(a)gmail.com
Distribution: ---
after commit 03e43434c2bcf6424d60ee9dc1f595aa18714eef, some of UI is missing
1. in Desktop mode, there are no taskbar
2. in regedit, right click menu is no longer shown, but it seems there
before this commit, everything is fine
--
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=56617
Bug ID: 56617
Summary: Photoshop CC 2024: crashes after a short period
(Unimplemented function
NETAPI32.dll.NetGetAadJoinInformation)
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: netapi32
Assignee: wine-bugs(a)winehq.org
Reporter: gag_unglue018(a)simplelogin.com
Distribution: ---
Photoshop CC 2024 crashes after approximately 30-60 seconds of use. Software
appears to function normally, basic features like creating/opening/saving files
and drawing with the brush work, unfortunately the program crashes every time
after a short period.
Installer does not work, I installed on a VM and manually copied over the files
into my prefix. Installed the following with winetricks before launching the
program: vcrun2022, fontsmooth=rgb, gdiplus, atmlib, msxml3, msxml6, dxvk,
vkd3d.
Here is the output I get right at the time of the crash:
wine: Call from 00006FFFFFC6DA38 to unimplemented function
NETAPI32.dll.NetGetAadJoinInformation, aborting
wine: Unimplemented function NETAPI32.dll.NetGetAadJoinInformation called at
address 00006FFFFFC6DA38 (thread 0708), starting debugger...
--
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=56938
Bug ID: 56938
Summary: msiexec crashes with stack overflow when installing
python 3.11+ dev.msi
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: derago(a)gmail.com
Distribution: ---
Created attachment 76759
--> https://bugs.winehq.org/attachment.cgi?id=76759
Stack trace
To reproduce:
```
wget -O dev.msi https://www.python.org/ftp/python/3.11.9/amd64/dev.msi
wine msiexec /i dev.msi /qn TARGETDIR=C:/python
```
I attached a stack trace. Note that this does not happen when you install
`exe.msi` first.
--
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=54246
Bug ID: 54246
Summary: Full Metal Daemon Muramasa stuck at black screen at
boot
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thieujank(a)gmail.com
Distribution: ---
Created attachment 73799
--> https://bugs.winehq.org/attachment.cgi?id=73799
black screen
https://www.gog.com/game/full_metal_daemon_muramasa
The game stuck at black screen after launch
--
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=21344
Summary: Buffer overflow in WCMD_run_program
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dima(a)gmail.com
The WCMD_run_program function in wcmdmain.c copies pathposn into thisDir
without checking the size:
/* Work on the first directory on the search path */
pos = strchrW(pathposn, ';');
if (pos) {
memcpy(thisDir, pathposn, (pos-pathposn) * sizeof(WCHAR));
thisDir[(pos-pathposn)] = 0x00;
pathposn = pos+1;
} else {
strcpyW(thisDir, pathposn);
pathposn = NULL;
}
The size of pathposn can be up to MAXSTRING, while thisDir has size MAX_PATH.
To reproduce:
$ wine cmd /c
'Z:\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\foo'
err:seh:setup_exception_record stack overflow 2144 bytes in thread 0019 eip
7bc3ea3e esp 00230ad0 stack 0x230000-0x231000-0x330000
--
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=56600
Bug ID: 56600
Summary: MEGA TECH Faktura Small Business: Access violation in
module kernelbase.dll
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mlang
Assignee: wine-bugs(a)winehq.org
Reporter: krzysztofmichalski42(a)gmail.com
Distribution: ---
Created attachment 76356
--> https://bugs.winehq.org/attachment.cgi?id=76356
Screenshot, git bisect, wine startup log
When starting the program application shows access violation error. By doing
git bisect I've pinpointed 829307455833e5182b93be7dd9b26529f1f136d2 as the
first bad commit. Screenshot, terminal output and git bisect details are in
attachments.
--
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=41197
Bug ID: 41197
Summary: Wine support for _NET_WM_PING
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fzatlouk(a)redhat.com
Distribution: ---
Created attachment 55435
--> https://bugs.winehq.org/attachment.cgi?id=55435
Screenshot of Battlefield 2 after game just finished loading (and it's not
stuck)
I am not sure if wine supports _NET_WM_PING [0]. However, if it does, it should
be able to emulate _NET_WM_PING pong for some time if application running under
Wine is not responding.
Otherwise, most VM (mutter from GNOME Shell for example) gonna show up window
about not responding application (even if application is loading or just
finished loading) which could destabilize application itself (especially when
in full screen).
Could be seen in: Battlefield 2, World of Warcraft and probably plenty of other
games.
[0]
https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html#idm14020…
--
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=49696
Bug ID: 49696
Summary: Bully: Scholarship Edition has broken sound
Product: Wine
Version: 5.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: xactengine
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 67938
--> https://bugs.winehq.org/attachment.cgi?id=67938
xact3
quartz is disabled due to the same error message as bug 31476
Then just mix of scratching sounds in main menu.
wine-5.14-161-g94b5ccef81
--
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=50823
Bug ID: 50823
Summary: Sniper: Ghost Warrior 2 has rendering glitch in DX11
mode with OpenGL renderer
Product: Wine
Version: 6.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 69641
--> https://bugs.winehq.org/attachment.cgi?id=69641
example
With 'Object Detail' set to Medium or higher.
wine-6.4-118-g2828d0820a1
--
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=52013
Bug ID: 52013
Summary: Multiple games crash on launch (Nail'd demo, Sniper:
Ghost Warrior)
Product: Wine
Version: 6.21
Hardware: x86-64
URL: https://www.moddb.com/games/naild/downloads/nail-d-dem
o
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: wmp&wmvcore
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
069c:fixme:wmvcore:header_info_GetAttributeByName Unknown attribute
L"WM/VideoWidth".
069c:fixme:wmvcore:header_info_GetAttributeByName Unknown attribute
L"WM/VideoHeight".
069c:fixme:wmvcore:header_info_GetAttributeByName Unknown attribute
L"WM/VideoFrameRate".
069c:fixme:wmvcore:header_info_GetAttributeByName Unknown attribute
L"NumberOfFrames".
069c:fixme:wmvcore:WMReaderAdvanced_SetAllocateForOutput (01BD1D60)->(0 1)
069c:fixme:wmvcore:WMReaderAdvanced_GetMaxOutputSampleSize (01BD1D60)->(0
0032ED98)
069c:fixme:wmvcore:WMReaderAdvanced_SetAllocateForOutput (01BD1D60)->(1 1)
069c:fixme:wmvcore:WMReaderAdvanced_GetMaxOutputSampleSize (01BD1D60)->(1
0032ED98)
winegstreamer warning: videoconvert1: not negotiated
winegstreamer warning: videoconvert1:
../libs/gst/base/gstbasetransform.c(1431):
gst_base_transform_reconfigure_unlocked ():
/GstBin:bin0/GstVideoConvert:videoconvert1:
not negotiated
wine-6.21-116-g6a072b98c10
--
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=56896
Bug ID: 56896
Summary: Spotify CEF Sample Application: browser only opens the
headline
Product: Wine
Version: 9.8
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: balint.mate(a)mozaweb.com
Created attachment 76715
--> https://bugs.winehq.org/attachment.cgi?id=76715
sample video and logfile
The browser opened with wine only shows the headline with empty content. Inside
that empty space the buttons are still clickable and input can be written into
the invisible input fields. Video about the bug is attached.
mozaBook is an educational presentation software developed by us (Mozaik
Education) which uses our custom windowing library based on Windows GDI+. We
use CEF in several windows for example Number line (which is an HTML
application). The CEF content is simply black. It does not work in any version
of the mozaBook (64 bit version). We included a screenshot
(number_line_mac.png). We suppose that the bug in the mozaBook occurs because
the whole CEF does not work under MacOS.
Computer specs:
- OS: macOS Sonoma 14.5 arm64
- Kernel: Darwin 23.5.0
- WM: Quartz Compositor
- CPU: Apple M1 (8) @ 3.20 GHz
- GPU: Apple M1 (8) [Integrated]
Wine version: wine-9.8 (Staging)
The software can be freely downloaded and tested.
Download URL:
"https://cef-builds.spotifycdn.com/cef_binary_126.2.9%2Bg169fea9%2Bchromium-…"
--
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=42366
Bug ID: 42366
Summary: Unable to bing Common Language Runtime
Product: Wine
Version: 2.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sjayejohnston(a)gmail.com
Distribution: ---
I'm trying to run a program,Brain Vision Analyzer through wine
I get a dialogue box saying "Unable to bin Common Language Runtime
(0x80131700)" and in the terminal wine is reporting (fixme:mscoree:get_runtime
Unrecognized version L"v4.0.20926"
Happy to provide more info.
Best
S
--
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=56917
Bug ID: 56917
Summary: Installation of Cubase impossible
Product: Wine
Version: 9.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: theogillot2(a)hotmail.fr
Distribution: ---
Created attachment 76737
--> https://bugs.winehq.org/attachment.cgi?id=76737
Backtrace of the error
When launching the intaller of Cubase Element 13 (free trial version), it crash
when the installation is supposed to start.
Here is the link to download the installer :
https://trial.steinberg.net/request/14f35338-2d7a-49eb-81aa-360a64a1f00f?lo…
--
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=49715
Bug ID: 49715
Summary: [Quantum Break]Crashes when live-action video begins
Product: Wine
Version: 5.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 67970
--> https://bugs.winehq.org/attachment.cgi?id=67970
Crash when the stream loads
Hello,
Between each act, there is live-action video like this :
https://youtu.be/wHeKQGUzZgc?t=20
The problem is that these videos are not in the game but online. The game uses
a streaming system to load/read the video in game.
I add a screenshot which capture the moment where the game crashes.
You can see that "Buffering content, wait" (in French : Mise en mémoire tampon
du contenu, patientez).
This issue is not blocking, relaunch the game and you can continu the next act.
Install mf dll from mf-install (https://github.com/z0z0z/mf-install) does not
fix the issue.
This crashes appears with Wine-5.15 / Wine-Staging-5.15 / Proton 5.0-9
--
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=49308
Bug ID: 49308
Summary: [Meta] Support HDR metadata/ HDR in applications
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: romulasry(a)protonmail.com
Distribution: ---
Here is a list on where to start:
https://en.opensuse.org/openSUSE:Roadmap#Upcoming_openSUSE_Leap_Release
This would be nice to have as in the future with newer monitors.
--
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=48512
Bug ID: 48512
Summary: alt-tab difference between windows and wine
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: beauxq(a)yahoo.com
Distribution: ---
There are many bug reports about alt-tab, but they are all referencing a
specific application.
I'm reporting this as a general issue with all applications, it will probably
fix many of the other problems from other bug reports.
In Windows, when you alt-tab away from an application, it immediately sends the
event for the alt key being lifted up to the application that is losing focus.
So the application does not think that the alt key is being held down.
In Wine, when you alt-tab away from an application, the application still
thinks that the alt key is being held down.
These are just a few of the many reports that I suspect might be solved by
fixing this:
https://bugs.winehq.org/show_bug.cgi?id=47536https://bugs.winehq.org/show_bug.cgi?id=30814
My observation is with both Final Fantasy XI and World of Warcraft, but there
are many, many other reports of similar problems with alt-tab in other games.
--
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=56964
Bug ID: 56964
Summary: error in paint.net
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: grandrodri3(a)gmail.com
Distribution: ---
Created attachment 76787
--> https://bugs.winehq.org/attachment.cgi?id=76787paint.net installer error (only .net 7)
Hello, how are you?
I come to report an error in a program that I used daily, it is paint.net, it
is giving me two errors applying two different configurations, I pass two
files, the first, the error that it only gives me when installing net framework
7 (now this program asks) and I pass what I get on the terminal screen with
directx installed (along with the net framework 7), when I start the installer,
the extract screen appears but the installer doesn't even load.
The wine I use is 9.12 beta without staging, Ubuntu 22.04 MATE edition
can you review it?
All the best
--
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=56754
Bug ID: 56754
Summary: Amazing Adventures 2 CD: bundled demo launchers fail
to launch game
Product: Wine
Version: 9.9
Hardware: x86-64
URL: https://archive.org/details/amazing-adventures-around-
the-world-2008-spintop-popcap-cd
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 76543
--> https://bugs.winehq.org/attachment.cgi?id=76543
Error dialog (Wine 9.9)
The CD for Amazing Adventures Around The World bundles some demos for other
games. Most of them fail with an error dialog "Invalid command line parameter:
-changedir"
Nothing (new) is printed in the console when trying to launch the demo.
This works fine in Windows 10.
Downloadable versions of the demos work fine.
--
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=51024
Bug ID: 51024
Summary: Silverlight 5.1 configuration tab "Webcam / Mic"
webcam preview is black
Product: Wine
Version: 6.6
Hardware: x86-64
URL: https://web.archive.org/web/20140529102802/http://silverlight.dlservice.microsoft.com/download/B/A/9/BA94BEC
9-5DBC-4B50-BC2B-046A42399067/30214.00/Silverlight.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ArchLinux
Created attachment 69874
--> https://bugs.winehq.org/attachment.cgi?id=69874
+qcap
On windows, the output of the webcam is shown instead of a black screen.
I've attached a +qcap log.
The configuration tool is located at C:\Program Files (x86)\Microsoft
Silverlight\5.1.30214.0\Silverlight.Configuration.exe after installation.
$ sha1sum Silverlight.exe
417d876a2f6be969ddf931b122bbaf3bc10ba8d7 Silverlight.exe
$ du -sh Silverlight.exe
6.7M Silverlight.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.
http://bugs.winehq.org/show_bug.cgi?id=30976
Bug #: 30976
Summary: Navyfield crashes after splash screen
Product: Wine
Version: 1.5.6
Platform: x86
URL: http://www.navyfield.com/Download/Game/Main.aspx
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: winegstreamer
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: paulthetall(a)gmail.com
Depends on: 27109, 30733, 30975
Classification: Unclassified
Install the demo from http://www.navyfield.com/Download/Game/Main.aspx
austin@aw25 ~ $ sha1sum NF1343.exe
1c7b6bd0903e3876d31556b13f199b771117d9c2 NF1343.exe
austin@aw25 ~ $ du -h NF1343.exe
623M NF1343.exe
run `winetricks vcrun6` (bug 27109). Install as normal, all defaults. Run the
game, and ignore the messed up launcher graphics (bug 30975). Click the bottom
right gray button to get in game. A splash screen will show, and shortly after,
crash.
With native quartz, it gets slightly further (potentially bug 16733, but it's
hard to tell). If you add in native devenum, then you can get to the point
where it wants to download a patch.
So, winegstreamer is lacking here. I'll attach its output.
--
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=54682
Bug ID: 54682
Summary: Nioh: Complete Edition movies fail to play
Product: Wine
Version: 8.3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 74196
--> https://bugs.winehq.org/attachment.cgi?id=74196
+quartz
029c:fixme:quartz:amt_to_wg_format_video_wmv Unknown format type
{00000000-0000-0000-0000-000000000000}.
029c:fixme:quartz:MediaSeeking_SetTimeFormat Unhandled time format
{7b785571-8c82-11cf-bc0c-00aa00ac74f6}
8.3-192-g67c67703311
--
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=49863
Bug ID: 49863
Summary: Tony hawk pro skater 1 + 2 crash at startup
Product: Wine
Version: 5.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jesper(a)slashwin.dk
Distribution: ---
Created attachment 68206
--> https://bugs.winehq.org/attachment.cgi?id=68206
Tar containing the 'info proc', 'RelayExclude', and log
Tony hawk pro skater 1 + 2 (the new 2020 remake) crashes on startup when
started from the Epic Games Launcher. In regular wine it just crashes, while in
wine staging it gets a window, and then crashes.
Without extra debug options there's no output indicating the source of the
error, and since the game has to be started through the launcher isolating the
debug output is not easy. The best way I've found is to just dump relay with
+pid for the launcher, and then dumping the 'info proc' to filter the log.
Unfortunately relay causes some timings to get messed up which seems to cause
an infinite loop during early startup. I've created a RelayExclude that
excludes enough to get the game to crash with +relay (it's the quiet_hand.reg).
It's possible that some of the entries aren't required.
I've also attached the log output that I've been able to collect so far. I've
stripped out all the log output that doesn't relate to the inner
'THPS2.exe(0400)' process, and limited it to the last 1M lines, since the
archive got too big (there's close to 9M lines in the full output).
The log output ends in an exception, but I have no idea how to debug that.
--
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=41297
Bug ID: 41297
Summary: Fable Lost Chapters Crash at begins
Product: Wine
Version: 1.9.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Created attachment 55623
--> https://bugs.winehq.org/attachment.cgi?id=55623
backtrace-fable-lost-chapters
Game begins normally with cinematics until game shows press left mouse button
for entry and if pressed game crash
However you can push right mouse button (game dont entry) and push esc key or
enter for select and game dont crash but dont entry
--
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=9261
Summary: Final Fantasy 8 with hardware acceleration shows wrong
colors
Product: Wine
Version: 0.9.42.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alessandro.guido(a)gmail.com
Created an attachment (id=7514)
--> (http://bugs.winehq.org/attachment.cgi?id=7514)
Snapshots that shows how the game looks
Like the attached image shows, wrong colors are shown when usign Final Fantasy
8 with hardware acceleration enabled.
There are plenty of messages like:
fixme:d3d7:IDirect3DTextureImpl_PaletteChanged
(0x2eb3148)->(00000000,00000100): stub!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56967
Bug ID: 56967
Summary: firefox 128 doesn't work reliably
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
It often freezes or refuses to show the page.
--
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=56966
Bug ID: 56966
Summary: firefox needs unimplemented function
twinapi.appcore.BiChangeUserState
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Firefox sometimes crashes, the log contains the reference to this unimplemented
function.
--
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=56963
Bug ID: 56963
Summary: error in affinity program series
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: grandrodri3(a)gmail.com
Distribution: ---
Created attachment 76782
--> https://bugs.winehq.org/attachment.cgi?id=76782
affinity designer error
Hello, how are you?
I am testing the three affinity brand programs (the photo, the publisher and
the designer) installing them in test mode (there is a report of an affinity
program that claims to access the "extract" box but it is for licensed users,
not in shareware mode) and the debugger jumps giving me an error.
The libraries that have been installed are dotnet48 and dotnet35, the wine is
9.12 without patches, Windows 10 mode and I have not installed directx yet.
Below I send the 3 debugging errors that I received and the terminal output of
the affinity photo.
the download link is: https://affinity.serif.com/
can you review it?
Greetings
--
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=56802
Bug ID: 56802
Summary: Unhandled exception while installing wps
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: dwmapi
Assignee: wine-bugs(a)winehq.org
Reporter: nedoseghe(a)gmail.com
Created attachment 76605
--> https://bugs.winehq.org/attachment.cgi?id=76605
unhandled exception while installing wps
Unhandled exception: page fault on read access to 0x00000001 in 32-bit code
(0x732918f4).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:732918f4 ESP:0031f718 EBP:0031f724 EFLAGS:00210202( R- -- I - - - )
EAX:00d682f0 EBX:01a9b250 ECX:00000001 EDX:00000002
ESI:00000001 EDI:01a9ac40
--
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=13829
Summary: Wine does not have Japanese fonts
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
These are needed to support Japanese applications.
On Windows there is MS Gothic which is duplicated as MS PGothic and MS UI
Gothic. The later have the Latin range proportional, the first one has the
Latin range fixed width but I suspect these are really the same font with
different spacing.
There is also MS Mincho (and MS PMincho with proportional Latin). This differs
form Gothic in the style of the Japanese glyphs.
--
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=56275
Bug ID: 56275
Summary: MS Speech API not working after 8.21
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kdcadet(a)gmail.com
Distribution: ---
Created attachment 75994
--> https://bugs.winehq.org/attachment.cgi?id=75994
text-to-speech script and tracebacks
I use wine to run windows speech api through balcon, balabolka commandline
interface.
This worked until wine-staging-8.21
Once upgraded to >= 8.21 this is broken.
It is broken on both Gentoo and Fedora for me.
It still works for both wine-staging 8.0 and wine-vanilla 8.0.
My script and traceback are attached.
The script takes stdin and pipes it to balcon via wine.
I typically test it with `date | tts`
The wine prefix I use:
https://drive.google.com/file/d/19bfCvcOkWITjf5fw9PTXrnogtm3HpvLA/view?usp=…
Components:
balcon: balabolka command line
Available from the microsoft download center:
Microsoft speech platform
MS Speech Zira pro voice
--
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=56959
Bug ID: 56959
Summary: Splinter Cell: Blacklist has a laggy stuttery gameplay
with jerky audio
Product: Wine
Version: 9.6
Hardware: arm
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: tanvir.maht(a)outlook.com
Booting up to the intro mission, you get hit with the lags, stutters and jerky
audio.
--
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=53960
Bug ID: 53960
Summary: ucrt has different struct layout than msvcrt
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
Distribution: ---
https://bugs.winehq.org/show_bug.cgi?id=51698
I found that bug before it was actually because UCRT definition of struct
_iobuf in wine is just wrong.
This is a serious abi issue that has to be fixed and that is also probably why
UCRT programs do not work very well on wine.
/*
referenced from win10sdk ucrt
C:\Program Files (x86)\Windows Kits\10\Source\10.0.19041.0\ucrt
//-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
// Internal Stream Types (__crt_stdio_stream and friends)
//
//-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// Ensure that __crt_stdio_stream_data* and FILE* pointers are freely
convertible:
struct ucrt_stdio_stream_data
{
union
{
FILE public_file;
char* ptr;
};
char* base;
int cnt;
long flags;
long file;
int charbuf;
int bufsiz;
char* tmpfname;
};
The definition of UCRT is
struct
#if __has_cpp_attribute(__gnu__::__may_alias__)
[[__gnu__::__may_alias__]]
#endif
ucrt_iobuf
{
char* _ptr;
char* _base;
int _cnt;
long _flag;
long _file;
int _charbuf;
int _bufsiz;
char* _tmpfname;
};
while msvcrt is
struct
#if __has_cpp_attribute(__gnu__::__may_alias__)
[[__gnu__::__may_alias__]]
#endif
ucrt_iobuf
{
char* _ptr;
int _cnt;
char* _base;
int _flag;
int _file;
int _charbuf;
int _bufsiz;
char* _tmpfname;
};
The location of _base and _cnt swaps.
--
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=49953
Bug ID: 49953
Summary: LOOT (Load Order Optimization Tool) crashes at launch
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rtentser(a)yandex.ru
Distribution: ---
Created attachment 68343
--> https://bugs.winehq.org/attachment.cgi?id=68343
Backtrace
https://www.nexusmods.com/skyrimspecialedition/mods/1918
After a crash there is just black window without an interface. It can be closed
with Alt+F4.
I'm using current master (c29f9e6ee7656aa028bb1630284e7d4873bd5b0f) but can
reproduce the problem with 5.0.2 too.
--
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=48056
Bug ID: 48056
Summary: Patch : "winex11: Match keyboard in Unicode" cause
invalid input key
Product: Wine-staging
Version: 4.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: charles.gorand.dev(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Using wine-4.19 + wine-staging 4.19 built from scratch.
Issue :
When hit 'i' key on French keyboard another character ('è' or 'é') is displayed
which is not expected.
Application tested : Starcraft II, Battle.net.
Reverting patch c6521c978cb60a1e7fdc70f794008a7dd0f37903 solve the issue.
I'll try to investigate and provide a patch if I found a solution.
--
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=56932
Bug ID: 56932
Summary: Null pointer dereference in MiniDumpWriteDump
Product: Wine
Version: 9.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: madebr(a)gmail.com
Distribution: ---
Created attachment 76754
--> https://bugs.winehq.org/attachment.cgi?id=76754
Program Error details
When using sdlprocdump [1] to get a minidump and stackframe of a crashing
program,
wine segfaults inside DbgHelp.MiniDumpWriteDump.
I've attached the error when running the following crashing programming under
sdlprocdump.exe.
```
int main(int argc, char *argv[]) {
return argc / (argc - 1);
}
```
sdlprocdump usage:
```
wine sdlprocdump.exe a.exe
```
[1] https://github.com/libsdl-org/SDL/blob/main/test/win32/sdlprocdump.c
--
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=50070
Bug ID: 50070
Summary: Adobe Creative Cloud authentication fails due to
missing CAPTCHA
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: msdobrescu(a)gmail.com
Distribution: ---
When try to install or run Adobe Creative Cloud, after launch, a login is
required in the Adobe Creative Cloud window. After the credentials are entered,
for an Adobe account and a subscription, a message is displayed:
"You need to install the latest updates to Windows and/or your Adobe apps.
Learn more
Captcha validation has failed"
There is no visible CAPTCHA anywhere in the logon window. As effect, the
authentication fails and there is no possibility to continue.
Internet Explorer can't be installed either, so the process is stuck here.
Operating System: Gentoo Linux
KDE Plasma Version: 5.19.5
KDE Frameworks Version: 5.74.0
Qt Version: 5.15.0
Kernel Version: 5.7.0-sabayon
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7 CPU 920 @ 2.67GHz
Memory: 23,5 GiB of RAM
Graphics Processor: GeForce GTX 1060 6GB/PCIe/SSE2
wine-5.17 (Staging)
--
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.