http://bugs.winehq.org/show_bug.cgi?id=31554
Bug #: 31554
Summary: PDF Annotation crashes on second startup
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Now that bug 31206 is fixed, PDF Annotator starts up ok the first time,
but it still crashes on 2nd run with
fixme:msxml:internal_getProperty (0x3e27008)->(L"charset") unsupported property
fixme:msxml:internal_getProperty (0x3e27008)->(L"xmldecl-encoding") unsupported
property
fixme:msxml:internal_getProperty (0x3e27008)->(L"xmldecl-version") unsupported
property
err:seh:setup_exception_record stack overflow 2032 bytes in thread 0009 eip
004063aa esp 00240b40 stack 0x240000-0x241000-0x340000
'winetricks msxml3' still works around it, as does
rm "$WINEPREFIX/dosdevices/c:/users/$LOGNAME/Local Settings/Application
Data/PDF
Annotator/3.0/Tools/paStampTools.xml"
--
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.
http://bugs.winehq.org/show_bug.cgi?id=36958
Bug ID: 36958
Summary: Wine emulates file creation time instead of fetching
it from the underlying filesystem
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Created attachment 49071
--> http://bugs.winehq.org/attachment.cgi?id=49071
Far2 showing file modification/creation/lass access times.
In Linux at least ext4 supports file creation time field (crtime), but Wine
doesn't use it. Instead it uses mtime.
Please, implement crtime for filesystems which impelement this field.
--
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=57540
Bug ID: 57540
Summary: unrecognized charset 'SHIFT_JIS' when running Wine
with LC_ALL=ja_JP.SJIS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: zsolt_vadasz(a)protonmail.com
Distribution: ---
Some older visual novels require using the Japanese Shift JIS locale, which has
to be generated via `localedef` (at least on Linux Mint and Artix Linux).
I generated mine as such (following this[0] Wine forum post):
```
localedef -c -f SHIFT_JIS -i ja_JP ja_JP.SJIS
```
But when running the game's installer (after logging out and in for the changes
to take effect), Wine gives an unrecognized charset error:
```
$ LC_ALL="ja_JP.SJIS" wine ./Setup.exe
err:environ:init_unix_codepage unrecognized charset 'SHIFT_JIS'
```
This is because in dlls/ntdll/unix/env.c, the `charset_names` array's entry for
Shift JIS is wrong.
As can be seen in the command, and in $I18NPATH/charmaps
(/usr/share/i18n/charmaps on my system), The gzip-compressed character map file
is called `SHIFT_JIS.gz` instead of `SJIS.gz`.
This is solved by changing the `name` from "SJIS" to "SHIFTJIS" in the array
element.
Tested on 448fcbc0c60d7228ed52f1f5d90f62be0a58289a
[0]:
https://forum.winehq.org/viewtopic.php?p=110966&sid=e1b934de7663eedec41e66e…
--
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=32493
Bug #: 32493
Summary: MOTORM4X Crash
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarkamirov(a)gmail.com
Classification: Unclassified
The Game closed with error
Kubuntu 12.04.1
Radeon HD6850
Catalyst 12.11b
--
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=57184
Bug ID: 57184
Summary: DirectX9 not working properly with OpenGL.
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thrasher2k2(a)gmail.com
Distribution: ---
I have an Intel I5 2nd generation, and the onboard GPU of that CPU doesn't have
Vulkan support, so it must use OpenGL instead.
When I try to use any program that uses DirectX 9, it only shows a black screen
(programs like photoshop, emulators), some programs open but they have a very
messed up layout.
I know it is a problem with Wine 9.16 because I downloaded a Wine 8.21 AppImage
and everything works fine, photoshop can display the images, emulators will
display things using DirectX 9 normally and any other program that has a messed
up layout also works fine.
I also have another computer that has an offboard GPU that supports Vulkan, for
this one Wine 9.16 and DirectX 9 on Vulkan just works like a charm.
I guess DirectX 9 to OpenGL on Wine 9 is bugged?
--
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=53103
Bug ID: 53103
Summary: ie8 doesn't start (race condition)
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: eric.pouech(a)orange.fr, jacek(a)codeweavers.com
Regression SHA1: f034084d49b354811096524d472ae5172ac1cebf
Distribution: Debian
Created attachment 72538
--> https://bugs.winehq.org/attachment.cgi?id=72538
terminal output
Regression, I *believe* introduced by:
commit f034084d49b354811096524d472ae5172ac1cebf
Author: Eric Pouech <eric.pouech(a)gmail.com>
Date: Thu Mar 17 08:27:28 2022 +0100
kernelbase: Handle corner case in CreateProcess.
In CreateProcess, if:
- parent isn't attached to a console
- CreateProcess's flag isn't set with DETACHED_PROCESS nor
CREATE_NEW_CONSOLE
- child is a CUI program
then a console must be allocated for the child.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52048
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com>
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
before this commit (i.e., with c7e87b536edb28bb48162690e0d42c9ba9ccb43c),
installing/starting ie after `winetricks -q ie8` works without failure. After
this commit, there's a race.
Of course, it's a race, so I can't be 100% sure, but I can run at
c7e87b536edb28bb48162690e0d42c9ba9ccb43c 15 times in a row without failure, but
fails most of the time at f034084d49b354811096524d472ae5172ac1cebf).
To reproduce:
$ wineserver -k ; rm -rf ~/.wine ; winetricks -q ie8 ; wineserver -w ; wine
'C:\Program Files\Internet Explorer\iexplore.exe' http://example.org
if successful, IE will show its window. If it fails, no window will appear.
--
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=47165
Bug ID: 47165
Summary: iTunes 12.9 - new GUI issue - black, unusable
Product: Wine
Version: 4.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetaste(a)gmx.net
Distribution: ---
Created attachment 64410
--> https://bugs.winehq.org/attachment.cgi?id=64410
log for 12.9 with wine 4.8
iTunes 12.7 works fine, but iTunes 12.9 is just a black window with few menu
text. Native gdiplus doesn't help.
Wine 4.8, 64bit, Ubuntu 19.4.
Download for iTunes 12.
https://secure-appldnld.apple.com/itunes12/091-45357-20180123-72201840-FFEA…
Do you need any extra 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=48680
Bug ID: 48680
Summary: iTunes Dark GUI
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: apphelp
Assignee: wine-bugs(a)winehq.org
Reporter: cb2mail(a)icloud.com
Distribution: ---
Created attachment 66534
--> https://bugs.winehq.org/attachment.cgi?id=66534
Dark screen in iTunes, cannot be read
iTunes has dark screen that cannot be read.
--
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=57584
Bug ID: 57584
Summary: 8-bit color mode is broken in Wine 9.11 and later
Product: Wine
Version: 9.11
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 77694
--> https://bugs.winehq.org/attachment.cgi?id=77694
Regedit on Wine 9.22 in Xephyr
Similar to Bug 48088, palette colors are being mapped incorrectly again. Steps
to reproduce:
1. In one terminal, run `Xephyr :2 -ac -screen 800x600x8`
2. In a second terminal, run `DISPLAY=:2 openbox`
3. In a third terminal, run `DISPLAY=:2 wine regedit`
`git bisect` says:
commit 6ace92e0cafcc381f324fc831f3006fb15db4b4e (HEAD)
Author: Rémi Bernon <rbernon(a)codeweavers.com>
AuthorDate: Mon Jun 3 17:48:30 2024 +0200
Commit: Alexandre Julliard <julliard(a)winehq.org>
CommitDate: Mon Jun 3 23:24:59 2024 +0200
winex11: Create a HBITMAP for the allocated surface pixels.
dlls/winex11.drv/bitblt.c | 77
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------
1 file changed, 58 insertions(+), 19 deletions(-)
--
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=29579
Bug #: 29579
Summary: winhelp: winhlp32.exe doesn't support making its
window non-resizeable or without menu strip
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://download.microsoft.com/download/aoe/Trial/1.0/W
IN98/EN-US/MSAoE.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
In Windows, help files can cause the winhlp32 window to open with fixed
(non-resizeable) dimensions, and/or with no menu strip. Wine winhlp32 does not
support that feature.
For example, download the Age of Empires trial version from
http://www.microsoft.com/games/empires/downloads.htm
direct download URL is
http://download.microsoft.com/download/aoe/Trial/1.0/WIN98/EN-US/MSAoE.exe
Either run MSAoE.exe to install the demo, or use cabextract to unpack the files
inside.
Run winhlp32.exe from Windows under Wine and load Empires.hlp. Notice the
window has no menu strip and cannot be resized. (I tested winhlp32.exe from
Windows 98 and XP.)
Run Wine winhlp32.exe and load Empires.hlp. (The window contents are completely
messed up and unusable, but that's not what this bug covers.) Notice the
winhlp32 window is resizeable and has a menu strip.
--
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.