https://bugs.winehq.org/show_bug.cgi?id=56540
Bug ID: 56540
Summary: Ableton Live 12 Suite Crashes While Opening Sets Saved
In Older Versions
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: numono(a)yahoo.com
Distribution: Other
Created attachment 76296
--> https://bugs.winehq.org/attachment.cgi?id=76296
Ableton 12 Wine Command Line Output
Live 12 crashes while attempting to open Live Sets saved in older versions.
The attachment is the same as the one in the Max For Live Bug since I opened
the program multiple times through the terminal & had to kill it through the
task manager since it froze after I tried to load a Max For Live Instrument &
also froze after I attempted to open a set saved in an older version of the
program.
Free Download - https://www.ableton.com/en/download/archive/
--
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=56604
Bug ID: 56604
Summary: 32-bit OpenGL programs crash with GLX error when run
on nVidia RTX3070 in Wine
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: RESOLVED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m.kolesinski(a)gmail.com
Distribution: ---
Resolution: DUPLICATE
Status: RESOLVED
There appears to be some sort of bug/incompatibility with Wine, 32-bit OpenGL
programs, and the official nVidia graphics drivers for Linux.
When testing an old 32-bit OpenGL game based on the Quake III engine (Medal of
Honor: Allied Assault, or MOHAA), I get unexpected crashes at application
launch, with the following error:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 156 (NV-GLX)
Minor opcode of failed request: 43 ()
Serial number of failed request: 29067
Current serial number in output stream: 29068
This occurs when testing with a 32-bit or 64-bit prefix, and has occurred on
every version of Wine (and Proton) I've ever tried, going back several years,
up to the current version (9.7). I have also tried numerous versions of the
nVidia drivers, and am currently on the latest version (550.76-1). I am using
Arch Linux.
The game runs without this issue on the integrated AMD GPU (Ryzen 5800h APU).
The error occurs only for Wine programs. The error occurs if using the
discrete (RTX 3070 laptop) GPU in "dedicated" mode, as well as in hybrid mode
("prime-run ...").
Non-wine 32-bit OpenGL programs do not experience this problem. E.g.
glxgears32 works fine on the discrete GPU. Similarly, 64-bit e.g. Vulkan games
work fine on the integrated and discrete GPU.
This same game in a native Linux binary (MOHAA) also runs without experiencing
this issue (it has other issues unrelated to this, as the binary was a
pre-release beta...I mention it for comparison purposes).
I have researched this problem at length, and although there are anecdotes of
others running into these same errors with various OpenGL programs, there is no
apparent solution and I suspect most people just give up, or end up using
different hardware.
--- Comment #1 from m.kolesinski(a)gmail.com ---
I got a cgi error about failing to send an email when submitting these and it
wasn't clear if it went through. I hit back and resubmitted and lo and behold
it's in there 2x.
*** This bug has been marked as a duplicate of bug 56603 ***
--
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=56597
Bug ID: 56597
Summary: Wine does not recognize ANSI escape codes
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ucrtbase
Assignee: wine-bugs(a)winehq.org
Reporter: wszqkzqk(a)qq.com
Distribution: ---
Created attachment 76355
--> https://bugs.winehq.org/attachment.cgi?id=76355
binary file to reproduce
According to
[Wikipedia](https://en.wikipedia.org/wiki/ANSI_escape_code#DOS_and_Windows) and
[Windows API
docs](https://learn.microsoft.com/en-us/windows/console/console-virtual-ter…,
Windows has supported ANSI escape code since Windows 10 version 1511.
```c
#include <locale.h>
#include <stdio.h>
int main () {
setlocale (LC_ALL, "");
fprintf (stdout, "\x1b[32m" "\x1b[1m" "STDOUT" "\x1b[0m" "\n");
fprintf (stderr, "\x1b[31m" "\x1b[1m" "STDERR" "\x1b[0m" "\n");
}
```
For this example (compiled with clang 18 in msys2, linked to `ucrtbase.dll`),
the characters can be escaped with color and bold and output as we expected
under Windows. However, run these program in wine will directly print out the
escape code without escaping:
```
[32m[1mSTDOUT[0m
[31m[1mSTDERR[0m
```
--
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=56518
Bug ID: 56518
Summary: 64bit variant of Dependency Walker fails to start
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfc
Assignee: wine-bugs(a)winehq.org
Reporter: ralf.habacker(a)freenet.de
Distribution: ---
I downloaded the x64 version of https://www.dependencywalker.com/ and started
it in a 64-bit wine prefix.
$ wget https://www.dependencywalker.com/depends22_x64.zip
$ 7z x depends22_x64.zip
$ WINEARCH=win64 WINEPREFIX=~/.wine64 wineboot
$ WINEPREFIX=~/.wine64 wine ./depends.exe
The following error occurred and the applications did not start:
04cc:err:module:import_dll Library MFC42.dll (which is needed by
L"C:\\windows\\depends.exe") not found
04cc:err:module:loader_init Importing dlls for L"C:\\windows\\depends.exe"
failed, status c0000135
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56616
Bug ID: 56616
Summary: FloEdit II fails to start, repeats error in log
indefinitely
Product: Wine
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: odbc
Assignee: wine-bugs(a)winehq.org
Reporter: somethingoutoftheordinary(a)live.com
Distribution: ---
Hi, since WINE 8.2 FlorEdit II from Florian Stohr does not start, it logs the
message
012c:fixme:odbc:SQLDataSources (EnvironmentHandle 02ED1D08, Direction 2,
ServerName 0670E97C, BufferLength1 127, NameLength1 0670EB2C, Description
0670E8EC, BufferLength2 127, NameLength2 0670EA9C)
followed by repeating the following indefinitely:
0130:fixme:odbc:SQLDataSources (EnvironmentHandle 02A52500, Direction 1,
ServerName 05E6E97C, BufferLength1 127, NameLength1 05E6EB2C, Description
05E6E8EC, BufferLength2 127, NameLength2 05E6EA9C)
(starts with Direction 2, then repeats direction 1)
it never reaches a point of starting the application, it works on WINE 8.1 and
below but on none of the versions 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=56418
Bug ID: 56418
Summary: Patch wined3d-bindless-texture cause no GUI show
Product: Wine-staging
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xj(a)wp.pl
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
For some application - in my case VST plugins like sforzando or Molot - GUI is
not showed. Editor (GUI) window is empty.
After some investigation I find out that the cause is patch
wined3d-bindless-texture
It worked until wine version 9.2
This bug started after wine 9.3 and it's still present in 9.4.
I'm using nouveau driver with GeForce GT 710 card.
The same is with driver nvidia 470.
Issue not appear on clean wine.
--
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=56529
Bug ID: 56529
Summary: Bejeweled 3 crashes on start in ddraw.dll
Product: Wine-staging
Version: unspecified
Hardware: x86-64
URL: https://store.steampowered.com/app/78000/Bejeweled_3/
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ArchLinux
Created attachment 76283
--> https://bugs.winehq.org/attachment.cgi?id=76283
terminal output
Bejeweled 3 shows an error window titled "Fatal Error!" when started in current
wine-9.5-156-g9786ee25554 (Staging).
The game starts properly in vanilla wine-9.5-156-g9786ee25554.
The patch from Staging which causes the crash:
https://github.com/wine-staging/wine-staging/blob/master/patches/ddraw-GetP…
It started happening since Staging commit
3ed5b91e3302f0618d921554d4fa2b9444717115
(Rebase against 4573910acc2783a3f678a428aa313377b09a04e8.)
--
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=49423
Bug ID: 49423
Summary: Added input lag in World of Warcraft and other games
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bloodyiron(a)lanified.com
Distribution: ---
In World of Warcraft you use WASDQE to move your character in the world in a
very highly responsive manner. When using WINE 4.16, there is no perceptible
input lag. However, switching to WINE 4.17 or higher (verified in 5.7 also),
there is immediately perceptible input lag. Namely, in a combination of
dropped/missed inputs and delayed response to inputs the game receives.
This seems to be reproducible 100% of the time based on my experience and
generally everyone else I've asked, or read comments on the topic.
This input lag is so bad it means World of Warcraft should not be played on any
version higher than WINE 4.16 until this input lag bug is fixed, as it makes
gameplay elements (complex boss fights) nearly impossible.
--
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=46523
Bug ID: 46523
Summary: GTA / Grand Theft Auto IV (1.0.7.0) crashes under wine
4.0, works OK under 3.0.4
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmayr.dev(a)gmail.com
Distribution: ---
Created attachment 63380
--> https://bugs.winehq.org/attachment.cgi?id=63380
GTA IV backtrace
GTA / Grand Theft Auto IV (1.0.7.0): it gets past the intro screen (R* logo),
but after pressing "Start", it begins loading data while showing the game
characters loading screen, and crashes halfway, showing a backtrace window.
It works OK under wine 3.0.4.
All libraries are internal, except for MS VC++ 2005 redistributable.
No wine prefix options nor 'export' flags.
ThinkPad T410s
Processor: Intel i5 (1st-gen), quad-core 2.53Mhz
Memory: 4Gb RAM
OS: Ubuntu 18.04 / elementaryOS Juno
Graphics: NVidia NVS3100M (304.107 driver)
--
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=31245
Bug #: 31245
Summary: xrandr12 warcraft 3 regression
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: asdfrewq(a)mail.ru
Classification: Unclassified
When i trying to change screen resolution in Warcraft 3 options, it show me
confirmation window "All ok, do you realy want to save this resolution", but
realy nothing happens, resolution does not change.
This is printed to stdout:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f354,0x00000000), stub!
err:xrandr:xrandr12_set_current_mode Resolution change not successful --
perhaps display has changed?
In wine 1.5.8 all was ok.
--
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.