https://bugs.winehq.org/show_bug.cgi?id=52905
Bug ID: 52905
Summary: [Dotnet] Aemulus Mod / Package Manager Does Not Run
Product: Wine
Version: 7.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nekoNexus(a)protonmail.ch
Distribution: ---
Created attachment 72289
--> https://bugs.winehq.org/attachment.cgi?id=72289
Plain Wine 7.6 Log
SHA256 Checksum of AemulusPackageManager.exe:
c5a1349a868d41359280fcf0ea299433fdc4ff68c4220c9bfe2a30cabf488763
Program version: 5.6.0
Open-source on Github; web archive download link:
https://web.archive.org/web/20220426185522/https://objects.githubuserconten…
-----
This application is a modding tool for various Persona games.
It uses dotnet, but attempting to install the used dotnet version kept failing
for some reason.
With wine-mono, it just doesn't run with unimplemented exceptions thrown.
--
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=52423
Bug ID: 52423
Summary: GdipDeleteRegion in some cases try to delete NULL
elements
Product: Wine
Version: 7.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: incubusrk(a)gmail.com
Distribution: ---
Created attachment 71682
--> https://bugs.winehq.org/attachment.cgi?id=71682
error log
In an application with a complex form, it sometimes arises an exception read
access to 0x0000000000000000 in delete_element
--
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=49776
Bug ID: 49776
Summary: .NET application settings are never saved
Product: Wine
Version: 5.15
Hardware: x86-64
URL: https://github.com/farmerbriantee/AgOpenGPS/releases/d
ownload/4.3.10/AgOpenGPS_v4.3.10.msi
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: mirh(a)protonmail.ch
Distribution: ---
For example, no matter how many times I uncheck the "show at startup" dialog,
it will always be there the next time I restart.
These are the only suspicious lines I could spot in WINEDEBUG:
trace:mscoree:ConfigFileHandler_startElement Unknown element L"value" in state
6
trace:mscoree:ConfigFileHandler_startElement Unknown element L"setting" in
state 6
warn:mscoree:ConfigStream_QueryInterface Not supported iface
{2933bf81-7b36-11d2-b20e-00c04f983e60}
warn:mscoree:ConfigStream_QueryInterface Not supported iface
{0c733a30-2a1c-11ce-ade5-00aa0044773d}
fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.5" not
implemented
If I install dotnet48 or dotnet462 everything works properly.
--
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=32964
Bug #: 32964
Summary: FAST Search for Sharepoint MOSS 2010 Query Tool
installer does not start
Product: Wine
Version: 1.5.23
Platform: arm
URL: http://fastforsharepoint.codeplex.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
Launching the installer results in just a couple of lines printed on the
console and then the process exists.
$ wine setup.exe
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0x112e8d0, overlapped 0x112e8dc): stub
wine: configuration in '/home/rmuntean/.wines/sharepoint-query-tool-32' has
been updated.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
--
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=49934
Bug ID: 49934
Summary: Codename Panzers Cold War - SP Demo: Garbled graphics
Product: Wine
Version: 5.18
Hardware: x86-64
URL: http://stahnu.cz/strategicke-hry/codename-panzers-cold
-war/download
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Depends on: 42917
Distribution: ArchLinux
Created attachment 68316
--> https://bugs.winehq.org/attachment.cgi?id=68316
+gdiplus
Set d3dx9_34 to native in winecfg (bug 42917) and click 'Single Player' in the
menu to reproduce.
gdiplus can be set to native in winecfg to work around.
Attached is a +gdiplus log.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45698
Bug ID: 45698
Summary: Gdiplus::GraphicsPath::AddString does trim multi line
string
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: nikolaysemenkov(a)gmail.com
Distribution: ---
The call
Gdiplus::GraphicsPath::AddString(wszText, nText, &fontFamily, Style, fSize,
ptOrigin, &textFormat)
Arguments:
wszText:
"12345
7890122
3456"
nText: 18,
wszfontFamily: "FreeMono",
Style: 0,
fSize: 18.000000,
ptOrigin: 0.000000,0.000000,
textFormat: Constructed without arguments
The issue is Rendered Output is truncated:
"12345
78"
No issue on native windows.
--
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=54474
Bug ID: 54474
Summary: System.InvalidProgramException: Invalid IL code in
Vision4D.Program:a (string[]): IL_003c: pop
Product: Wine
Version: 8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: alois.schloegl(a)gmail.com
Distribution: ---
Created attachment 74023
--> https://bugs.winehq.org/attachment.cgi?id=74023
debug log of failed attempt to run arivis vision4d 4.0
After installing arivis vision4d 4.0, and trying to run it, it fails with the
attached log files. I've tested this with wine 8.1, and wine-mono.7.4.1.
Because I its likely that this is a wine-mono issue, the debug log has been
generated with
export WINE_MONO_TRACE=all
The beginning of the debug log shows also some message related to
0548:fixme:mscoree:parse_supported_runtime
I do not know whether this is relevant.
--
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=47722
Bug ID: 47722
Summary: I tried to
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: esteveterr70(a)gmail.com
Distribution: ---
Created attachment 65195
--> https://bugs.winehq.org/attachment.cgi?id=65195
Error report generated by Wine
I tried to install Garmin GPS Manager Basecamp Legacy 4.2.5 (in forums there
are people that say it works with Wine), when I tried to open Basecamp, an
error ocurred and the application must be closed.
--
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=54526
Bug ID: 54526
Summary: Failed to parse the gif file, resulting in the failure
to load the gif and thus enter the program
Product: Wine
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: 399989567(a)qq.com
Distribution: ---
Nowadays wine is successful in parsing some gifs, and some gifs cannot be
parsed.
I'm using a game that has a gif on its loading page, and now the program
doesn't work because the gif fails to parse (it doesn't matter which game it
is, because I've written a simple demo that reproduces the problem)
The demo is for windows 10, and the content of the demo is to play a file named
"1.gif".
So you need to rename the file to "1.gif" and put it in the compiled . /wine in
the same directory. This will allow the demo to run correctly.
"1_ok.gif" is a gif file that can be parsed normally, "1_fail.gif" is a gif
file that can't be parsed normally.
I hope my demo is helpful to solve this problem.
Translated with www.DeepL.com/Translator (free version)
--
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=31193
Bug #: 31193
Summary: Google Sketchup Layout crashes on startup
Product: Wine
Version: 1.5.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: abe(a)nativetrauma.com
Classification: Unclassified
Created attachment 40961
--> http://bugs.winehq.org/attachment.cgi?id=40961
Layout failed to launch
I am new to Linux so if you are to provide a solution please let me know what
to copy and were and also if it is a .deb fix or not etc.. I seen a fix but
just shows me files and no location to put them in Please provide a how to so i
can follow or supply a link to an auto fix like a deb file please. Meanwhile
Sketchup itself is working great just the layout program keep crashing the
gdiplus.dll was added manually to the
/home/abe/.wine/drive_c/windows/Microsoft.NET/Framework/v2.0.50727 but i might
have missed the explanation I understand the .net and the layout application
are fighting for this and may be the cause but not sure.
following is my system info:
System Info:
System information report, generated by Sysinfo: 7/5/2012 12:37:40 AM
http://sourceforge.net/projects/gsysinfo
SYSTEM INFORMATION
Running Ubuntu Linux, the Ubuntu 12.04 (precise) release.
GNOME: unknown (unknown)
Kernel version: 3.2.0-26-generic (#41-Ubuntu SMP Thu Jun 14 17:49:24 UTC
2012)
GCC: 4.6 (x86_64-linux-gnu)
Xorg: 1.11.3 (07 May 2012 11:43:21PM) (07 May 2012 11:43:21PM)
Uptime: 0 days 13 h 58 min
CPU INFORMATION
AuthenticAMD, AMD Athlon(tm) II X2 255 Processor
Number of CPUs: 2
CPU clock currently at 3100.000 MHz with 1024 KB cache
Numbering: family(16) model(6) stepping(3)
Bogomips: 6200.06
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat
pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm
3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid pni monitor
cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse
3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save
MEMORY INFORMATION
Total memory: 3010 MB
Total swap: 3069 MB
STORAGE INFORMATION
SCSI device - scsi1
Vendor: ATA
Model: WDC WD15EARS-00Z
SCSI device - scsi5
Vendor: SONY
Model: CDRW/DVD CRX330E
SCSI device - scsi7
Vendor: ZTEMT
Model: Mass storage
HARDWARE INFORMATION
MOTHERBOARD
Host bridge
Advanced Micro Devices [AMD] Family 10h Processor Link Control
Subsystem: Advanced Micro Devices [AMD] RS780 Host Bridge
PCI bridge(s)
Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext gfx port 0)
(prog-if 00 [Normal decode])
Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 3)
(prog-if 00 [Normal decode])
Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (prog-if
01 [Subtractive decode])
Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext gfx port 0)
(prog-if 00 [Normal decode])
Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 3)
(prog-if 00 [Normal decode])
Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (prog-if
01 [Subtractive decode])
ISA bridge
Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host
controller
Subsystem: Biostar Microtech Int'l Corp Device 3700
IDE interface
Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 IDE Controller
(prog-if 8a [Master SecP PriP])
Subsystem: Biostar Microtech Int'l Corp Device 3700
GRAPHIC CARD
VGA controller
NVIDIA Corporation GF119 [GeForce GT 520] (rev a1) (prog-if 00 [VGA
controller])
Subsystem: eVga.com. Corp. Device 1529
SOUND CARD
Multimedia controller
NVIDIA Corporation HDMI Audio stub (rev a1)
Subsystem: eVga.com. Corp. Device 1529
NETWORK
Ethernet controller
Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast
Ethernet controller (rev 02)
Subsystem: Biostar Microtech Int'l Corp Device 2308
NVIDIA GRAPHIC CARD INFORMATION
Model name: GeForce GT 520
Card Type: PCIe 16x
Video RAM: 2048 MB
GPU Frequency: 270 MHz
Driver version: NVIDIA UNIX x86_64 Kernel Module 302.17 Tue Jun 12
16:03:22 PDT 2012
--
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=32745
Bug #: 32745
Summary: TurboTax 2012 installer crashes before start with
wine-mono
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: enhancement
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 43207
--> http://bugs.winehq.org/attachment.cgi?id=43207
WINE_MONO_TRACE=x WINEDEBUG=mscoree,tid
See also bug 30905 (for TurboTax 2011).
wine-1.5.21-321-g175039e
export WINEPREFIX=~/.wine-tax
wineserver -k
rm -rf $WINEPREFIX
wine TurboTax\ 2012\ Installer.exe
err:seh:setup_exception_record stack overflow 1840 bytes in thread 0042 eip
7bc57a04 esp 00230c00 stack 0x230000-0x231000-0x330000
Note: there are some gdiplus/wincodecs fixme's before this, but native doesn't
help. Just native dotnet40, however, avoids the crash.
WINE_MONO_TRACE=x WINEDEBUG=mscoree,tid attached.
--
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=42845
Bug ID: 42845
Summary: Hearthstone crashes at loading screen
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ttmigueltt(a)gmail.com
Distribution: ---
Created attachment 57938
--> https://bugs.winehq.org/attachment.cgi?id=57938
The wine stdout/stderr log from running Hearthstone
Since today, Hearthstone has crashed on both my Ubuntu machines, running 16.04
and 17.04, with multiple Wine versions (1.7, 2.5, and 2.6) It crashes as the
game is loading, while the blue rune is glowing at the top, and after the
friend list button appears on the bottom left, but before any other things have
loaded.
However, I have not changed my wine settings recently, so it must be related to
the game or to my account.
The fact that the crash seems related to a "LocationAPI", make me wonder if a
new patch has introduced a feature that my Wine installation doesn't have. Or
perhaps I accidentally enabled such a feature by either adding more friends or
by clicking the "Fireside Gatherings" button on my friends list.
Either way, my guess is the crash is related to the friends list, because
Hearthstone only crashes when I log onto my normal region (US), where I have
added friends. It does *not* crash when I log on to another region, such as
Europe, where I have no friends.
--
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=35498
Bug ID: 35498
Summary: Adobe Lightroom 4.4 - image thumnails disappear
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: http://www.adobe.com/support/downloads/detail.jsp?ftpI
D=5567
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Classification: Unclassified
When there are photos to import, collapsing and then expanding the 'All photos'
block makes all thumbnails but the first one disappear
--
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=35538
Bug ID: 35538
Summary: Adobe Lightroom 4.4 - text for slider values trimmed
for large values
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: http://www.adobe.com/support/downloads/detail.jsp?ftpI
D=5567
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Classification: Unclassified
Text for numeric slider values only accomodates 3 digits, e.g. 973. 1008 is
trimmed and only 008 is visible. To reproduce, navigate to the Web tab and
change Output Settings -> Size to something above 1000.
--
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=47719
Bug ID: 47719
Summary: Illium eWallet 8.3.2 failed to start
Product: Wine
Version: 4.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michel_hanzen(a)skynet.be
Distribution: ---
Created attachment 65191
--> https://bugs.winehq.org/attachment.cgi?id=65191
Errors showed at startup
Installation went fine but application failed at startup (see attachment)
--
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=11287
Summary: err:ole:CoInitializeEx Attempt to change threading model
of this apartment from apartment threaded to multi-
threaded
Product: Wine
Version: 0.9.5.
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kevin01(a)kilohotel.com
I get an error when trying to run My Sirius Studio.exe
http://download.sirius.speedera.net/stiletto/SiriusStudioSetup.exe
The error is:
fixme:win:EnumDisplayDevicesW ((null),0,0x61e3e0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x61e3e0,0x00000000), stub!
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x6002c 0x00000000
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
err:ole:CoGetClassObject class {25baad81-3560-11d3-8471-00c04f79dbc0} not
registered
err:ole:CoGetClassObject no class object {25baad81-3560-11d3-8471-00c04f79dbc0}
could be created for context 0x1
** (My Sirius Studio.exe:44): WARNING **: Thread 00000000 may have been
prematurely finalized
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x68fa02fc
In order to install and use this software, I did the following:
winetricks corefonts
winetricks mono12
wineticks gdiplus
I had to use the native gdiplus, or I get the problem seen in bug 11033.
--
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=41617
Bug ID: 41617
Summary: GPower 3.1.9.2: Crashes when a plot is created.
Product: Wine
Version: 1.9.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dralcohen(a)netscape.net
Distribution: ---
Created attachment 55970
--> https://bugs.winehq.org/attachment.cgi?id=55970
Terminal output from running the application attached. The first line that
occurred after a plot attempt is marked with <<<<<<<.
The application G*Power 3.1.9.2 hangs and needs to be restarted whenever I try
to create any type of plot (e.g., x-y plot for range of values or distribution
plots).
http://gpower.hhu.de/
--
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=46966
Bug ID: 46966
Summary: Steuersparerklärung 2018 (German tax program)
generates forms with low quality
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
Created attachment 64119
--> https://bugs.winehq.org/attachment.cgi?id=64119
Generated pdf
Steuersparerklärung 2018 (German tax program, no free download available) has a
function to print the tax forms to .pdf. The grayed (fixed) parts in the form
are printed with low-res fonts and are nearly unreadable.
Maybe the attached log-file (WINEDEBUG=+font) and the created .pdf (relevant
are the pages starting with the third page) gives some hint.
The corefonts 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.
https://bugs.winehq.org/show_bug.cgi?id=46947
Bug ID: 46947
Summary: Loxone Config works but some text is missing.
Product: Wine
Version: 4.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: j.echter(a)gmx.de
Distribution: ---
Created attachment 64069
--> https://bugs.winehq.org/attachment.cgi?id=64069
screenshot of the problem.
Program installs fine and runs, but some text is not visible in some
checkboxes. see screenshot
download link for the tool: https://www.loxone.com/dede/produkte/loxone-config/
--
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=34029
Bug #: 34029
Summary: QuickBooks SS 2008 R1 hangs on first run
Product: Wine
Version: 1.6-rc5
Platform: x86-64
URL: http://download.microsoft.com/download/C/C/0/CC0BD555-
33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: minor
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45221
--> http://bugs.winehq.org/attachment.cgi?id=45221
wine-1.6-rc5 console output
QuickBooks SS 2008 R1 hangs on first run following a successful install and
working around Bug 34028 with msxml4.
Subsequent attempts to run the application becomes less and less useful: I
assume the data becomes too corrupt to continue.
Workaround is dotnet20.
--
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=45474
Bug ID: 45474
Summary: Angels of Death ( game ) wont open .net Error
Product: Wine-staging
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xehi(a)yk20.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Unhandled Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Windows.Forms.LinkLabel'.
at System.Windows.Forms.Control.CreateHandle () [0x00013] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel.CreateHandle () [0x00000] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.CreateGraphics () [0x00008] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.Invalidate (System.Drawing.Region region,
System.Boolean invalidateChildren) [0x00000] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.Invalidate (System.Drawing.Region region)
[0x00000] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at (wrapper remoting-invoke-with-check)
System.Windows.Forms.Control:Invalidate (System.Drawing.Region)
at System.Windows.Forms.LinkLabel+Link.Invalidate () [0x00016] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel+Link.set_Focused (System.Boolean value)
[0x00009] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel.Select (System.Boolean directed,
System.Boolean forward) [0x00046] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.SelectNextControl
(System.Windows.Forms.Control ctl, System.Boolean forward, System.Boolean
tabStopOnly, System.Boolean nested, System.Boolean wrap) [0x00051] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Form.SetVisibleCore (System.Boolean value) [0x00146]
in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.set_Visible (System.Boolean value) [0x00009]
in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at (wrapper remoting-invoke-with-check)
System.Windows.Forms.Control:set_Visible (bool)
at System.Windows.Forms.Application.RunLoop (System.Boolean Modal,
System.Windows.Forms.ApplicationContext context) [0x00059] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Application.Run
(System.Windows.Forms.ApplicationContext context) [0x00011] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm)
[0x00006] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at _1._1._8._9.Program.Main () [0x00013] in
<864ef9c5e92d43a4849a7da3a17ce838>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ObjectDisposedException: Cannot
access a disposed object.
Object name: 'System.Windows.Forms.LinkLabel'.
at System.Windows.Forms.Control.CreateHandle () [0x00013] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel.CreateHandle () [0x00000] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.CreateGraphics () [0x00008] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.Invalidate (System.Drawing.Region region,
System.Boolean invalidateChildren) [0x00000] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.Invalidate (System.Drawing.Region region)
[0x00000] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at (wrapper remoting-invoke-with-check)
System.Windows.Forms.Control:Invalidate (System.Drawing.Region)
at System.Windows.Forms.LinkLabel+Link.Invalidate () [0x00016] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel+Link.set_Focused (System.Boolean value)
[0x00009] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel.Select (System.Boolean directed,
System.Boolean forward) [0x00046] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.SelectNextControl
(System.Windows.Forms.Control ctl, System.Boolean forward, System.Boolean
tabStopOnly, System.Boolean nested, System.Boolean wrap) [0x00051] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Form.SetVisibleCore (System.Boolean value) [0x00146]
in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.set_Visible (System.Boolean value) [0x00009]
in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at (wrapper remoting-invoke-with-check)
System.Windows.Forms.Control:set_Visible (bool)
at System.Windows.Forms.Application.RunLoop (System.Boolean Modal,
System.Windows.Forms.ApplicationContext context) [0x00059] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Application.Run
(System.Windows.Forms.ApplicationContext context) [0x00011] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm)
[0x00006] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at _1._1._8._9.Program.Main () [0x00013] in
<864ef9c5e92d43a4849a7da3a17ce838>: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.
https://bugs.winehq.org/show_bug.cgi?id=51685
Bug ID: 51685
Summary: In Wine gdiplus:font fails to find "MS Shell Dlg" in
Arabic, Japanese and Chinese locales
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
When running in Wine, gdiplus:font fails in the Arabic, Japanese and Chinese
locales:
font.c:890: Test failed: Expected 0, got 14
https://test.winehq.org/data/patterns.html#gdiplus:font
In all three cases the failure happens because GdipCreateFontFamilyFromName()
fails to find an "MS Shell Dlg" font: is_font_installed_proc() is never called
and EnumFontFamiliesW(..."MS Shell Dlg"...) returns non-zero.
--
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=54943
Bug ID: 54943
Summary: The gdipdrawstring function uses the wrong width when
rendering CJK fonts
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: 399989567(a)qq.com
Distribution: ---
1. First create a LOGFONT, and make lfwidth=0, and use the font Tahoma
2. Use Font "font(hdc, &lf)" to create the font
3. Use " graphics.DrawString(string, -1, &font, { 1.0f,1.0f,0,0 }, &format,
&brush);" to render the string
where
WCHAR string[] = L "这里有一些错误".
You will find the Chinese font is too narrow.If you fail to render, make sure
your lfCharSet=134
ps:Don't say there is no Chinese in tahoma so there is a rendering problem, it
has nothing to do with this bug
I researched the bug and found that it is related to the implementation of
gdipdrawstring. The function finally calls GDI32_GdipDrawDriverString, which
uses SelectObject to select the font and ExtTextOutW to output the font.
So the problem can be well abstracted out, the reason for the problem is in the
last selectobject lf.lfwidth=7 (instead of the 0 you set at the beginning)
ps:7 is the result of my computer's calculation
So we can write a simple demo to reproduce this problem:
1.lf.lfWidth = 0;
2.hUnderline = CreateFontIndirectA(&lf);
3.SelectObject(hdc, hUnderline);
4.ExtTextOutW(hdc, x, y, 0, NULL, string, lstrlenW(string), NULL);
5.lf.lfWidth = 7;
6.hUnderline = CreateFontIndirectA(&lf);
7.SelectObject(hdc, hUnderline);
8.ExtTextOutW(hdc, x, y, 0, NULL, string, lstrlenW(string), NULL);
You can find that the strings in 4 are drawn at the correct width, while the
strings in 8 are too narrow; I don't know how to fix this bug, as it also
affects the calculation of the string width
I hope I can get an answer
--
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=40409
Bug ID: 40409
Summary: builtin gdiplus causes K-Shoot Mania to lag in some
menus, native gdiplus causes missing textures
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: lena.stoffler(a)ymail.com
Distribution: ---
Created attachment 54144
--> https://bugs.winehq.org/attachment.cgi?id=54144
log, native gdiplus
K-Shoot Mania AppDB ->
https://appdb.winehq.org/objectManager.php?sClass=application&iId=17474
I did a lot of research to get this game to run normally. I have some
interessting results. Maybe this is fixable?
I'm sure the problem sits in the GDIPlus DLL
Short summary:
builtin: some menus lags really hard (very low framerate, 2~3 + input lag),
all textures are visible
native: normal framerate in all menus, but some missing textures (plain white
spot where the textures should be)
builtin (Wine)
~~~~~~~~~~~~~~
Probably the reason for the heavy lag? Only using builtin gdiplus.
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x...,0x...): stub
fixme:gdiplus:GdipCreateBitmapFromGdiDib (0x2002a60, 0x6b10000, 0x6578c8) -
partially implemented
Basically a stub and a partially implemented function. Maybe the game requires
a better GdipCreateBitmapFromGdiDib implementation or the
JpegDecoder_Frame_CopyPalette function. I don't know.
NOTE: The JpegDecoder_Frame_CopyPalette fixme doesn't appear with the native
gdiplus.
native (Windows) - winetricks gdiplus
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
No lag there, but now some textures are missing. Instead of the texture which
should be there, there is only a plain white spot. The 'generated' texture
files are empty files (0 byte).
You can verify this by youself easily: the cache folder is in the game folder.
($GAME/cache)
This is the fixme which is spammed in the terminal when using the native
gdiplus, installed using winetricks.
fixme:bitmap:SetBitmapBits Unhandled partial pixel
The other 2 fixmes from the builtin version are completely gone.
The 2 logs are attached separately for better readability.
--
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=25355
Summary: Time clock SBE 1.2 and 2.2 not working properly on
ubuntu 10.04LTS
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ryanmore2006(a)yahoo.com.ph
Our company used Ubuntu 8.04 install in all computer in all branches. were
using Time clock SBE 1.2 for time logging for all our employees. the said
software were stable in ubuntu 8.04 LTS wine wine version 1.0.
The problem starts when we updated the LINUX OS to Ubuntu 10.04LTS with wine
1.2 install, but something wrong with the some menu can't be seen anymore, we
tried to update the time clock sbe form 1.2 to 2.2 but the unfortunately it did
not fixed the problem. we also updated the version of wine but still the same.
for reference i will attached the screen shot for ubuntu 8.04 and 10.04
Im homping that someone can help me with this problem.
--
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=54890
Bug ID: 54890
Summary: Ultimate Doom Builder will crash if some dialoge boxes
are used
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: beneschork(a)gmail.com
Distribution: ---
Created attachment 74388
--> https://bugs.winehq.org/attachment.cgi?id=74388
Crash log
Whenever I use Ultimate doom Builder, I will often need to change a Thing* ID
or a texture. To do this, I have to click on the linedef or thing to open its
dialog box. There are fields I use to enter a string for the texture name or
and integer for the TID, and whenever I do, wine immediately throws up an error
and I have to save the crash log. This bug is replaceable on my machine, I have
even changed distros.
--
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=27294
Summary: livezilla can't start, complains of missing Verdana
font
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user complained that Livezilla wouldn't start, see
http://forum.winehq.org/viewtopic.php?t=12202
I was able to reproduce this, plus a possible font-related gdiplus bug:
cd $HOME
rm -rf ~/.wine
sh winetricks corefonts dotnet20
wget http://www.livezilla.net/downloads/pubfiles/LiveZilla_3.3.2.2_Full.exe
wine LiveZilla_3.3.2.2_Full.exe
cd ~/".wine/drive_c/Program Files/LiveZilla"
wine LiveZilla
That gets the error
Your system misses the font Microsoft Sans Serif
Copying micross.ttf from a Windows system into ~/.wine/drive_c/windows/Fonts
gets past that. (Dunno if that needs to be added to winetricks,
or if one of the existing fonts in 'allfonts' should satisfy it.)
The next problem is
Your system misses the font Tahoma
Doing
winetricks tahoma gdiplus
gets past that. (Don't know why gdiplus was needed, that's interesting.)
The next problem is the user's error,
Your system misses the font 'Verdana Regular'
Which is funny, because Verdana Regular is already in windows/Fonts,
and WINEDEBUG=+font shows
trace:font:AddFontToList Loading font file
"/home/dank/.wine/dosdevices/c:/windows/Fonts/Verdana.TTF" index 0
trace:font:get_familyname Got localised name L"Verdana"
trace:font:AddFontToList fsCsb = 2000019f 00000000/00000287 00000000 00000000
00000000
trace:font:AddFontToList Added font L"Verdana" L"Regular"
...
trace:font:AddFontToList Loading font file
"/usr/share/fonts/truetype/msttcorefonts/Verdana.ttf" index 0
trace:font:get_familyname Got localised name L"Verdana"
trace:font:AddFontToList Already loaded font L"Verdana" L"Regular" original
version is 10000, this version is 10000
trace:font:AddFontToList Original font is newer so skipping this one
Oddly, at some point, wine forgets about the Regular variant:
trace:font:DumpFontList Family: L"Verdana"
000d:Ret advapi32.RegGetValueW() retval=0000trace:font:DumpFontList L"Bold"
2000019f
000d:Call advapi32.RegGetValueW(0000004c,000trace:font:DumpFontList L"Bold
Italic" 2000019f
Perhaps one of the fonts in /usr/share/fonts is interfering...
--
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=43736
Bug ID: 43736
Summary: PathGradientBrush results in a white shape
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: norike(a)gmail.com
Distribution: ---
Created attachment 59217
--> https://bugs.winehq.org/attachment.cgi?id=59217
test project with screenshots
We develop a charting library and found some gradients are drawn as solid white
shapes in Wine for Ubuntu. Reducing the issue to the minimum we found the
problem seems to be when drawing a rectangle with a PathGradientBrush.
See the screenshots in the attachment.
- Windows.png is the result of running the .exe in a Windows 10.
- Ubuntu.png is the result of running the .exe in Ubuntu 16.04 using Wine. We
got the same result in Wine 1.6 (?), 2.0.2 and 2.17.
The attachment also contains the .exe and the project sources (made with Visual
Studio 2017).
--
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=33410
Bug #: 33410
Summary: QQ International 1.6 displays its window abnormally
with a black line across
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fangendoucg(a)gmail.com
Classification: Unclassified
Created attachment 44204
--> http://bugs.winehq.org/attachment.cgi?id=44204
screenshot
Hi folks,
While I install QQ International QQIntl1.61.exe, its first window shows with a
threadlet across.See the attachment.
Well, winetricks gdiplus can workaround it.
It's free to download.
$ sha1sum QQIntl1.61.exe
6cd9042f591a7b140e3216df2851c9b7a436be34 QQIntl1.61.exe
--
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=24653
Summary: Builtin GdiPlus doesn't draw lines equally to native
GdiPlus
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boreno(a)gmail.com
Created an attachment (id=31163)
--> (http://bugs.winehq.org/attachment.cgi?id=31163)
Sourcecode that draws GdiPlus pixel-perfection tests. Image that shows tests
drawn using native and builtin GdiPlus.
Lines are off by 1 pixel at either start or end position depending on drawing
operation. Image and source code attached. Marked with severity major since it
ruins pixel-perfection for UI components developed to rely on GdiPlus. In other
words, it looks too ugly to be released to customers.
--
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=32266
Bug #: 32266
Summary: Songr Portable 2.0 fails to start
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Classification: Unclassified
Created attachment 42579
--> http://bugs.winehq.org/attachment.cgi?id=42579
Error log
Songr Portable 2.0 fails to start with current version of Wine, I guess is a
problem with Wine-mono since Songr requires .Net 3.5 to work.
--
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=51449
Bug ID: 51449
Summary: Final Fantasy XIV: Endwalker Benchmark does not launch
Product: Wine
Version: 6.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yaomtc(a)protonmail.com
Distribution: ---
Created attachment 70299
--> https://bugs.winehq.org/attachment.cgi?id=70299
This is the terminal output from attempting to start the benchmark.
The benchmark for FFXIV 6.0 does not 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.
https://bugs.winehq.org/show_bug.cgi?id=47158
Bug ID: 47158
Summary: FantaMorph 5 is very slow
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The program works fine, bzt it's very slow. I didn't work much with it, but the
loading takes multiple seconds.
"winetricks gdiplus" makes it a lot faster.
--
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=55717
Bug ID: 55717
Summary: mono's IsOutlineVisible_Line_WithGraphics test fails
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
The
MonoTests.System.Drawing.Drawing2D.GraphicsPathTest.IsOutlineVisible_Line_WithGraphics
test stopped working in Wine. To test, download the Wine Mono tests and run:
$ run-tests.exe
MonoTests.System.Drawing.Drawing2D.GraphicsPathTest.IsOutlineVisible_Line_WithGraphics
This is a regression caused by 0c777a7d5cab90ab59d7a4a6b60c516efa7a9830.
--
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=55989
Bug ID: 55989
Summary: Wine Mono needs to support winmd files (YUR fails to
launch)
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
From https://github.com/ValveSoftware/Proton/issues/7308 (YUR).
The program ships a Windows.winmd file and links to it as a regular .NET
assembly. Wine Mono doesn't find it because it's not looking for a .winmd
extension, but renaming to .dll isn't good enough (though technically it is a
CLR image and does load). We need specific support for winmd assemblies.
--
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=56045
Bug ID: 56045
Summary: RichTextBox crashes the WPF application
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: claytmp+foj0w(a)gmail.com
Distribution: ---
Created attachment 75700
--> https://bugs.winehq.org/attachment.cgi?id=75700
Terminal output and WPF app included
When adding RichTextBox component into the Window Form, the app won't run at
all. It appears that the app crashes if it tries to render the RichTextBox.
Without the RichTextBox, the app would work
--
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=56217
Bug ID: 56217
Summary: Paint Shop Pro 9.01, minor hang when a selection in a
picture is moved
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: kle(a)bluewin.ch
Distribution: ---
Hi all
Here follows my second issue report about Paint Shop Pro 9 under Wine 9.x.
It works almost perfectly fine. One regression regarding a hang on exit was
already reported, see bug 56182 for more information.
After some time of testing I found another minor flaw which is most likely
gdiplus.dll related. The screen-output freezes for a short time after a
selected area (in a picture) is moved around for more than two or three pixels.
This is true for both, the built-in and the native gdiplus.dll. It affects only
the drawing of the picture and not the mouse cursor. However, while the bug is
present on both gdiplus variants, there exist still a difference when it
occurs. (That's the reason why I think it is related to gdiplus.)
A gdiplus.dll override to native is also needed for the first startup.
Otherwise it is not possible to close the "Learning center" dialog box. When
that is done the override can be reverted. Note, Paint Shop Pro 9 already
contains an own (quite old) native "gdiplus.dll" file.
It can be said that the built-in gdiplus works apart from that flaw somehow
smoother than the included native version.
The program can be downloaded from here:
https://www.tenforums.com/software-apps/191499-paint-shop-pro-4-12-7-04-8-1…
Note, it can be installed via the "Jasc Paint Shop Pro 9.msi" and "Jasc
Animation Shop 3.msi" files without any registration and also without any
serial.
--
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=37050
Bug ID: 37050
Summary: Wine and FreeSCAN.exe fails to load
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: hd625b(a)gmail.com
Used Lunix Mint17 Terminal and Wine to run FreeSCAN.exe which threw the errors
below. FreeSCAN.exe is from SixSpot Software.
hd625b@MyLunixMint17 ~ $ wine "/home/hd625b/.wine/drive_c/Program
Files/FreeSCAN/FreeSCAN.exe"
Unhandled Exception:
System.TypeLoadException: Could not load type 'FreeSCAN.lblSiteNote' from
assembly 'FreeSCAN, Version=0.8.3.0, Culture=neutral, PublicKeyToken=null'.
at FreeSCAN.My.MyProject+MyForms.get_lblSiteNote () [0x00000] in <filename
unknown>:0
at FreeSCAN.My.MyApplication.OnCreateMainForm () [0x00000] in <filename
unknown>:0
at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun ()
[0x00000] in <filename unknown>:0
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run
(System.String[] commandLine) [0x00000] in <filename unknown>:0
at FreeSCAN.My.MyApplication.Main (System.String[] Args) [0x00000] in
<filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load
type 'FreeSCAN.lblSiteNote' from assembly 'FreeSCAN, Version=0.8.3.0,
Culture=neutral, PublicKeyToken=null'.
at FreeSCAN.My.MyProject+MyForms.get_lblSiteNote () [0x00000] in <filename
unknown>:0
at FreeSCAN.My.MyApplication.OnCreateMainForm () [0x00000] in <filename
unknown>:0
at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun ()
[0x00000] in <filename unknown>:0
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run
(System.String[] commandLine) [0x00000] in <filename unknown>:0
at FreeSCAN.My.MyApplication.Main (System.String[] Args) [0x00000] in
<filename unknown>:0
hd625b@MyLunixMint17 ~ $
--
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=56266
Bug ID: 56266
Summary: EA Desktop does not install
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: helix.graziani(a)hotmail.com
Distribution: ---
Created attachment 75981
--> https://bugs.winehq.org/attachment.cgi?id=75981
Application Log
Running wine-8.18-1766-gc963c4141a0.
OS: Ubuntu 22.04.3 LTS x86_64 (Kernel 5.15.0-91-generic).
To reproduce:
- Download the installer:
https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases…
- Run it
- Click "Let's go"
- Wait
- It should say an error occurred
$ sha1sum EAappInstaller.exe
491248bd5fce30bac23a174f779be01a4542765c EAappInstaller.exe
Attached is the application log.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46058
Bug ID: 46058
Summary: iPed 7G 2019 (.NET 4.0 app) v13.0.10800 crashes with
System.NotImplementedException at
System.drawing.Graphics.CheckErrorStatus
Product: Wine
Version: 3.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: johntam(a)pedfast.com
Distribution: ---
Created attachment 62644
--> https://bugs.winehq.org/attachment.cgi?id=62644
Screen shot of exception.
Exception occurs when previewing MegaPed pedigree -- if a database is needed
to duplicate the issue please email me.
If one continues after the exception, the pedigree does not render to the
preview window.
Reports all also render as blank. Something else is unimplemented that is not
throwing an exception.
--
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=53947
Bug ID: 53947
Summary: Daily Chthonicle is extremely slow and laggy
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Especially notable when you run it without winecfg's "virtual desktop" on a 4k
screen.
winetricks "gdiplus" works around the issue.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56049
Bug ID: 56049
Summary: Wine >= 9.0-rc1: 32+64 bit build with -march=znver1
broken (libtiff, regression, gcc-12.2.0, Debian-12)
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: kolAflash(a)kolahilft.de
Distribution: ---
Compiling a combined 32+64 bit Wine with -march=znver1 is broken since at least
Wine-9.0-rc1.
Tested on Debian-12 (gcc-12.2.0). There seems to be a problem with libtiff.
I'm using the following commands to build Wine since years. They worked fine
with Wine <= 8.21.
(Wine source has been extracted to wine-*)
Please tell me if you think this is not a Wine regression, but a GCC bug. Then
I'll report it at GCC.
export PREFIX="${HOME}"/wine-build
export CFLAGS='-march=znver1'
mkdir 64; cd 64
../wine-*/configure CROSSCFLAGS="${CFLAGS}" --enable-win64 --prefix="${PREFIX}"
--disable-tests
make -j16
mkdir ../32; cd ../32
PKG_CONFIG_PATH="${PREFIX}"/lib/pkgconfig:/usr/lib/pkgconfig:/usr/lib/i386-linux-gnu/pkgconfig
../wine-*/configure CROSSCFLAGS="${CFLAGS}" --with-wine64=../64
--prefix="${PREFIX}" --libdir="${PREFIX}"/lib --disable-tests
make -j16 install
cd ../64; make install
Since Wine >= 9.0-rc1 I'm getting the following error in the final "cd ../64;
make install" command when using "-march=znver1".
i686-w64-mingw32-gcc -c -o dlls/windowscodecs/i386-windows/dlldata.o
dlls/windowscodecs/dlldata.c -Idlls/windowscodecs \
-I../wine-9.0-rc1/dlls/windowscodecs -Iinclude -I../wine-9.0-rc1/include \
-I../wine-9.0-rc1/include/msvcrt -I../wine-9.0-rc1/libs/tiff/libtiff
-I../wine-9.0-rc1/libs/jpeg \
-I../wine-9.0-rc1/libs/png -D_UCRT -D__WINESRC__ -DENTRY_PREFIX=WIC_
-DPROXY_DELEGATION \
-DWINE_REGISTER_DLL -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
-Wdeclaration-after-statement \
-Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned
-Wshift-overflow=2 \
-Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
-Wwrite-strings -Wpointer-arith \
-Wlogical-op -Wabsolute-value -fno-omit-frame-pointer
-mpreferred-stack-boundary=2 -march=znver1
i686-w64-mingw32-gcc -c -o libs/tiff/i386-windows/libtiff/tif_aux.o
../wine-9.0-rc1/libs/tiff/libtiff/tif_aux.c -Ilibs/tiff \
-I../wine-9.0-rc1/libs/tiff -Iinclude -I../wine-9.0-rc1/include
-I../wine-9.0-rc1/include/msvcrt \
-I../wine-9.0-rc1/libs/tiff/libtiff -I../wine-9.0-rc1/libs/jpeg
-I../wine-9.0-rc1/libs/zlib \
-D_UCRT -DFAR= -DZ_SOLO -D__WINE_PE_BUILD -fno-strict-aliasing
-Wno-packed-not-aligned \
-fno-omit-frame-pointer -mpreferred-stack-boundary=2 -march=znver1
during RTL pass: split1
../wine-9.0-rc1/libs/tiff/libtiff/tif_aux.c: In function ‘_TIFFUInt64ToFloat’:
../wine-9.0-rc1/libs/tiff/libtiff/tif_aux.c:415:1: internal compiler error: in
assign_stack_local_1, at function.cc:429
415 | }
| ^
0x7feffaa461c9 __libc_start_call_main
../sysdeps/nptl/libc_start_call_main.h:58
0x7feffaa46284 __libc_start_main_impl
../csu/libc-start.c:360
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
make: *** [Makefile:224677: libs/tiff/i386-windows/libtiff/tif_aux.o] Error 1
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45840
Bug ID: 45840
Summary: i don't know =D
Product: Wine
Version: 3.0.2
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vkvinderi(a)gmail.com
Distribution: ---
Created attachment 62312
--> https://bugs.winehq.org/attachment.cgi?id=62312
Open source programm, i leave link upper or be low, inside the message
It is a opensource programm
https://github.com/Jessecar96/SteamDesktopAuthenticator
It almost works, but i still have problem when i need confirm something.
Crashing when i push the button iside body of this programm, button called like
"View Confirmations"
Also, you probably can repeat the error, if you setup any steamcommunity.com
account, and press this button.
Sorry if i make a mistakes, when i'm send you this message.
--
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=38932
Bug ID: 38932
Summary: Betfair Betting Assistant throws a warning while
loading
Product: Wine
Version: 1.7.47
Hardware: x86
URL: https://www.gruss1-software.co.uk/Betting_Assistant/Be
tting_Assistant.msi
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 51866
--> https://bugs.winehq.org/attachment.cgi?id=51866
wine-1.7.47-84-g2294d3b screenshot
After a successful installation, Betfair Betting Assistant throws a warning
while loading, and then doesn't load the log-in dialog as it should.
The workaround is dotnet20.
--
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=56571
Bug ID: 56571
Summary: osu! quits with InvalidCastException when using
wine-mono
Product: Wine
Version: 9.6
Hardware: x86-64
URL: https://m1.ppy.sh/r/osu!install.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: aidas957(a)gmail.com
Distribution: ArchLinux
Created attachment 76324
--> https://bugs.winehq.org/attachment.cgi?id=76324
Snippet of Wine Mono log with the cast exception
Hello,
So osu!(stable) quits after the osu! logo (with InvalidCastException being
shown in the terminal when using the WINE_MONO_TRACE=frog variable) when
running the game with wine-mono installed (instead of .NET)
Installing .NET with the dotnet45 winetricks verb allows the game to run again
(like with bug 50111)
I think this bug may be a continuation of
https://bugs.winehq.org/show_bug.cgi?id=50111 (because I see
marshalling-related functions before the exception gets thrown in the Mono log)
I'll attach a snippet of the relay-level Wine Mono log that has the exception
stuff (the full log is likely too big even after compression)
I tried editing the RuntimeAssembly class to public in dnSpy for the Wine Mono
mscorlib.dll (but I got an EXCEPTION_ILLEGAL_INSTRUCTION exception instead with
no obvious explanation for that in the Wine Mono log which of course prevented
the game from starting)
--
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=27447
Summary: HAL7600 doesn't start
System.InvalidOperationException:
WinForms_SeeInnerException
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Unhandled Exception: System.InvalidOperationException:
WinForms_SeeInnerException ---> System.Reflection.TargetInvocationException:
Exception has been thrown by the target of an invocation. --->
System.ComponentModel.Win32Exception: No valid icon entry were found.
at System.Drawing.Icon.InitFromStreamWithSize (System.IO.Stream stream, Int32
width, Int32 height) [0x00000] in <filename unknown>:0
at System.Drawing.Icon..ctor (System.Runtime.Serialization.SerializationInfo
info, StreamingContext context) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke
(System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[]
parameters) [0x00000] in <filename unknown>:0
...
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run
(System.String[] commandLine) [0x00000] in <filename unknown>:0
at HAL7600.My.MyApplication.Main (System.String[] Args) [0x00000] in
<filename unknown>:0
http://forums.mydigitallife.info/threads/23966-UNSUPPORTED-HAL7600-Permanen…
mono210 required. Check url for direct download link
--
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=56484
Bug ID: 56484
Summary: LACiE Toolkit: Error message on startup: mscorlib: The
method or operation is not implemented.
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: linards.liepins(a)gmail.com
Distribution: ---
Created attachment 76255
--> https://bugs.winehq.org/attachment.cgi?id=76255
Screnshot
After closing the window, app works as expected.
--
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=56590
Bug ID: 56590
Summary: Buffer Overflow in jpeg_decoder_initialize
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: franco(a)blackwinghq.com
Distribution: ---
The vulnerable jpeg_decoder_initialize function in file libjpeg.c
(https://github.com/wine-mirror/wine/blob/master/dlls/windowscodecs/libjpeg.…)
is used to decompress jpegs and create a raw bitmap version of the image.
In jpeg_decoder_initialize, the values for cinfo.output_width and
cinfo.output_height are retrieved directly from a jpeg file's header.
cinfo.output_width and cinfo.output_height can be manipulated by editing the
header of the jpeg file being processed. They are two bytes each in the image's
header so their values can range from 0x0000 to 0xFFFF. These variables are
multiplied with frame.bpp.
When these three values are multiplied together they can exceed the limit of a
32-bit unsigned integer, leading to an integer overflow vulnerability. This
product is used to set the size of the image_data buffer, which will store the
decompressed jpeg
(https://github.com/wine-mirror/wine/blob/master/dlls/windowscodecs/libjpeg.…).
When the sizing arguments overflow, the buffer becomes too small to store the
decompressed data.
The program writes the decompressed image to the buffer using the
jpeg_read_scanlines function. The function ends up writing to out-of-bounds
memory due to the buffer’s small size
(https://github.com/wine-mirror/wine/blob/master/dlls/windowscodecs/libjpeg.…).
This causes data in memory adjacent to the buffer to be overwritten.
An attacker is in control of the image's height, width, and contents. This
allows an attacker to craft an exploit to overwrite data in memory with data
they control.
--
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=56849
Bug ID: 56849
Summary: [Regression] Ableton Live 12 undo history broken
Product: Wine
Version: 9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tileacids946(a)gmail.com
Distribution: ---
After updating to Wine 9.11, Ableton Live complains about not being able to
access the undo history file:
"Live cannot access the undo history file and is switching to a memory based
undo"
--
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=56908
Bug ID: 56908
Summary: ASCII Art Studio - hangs after clicking on New icon
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 76727
--> https://bugs.winehq.org/attachment.cgi?id=76727
ascii freeze
Download ASCII Art Studio from https://jira.reactos.org/browse/CORE-19654
Install
click on "new" icon in tool bar
Freezes and "top" shows 100% CPU used by this process.
--
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=21227
Summary: cmd doesn't echo redirection like native
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P3
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Native cmd echoes commands after some canonicalization has been done
on their redirects. A batch file containing
dir 1> ok
dir > bad
dir | bad
dir > blah > bad
echoes as
dir 1> ok
dir 1> bad
dir | bad
dir 1> bad
(note the extra space inserted before the > or |).
Wine's cmd doesn't currently do this, but it could probably
do so without too much trouble; it already collects redirects
separately for each command.
For the moment I'll probably put a kludge in the cmd conformance
test runner to compensate.
--
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=54335
Bug ID: 54335
Summary: fp.exe has no mouse, resize does not work, escape
string don't work
Product: Wine
Version: 8.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: margers.roked(a)inbox.lv
Distribution: ---
fp.exe download link
http://downloads.freepascal.org/fpc/dist/3.2.2/i386-win32/fpc-3.2.2.i386-wi…
Fail to start from shortcut/launcher.
Starting form terminal:
1) has no mouse support
2) not all escape strings work for example Alt+F does not open File menu
3) resize terminal window does not resize program window accordingly.
Starting from cmd has the same problems + after exit cmd is broken
--
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=56909
Bug ID: 56909
Summary: ExEn-V2 Generic Simulator - "Garbage" displayed on 1st
line
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 76728
--> https://bugs.winehq.org/attachment.cgi?id=76728
exen
ExEn-V2 Generic Simulator from https://alien256.narod.ru/EMULATOR.RAR
"Garbage" displayed on 1st line while it should display "Games Menu" in red
See : https://jira.reactos.org/browse/CORE-18836
--
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=24026
Summary: Tab completion for cmd
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Pressing tab only creates a space but should complete a file name in the same
way that Windows does with their Command Prompt.
--
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=56907
Bug ID: 56907
Summary: wineconsole, FreePascal text mode IDE and horizontal,
vertical scrollbars
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: margers.roked(a)inbox.lv
Distribution: ---
Free Pascal text mode IDE when changing Video Mode sometimes horizontal,
vertical scrollbars appear while unnecessary.
Reproduce:
1. open fp.exe in wineconsole (scrollbars might appear while not needed)
2. Options -> Environment -> Preferences -> change: Video Mode (scrollbars
might appear while not needed)
3. File -> Command shell, "exit" (scrollbars might appear while not needed, or
disappear )
Free Pascal available at
https://sourceforge.net/projects/freepascal/files/Win32/3.2.2/
fpc-3.2.2.i386-win32.exe
after installation run fp.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.
https://bugs.winehq.org/show_bug.cgi?id=56778
Bug ID: 56778
Summary: Nextion Editor crash on startup
Product: Mono
Version: main
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mono
Assignee: wine-bugs(a)winehq.org
Reporter: wghralbwklqcocselg(a)cazlq.com
CC: madewokherd(a)gmail.com
Distribution: ---
Link to download: https://nextion.tech/download/nextion-setup-v1-65-1.exe
Wine log:
0170:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
Failed to run module constructor due to (null)
assembly:C:\windows\mono\mono-2.0\lib
--
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=56903
Bug ID: 56903
Summary: wineconsole, FreePascal text mode IDE, 2nd screen
buffer
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: margers.roked(a)inbox.lv
Distribution: ---
Free Pascal IDE have its own screen and console screen.
Switch to console screen press Alt+F5 and back by pressing any key.
When running in wineconsole Free Pascal ide those two screens seems to
"overlap", but they should not.
Free Pascal available at
https://sourceforge.net/projects/freepascal/files/Win32/3.2.2/
fpc-3.2.2.i386-win32.exe
after installation run fp.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.
https://bugs.winehq.org/show_bug.cgi?id=56841
Bug ID: 56841
Summary: virtual desktop "explorer.exe
/desktop=shell,1920x1080" broken in 9.11 (regression
since 9.10)
Product: Wine
Version: 9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolAflash(a)kolahilft.de
Distribution: ---
Since wine-9.11 the virtual desktop doesn't work when started via "/desktop".
There's simply no X11 window coming up.
Example running winecfg:
explorer.exe /desktop=shell,1920x1080 winemine.exe
OS: Debian-12 Linux
wine-9.10 was working fine.
Bad commit (did a git bisect):
https://gitlab.winehq.org/wine/wine/-/commit/b89c9c60d50cf21650331d1528ff96…
--
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=53711
Bug ID: 53711
Summary: Final Fantasy XI Crashes
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pandora.xero(a)gmail.com
Distribution: ---
Created attachment 73136
--> https://bugs.winehq.org/attachment.cgi?id=73136
most recent backtrace, 20220920 122500 US Central.
I have multiple occurrences over the past several months (most of which I have
saved the backtraces for) of the game crashing.
Symptoms include:
Game crash on logout
Occasional Game crash on zone
Failure to load textures, or glitched textures loaded
I am unable to glean any information from the backtraces, primarily because I
am not familiar with x86 assembly, but I have had issues like these for a while
now. They mostly occur after switching between characters multiple times, or
zoning a large number of times, but the most recent one (attached) was totally
random as I was walking through a zone.
--
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=56899
Bug ID: 56899
Summary: reMarkable software (paper tablet) installs but does
not run
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jochen.friedemann(a)gmail.com
Distribution: ---
Created attachment 76716
--> https://bugs.winehq.org/attachment.cgi?id=76716
Log after wine 9.12 crashes trying to run reMarkable
(reMarkable-3.12.1.873-win64) after successful installation
The last couple versions of the reMarkable software (paper tablet) would
install but not run (reMarkable version 3.10 & 3.12). Trying to run an older
version (3.7) that previously worked now also crashes. Please see log in
attachment...
--
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=56580
Bug ID: 56580
Summary: Xdefiant Beta pdh.dll.PdhGetFormattedCounterArrayA
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: pdh
Assignee: wine-bugs(a)winehq.org
Reporter: hippo1555(a)gmail.com
Distribution: ---
Launch game, after getting to main menu load any mode.
during loading land on:
wine: Call from 000000007B013AD7 to 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=56897
Bug ID: 56897
Summary: Overwatch 2 very low fps in vanilla wine
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: h0tc0d3(a)gmail.com
Distribution: ---
To be honest, I don't quite remember how keyboard layouts affect game
performance. But the Overwatch 2 game without this set of patches
https://gitlab.winehq.org/wine/wine-staging/-/tree/master/patches/loader-Ke…
has an FPS of about 50 frames, while with this set of patches the FPS is more
than 300.
--
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=55949
Bug ID: 55949
Summary: PEB->PostProcessInitRoutine broken / unimplemented
Product: Wine
Version: 8.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: novae.harpist06(a)icloud.com
Distribution: ---
Created attachment 75533
--> https://bugs.winehq.org/attachment.cgi?id=75533
Reproducer
Reproducer attached.
Windows output:
Hello world!
Wine output:
(nothing)
--
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=55752
Bug ID: 55752
Summary: ntdll:wow64 - The 32-bit test_peb_teb() fails in
Wine's the new WoW mode
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ntdll:wow64 - The 32-bit test_peb_teb() fails in Wine's the new WoW mode:
wow64.c:874: Test failed: wrong Tib.ExceptionList 7ffffe1ff530 / 7FFC2000
See https://test.winehq.org/data/patterns.html#ntdll:wow64
In particular one can see this issue on fg-deb64-i386, fgtb-debian11-i386,
fgtb-debian12-i386 and rbernon-*-wow64 which all run the 32-bit tests in the
new Windows-on-Windows Wine mode. This failure does no happen in the 64-bit
test, or when running in a pure 32-bit environment or in the old
Windows-on-Windows mode.
--
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=56831
Bug ID: 56831
Summary: Label disappears except if renderer=gdi
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mterrisse(a)free.fr
Distribution: ---
Created attachment 76639
--> https://bugs.winehq.org/attachment.cgi?id=76639
Sample Delphi/FMX application
Hello,
Wine dev 9.10, Ubuntu 24.04
I wrote a sample application to illustrate the problem.
The application is written in Delphi/FMX, win64 and has just a form with a
label and a button that closes the form.
The problem is that the label disappears when the mouse hovers over the button.
But this doesn't happen if I specify
HKEY_CURRENT_USER\Software\Wine\Direct3D\renderer=gdi
I have the problem with renderer=gl or renderer=vulkan
I have tried to investigate: if I remove the call to InvalidateRect when
Repaint is called for the button, the problem disappears (but the aspect of the
button is wrong). The coordinates passed to InvalidateRect are the same under
Windows and under Ubuntu + Wine.
Thank you for your help.
Regards,
Michel Terrisse
--
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=52755
Bug ID: 52755
Summary: Visual Novel "A Clockwork Ley-Line" hangs with
blackscreen
Product: Wine
Version: 7.5
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: ---
For the Launcher issue see bug 44397. You need to run LeyLine.exe directly.
Using the standalone (non-steam) version.
The game starts, shows its splashscreen, but then hangs indefinitely with a
blackscreen instead of going into the main menu.
Bisected to
commit f15c23df4a281a93087b5c0d2ca421463c7b9e4a
Author: Jactry Zeng <jzeng(a)codeweavers.com>
Date: Mon Apr 6 11:54:07 2020 -0500
qasf: Implement IFileSourceFilter_Load() for WM ASF reader.
Signed-off-by: Jactry Zeng <jzeng(a)codeweavers.com>
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Not sure what component that is though...
Would you mind talking a look, please?
--
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=56893
Bug ID: 56893
Summary: XM6 TypeG dips below fullspeed
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: galmeharku(a)vusra.com
Distribution: ---
Created attachment 76710
--> https://bugs.winehq.org/attachment.cgi?id=76710
Running the game Dai makai mura. Notice at the top that it says 95%.
This emulator is not heavy and is always fullspeed in Windows.
--
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=44397
Bug ID: 44397
Summary: Visual Novel "A Clockwork Ley-Line" - Running launcher
crashes
Product: Wine
Version: 3.0-rc6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 60320
--> https://bugs.winehq.org/attachment.cgi?id=60320
Error log and message
Since bug 44379 is fixed, the launcher now starts the locale-emulator, that
then seems to crash. It shows a messagebox (message in attachment) and doesn't
start the game.
Note that the launcher is a 64bit .NET binary, and I didn't get native .NET to
work properly in a 64bit prefix yet.
As workaround you still can start the game directly (run LeyLine.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.
https://bugs.winehq.org/show_bug.cgi?id=54938
Bug ID: 54938
Summary: MSYS2 Setup stops at 50% (at installing component
MSYS2)
Product: Wine
Version: 8.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
Created attachment 74466
--> https://bugs.winehq.org/attachment.cgi?id=74466
console messages
MSYS2 Setup stops at 50% (at installing component MSYS2).
Steps to reproduce:
$ wget
https://github.com/msys2/msys2-installer/releases/download/2023-03-18/msys2…
$ sha256sum msys2-x86_64-20230318.exe
051a523e645b40f34e9d80f245b42828410208b575b7502de068e65cba1d02d0
msys2-x86_64-20230318.exe
$ export WINEPREFIX=~/wine-tmp
$ wine msys2-x86_64-20230318.exe Now the installer starts.
Press next 3 times. Now the MSYS2 installer starts, and goes up to 50%
Press cancel Now MSYS2 asks if you want to cancel the installation process.
Press Yes Noting visually changes, it still remains at 50%.
Press the X. Now MSYS2 asks if you want to exit the installer.
Press Yes. Now the installer window disappears.
Now press enter in the console. The $ prompt returns.
$ rm -rf wine-tmp/
My versions:
$ wine --version
wine-8.7
$ uname -a
Linux cedric 6.3.1-arch2-1 #1 SMP PREEMPT_DYNAMIC Wed, 10 May 2023 08:54:47
+0000 x86_64 GNU/Linux
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53440
Bug ID: 53440
Summary: Msys2 sh.exe -c /usr/bin/mktemp makes an error on Wine
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joel(a)airwebreathe.org.uk
Distribution: ---
Running this command on Windows produces the expected path to the temp file:
c:\workspace>c:\msys64\usr\bin\bash.exe -c "/usr/bin/mktemp"
/tmp/tmp.RwJ7JEktDp
Running the same command on Wine 7.13 produces a "Permission denied" error:
$ wine64 /path/to/usr/bin/sh.exe -c /usr/bin/mktemp
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0024:fixme:ntdll:NtSetInformationToken unimplemented class 4
0024:fixme:security:GetWindowsAccountDomainSid (00000000FFFFC190
0000000000340E38 00000000FFFFC18C): semi-stub
0024:fixme:netapi32:DsEnumerateDomainTrustsW ((null), 0x0023, 00000000FFFFC368,
00000000FFFFC354): stub
0110:fixme:wldap32:ldap_set_optionA Unsupported option: 0x95
0110:fixme:wldap32:ldap_set_optionA Unsupported option: 0x96
0024:fixme:netapi32:NetUserGetInfo Only implemented for local computer, but
remote serverL"\\\\@" was requested.
Cygwin WARNING:
Couldn't compute FAST_CWD pointer. This typically occurs if you're using
an older Cygwin version on a newer Windows. Please update to the latest
available Cygwin version from https://cygwin.com/. If the problem persists,
please see https://cygwin.com/problems.html
0024:fixme:netapi32:NetLocalGroupGetInfo ((null) L"Administrators" 1
00000000FFFFC3E0) semi-stub!
0024:fixme:netapi32:NetLocalGroupGetInfo ((null) L"Users" 1 00000000FFFFC3E0)
semi-stub!
/usr/bin/mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’:
Permission denied
--
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=38289
Bug ID: 38289
Summary: cmd replacement is unable to display a bat file script
correctly.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: njls.yoshi2(a)gmail.com
Distribution: ---
Created attachment 51122
--> https://bugs.winehq.org/attachment.cgi?id=51122
Example batch
The amended Wine cmd.exe (version 6.1.7601 [1.6.2]) is unable to display a
batch script to emulate written text to a command line (script attached).
The script runs true in sequence if perused, however, the line where the text
should be displayed, yields the characters, "a~0,1", which is a defined
argument (expressed in attached script), but not the correct 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=56890
Bug ID: 56890
Summary: Missing fog and inaccurate vertex shader in Need For
Speed III , High Stakes and Porsche Unleashed
Product: Wine
Version: 9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: barrosleo10(a)gmail.com
Distribution: ---
The fog effect doesn't seem to work and the background gets "lit up" as a
side-effect, it's specially notable on night tracks.
These games also rely on the accuracy of the vertex shader (Floating Point) to
properly reproduce the intended effect of the projected headlights as seem
here:
https://github.com/narzoul/DDrawCompat/issues/327
I wonder if its possible to implement something similar as the Z-Fighting you
get without a more accurate implementation makes it very jarring to look at
--
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=56879
Bug ID: 56879
Summary: Resident Evil GoG Edition Crashing
Product: Wine
Version: 9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
Created attachment 76687
--> https://bugs.winehq.org/attachment.cgi?id=76687
Install&Startup
When i try to start the re-released version of Resident Evil via wine 9.11, it
messes up the resolution and sometimes orientation of my main monitor and then
crashes referring to non existing opengl and vulkan files
With WINEDLLOVERRIDES=ddraw=n,b it starts early and then hangs showing only the
cursor on a black screen where there should be an intro movie playing.
Then i get an exception.
--
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=56425
Bug ID: 56425
Summary: Gray Matter: Random crashes during the game, sometimes
preceded by graphics bugs
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: memax(a)gmx.fr
Distribution: Ubuntu
Game:
"Gray Matter"
Point-and-click adventure game developed by Wizarbox and released in 2010.
GOG.com version.
Game settings:
Run config.exe (located in the game folder) to adjust the settings.
Vertical sync activated.
Hardware cursor activated.
Shadows and Mirrors set to High.
Rendering set to Highest.
Quality set to Highest.
OS: Ubuntu 22.04.4 LTS 64bit.
NVIDIA Driver Version: 535.161.07.
Wine:
wine-9.4 development version.
Default Wine configuration, unmodified.
Clean Wine directory.
Description:
The game launches, a new game can be started and the intro cinematic is played
without any problem.
However, when you actually start playing, the game crashes randomly after a few
minutes.
Sometimes the crash is preceded by graphics bugs with parts of the screen
turning black.
Workaround:
Installing DXVK using winetricks solves the issue.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32449
Bug #: 32449
Summary: QGIS err:module:import
Product: Wine
Version: 1.5.19
Platform: x86
URL: http://hub.qgis.org/projects/quantum-gis/wiki/Download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: guy.roussin(a)teledetection.fr
Classification: Unclassified
Created attachment 42810
--> http://bugs.winehq.org/attachment.cgi?id=42810
Error log when launching qgis 1.8.0-1 on wine 1.5.19
Hi,
QuantumGIS is an open source software which run very fine on linux.
Today, i try the windows version on a quantal 32 bits chroot on my debian sid
amd64.
http://qgis.org/downloads/QGIS-OSGeo4W-1.8.0-1-Setup.exe
I get this error when launching qgis :
(see attachment)
I get the same error with PlayOnLinux ...
Thank you,
Guy
--
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=55151
Bug ID: 55151
Summary: PC crashes after endlessly eating up memory
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: axis6404(a)proton.me
Distribution: ---
example script (selfdel.bat):
:REP
del "selfdel.bat"
if exist "selfdel.bat" goto REP
wine selfdel.bat (An infinite loop occurs. Until it eats up all the memory and
the PC stops.)
The koeiuc.bat in Steam games made by Koei eats up all the memory and crashes
the PC.
--
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=56883
Bug ID: 56883
Summary: Dualshock bumpers registering as two buttons on wine
9.9 and later
Product: Wine
Version: 9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: quackdoctech(a)gmail.com
Distribution: ---
As of wine 9.9 and later a dualshock (Playstation 5) controller when connected
via bluetooth and only bluetooth, the left and right bumpers will trigger two
button presses at the same time.
Right bumper will trigger the buttons number 5 and 13 instead of just 5
Left bumper will trigger the buttons number 4 and 13 instead of just 4
--
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=54928
Bug ID: 54928
Summary: exclamation mark ! in string missing if
EnableDelayedExpansion
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: huangqinjin(a)gmail.com
Distribution: ---
test.bat:
@echo off
set "BEFORE_DELAY=before!"
setlocal EnableDelayedExpansion
set "AFTER_DELAY=after^!"
echo !BEFORE_DELAY!
echo !AFTER_DELAY!
Output:
Window cmd:
before!
after!
Wine cmd:
before
after^
--
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=52092
Bug ID: 52092
Summary: game pass
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: master.zion(a)gmail.com
Distribution: ---
Hi everyone...
it seems it is not possible to install the xbox application for PC using wine.
It would be useful to play Windows games from xbox game pass, and it will be
very useful on Steam deck.
it fails during the installation startup.
------
Unhandled Exception: 0024:fixme:ntdll:EtwEventRegister
({8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 05E202EE, 00000000, 01EA96F4) stub.
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'Windows.Foundation.UniversalApiContract, Version=7.0.0.0,
Culture=neutral, PublicKeyToken=null, ContentType=WindowsRunt
ime' or one of its dependencies. Module not found.
at XboxInstaller.App..ctor()
at XboxInstaller.App.Main()
------
https://www.xbox.com/en-IN/apps/xbox-app-for-pc
--
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=52544
Bug ID: 52544
Summary: %__APPDIR__% and %__CD__% variables support
Product: Wine
Version: 7.1
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fiendishx(a)gmail.com
I'm not able to easily update to 7.2 because I'm on a mac and am largely
dependent on https://github.com/Gcenx/homebrew-wine but I tested myself in Wine
6.0 and had a friend using Linux test in Wine 7.1, and it seems unlikely that
this was fixed in the 7.2 update.
It seems like the %__APPDIR__% and %__CD__% path variables don't work in Wine?
See the "undocumented" section of https://ss64.com/nt/syntax-variables.html
Example:
wine cmd.exe
echo %__APPDIR__% -> just prints "%__APPDIR__%"
On my windows machine, "echo %__APPDIR__%" prints "C:\Windows\SysWOW64\" or
"C:\Windows\system32\" depending on which version of cmd.exe (32/64 bit) was
invoked.
--
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=50132
Bug ID: 50132
Summary: Command line: Incorrect behaviors in FOR () and IF ()
blocks
Product: Wine
Version: 5.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: Psycho-A(a)yandex.ru
Distribution: ---
The native CMD.exe contains many syntax and other errors related to the FOR and
IF commands processing inside of ()-blocks. This is very importans for apps
that require complex batch scripts on run. Let's begin.
Case 1:
-------
Different behavior when using brackets after "DO"
:: Returns ")" error:
for %%a in (*.txt) do if #==# (
echo File: "%%~a"
)
:: Works normal:
for %%a in (*.txt) do (if #==# (
echo File: "%%~a"
))
:: Works normal:
for %%a in (*.txt) do if #==# echo File: "%%~a"
In Windows CMD all three results works the same (returns ECHO text).
Case 2:
-------
Reading empty lines of text file if EOL=# specified
:: ECHO will return "" text here:
for /f "usebackq eol=: tokens=1" %%a in ("File.txt") do (
echo "%%~a"
)
Windows CMD skips empty lines anyway.
Case 3:
-------
Error behavior if an empty line with Space ot Tab is defined in body
:: Will return ")" error:
if #==# (
echo Some text
)
:: Just will show ECHO text:
if #==# (
echo Some text
)
Case 4:
-------
Not-expanding variables from parent cycle child one
:: Will show "%~m" in child cycles:
for %%f in (*.txt) do (
echo In parent cycle: "%%~f"
for %%x in ("%%~f") do (
echo In child cycle: "%%~x"
)
)
:: Will seek in "%~f" dir instead of "Folder1":
for %%f in ("Folder1") do (
for /r "%%~f" %%x in (*.txt) do (
echo "%%~x"
)
)
Windows CMD expands "%%f" in any child cycle's place.
Case 5:
-------
Error if no quotes in file/command condition
:: Returns "DO is not an application" error:
for /f %%a in (File.txt) do (
echo "%%~a"
)
:: Reads strings of File.txt:
for /f "usebackq" %%a in ("File.txt") do (
echo "%%~a"
)
Windows CMD reads file in both cases
("usebackq" uses to use quotes around filename).
This error appears only when target file not found.
Case 6:
-------
Using global ">" redirection after ()-body issue:
:: Will show ECHO text and create empty Test.bug
if #==# (
echo Text 1...
echo Text 2...
)> "Test.bug"
:: Will write Test.bug with echo text (normal case)
if #==# (
echo Text 1...> "Test.bug"
echo Text 2...> "Test.bug"
)
Windows CMD does the same as second in both cases.
Case 7:
-------
Incorrect IF() ELSE() processing if FOR() inside
:: Returns "ELSE is not an application" error:
if #==# (
echo IF condition.
for %%m in (*.txt) do (
echo FOR cycle.
)
) else (
echo ELSE condition.
)
:: Works normally:
if #==# (
echo IF condition.
) else (
echo ELSE condition.
)
Also ELSE works normal when IF condition is NOT equal.
Case 8:
-------
No processing file mask if it's quoted
:: Returns txt files that found:
for %%f in (*.txt) do (
echo "%%~f"
)
:: Returns nothing
for %%f in ("*.txt") do (echo "%%~f")
for %%f in ("Dir\*.txt") do (echo "%%~f")
The same is if FOR with /R key is used.
For now that's all I found.
Some of Wine 4.x bugs I knew seems to be fixed already.
--
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=56389
Bug ID: 56389
Summary: 32bit Assassin's Creed game and assassin's creed
revelations was unable to run under wow64
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436.tw(a)gmail.com
Distribution: ---
Created attachment 76138
--> https://bugs.winehq.org/attachment.cgi?id=76138
relay log
With wow64 enable to run 32bit under 64bit wine
Assassin's Creed is not able to show window, but it normally without wow64
support.
--
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=47486
Bug ID: 47486
Summary: GsView draws one menu item with white background
Product: Wine
Version: 4.11
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 64866
--> https://bugs.winehq.org/attachment.cgi?id=64866
Screenshot on wine
See screenshot.
--
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=52484
Bug ID: 52484
Summary: ShaderGlass crashes on startup
Product: Wine
Version: 7.1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeffz(a)jeffz.name
Distribution: ---
$ wine ShaderGlass.exe
007c:fixme:imm:ImeSetActiveContext (0x3e020, 0): stub
007c:fixme:imm:ImmReleaseContext (0000000000010020, 000000000003E020): stub
002c:fixme:imm:ImeSetActiveContext (0x412a0, 1): stub
002c:fixme:imm:ImmReleaseContext (000000000001004A, 00000000000412A0): stub
wine: configuration in L"/home/jeffz/.wine-shaderglass" has been updated.
0130:fixme:combase:RoGetActivationFactory
(L"Windows.Foundation.Metadata.ApiInformation",
{997439fe-f681-4a11-b416-c13a47e8ba36}, 000000000011F6F0): semi-stub
0130:err:combase:RoGetActivationFactory Failed to find library for
L"Windows.Foundation.Metadata.ApiInformation"
0130:fixme:combase:RoOriginateLanguageException (80040154 L"" 0000000000000000)
stub
0130:fixme:imm:ImeSetActiveContext (0x165ac0, 1): stub
0130:fixme:imm:ImmReleaseContext (0000000000050056, 0000000000165AC0): stub
wine: Unhandled exception 0x80000003 in thread 130 at address 00000001700574C4
(thread 0130), starting debugger...
0138:fixme:imm:ImeSetActiveContext (0x34f00, 1): stub
0138:fixme:imm:ImmReleaseContext (0000000000060072, 0000000000034F00): stub
RtlDefaultNpAcl () at Z:\usr\src\packages\BUILD\dlls\ntdll\sec.c:1731
0x00000001700574c4 ntdll+0x574c4
[Z:\usr\src\packages\BUILD\dlls\ntdll\sec.c:1731]: int $3
Unable to access file 'Z:\usr\src\packages\BUILD\dlls\ntdll\sec.c'
System information:
Wine build: wine-7.1
Platform: x86_64
Version: Windows 7
Host system: Linux
Host version: 5.13.0-27-generic
--
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=50876
Bug ID: 50876
Summary: Sid Meier's SimGolf does not render properly
Product: Wine
Version: 6.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: haakobja(a)gmail.com
Distribution: ---
Created attachment 69686
--> https://bugs.winehq.org/attachment.cgi?id=69686
Screenshot of the bug
The terrain in SimGolf is not rendering properly. I've attached a screenshot
and a trace log, however I'm not certain where this problem occur, but it's
probably a rendering problem.
I didn't get anything when using the following debug channels:
+ddraw,+d2d,+d3d. In the attached log, I've used
+all,-relay,-dsound,-heap,-pulse,-sync, which might provide a log with too much
information.
--
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=56878
Bug ID: 56878
Summary: error in camtasia 6.0.3
Product: Wine
Version: 9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfc
Assignee: wine-bugs(a)winehq.org
Reporter: grandrodri3(a)gmail.com
Distribution: ---
Created attachment 76684
--> https://bugs.winehq.org/attachment.cgi?id=76684
camtasia error in 64 bits mode
hi how are things?
I have been testing previous versions of camtasia and I wanted to share the
error that I get in version 6.0.3 of camtasia.
The components that I have installed are visual C++ 2008, quicktime 7.6, and
dxvk2030 and net framework 4.0 (this application works under Windows 7)
could 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=55947
Bug ID: 55947
Summary: wine-8.10 to wine-8.21 opens COM1 and crashes
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: zmtong1988(a)gmail.com
Distribution: ---
Run the serial assistant using wine-8.9 and open COM1. Everything is normal.
Run the serial assistant using wine-8.10 to wine-8.21 and open COM1. The
program crashes directly.
Crash location:
get_irq_info-->ioctl(fd, TIOCGICOUNT, &einfo)-->{ irq_info->rx = einfo.rx;
...}
Crash log:
Backtrace:
=>0 0xf7b3cb25 get_irq_info+0x35(fd=0xc, irq_info=0280FEF8)
[/home/work/Build_Wine/build_wine_make/make-wine-8.11/wine-8.11/dlls/ntdll/unix/serial.c:851]
in ntdll.so (0x0280ff48)
1 0xf7b3cf13 wait_for_event+0xf3(arg=7BA00900)
[/home/work/Build_Wine/build_wine_make/make-wine-8.11/wine-8.11/dlls/ntdll/unix/serial.c:966]
in ntdll.so (0x0280ff48)
2 0x7b829fb0 in kernel32 (+0x29fb0) (0x0280ff48)
3 0x7bc5ac87 in ntdll (+0x5ac87) (0x0280ff5c)
4 0x7bc5b4dd in ntdll (+0x5b4dd) (0x0280ffec)
0xf7b3cb25 get_irq_info+0x35
[/home/work/Build_Wine/build_wine_make/make-wine-8.11/wine-8.11/dlls/ntdll/unix/serial.c:851]
in ntdll.so: movdqa 0x20(%esp), %xmm0
851 irq_info->rx = einfo.rx;
May I ask where the upgrade caused the program to crash.
Thank you.
--
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=56639
Bug ID: 56639
Summary: PSO:BB: Various missing/black textures
Product: Wine-staging
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: myriabelmonte(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Phantasy Star Online Blue Burst was an old online only game made by SEGA so it
requires some setup beforehand to play locally but it's easier than ever to set
up, you will require these tools:
Game Server Software
https://github.com/fuzziqersoftware/newserv
Prepatched Client ready to connect to localhost
https://web.archive.org/web/20240402011115/https://ragol.org/files/bb/TethV…
The game relies on a lot of moving textures to acomplish different sci-fi like
effects, however for some reason these appear missing or black or as solid
static colors in many areas such as terminals, fences, doors, etc.
Is not game breaking by any means but probably also affects other games with
similar techniques to achieve similar effects.
I don't think these bugs are a regression but always had been present in Wine
and left unreported, either way, I've tested these on Wine 9.0, Wine 9.5
Staging (the current one shipping with Fedora 40) on the Steam Deck with Proton
Hotfix and in Bottles using various wine combinations too, the result is always
the same with those graphic glitches.
The Wine console with the debug mode on doesn't really displays anything other
than these two strings that might be relevant
0114:fixme:d3d:wined3d_swapchain_set_gamma_ramp Ignoring flags 0x1.
0114:fixme:d3d:state_linepattern_w Setting line patterns is not supported in
OpenGL core contexts.
So instead, here's an Apitrace of the whole process of logging in, heading into
the lobby where the top green bar at the ceiling is missing its moving texture,
and heading into a game room where most of the gfx bugs happen pointing at
various missing textures along the way.
Apitrace (6GB):
https://drive.google.com/file/d/1poIeU-g5nnpMB3Zq37zuo-pxI6SsoNrK/view?usp=…
Other areas screenshots with more similar gfx bugs are attached to this issue
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47071
Bug ID: 47071
Summary: Nest or mixed "FOR" and "IF" command sometimes get
different result in Wine and Windows.
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: mzidbh(a)hotmail.com
Distribution: ---
Created attachment 64257
--> https://bugs.winehq.org/attachment.cgi?id=64257
batch files and snapshots of execution result
The Wine's command interpreter seems to ...
1. could not pair "IF" and "ELSE" correctly. ( Case 1 4 )
2. would ignore scripts after inner "ELSE". ( Case 2 3 )
Case 1
========================================
@ECHO OFF
ECHO FOR in IF 01 :
IF 1 EQU 1 (
FOR %%A IN (1,1) DO (
ECHO A=%%A
)
) ELSE (
ECHO This line should NOT be executed.
)
ECHO This line should be executed.
EXIT /B
----------------------------------------
Result in WINE 3.0
----------------------------------------
FOR in IF 01 :
A=1
A=1
Can't recognize 'ELSE ' as an internal or external command, or batch script.
This line should NOT be executed.
This line should be executed.
----------------------------------------
Result in Windows 7
----------------------------------------
FOR in IF 01 :
A=1
A=1
This line should be executed.
========================================
Case ï¼’
========================================
@ECHO OFF
ECHO IF in FOR 01 :
FOR %%A IN (1,1) DO (
IF 1 EQU 1 (
ECHO This line should be executed. [No.1]
) ELSE (
ECHO This line should NOT be executed.
)
ECHO This line should be executed. [No.2]
)
EXIT /B
----------------------------------------
Result in WINE 3.0
----------------------------------------
IF in FOR 01 :
This line should be executed. [No.1]
This line should be executed. [No.1]
----------------------------------------
Result in Windows 7
----------------------------------------
IF in FOR 01 :
This line should be executed. [No.1]
This line should be executed. [No.2]
This line should be executed. [No.1]
This line should be executed. [No.2]
========================================
Case 3
========================================
@ECHO OFF
ECHO IF in IF 01 :
IF 1 EQU 1 (
IF 1 EQU 1 (
ECHO This line should be executed. [No.1]
) ELSE (
ECHO This line should NOT be executed. [No.1]
)
ECHO This line should be executed. [No.2]
) ELSE (
ECHO This line should NOT be executed. [No.2]
)
EXIT /B
----------------------------------------
Result in WINE 3.0
----------------------------------------
IF in IF 01 :
This line should be executed. [No.1]
----------------------------------------
Result in Windows 7
----------------------------------------
IF in IF 01 :
This line should be executed. [No.1]
This line should be executed. [No.2]
========================================
Case ï¼”
========================================
@ECHO OFF
ECHO IF in IF 04 :
IF 4 EQU 4 (
IF 4 EQU 5 CALL :Label1
ECHO This line should be executed. [No.1]
) ELSE (
ECHO This line should NOT be executed. [No.2]
)
GOTO :Label2
:Label1
ECHO This line should NOT be executed. [No.1]
GOTO :EOF
:Label2
EXIT /B
----------------------------------------
Result in WINE 3.0
----------------------------------------
IF in IF 04 :
This line should NOT be executed. [No.2]
----------------------------------------
Result in Windows 7
----------------------------------------
IF in IF 04 :
This line should be executed. [No.1]
========================================
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56189
Bug ID: 56189
Summary: quartz:vmr7 - test_default_presenter_allocate() fails
on Windows 7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
quartz:vmr7 - test_default_presenter_allocate() fails on Windows 7:
vmr7.c:3232: Test failed: Compression 0, depth 32: Got caps 0x870.
vmr7.c:3266: Test failed: Compression 0, depth 32: Got caps 0x854.
vmr7.c:3279: Test failed: Compression 0, depth 32: Got caps 0x850.
vmr7.c:3284: Test failed: Compression 0, depth 32: Got hr 0x887600ff.
See https://test.winehq.org/data/patterns.html#quartz:vmr7
These failures first happened on 2023-12-07 which is the day they were
introduced in the commit below:
commit 9be491e80fc97058402ee74140d7ce90a45a956b
Author: Zebediah Figura <zfigura(a)codeweavers.com>
Date: Thu Dec 7 13:30:43 2023 -0600
quartz: Implement sample allocation in the VMR7 presenter.
--
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=54935
Bug ID: 54935
Summary: Rewrite (VN): black screen videos with WMP backend and
gstreamer
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: timoninvlad(a)yandex.ru
Distribution: ---
Created attachment 74457
--> https://bugs.winehq.org/attachment.cgi?id=74457
Wine logs with WINEDEBUG=quartz
Game has 2 options for video playback, MCI and Windows Media Player (WMP).
When using gstreamer, MCI backend works fine, but WMP floods the terminal with
`err:quartz:send_buffer Failed to get a sample, hr 0x80040211.` while showing a
black screen, then audio starts playing.
Curiously, if you install `lavfilters` from `winetricks` so that gstreamer
isn't used, then WMP plays the video back properly.
The black screen started to show up since
ed2c300d02acefa2aedd4333ff4a982137c1d4fe (after 7.6).
Wine logs with `WINEDEBUG=quartz` are attached in the archive. Before the
regression (6f1b3cf9), with first bad commit (ed2c300d) and current master
(8.8, 5662d85e).
Trial version of the game can be downloaded from Download section here:
https://key.visualarts.gr.jp/rewrite/index2.html
Game can be extracted directly from `RewriteTE_Ver200/StartData/GameData` in
the archive.
To set it up you'll need:
- `LANG=ja_JP.UTF8` and `TZ=Japan` environment variables, game refuses to start
otherwise
- `winetricks wmp9` for WMP backend to work, game crashes otherwise when it's
used, installer might say "It was not possible to complete Setup" which is fine
- MPEG-1 codec from `lib32-gst-plugins-bad` for the opening video
When starting up the game, hold Ctrl to get to the main menu faster.
Video backend can be configured in Config - ムービーè¨å®š
(https://user-images.githubusercontent.com/20689137/126137253-0fe05ddc-2187-…),
should be WMP by default.
To exit Config, right click or click on 戻る in bottom-right corner.
Click Start on the main menu, then hold Ctrl to skip until the opening video.
--
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=56771
Bug ID: 56771
Summary: Receiving mail in BeckyInternetMail freezes
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: axis6404(a)proton.me
CC: jacek(a)codeweavers.com
Regression SHA1: 3108a405e3d0e7c88ce6552ae7552ae1c91eb959
Distribution: ---
Notice:
Please use Becky! 2.75.04 (https://www.rimarts.jp/downloads/B2/bk27504j.exe).
The latest version (2.81.06) does not work in any wine's version. (This is a
different problem. This is a separate issue, not the same as this bug.)
Program: Becky! Internet Mail 2.75.04
(https://www.rimarts.jp/downloads/B2/bk27504j.exe)
Bug: When I press the button to receive mail, it completely freezes after a
couple of seconds.
Commit bug started: mshtml: Use DispatchEx vtbl for elements as window property
lookups. (3108a405e3d0e7c88ce6552ae7552ae1c91eb959)
Translated at DeepL. If anything is unclear, please ask questions.
--
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=49993
Bug ID: 49993
Summary: CUERipper 2.1.6 and 2.1.7 do not run with wine-mono
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: toadking(a)toadking.com
Distribution: ---
When trying to run CUERipper 2.1.7, wine fails with this error:
Unhandled Exception:
System.TypeLoadException: Could not resolve type with token 01000085 from
typeref (expected class 'System.Deployment.Application.DeploymentException' in
assembly 'System.Deployment, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a')
at CUERipper.Program.Main () [0x00035] in
<5c4f365916584c81bcdf752cec08f1e3>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not resolve
type with token 01000085 from typeref (expected class
'System.Deployment.Application.DeploymentException' in assembly
'System.Deployment, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a')
Version 2.1.6 fails with a similar error, only for dotnet 2.0 instead of 4.0
Unhandled Exception:
System.TypeLoadException: Could not resolve type with token 01000116 from
typeref (expected class 'System.Deployment.Application.DeploymentException' in
assembly 'System.Deployment, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a')
at CUERipper.Program.Main () [0x0003a] in
<6963147f6a904857af87d170dcff6c6e>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not resolve
type with token 01000116 from typeref (expected class
'System.Deployment.Application.DeploymentException' in assembly
'System.Deployment, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a')
Installing dotnet40 or dotnet20 for their respective versions allows them to
run.
--
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=56698
Bug ID: 56698
Summary: SuddenStrike 3 crashes when opening the intro movie
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Regression SHA1: e870f31d773376f3824c7803b5451f7025c3e92b
Distribution: ArchLinux
Created attachment 76483
--> https://bugs.winehq.org/attachment.cgi?id=76483
terminal output
There is a short .avi file depicting the developer logo that is intended to
play when you start the game. Wine crashes with an assertion in winegstreamer
when trying to play that file.
Reverting commit e870f31d773376f3824c7803b5451f7025c3e92b fixes the problem for
me.
The demo version doesn't contain any videos.
Still present in wine-9.9-17-ged9ec141d52
--
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=56836
Bug ID: 56836
Summary: Assassin's Creed III stuck on loading screen (Vulkan
renderer)
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: cb723c6dd3baf13583b0bde2fc71191b86100229
Distribution: ---
Used not Remastered version from Ubisoft store.
Loading screen animation stuck, but environment sounds are heard.
--
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=47798
Bug ID: 47798
Summary: Incorrect substring result using
enableDelayedExpansion
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: lois.diqual(a)gmail.com
Distribution: ---
Created attachment 65289
--> https://bugs.winehq.org/attachment.cgi?id=65289
Test file
Batch variable substring yields incorrect results when using
enableDelayedExpansion.
setlocal enableDelayedExpansion
set foo=bar
echo "!foo:~0,2!"
endlocal
Expected output: "ba"
Actual output:
- Wine cmd: "~0,2"
- Windows cmd: "ba"
--
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=56827
Bug ID: 56827
Summary: Window borders disappear
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugs(a)cometchaser.de
Distribution: ---
While moving a window within Astroart 8 (Download:
https://www.msbsoftware.it/astroart/AA8-SP6-Demo.zip) the borders and the title
of the window disappear. When I click into the window, the title and the
borders reappear.
See video on https://www.cometchaser.de/wine/Error-Wine-9.10.webm
This error was introduced with Wine 9.10
--
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.