https://bugs.winehq.org/show_bug.cgi?id=9127
Zeb Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
Summary|Drome Racers requires |Multiple applications
|system stream support in |require system stream
|the MPEG-I splitter |support in the MPEG-I
| |splitter (Drome Racers,
| |Ninki Seiyuu no
| |Tsukukurikata)
URL| |https://archive.org/details
| |/sayou_trial
--
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=9127
Zeb Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugmetoo(a)protonmail.com
--- Comment #105 from Zeb Figura <z.figura12(a)gmail.com> ---
*** Bug 53633 has been marked as a duplicate of this bug. ***
--
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=53637
Bug ID: 53637
Summary: WinSCP UI rendering issue
Product: Wine
Version: 7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Created attachment 73035
--> https://bugs.winehq.org/attachment.cgi?id=73035
WinSCP UI in Wine 7.16
See the attached screenshot.
The white line at the bottom (in the file transfer log) shouldn't be white and
it should be rendered properly (in Wine 7.16 it contains junk).
--
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=53596
Bug ID: 53596
Summary: Day of the Tentacle remastered crashes randomly
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kohen.d(a)gmail.com
Distribution: ---
Created attachment 72985
--> https://bugs.winehq.org/attachment.cgi?id=72985
backtrace from winedbg
The app crashes randomly, usually after > 1h play, but happens when loading as
well (unfortunately it overwritten my save that crashes quickly).
It crashes on a read violation.
Tested it with Win 7 32Bit bottle
--
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=51645
Bug ID: 51645
Summary: wine: could not load kernel32.dll, status c0000135
Product: Wine-staging
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: b1779506(a)trbvn.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
wine --version
wine-6.15
Deleted all content inside .wine folder, no wine process running at that time:
cd ~/.wine/
rm -r *
Then I can run "wine --version" but not configure it:
winecfg
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: could not load kernel32.dll, status c0000135
--
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=9583
Summary: CompareStringW gives incorrect result for some wide
strings
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)cendio.se
It seems like CompareStringW does not work correctly, when using wide/unicode
strings. I first discovered this when I saw that listbox controls sorted
swedish characters (say, LATIN SMALL LETTER A WITH RING ABOVE) side by side
with the base character (LATIN SMALL LETTER A). An example is
http://www.cendio.se/~astrand/wine/40-listbox-sort/list.exe.
The cause seems to be that CompareStringW gives the wrong result. I've created
the small test example
http://www.cendio.se/~astrand/wine/40-listbox-sort/comparestring.exe, with
source available in the same directory. On Windows, the result is that the
string "äpple" is greater than "orange", which is correct. With the latest
Wine CVS version, the result is that "äpple" is lesser than "orange", which is
wrong.
--
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=53598
Bug ID: 53598
Summary: Wrong icons in MDI child menu title bar
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: vz-wine(a)zeitlins.org
Distribution: ---
In Wine 7 MDI child windows show strange icons in their title bar (looking like
"0", "1" and some strange rectangular shape, respectively) instead of the
expected standard minimize/restore/close buttons.
This used to work in Wine 4 and possibly later, I could run git-bisect if
really necessary, but it's going to take some time to rebuild Wine ~15 times,
so maybe someone can see where does the problem come from without doing this?
Also, I don't provide a reproducer because I believe this affects any program
using MDI, but please let me know if one is needed (and in which form, source
or binary).
--
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=53624
Bug ID: 53624
Summary: Mode_switch layer with xmodmap isn't recognized
Product: Wine
Version: 7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cairn(a)pm.me
Distribution: ---
Created attachment 73023
--> https://bugs.winehq.org/attachment.cgi?id=73023
xmodmap example
With xmodmap, I am binding "Mode_switch" to CapsLock in order to simulate a
different layer of keys. I've attached a file (xmodmap.txt) which is all you
need to reproduce this. Download the file and run `xmodmap xmodmap.txt` to
enable the example key map.
The easiest way I've found to test this is to use `wine notepad`. In the
example keymap, Caps + H is bound to the left arrow key. Type something, then
press Caps + H. The expected behavior is to move the cursor to the left, but
this doesn't work. This issue happens with seemingly any application run
through Wine.
You can confirm with `xev` that the xmodmap configuration does indeed work.
I've attempted to use both keycodes and keysyms in the xmodmap configuration;
both result in the same issue. The problem doesn't occur when directly
rebinding a key without using "Mode_switch", but that isn't really a
workaround, so it still seems worth it to report the issue.
Tested on Ubuntu 22.04 running Wine 6.0.3 and GNU Guix running Wine 7.8.
The version of xmodmap is 1.0.10.
I've reviewed bug #20610 and I think it's worth recognizing this as a separate
issue. Maybe the solutions are related.
--
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=53622
Bug ID: 53622
Summary: GR Level 3 display issue when winecfg dpi > 96
Product: Wine
Version: 7.16
Hardware: x86-64
URL: http://grlevelx.com/downloads/grlevel3_2_setup.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: playerone101(a)mail.com
Distribution: ArchLinux
Created attachment 73019
--> https://bugs.winehq.org/attachment.cgi?id=73019
Image of issue and terminal output
The affected software is GR Level 3, weather radar software.
Please see the attached image of the issue described below.
In wine-staging 7.16, if the dpi setting in winecfg is greater than 96 the
software only displays in the top left part of the program window. The rest of
the window is either black or covered with artifacts. It is nearly impossible
to interact with the software in this state, making it unusable. If the dpi
value remains at the default 96 the issue is not present, however, on high dpi
monitors that makes the software difficult to use.
I have tested this in Arch and Nobara (modified Fedora 36). The issue is
present on both systems regardless if the prefix is an existing one or a new
prefix.
This issue is not present in wine-staging 7.15.
--
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.