https://bugs.winehq.org/show_bug.cgi?id=56712
Bug ID: 56712
Summary: Vampire: The Masquerade - Bloodlines intro videos are
not displayed
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: accounts.winehq.org(a)vv221.fr
Distribution: ---
The introduction videos of Vampire: The Masquerade - Bloodlines are played with
a black screen. Video is not rendered, but audio is played.
Starting the game in a virtual desktop does not help, it only replaces the
black screen with the blue background of the virtual desktop.
The videos can still be skipped, so this does not prevent reaching the game
menu and starting a game.
All GStreamer plugins are installed (base, good, ugly, bad, libav).
Despite the bug metadata being set to WINE 9.8, the current 9.9 build is
affected too (but is not proposed when opening a new bug report).
This behaviour has been noticed on a Wayland setup with an AMD GPU and Mesa
drivers. I should be able to try reproducing it on X.org and with nVIDIA
non-free drivers too, I will report back once it is done.
The videos used to be played correctly on the same computer, but I would need
to run more tests to ensure this is a WINE regression and not a Mesa or
GStreamer one.
--
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=56735
Bug ID: 56735
Summary: Rekordbox: Mark drive as external to support library
export/sync
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johannespfau(a)gmail.com
Distribution: ---
Created attachment 76513
--> https://bugs.winehq.org/attachment.cgi?id=76513
Registry keys for patched wine to report drive as external
Hello all,
to support library syncing in rekordbox (rekordbox.com), a drive must be
recognized as an external device. Rekordbox uses a combination of
GetVolumeInformationW/GetDriveTypeW/QueryDosDeviceW and setupapi to detect if a
drive is external.
I've filed individual bug reports for the sub-problems involved:
* Specify filesystem type for folder-backed drives:
https://bugs.winehq.org/show_bug.cgi?id=56731
* setupapi: Registry information for drives missing:
https://bugs.winehq.org/show_bug.cgi?id=56732
* setupapi: SPDRP_PHYSICAL_DEVICE_OBJECT_NAME not implemented:
https://bugs.winehq.org/show_bug.cgi?id=56734
* GetDriveTypeW aways returns DRIVE_FIXED:
https://bugs.winehq.org/show_bug.cgi?id=16091
I've attached a reduced test-case program (in D) and compiled which performs
all steps that are required by rekordbox. Please note that the program is dumb
and assumes that a R drive exists.
Unpatched wine output:
----------------------------------------------------------------------------------------
GetVolumeInformationW: Path: USB_STICK Name: FAT32 Serial: 2923885786 Len: 255
Flag: 2
GetDriveTypeW: 3
QueryDosDeviceW: \Device\HarddiskVolume3
Querying SetupAPI
DeviceSet is 6FFEE0. Valid: true
std.windows.syserror.WindowsException(a)test.d(43): No more data available.
(error 259)
----------------------------------------------------------------------------------------
Patched wine + usb_final.reg output:
----------------------------------------------------------------------------------------
GetVolumeInformationW: Path: USB_STICK Name: FAT32 Serial: 2923885786 Len: 255
Flag: 2
GetDriveTypeW: 2
QueryDosDeviceW: \Device\Harddisk1
Querying SetupAPI
DeviceSet is 8506C0. Valid: true
Entry: 0
SetupDiGetDeviceRegistryPropertyW 1
\Device\Harddisk1
std.windows.syserror.WindowsException(a)test.d(43): No more data available.
(error 259)
----------------------------------------------------------------------------------------
Windows output:
----------------------------------------------------------------------------------------
GetVolumeInformationW: Path: USB_STICK Name: FAT32 Serial: 2923885786 Len: 255
Flag: 131590
GetDriveTypeW: 2
QueryDosDeviceW: \Device\HarddiskVolume2
Querying SetupAPI
DeviceSet is 456B80. Valid: true
Entry: 0
SetupDiGetDeviceRegistryPropertyW 1
\Device\HarddiskVolume2
Entry: 1
SetupDiGetDeviceRegistryPropertyW 1
\Device\HarddiskVolume1
std.windows.syserror.WindowsException(a)test.d(43): No more data available.
(error 259)
----------------------------------------------------------------------------------------
As a workaround / proof-of-concept, my patched branch here has some minor
changes that enable this to work:
https://github.com/jpf91/proton-wine/commits/Proton8-26/#
In addition to this patched wine, you will also need to load the attached
usb_final.reg file. Then create a symlink for the r drive:
----------------------------------------------------------------------------------------
cd $WINEPREFIX/dosdevices
ln -s /run/media/jpfau/USB_STICK r:
----------------------------------------------------------------------------------------
This should be enough to get library sync to an external device working in
Rekordbox.
Best
Johannes
--
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=56734
Bug ID: 56734
Summary: setupapi: SPDRP_PHYSICAL_DEVICE_OBJECT_NAME not
implemented [rekordbox]
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: johannespfau(a)gmail.com
Distribution: ---
Hi all,
as mentioned in https://bugs.winehq.org/show_bug.cgi?id=56732, it is possible
to have wine report drives in setupapi. However, the
SPDRP_PHYSICAL_DEVICE_OBJECT_NAME command, which is also used by Rekordbox, is
not supported. In order for drives to show up properly in rekordbox, this
command needs to be implemented.
I guess a proper solution would have to hook into mountmgr? As a workaround /
for testing, I modified setupapi to lookup the data from a PhysicalDevice key
in the registry. This works, but is it an acceptable solution?
https://github.com/jpf91/proton-wine/commit/42bcd8cb96aa51f3de004961f609bea…
--
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=56720
Bug ID: 56720
Summary: dark souls remastered mouse input dont be captured in
virtual desktop
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
dark souls remastered mouse input dont be captured in virtual desktop
testing with wine 9.9 / staging 9.9
thanks
--
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=56732
Bug ID: 56732
Summary: setupapi: Registry information for drives missing
[rekordbox]
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: johannespfau(a)gmail.com
Distribution: ---
Created attachment 76511
--> https://bugs.winehq.org/attachment.cgi?id=76511
Registry keys to make setupapi report a storage device
Hi all,
rekordbox and probably some other applications query setupapi to search for
removable drives. Essentially it iterates the GUID_DEVCLASS_VOLUME device class
with flag DIGCF_PRESENT in SetupDiGetClassDevsW/SetupDiEnumDeviceInfo.
The setupapi code can already handle this (mostly) correctly, but it needs
certain registry keys to be present. I'm not sure if/where/how wine should set
these?
I've attached an example reg file with provides these registry entries for an
external USB drive.
--
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=56505
Bug ID: 56505
Summary: EVE Online: Error when clicking on shortcuts and error
logged: EnableNonClientDpiScaling() failed for HWND
0x20274 (120) (Call 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 76263
--> https://bugs.winehq.org/attachment.cgi?id=76263
Screenshot of crash on launcher startup.
New EVE Online version runs if running the Launcher.exe directly from the
folder or using the following shell script:
```
#!/bin/sh
cd
/home/<username>/.wine/dosdevices/c:/users/<usernmame>/AppData/Local/eve-online
wineconsole 'eve-online.exe'
```
If clicking via shortcut in GNOME Shell, the:
- error above is recorded in launcher logs
- error message is shown, which is also attached as a 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=56737
Bug ID: 56737
Summary: Typo in word "If" at "https://wiki.winehq.org/Debian"
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: daniel(a)fuerst.priv.at
Distribution: ---
At paragraph "WineHQ Packages" in "https://wiki.winehq.org/Debian" there is a
sentence that says as follows: "I you need the ARM version, you can use the
Debian packages."
I believe the 'I' should be replaced with an 'If', otherwise, the sentence
wouldn't make sense
--
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=26766
Summary: A lot of games are listed against distributors and not
the developers
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: ASSIGNED
Severity: trivial
Priority: P5
Component: appdb-unknown
AssignedTo: kennybobs(a)o2.co.uk
ReportedBy: kennybobs(a)o2.co.uk
A lot of the games in the AppDB are listed against the distributors instead of
the actual developers.
This is not a major problem but it would be nice to tidy this up and any bugs
relating to certain developers would be easier to collect.
Other maintainers have, sensibly, simply added "Versions" for each distributor,
and as each distributor tends to update their products as they see fit, rather
than when the developer sees fit, this could affect the ratings for different
implementations of the same game.
Assigning to myself as it's a fairly big job (some games have to be downloaded
and run just to find out who developed them) and will take far too long for me
to simply remember what's what.
Currently affected: Big Fish Games, PopCap, Steam.
Anyone: please feel free to help!
--
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=16091
Summary: StickyDrive demo installer doesn't recognize USB key as
removable
Product: Wine
Version: 1.1.8
Platform: Other
URL: http://mmiline.com/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(From mmiline.com's main page, click on StickyDrive and then "Learn More",
then under Red Sox demo, click "Download Now". This points to
http://www2.stickyinc.com/download/getDownload.php?idTag=BOSTN-1668&action=…
which downloads the installer in question,
InstallStickyDrive-BOSTN-1668.exe.)
The installer puts up a dialog box of drive letters,
saying "Please select a valid removable drive...",
but nothing is listed, even if you have a USB drive
inserted and Wine has already created a d: mapping for it.
If you click on the "Show all drives"
checkbox, all drives are indeed shown.
Happily for us, this dialog box is in a separate
executable. While that prompt is up, grab a copy
of C:\windows\temp\SDDriveSelector.exe
You can then reproduce the problem easily by running
just that .exe.
+relay shows it's using GetDriveType() on each drive,
but evidently it doesn't like what it's getting.
You can work around this by using winecfg to mark d:
as a floppy, but really, wine should know that the inserted
USB drive is removable, shouldn't it?
--
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=56729
Bug ID: 56729
Summary: Bginfo 4.21 - Wrong tablutation in RichEd
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 76507
--> https://bugs.winehq.org/attachment.cgi?id=76507
Rendering in W2K3
Bginfo - Wrong tablutation in RichEd
Bginfo 4.21 - https://jira.reactos.org/secure/attachment/50272/50272_Bginfo.exe
Wrong management of tabulations in RichEd
--
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=54460
Bug ID: 54460
Summary: WinSCP - rendering issue (missing text) on 'Windows
8.1' (and up)
Product: Wine
Version: 8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: risk64(a)gmail.com
Distribution: ---
Created attachment 74016
--> https://bugs.winehq.org/attachment.cgi?id=74016
runtime log
WinSCP just renders a white block in the left pane of 'preferences' (and other
places) when 'Windows version' in 'winecfg' is set to 'Windows 8.1' or above.
Everything is fine on 'Windows 8' (and below). This is a quite old problem
(months/years..). I mostly used 'Windows 7' preset so far so i didn't care all
too much. Tested with a clean 'prefix' and minimal WinSCP installation.
Forum thread (bug confirmed):
https://forum.winehq.org/viewtopic.php?t=37377
Arch Linux 6.1.9 (Xfce)
wine 8.1
wine-mono 7.4.0
WinSCP 5.21.7
ttf-ms-win10 10.0.19043.1055
--
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=35848
Bug ID: 35848
Summary: Sound, Black Screen then crash
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adec2010(a)hotmail.co.uk
Killing Time. After installation, set to windows 95 compatibility. It runs with
a black screen. I can hear sound but then a crash back to the desktop
--
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=55643
Bug ID: 55643
Summary: LTSpice: wine extra slow with "update components"
function
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scallegari(a)arces.unibo.it
Distribution: ---
LTSpice is a windows application that traditionally has been very friendly to
Wine (to the point that Wine was officially indicated as the way to run the app
in linux). It is also free (in the no cost sense) so that it is easy to
download it in order to test with wine. See
https://www.analog.com/en/design-center/design-tools-and-calculators/ltspic….
Recent versions of LTSpice (LTSpice XVII) offer the possibility to update the
"library of components" for the application via its Tools->Update Components
menu entry.
Unfortunately in wine the operation is extra slow.
The operation involves downloading many files from the developer site, and I
suspect that the slowness may come from the fact that on every file wine tries
to do something, fails and complains that
"0288:fixme:urlmon:InternetBindInfo_GetBindString not supported string type
20".
--
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=50608
Bug ID: 50608
Summary: Wine 6.1 still doesn't support HiDPI screen resolution
( UHD 4k )
Product: Wine
Version: 6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pvdeynse(a)gmail.com
Distribution: ---
Created attachment 69293
--> https://bugs.winehq.org/attachment.cgi?id=69293
screendump of winefile.exe
Wine still doesn't support HiDPI screen ( UHD 4k )
icons still to small after changing DPI set to 288 DPI) value in winecfg.exe
see attachment of Wine 6.1 winfile.exe screendump
--
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=56731
Bug ID: 56731
Summary: Allow specifying file system type for folder-based
drives [rekordbox]
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
Assignee: wine-bugs(a)winehq.org
Reporter: johannespfau(a)gmail.com
Distribution: ---
Hi all,
currently, when the dosdevices link points to a folder instead of a device
file, wine will report NTFS filesystem type.
Rekordbox requires that we see a drive with GetDriveTypeW returning
DRIVE_REMOVABLE and GetVolumeInformationW reporting FAT32 filesystem. As
explained in https://bugs.winehq.org/show_bug.cgi?id=16091#c22, it is currently
not possible to override the drive type when specifying a device based drive
however.
https://bugs.winehq.org/show_bug.cgi?id=16091#c22 extends the device type
specification in the registry to enable a folder-based drive to report back as
DRIVE_REMOVABLE. But without further changes, it will always report back as
NTFS, which will make RekordBox complain about an unsupported filesystem type.
For testing, I patched mountmgr to always report FAT32 for DRIVE_REMOVEABLE
devices. But I'm not sure if this is a good solution. What do you all think?
https://github.com/jpf91/proton-wine/commit/2fa748b67ef8e8e40d1c74993fe2b5a…
Best regards,
Johannes
--
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=32673
Bug #: 32673
Summary: Rainbow Six fails to start for the first time with
windows version > ME
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flavio(a)nebososo.com
Classification: Unclassified
Tom Clancy's Rainbow Six will only start for the first time if the windows
version is set to ME or older. However it does work when set to newer versions
after it has already been started using an old one.
Using a clean prefix.
The demo can be downloaded here:
http://www.fileplanet.com/27609/download/Rainbow-Six-Demo
--
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=56728
Bug ID: 56728
Summary: When opening Minecraft Launcher, a .desktop file, I
get a black screen and the following error
Product: Wine
Version: 5.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: apphelp
Assignee: wine-bugs(a)winehq.org
Reporter: amenedoalonso(a)gmail.com
Distribution: ---
Created attachment 76506
--> https://bugs.winehq.org/attachment.cgi?id=76506
Error that Wine gives me
I can't open Minecraft Launcher
--
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=55239
Bug ID: 55239
Summary: Read access denied for device L"\\??\\f:\\", FS volume
label and serial are not available
Product: Wine
Version: 8.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: conurus(a)gmail.com
Distribution: ---
Under ./wine/dosdevices, there are a bunch of symbolic links to each removable
drive. My D: links to /dev/sdb. Now I don't have access to /dev/sdb whatsoever,
not even read access, which is correct from a security standpoint, otherwise
any user can circumvent any access control and peer at any other users' data by
low level disk access.
Reading just the volume label and serial should be legal and permitted, so I
believe this is not a feature but a bug. In my case the underlying Win32 API
call I used is GetVolumeInformation. There must be some way for wine to
implement this call without low level disk access.
Forum topic: https://forum.winehq.org/viewtopic.php?t=37602
--
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=44137
Bug ID: 44137
Summary: Wine64 crashes with any 64-bit binary
Product: Wine
Version: 2.19
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bourne.identity(a)hotmail.com
Created attachment 59886
--> https://bugs.winehq.org/attachment.cgi?id=59886
Stack trace for putty.exe (64-bit)
On FreeBSD 10.3 amd64, wine32 works perfectly. Wine64 builds/installs
correctly, but crashes when used to launch any 64-bit executable: notepad from
Windows 7; Pale Moon installer; putty.exe (all 64-bit). The behaviour is the
same with wine (v2.03) and wine-staging (v2.19).
--
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=52265
Bug ID: 52265
Summary: It won't run the file
Product: Wine
Version: 5.7
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dollydesigns1(a)yahoo.com
Created attachment 71400
--> https://bugs.winehq.org/attachment.cgi?id=71400
The attachment is the log that I get when trying to run game
I am trying to run sims 4 from an external hard drive and keep facing errors
--
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=44041
Bug ID: 44041
Summary: The Sims 4 instant-aborts claiming Origin doesn't run
Product: Wine
Version: 2.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonas(a)thiem.email
Distribution: ---
After installing native msvcr120.dll (both 32bit and 64bit) to work around bug
#39689 I encountered the following message box:
"Unable to start:
Origin is currently not running. Please make sure that Origin is running before
attempting to play The Sims(TM) 4
[d3382ced:2984c6a38:00000000:00000000]"
And yes, Origin is running. Also yes, this is a legal copy purchased through
Origin, I tested this with a fresh wineprefix with no other changes or software
installed other than Origin and the above workaround. It works on Windows 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.
https://bugs.winehq.org/show_bug.cgi?id=56722
Bug ID: 56722
Summary: Concerto: Incorrect winpty pseudo terminal behavior
causes bugs in Concerto
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tntpro100(a)gmail.com
Distribution: ---
Created attachment 76503
--> https://bugs.winehq.org/attachment.cgi?id=76503
Output of console
Wine Version: 9.8
Wine Prefix Architecture: Both 32 and 64 bit tested
Linux Distro: Arch Linux
Kernel Version: 6.6.31-2-lts
Description:
Concerto is a launcher for the game Melty Blood Actress Again Current Code. It
interfaces with a CLI based interface known as CCcaster to allow for online
play, setting changes and to quickly launch the game and its various modes.
Currently when attempting to launch the game via Concerto (e.g. going into the
offline menu and attempting to launch the training mode) will cause Concerto to
pull up the CCcaster window but the game won't launch. CCcaster standalone
works just fine and even has functional online play out of the box with Wine.
The developer of Concerto has actually talked about this in a GitHub issue
located here https://github.com/shiburizu/concerto-mbaacc/issues/9 stating
"Concerto is not compatible with WINE for the following reasons:
Concerto depends on tasklist to monitor MBAACC & CCCaster processes. WINE does
not implement this at all in the main branch, and a staging version of this is
missing most of the functionality including some that we depend on.
ConPTY provides "pseudo terminals" to the pywinpty library that is used to
control CCCaster in the background. While WINE release notes mention ConPTY
support since 5.18 in practice it produces incorrect behavior: as noted in your
report a visible terminal is spawned and Concerto cannot send or receive
information to it."
For testing purposes the "community version" installer of the game that
optionally includes CCcaster and Concerto can be downloaded here.
https://play.meltyblood.club/
Below I have attached an output of the console after running "wine
Concerto.exe". The last 3 lines are the error that occurred when I pressed the
"Training Mode" button
--
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=55433
Bug ID: 55433
Summary: RT-Thread Studio jcef_helper.exe
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wyzarddoc(a)yahoo.com
Distribution: ---
Created attachment 74994
--> https://bugs.winehq.org/attachment.cgi?id=74994
report doc for bug report
app starts then window pops up with jcef_helper.exe error
--
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=54436
Bug ID: 54436
Summary: wine-staging-8.0 regression (not working): Command &
Conquer 3: Tiberium Wars Kane's Wrath
Product: Wine-staging
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolAflash(a)kolahilft.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 73981
--> https://bugs.winehq.org/attachment.cgi?id=73981
wine-staging-8.0: left is fine, right is broken
With wine-staging-7.0 "Command & Conquer 3: Tiberium Wars Kane's Wrath" was
working fine.
In wine-8.0 and wine-staging-8.0 it's broken.
With wine-staging-8.0 the menu looks broken.
See attached screenshot. (left is fine, right is broken)
With wine-8.0 the menu loads, but starting a skirmish game crashes the
application. There's an error dialog window saying:
Direct3D error 0x8007000e (E_OUTOFMEMORY)
--
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=45574
Bug ID: 45574
Summary: Dark Souls Remastered - Large Performance Regression
with 3.12+
Product: Wine
Version: 3.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rstrube(a)gmail.com
Distribution: ---
Dark Souls Remastered has been running really well with Wine 3.11 and below.
Starting with 3.12 and subsequently 3.13 the performance has dropped
dramatically. From 60+fps at 1080p to about 10fps.
I've done some anecdotal testing with Wine and Wine-Staging and the problem
seems to be unrelated to the Wine-Staging patches.
I'm not sure what the best way to proceed is, but I'd be happy to provide logs,
etc. I just might need some direction.
Please note that I am using DXVK, but I've tried different combinations of DXVK
with different versions of Wine and the problem does not seem to be related to
DXVK. The consistent factor is using Wine 3.12+. I've also looked at the DXVK
log files with tracing enabled and nothing unusual appears there.
--
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=55974
Bug ID: 55974
Summary: Version 8.21 crashes WordPerfect Office 7.
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: doug.roberts09(a)gmail.com
Distribution: ---
WordPerfect Office 7 suddenly crashes upon start up. It has worked fine all
through version 8.x, including version 8.20.
--
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=47989
Bug ID: 47989
Summary: FL Studio 20 hangs on splash screen
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: leadrdrk(a)mail.ru
Distribution: ---
Created attachment 65507
--> https://bugs.winehq.org/attachment.cgi?id=65507
Wine log
FL Studio 20 hangs on splash screen when launched.
Using wine-staging.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34018
Bug #: 34018
Summary: Altium Designer 10 hangs on startup
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
After patching wininet to work around bug 34013, the game^Wapp installs
successfully. It hangs on startup during "configuring supplier search"
(seemingly due to a deadlock when unloading altiumcore.bpl; see attached bt
all.)
"winetricks mdac28" works around this hang and lets you get to the next
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=56702
Bug ID: 56702
Summary: Resampler cutoff frequency for upsampling seems too
low
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dsound
Assignee: wine-bugs(a)winehq.org
Reporter: ttacwh+fgpjlj0hrlk5k(a)pokemail.net
Distribution: ---
When you use wine directsound and mix in a secondary buffer whose sample rate
is below your device sample rate (for example, upsampling 8000/11025 to
44100/48000), the resampled output has a frequency cutoff at around 1/4 of the
secondary buffer's sample rate (1/2 nyquist frequency) instead of where it's
supposed to be - around 1/2 the sample rate (or ~85% of nyquist freq, going by
make_fir). You can also visually verify this if you view the spectrum of the
resampled output.
This can be very noticeable especially if your input sounds are of a lower
sample rate but still have higher frequencies present.
Other related aspects seem to be working correctly (mmdev opening the device at
requested sample rate, pulseaudio negotiating sample format correctly according
to logs, no other resampling in the chain).
It seems that the fir resampler logic (mixer.c, fir.h, make_fir) hasn't
substantially changed since it was first added over a decade ago, so this seems
less likely to be a regression.
Additionally, I confirmed that the linear resampler from DSound-Fast_Mixer
patch (from wine-staging) does not have this issue - you can force it to always
use the linear resampler by setting HQBuffersMax reg key to 0.
I don't have a test case to upload, but it should be fairly simple to
reproduce.
Tested on wine-devel 9.8 and 9.9 (linux mint 21.3 / ubuntu 22.04)
Thanks!
--
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=56371
Bug ID: 56371
Summary: WinUAE 5.2.0 running under Wine 9 under Fedora 39
Product: Wine-staging
Version: 9.0
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gilles.pelletier(a)live.fr
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Fedora 39
wine-9.0 (Staging)
WinUAE64.exe 5.2.0 (but also true with 5.0.0 and 4.4.0)
When using the JIT feature of WinUAE, like 68020 JIT, we encounter the
following error:
JIT: Serious Error:
JIT: 64-bit pointer (0x101080000) at
C:\projects\winuae\src\jit\compemu_support.cpp:2579 (fatal)
If I untick JIT, it starts and run well.
What's wrong ?
This issue exists since the Wine 8.xx version:
Fedora 38 / Wine 8.14-stable / WinUAE 5.0.0 64 bits
When using 68020+ and JIT, WinUAE crashes at start. The workaround is to
disable JIT.
Many thanks to fix this.
--
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=56156
Bug ID: 56156
Summary: DeX
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pingo-power(a)hotmail.fr
Distribution: ---
Created attachment 75838
--> https://bugs.winehq.org/attachment.cgi?id=75838
logs
ಀ
--
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=49006
Bug ID: 49006
Summary: Wrong detection the Windows' version by Uplay
Product: Wine-staging
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iroalexis(a)outlook.fr
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
When we fix the windows' version on Windows 10, Uplay detect Windows 8 (visible
in launcher_log.txt file)
Problematic for the furture
--
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=53346
Bug ID: 53346
Summary: Ubisoft connect lose connection after initialization
Product: Wine
Version: 7.11
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 72732
--> https://bugs.winehq.org/attachment.cgi?id=72732
Wine 7.11 WINEDEBUG=+cryptnet terminal output
Hello,
Wine 7.11.
After login into Ubisoft connect, it tries to initialize and then fails with
the error message: "Connection lost. A Ubisoft service is currently
unavailable. Please try again later."
Very similar to bug 53102, but the fix there doesn't seem to be enough.
--- +cryptnet log snippet ---
...
0144:trace:cryptnet:CertDllVerifyRevocation (00000001, 1, 1, 0FAF7938,
00000001, 0FAF7954, 0FAF793C)
0144:trace:cryptnet:verify_cert_revocation_from_aia_ext OCSP URL =
L"http://ocsp.digicert.com"
0144:fixme:cryptnet:check_ocsp_response_info check responder id
0144:trace:cryptnet:verify_cert_revocation
verify_cert_revocation_from_aia_ext() returned 00000000
0144:trace:cryptnet:CertDllVerifyRevocation returning 1 (00000000)
0144:trace:cryptnet:CertDllVerifyRevocation (00000001, 1, 1, 0FAF7938,
00000001, 0FAF7954, 0FAF793C)
0144:trace:cryptnet:verify_cert_revocation_from_aia_ext OCSP URL =
L"http://ocsp.digicert.com"
0144:fixme:cryptnet:check_ocsp_response_info check responder id
0144:trace:cryptnet:verify_cert_revocation
verify_cert_revocation_from_aia_ext() returned 00000000
0144:trace:cryptnet:CertDllVerifyRevocation returning 1 (00000000)
0144:trace:cryptnet:CertDllVerifyRevocation (00000001, 1, 1, 0FAF7938,
00000001, 0FAF7954, 0FAF793C)
0144:warn:cryptnet:verify_cert_revocation no dist points/aia extension and no
issuer
0144:trace:cryptnet:CertDllVerifyRevocation returning 0 (80092012)
...
--- end log snippet ---
Regards.
--
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=55706
Bug ID: 55706
Summary: FL Studio: Freezes when opening main menu
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgoetze(a)multifuchs.email
Distribution: ---
FL Studio slows down and eventually freezes when I open the main menu and hover
over the menu items.
This is a new new with FL Studio 21.1.1. With 20.0.1, everything worked fine.
I tried with wine 8.14 and 8.17, both behave the same.
I started FL Studio via command-line, but there are no errors or any lines at
all when I open the menu.
I tried it on two systems, Manjaro and Fedora 38, both the same.
I use gnome on wayland on both systems.
You can it download it for free here:
https://www.image-line.com/fl-studio-download/
Sadly I found no archive with the older 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=35385
Bug ID: 35385
Summary: Couldn't open under Wine from FL Studio track's with
Cyrillic names.
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikhail.v.gavrilov(a)gmail.com
Classification: Unclassified
Couldn't open under Wine from FL Studio track's with Cyrillic names.
Demonstration:
https://drive.google.com/file/d/0B0nwzlfiB4aQXzBDSDJ3TmtrYVU/edit?usp=shari…
--
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=39308
Bug ID: 39308
Summary: thdf.exe : outputting floats returns 0
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
Assignee: wine-bugs(a)winehq.org
Reporter: enoua5(a)gmail.com
Distribution: ---
On lines that, in the c++ code, use "cout" to output a float, it will show 0,
even though it's apparent that the float is still stored, still modified, and
still controlling the flow of if statements
--
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=44827
Bug ID: 44827
Summary: FL Studio: 32-bit/64-bit VST plugin bit bridging soft
locks the host
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ajduck(a)outlook.com
Distribution: ---
Trying to bridge a 32-bit VST plugin in FL Studio 64-bit, or bridge a 64-bit
VST plugin in FL Studio 32-bit, leads to this being outputted:
003c:err:ntdll:RtlpWaitForCriticalSection section 0x1ac6028 "?" wait timed out
in thread 003c, blocked by 002a, retrying (60 sec)
And the DAW soft locks with a loading cursor as it blocks the UI until the
plugin's loaded, forever trying to bridge the plugin.
(By "soft lock", I mean that FL Studio itself is still responsive, but you're
completely blocked from doing anything and the only way to get out of it is to
kill the process.)
======
Steps to reproduce:
1. Download and install FL Studio 12 Demo:
https://support.image-line.com/redirect/FLStudio_Installer_Google
The demo and the full version are the same executable.
You will need the Arial font or any ttf named as arial.ttf in
"C:/Windows/fonts/". If you have Winetricks just run "winetricks corefonts"
(you will need the cabextract package).
2. Download any 32-bit or 64-bit VST to test.
This is the one I tried, a 32-bit plugin (http://veg.by/en/projects/syxg50/).
The plugin itself is working perfectly. You can use any VST you want, as long
as you know whether it's 32-bit or 64-bit.
Put the dll file in "~/.wineprefix/drive_c/Program Files
(x86)/Steinberg/VstPlugins/".
3. Open the FL Studio version which DOESN'T match the instruction set of the
VST you're using. If you're using a 32-bit VST plugin, open FL Studio 12
(64-bit). If you're using a 64-bit VST plugin, open FL Studio 12 (32-bit). (If
you're using the VST I linked to, open FL Studio 12 (64-bit))
4. When FL Studio is launched for the first time, a featured project file is
automatically loaded. Click "File" in the top left corner and then "New" to
create an empty project.
5. Click "Options" > "Manage Plugins"
6. Click the "Start scan" button with "Verify plugins" enabled (make sure the
light is red). Let it scan for plugins.
7. Close the window, click "Add", and then "More plugins..." (under System)
8. Find and select "S-YXG50" (or if you used another VST, pick that).
9. Because the instruction set of the VST plugin doesn't match the host
program's (FL Studio), FL Studio will try to run the VST plugin under a
"bridge" (which uses ilbridge.exe, the bridging program installed as part of FL
Studio). However, the plugin never loads. The UI blocks any interaction while
plugins are being loaded so FL Studio is effectively soft locked.
--
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=46584
Bug ID: 46584
Summary: Can't use two mice at once for separate inputs in
Ricochet Infinity
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: spleefer90(a)gmail.com
Distribution: ---
This game has a really fun feature - it let's you use two mice (mouse+touchpad
also works) as two separate player inputs.
This does not work in WINE, every input seems to count as player 1.
Here's a picture from Windows in case you're still baffled -
https://i.imgur.com/BoZSSI1.jpg
The game has been discontinued for 8+ years, so if you have trouble finding it
for testing, here's a trial .exe that lets you test for 60 minutes -
https://cloud2.rys.pw/s/HtzoGHwCsK5xFjg
Using KDE as a DE.
I was told this is an upstream issue with all the other software, and either
progress has to be made there or WINE has to grab input(optionally?) from /dev
directly.
"Tobias
--
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=56687
Bug ID: 56687
Summary: i tried to play a video using potplayer and it bugged
. never played
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: philipaswa01(a)gmail.com
Distribution: ---
Created attachment 76468
--> https://bugs.winehq.org/attachment.cgi?id=76468
the details of the process leading gto the crush of potplayer in wine ubuntu
22.04
i tried to play a video using potplayer and it bugged . never played
--
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=56696
Bug ID: 56696
Summary: AOE IV crash all the time
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: basementbbs(a)gmail.com
Distribution: ---
Created attachment 76481
--> https://bugs.winehq.org/attachment.cgi?id=76481
AOE IV crash all the time
AOE IV crash all the time
--
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=54832
Bug ID: 54832
Summary: Dereference with non-constant offset of type
HLSL_IR_EXPR
Product: vkd3d
Version: 1.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: flibitijibibo(a)gmail.com
Distribution: ---
Created attachment 74335
--> https://bugs.winehq.org/attachment.cgi?id=74335
EG2 Vertex Shader
MojoShader uses this for arrays, as an example:
---
float4 uniforms_float4[13];
int4 m_v6 : BLENDINDICES0;
const int ARRAYBASE_8 = 0;
a0.x = int(floor(abs(v6.x) + 0.5) * sign(v6.x));
r0.xy = lerp(v1.xy, v1.zw, uniforms_float4[ARRAYBASE_8 + a0.x].xy);
---
A complete example from Escape Goat 2 is attached, but this shader depends on
#54826 getting fixed first.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25498
Summary: ACDSeePFM doesn't see dlls in Common Files
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32462)
--> (http://bugs.winehq.org/attachment.cgi?id=32462)
Terminal output on Wine 1.3.9 at installation
Steps to reproduce:
1) remove ~/.wine
2) install acdseepfm-1-0-81-win-en.exe
3) wine ACDSeePFM.exe
Behaviour:
err:module:import_dll
Expected behaviour:
no err:module:import_dll
Terminal output:
err:module:import_dll Library ShellIntMgrPFMU.dll (which is needed by
L"C:\\Program Files\\ACD Systems\\ACDSee Picture Frame
Manager\\1.0\\ACDSeePFM.exe") not found
err:module:import_dll Library ACDInTouch70U.dll (which is needed by
L"C:\\Program Files\\ACD Systems\\ACDSee Picture Frame
Manager\\1.0\\ACDSeePFM.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\ACD Systems\\ACDSee Picture Frame Manager\\1.0\\ACDSeePFM.exe" failed,
status c0000135
Additional info:
Both dlls are available in "~/.wine/drive_c/Program Files/Common Files/ACD
Systems" and if I copy them to application main directory both errors
disappear.
--
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=48363
Bug ID: 48363
Summary: Adobe Creative Cloud Installer shows blank window
Product: Wine
Version: 5.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ajg02(a)elfringham.co.uk
Distribution: ---
Created attachment 66106
--> https://bugs.winehq.org/attachment.cgi?id=66106
Console log for Set-up.exe
Clean Wine prefix set to Win10 runs Set-up.exe for CC installer which shows a
blank window.
See attachment for console 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=56680
Bug ID: 56680
Summary: Add support for application shims
Product: Wine
Version: 9.8
Hardware: x86-64
URL: https://archive.org/download/DungeonKeeper2Demo/Dungeo
nKeeper2Demo.exe
OS: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
We have a few scattered bugs about this (most recently, bug 56661, but also bug
13994, et al).
As Windows continues to evolve, it becomes more common for applications to need
shims. Additionally, some applications install their own shims
(https://bugs.winehq.org/show_bug.cgi?id=56661#c6).
--
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=37607
Bug ID: 37607
Summary: MyHeritage Family Tree Builder fails to add "window"
item/initialize scripting engine
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: jscript
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
Distribution: ---
(Originally reported here:
https://github.com/wine-compholio/wine-staging/issues/187)
After starting the main application first login with your account. Registration
is free, but required unfortunately. Register via the website to workaround an
issue with the application registration form - make sure that no '+' signs are
in your email address, registration works, but login not...
Create a new project, create a new family, and click on Reports -> Ancestors.
A few message boxes will show up with content
'Unable to add "window" item'
'Unable to initialize scripting engine'
These message boxes repeat a couple of times, and afterwards an empty report
shows up.
Related terminal output with WINEDEBUG=+jscript:
--- snip ---
003f:trace:jscript:DllMain (0x7cb70000 1 (nil))
003f:trace:jscript:DllGetClassObject (CLSID_JScript
{00000001-0000-0000-c000-000000000046} 0xc5de4b8)
003f:trace:jscript:ClassFactory_QueryInterface (0x7cbfeef0)->(IID_IClassFactory
0xc5de4b8)
003f:trace:jscript:ClassFactory_AddRef (0x7cbfeef0)
003f:trace:jscript:JScriptFactory_CreateInstance ((nil)
{bb1a2ae1-a4f9-11cf-8f20-00805f2cd064} 0x26c9bb8)
003f:trace:jscript:JScript_QueryInterface (0xb39e270)->(IID_IActiveScript
0x26c9bb8)
003f:trace:jscript:JScript_AddRef (0xb39e270) ref=2
003f:trace:jscript:JScript_Release (0xb39e270) ref=1
003f:trace:jscript:ClassFactory_Release (0x7cbfeef0)
003f:trace:jscript:JScript_SetScriptSite (0xb39e270)->(0x26c9bc0)
003f:trace:jscript:JScript_AddNamedItem (0xb39e270)->(L"window" 2)
003f:trace:msgbox:MSGBOX_OnInit L"Unable to add \"window\" item\n"
003f:trace:msgbox:MSGBOX_OnInit L"Unable to initialize scripting engine"
--- snip ---
JScript_AddNamedItem fails because This->ctx == NULL.
Installing native 'jscript' via 'winetricks jscript' works around this issue
and the report shows up properly (wasn't able to compare it with Windows, but
definitely looks better than before).
$ git describe origin/master
wine-1.7.31-88-g9a68ef4
$ sha1sum family_tree_builder_7138.exe
74245c94089642d65b2fde09fd7188430df68b81 family_tree_builder_7138.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31332
Bug #: 31332
Summary: Project64: about page fails to render
Product: Wine
Version: 1.5.9
Platform: x86
URL: http://www.pj64-emu.com/downloads/func-startdown/34/
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 41173
--> http://bugs.winehq.org/attachment.cgi?id=41173
terminal output
Install project64, run it. Go to 'Help', 'about Project 64'. A small window
opens up, that should contain the about info. Behind this, iexplore.exe opens
with about:blank.
winetricks -q ie7 works around it.
austin@aw25 ~ $ sha1sum setup\ Project64\ 1.6.exe
005954395994c0a355c06abae3fc88d10ae84934 setup Project64 1.6.exe
austin@aw25 ~ $ du -h setup\ Project64\ 1.6.exe
2.0M setup Project64 1.6.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=10531
Summary: Windows Calculator: Color in buttons missing
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bammzilla(a)gabriana.com
Created an attachment (id=9282)
--> (http://bugs.winehq.org/attachment.cgi?id=9282)
How it looks in my Windows XP box
In Windows Calculator CALC.EXE the button texts should be color coded but all
appear black in Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40248
Bug ID: 40248
Summary: Exception when I try to call Translate method
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: gennady.alimov(a)gmail.com
Distribution: ---
Created attachment 53797
--> https://bugs.winehq.org/attachment.cgi?id=53797
code & exception
if I try to translate SIDs to Names I've got the exception
"Index was outside the bounds of the array."
It looks like there is no mapping between account names and SIDs.
--
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=36373
Bug ID: 36373
Summary: Requiem: Avenging Angel - Black screen in-game
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: ubuntugamingproject(a)gmail.com
Created attachment 48430
--> https://bugs.winehq.org/attachment.cgi?id=48430
Black screen log
The game installs and runs correctly, but then if you start a new game, there's
only a black screen, and the only thing can be done is going back to the menù.
So the game is unplayable.
Log attached.
--
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=52454
Bug ID: 52454
Summary: QTranslate 6.3.1 fails to start
Product: Wine
Version: 7.0-rc6
Hardware: x86-64
URL: https://web.archive.org/web/20170606113219if_/http://qtranslate1.appspot.com/QTranslate.6.3.1.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: jscript
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
Created attachment 71742
--> https://bugs.winehq.org/attachment.cgi?id=71742
+jscript
It shows a window with 'QTranslate initialization error. The program will be
closed.' After clicking 'OK' it exits.
winetricks -q wsh57 fixes the issue and allows the program to start.
$ sha1sum QTranslate.6.3.1.exe
7a8f9940049ec50352e732b14349b9bfc3f704a4 QTranslate.6.3.1.exe
$ du -sh QTranslate.6.3.1.exe
780K QTranslate.6.3.1.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=56690
Bug ID: 56690
Summary: Dead By Day light crashes on start
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sollieus(a)gmail.com
Distribution: ---
Created attachment 76471
--> https://bugs.winehq.org/attachment.cgi?id=76471
Logs form game crash
game: Dead By Daylight
Platform to launch: Heroic games (FlatPak)
when trying to open the game easy anti cheat will start normally but the game
itself crashes with logs provided as an 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=35940
Bug ID: 35940
Summary: Server (and perhaps others) may fail to build on some
platforms
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
In my opinion there is a severe mistake in the build system for the server.
>From the man page of GCC, the documentation for '-I' option says:
`-I DIR'
Add the directory DIR to the list of directories to be searched
for header files. Directories named by `-I' are searched before
the standard system include directories. If the directory DIR is
a standard system include directory, the option is ignored to
ensure that the default search order for system directories and
the special treatment of system headers are not defeated .
When building the server, a '-I' option is placed on the command line, pointing
to the source directory of the server.
The file wine/port.h provides this piece of code:
[...cut...]
#ifdef HAVE_PROCESS_H
# include <process.h>
#endif
[...cut...]
The problem comes out because, inside the directory with the sources of the
server, there is a file named process.h and since the -I option allows to take
the files before the standard system include directories, the wine/port.h won't
include the system file, but the one in the server directory: infact, it
happens that the local process.h file is included two times.
This is the cause for the server not compiled correctly on my platform (cygwin)
but probably it can be also applied to others.
I did an experiment and I have bypassed the problem by changing the generated
Makefile: I replaced the '-I' option that pointed to the source directory of
the server with '-idirafter'. The final result is a server that installs and
runs correctly on Windows.
Actually, this defect caused a failure on the server, but probably it may apply
to all components of WINE with some local include files: the option that allows
to point to the source directory of the component being compiled (and only this
one) should be changed with '-idirafter' or something similar, depending on the
compiler used, while all other paths could be left to '-I' without troubles.
--
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=39532
Bug ID: 39532
Summary: Assassin's Creed Unity doesn't run
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx10
Assignee: wine-bugs(a)winehq.org
Reporter: anakin.cs(a)gmail.com
Distribution: ---
Created attachment 52679
--> https://bugs.winehq.org/attachment.cgi?id=52679
terminal log
I've been trying to run Assassin's Creed Unity from Uplay on my laptop, both on
the Intel card and Nvidia card (with primusrun), and I always get the following
error message (translated from French):
"Can't launch the game. Your video card doesn't support DirectX 11 or the video
drivers need to be updated."
My video card is an Nvidia Geforce 850M.
Attached is the terminal output after trying to launch the game.
--
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=56607
Bug ID: 56607
Summary: steam: no tray icon starting with wine 9.2
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: idarktemplar(a)mail.ru
Distribution: ---
Tray icon for steam is missing in wine 9.7.
I did bisecting and found that it's started with following commit:
b5c57b9a62c396068d18237bd6e82b37c169fdc5 is the first bad commit
commit b5c57b9a62c396068d18237bd6e82b37c169fdc5
Author: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
Date: Tue Feb 6 16:51:21 2024 +0200
explorer: Set layered style on systray icons only when it's actually
layered.
Fixes a regression introduced by 229b4561d9a8f10cbb49342dff0b6a3472d81c68,
which caused the icons to not be visible initially in the virtual desktop
systray.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
programs/explorer/systray.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
But unlike battle.net in https://bugs.winehq.org/show_bug.cgi?id=56337, for
steam tray icon doesn't reappear in wine 9.3 or 9.7
Reproduction:
1. install steam for windows (https://store.steampowered.com/about/)
2. run steam
3. log into steam account
Expected result:
steam tray icon in system tray
Actual result:
no steam tray icon is present in system tray
Environment:
Linux 6.6.21-gentoo
KDE/Plasma 5.27.11 X11
--
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=53197
Bug ID: 53197
Summary: Shogun Total War 2 needs
d3dx11_42.dll.D3DX11LoadTextureFromTexture.
Product: Wine
Version: 7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
With both wined3d and dxvk, Shogun Total War 2 generates the following in
DirectX 11 mode (on both 32bit native and WoW64 prefixes) before reaching the
game's main menu:
---Log output---
d3d call failed (0x80004001) : unspecified
0100:fixme:d3dx:D3DX11GetImageInfoFromMemory src_data 046FE756, src_data_size
5592532, pump 00000000, img_info 0055CBD0, hresult 00000000 stub!
d3d call failed (0x80004001) : unspecified
0100:fixme:d3dx:D3DX11GetImageInfoFromMemory src_data 046F3D2A, src_data_size
5592532, pump 00000000, img_info 0055CBD0, hresult 00000000 stub!
d3d call failed (0x80004001) : unspecified
0100:fixme:d3dx:D3DX11GetImageInfoFromMemory src_data 046FEA86, src_data_size
5592532, pump 00000000, img_info 0055CBD0, hresult 00000000 stub!
d3d call failed (0x80004001) : unspecified
0100:fixme:d3dx:D3DX11GetImageInfoFromMemory src_data 046F405A, src_data_size
5592532, pump 00000000, img_info 0055CBD0, hresult 00000000 stub!
d3d call failed (0x80004001) : unspecified
wine: Call from 7B0122F6 to unimplemented function
d3dx11_42.dll.D3DX11LoadTextureFromTexture, aborting
0100:fixme:faultrep:ReportFault 0055C6B8 0x0 stub
wine: Unimplemented function d3dx11_42.dll.D3DX11LoadTextureFromTexture called
at address 7B0122F6 (thread 0100), starting debugger...
---Log output---
As a workaround, the game can be played in DirectX 9 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=49674
Bug ID: 49674
Summary: Feature Request: Restoring previous resolution upon an
app crashing
Product: Wine
Version: unspecified
Hardware: Other
OS: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: s.maddox(a)lantizia.me.uk
So this has been a bit of a bug of mine with Wine for a while, but you may
think it's not really a problem Wine should deal with - which may be a fair
point.
But I couldn't find anything clearly asking for this as a feature request... so
lets see how well it fairs.
# The problem
Lets say you open up a Windows executable which changes your screens resolution
(e.g. a game) and it either...
a) freezes
b) is broken enough that its UI (if any appears) can't be used to nicely ask it
to quit
c) crashes and quits differently to how it'd normally do so upon user request
With a) and b) you likely need to kill that process, which ultimately leaves
you in the same situation as c).
But however it happens... you're likely to find your resolution now stuck to
whatever it set. If that is an incredibly low resolution (like 320x240 or
640x480)... then with the desktop environment of today (especially with HiDPI)
you're likely going to struggle finding the proper option to fix it. Worse you
might resort to a terminal (or switch TTY) and mess around with the xrandr
command for a stupid amount of time trying to find the names of screens and
such.
# Expected Behaviour
Well I'm not sure what actually does this. But in actual Windows (e.g Windows
10), when this same circumstance occurs... the resolution is always restored
back to what it was. This leaves me to believe that Windows itself has
something for this eventuality.
# Research
Well I've been searching around for solutions to this one for years and the
best I always come across... is someone saying you're better off with a script
(usually calling xrandr) mapped to a hot key or something for this eventuality.
Which is fine if the number of displays you've got connected and their
resolutions are always consistent... but often for laptop users moving between
docks and such - it isn't.
A quick chat on the #winehq IRC channel had someone mention that Proton can now
scale games to the resolution you're already using instead (when the app
requests a resolution change)... and pointed out these patches...
https://github.com/GloriousEggroll/proton-ge-custom/blob/master/patches/pro…https://github.com/GloriousEggroll/proton-ge-custom/blob/master/patches/pro…
That's fine, and it's a welcome feature. But I do wonder if this is a
universal fix for any request for any resolution change... regardless the age
(and compatibility with which version of Windows it was meant for) of the game
and the way it draws on the screen (e.g. SDL, OpenGL, DirectDraw, Vulkan,
etc...).
However it *may* give some hope for people wanting to run older windowed-mode
games from the early Win 3.1/95 era which refuse to be re-sized/re-scaled...
but that's a topic for another feature request :)
# Conclusion
I've not got any.
Should this be the job of Wine to restore the prior resolution if the app/game
fails to? Like Windows somehow does? Or is this something the OS (whatever
that may be, Linux/macOS or even Windows) should be doing separately from Wine
for any process?
Also if this is a dupe, feel free to mark it as such... I've looked and
couldn't find anything that is quite so specific - at least with the points
raised here.
Thoughts?
--
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=56661
Bug ID: 56661
Summary: Commit 8b3944e1341baaf693927c8b758851d2dbba725a breaks
Project Diablo 2's Game.exe game client
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: spaskalev(a)protonmail.com
Distribution: ---
Commit 8b3944e1341baaf693927c8b758851d2dbba725a breaks Project Diablo 2's
Game.exe game client.
The game client itself crashes later in its error handling logic leading to a
stack overflow while trying to report the error
[user@monovo wine-git]$ ./wine ~/.wine/drive_c/Diablo2/ProjectD2/Game.exe -w
002c:err:winediag:getaddrinfo Failed to resolve your host name IP
0074:err:wineusb:DriverEntry Failed to initialize Unix library, status
0xc0000135.
0074:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000135
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb"
failed to start: 126
wine: Unhandled stack overflow at address 6FF6879B (thread 0024), starting
debugger...
0024:err:virtual:virtual_setup_exception stack overflow 1408 bytes addr
0x7bf966ef stack 0x220a80 (0x220000-0x221000-0x320000)
The game client itself works fine before this commit - discovered using git
bisect.
To setup PD2 follow the instructions at https://www.projectdiablo2.com/ For
starting the game client a set of battlenet cd keys is not necessary.
--
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=56506
Bug ID: 56506
Summary: strmbase TRACEs occasionally fail to print floats
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: blubban(a)gmail.com
Distribution: ---
$ WINEDEBUG=trace+quartz ./wine
dlls/quartz/tests/x86_64-windows/quartz_test.exe mpegvideo 2>&1 | grep
NewSegment | head -n2
0024:trace:quartz:sink_NewSegment pin 00007FFFFF225C50 L"MPEG video
decoder":L"Input", start 0.001, stop 0.002, rate e.
0024:trace:quartz:sink_NewSegment pin 00007FFFFE2FF8C0 L"sink":L"sink", start
0.001, stop 0.002, rate 1.0000000000000000e+000.
The strmbase copy in quartz_test.exe calls msvcrt printf and correctly prints
1.0000000000000000e+000.
The strmbase copy in winegstreamer.dll calls ntdll's printf, which does not
support float operands and just prints 'e'.
I think that can be fixed by adding msvcrt as a dep of winegstreamer (without
changing anything else), but I'm not sure, and I'm even less sure if that has
any side effects.
--
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=56655
Bug ID: 56655
Summary: Regression: X11 Driver fails to load
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: bmcgrath(a)codeweavers.com
Regression SHA1: f74900ad1a580eda8fd4923cbd4881b42b042733
Distribution: ---
Created attachment 76428
--> https://bugs.winehq.org/attachment.cgi?id=76428
Fix X11 driver
Building with the latest from master, I found the X11 driver fails to load. The
attempt to load appears to enter a tight loop and Wine becomes unresponsive.
A git bisect led me to f74900ad1a580eda8fd4923cbd4881b42b042733.
I then further narrowed it down to the changes in xrandr10_get_modes.
It looks like the old code used to increment mode_idx, but the new code
doesn't. The attached patch fixes this for me.
--
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=26407
Summary: Shadowgrounds Survivor crashes after viewing the map
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://www.gamershell.com/download_23192.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33629)
--> (http://bugs.winehq.org/attachment.cgi?id=33629)
terminal output
In the game the crash always occurs when I switch back to normal mode after
viewing the map (by pressing <Tab>).
Sometimes the game "survives" 2-3 switches between the two modes but eventually
it will crash.
How to reproduce the problem in the demo:
1. Choose only Physx and Windows Media Codecs when the installer asks for it
(native d3dx9_36.dll will be placed in the game directory).
2. Start the game either by survivor.exe or with the launcher.
3. Choose <New Game> from the menu. When you gain control over your character
press <Tab> to switch to map mode then press <Tab> again to get back to normal
mode. This might need to be repeated 2-3 times. Sooner or later the game will
crash.
If I don't use the map mode, the game seems to be stable (I've played for about
30-40 minutes).
I can reproduce the crash with Wine-1.0.1, too.
The crash happens even if I lower the gfx details to the minimum and with
disabled audio.
When starting the game with WINEDEBUG=warn+heap (is that the correct syntax?)
the crash doesn't occur.
Fedora 14 x86
Nvidia GeForce 250 / driver 260.19.36
--
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=56527
Bug ID: 56527
Summary: Final Fantasy XI Online: Opening movie triggers a
'GStreamer-Video-CRITICAL'.
Product: Wine
Version: 8.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: chiitoo(a)gentoo.org
Regression SHA1: 992984f12c18183e477be9ba2668bf42567f4e0a
Distribution: Gentoo
After 992984f12c1 [1], the opening movie of Final Fantasy XI Online started
triggering a 'GStreamer-Video-CRITICAL' message.
The following is all that happens between launching the game and the movie
starting without any additional channels enabled (everything before the
GStreamer message is probably unrelated).
The movie does still play as it should, as far as I can tell.
----
0164:fixme:msctf:ThreadMgr_ActivateEx Unimplemented flags 0x4
0444:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
0444:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command
fence with id 0x7, ret 0x4.
0444:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
0444:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command
fence with id 0x8, ret 0x4.
044c:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
044c:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command
fence with id 0x3, ret 0x4.
044c:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
044c:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command
fence with id 0x4, ret 0x4.
044c:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
044c:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command
fence with id 0x5, ret 0x4.
044c:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
044c:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command
fence with id 0x6, ret 0x4.
0164:fixme:imm:ImmDisableTextFrameService Stub
0164:fixme:imm:NotifyIME NI_CLOSECANDIDATE
0164:fixme:msctf:ThreadMgr_ActivateEx Unimplemented flags 0x4
(wine:21435): GStreamer-Video-CRITICAL **: 02:43:35.753:
gst_video_info_from_caps: assertion 'gst_caps_is_fixed (caps)' failed
----
Thank you!
1.
https://source.winehq.org/git/wine.git/commitdiff/992984f12c18183e477be9ba2…
--
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=44625
Bug ID: 44625
Summary: Cybernoid 2 exits but x window drawing updates are
frozen
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
You can get this game from
https://www.classic-retro-games.com/games/action/cybernoid-2--the-revenge-3…
When you quit the game, x windows no longer updates the screen - events are
being responded to though (you can click stuff then change to a terminal tty
and back and see the updates). The only way to get back to a sane system is
kill xwindows with ctrl alt backspace.
This is seen on opensuse 42.3 which uses xf86
--
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=56429
Bug ID: 56429
Summary: Latest Steam repeatedly restarts when starting game or
alt-tab, seems to be xinput2 related.
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: ikalvachev(a)gmail.com
Regression SHA1: 0f1322d2df4c5238c601a2865b6e65ad14bfa26a
Distribution: ---
Upgraded to latest wine-9.4 and Steam seemed to work fine.
Then Steam upgraded itself and I couldn't launch games anymore.
When starting a game from withing steam library, the game launch begins
normally. However steam window disappears and the console log bursts messages
until a new window is opened. However this restart kills the started game.
I could reproduce the issue if I simply press ALT+TAB in Steam, however it
doesn't trigger if I change focus with the mouse.
There are not crash reports winedbg starting. It restarts on its own.
I did a bisect and landed on:
---
0f1322d2df4c5238c601a2865b6e65ad14bfa26a
winex11: Support XInput2 events on individual windows.
---
Looking back into the log, before steam window opens,
I can see a couple messages like:
---
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 131 (XInputExtension)
Minor opcode of failed request: 46 ()
Resource id in failed request: 0x80020e
Serial number of failed request: 469
Current serial number in output stream: 491
---
These seems harmless, they appear before steam window is shown.
The following message appears when I trigger the issue with alt+tab:
---
06f8:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 10 (X_UnmapWindow)
Resource id in failed request: 0x2e00003
Serial number of failed request: 1098
Current serial number in output stream: 1099
06a0:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0031FECC
0610:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0031FECC
0024:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\Program
Files\\Steam\\bin\\cef\\cef.win7\\steamwebhelper.exe"
0024:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\Program
Files\\Steam\\bin\\cef\\cef.win7\\steamwebhelper.exe"
---
The issue happens only with the latest Steam client
Restarts:
---
Steam Beta Branch: Stable Client
Steam Version 1709846872
Steam Client Build Date: Wed, Mar 6 10:31 PM UTC -08:00
Steam Web Build Date: Thu, Mar 7 11:17 PM UTC -08:00
Steam API Version: SteamClient021
---
Since I keep snapshots of previous wine prefixes, I found out that this is the
steam that
Works:
---
Steam Beta Branch: Stable Client
Steam Version 1705108172
Steam Client Build Date: Sat, Jan 13 2:54 AM UTC -08:00
Steam Web Build Date: Fri, Jan 12 7:02 PM UTC -08:00
Steam API Version: SteamClient021
--
I'm using slackware-current
X.Org X Server 1.21.1.11
Running `xinput --version` returns:
---
xinput version 1.6.4
XI version on server: 2.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.
http://bugs.winehq.org/show_bug.cgi?id=31665
Bug #: 31665
Summary: Femap unexpected crash on rebuild database (or any
command that involves it i.e. import)
Product: Wine
Version: 1.5.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dark.schneider(a)iol.it
Classification: Unclassified
Created attachment 41633
--> http://bugs.winehq.org/attachment.cgi?id=41633
Backtrace of crash triggered by file->rebuild in femap 10.3 with wine 1.5.12
1) wine femap.exe
2) file->rebuild...
3) answer yes.
The crash happen with any action that implies a rebuild database by femap. I.e.
if you import a "large" bdf, lunching a rebuild is just a fast way to check if
the bug is present or not.
Wine version I tested without the bug (those are working):
1.0.1
1.1.29
1.3.6
Wine versions i tested with the bug (crash with similar backtrace to one
attached):
1.4.1-2 (from debian repo)
1.5.6-2 (from debian repo)
1.5.12
I have tested with both femap 10.2 and femap 10.3 and they share the same
problem with no difference (i.e. probably the code on their side did not
changed and if someone has an older version around it may show the same bug). I
have not tested Femap 10.3.1, but may show the same problem.
All of this is related to 32 bit version of femap and wine running on a AMD 64
bit system. I have no chance to test 32 bit on 32 bit.
The bug persist on another system with ati/amd video driver, tested with both
open source and closed opposed by this system that has closed source nvidia
blob. Due to this bug seems unrelated to the video rendering (e.g. the problem
with femap not redrawing automatically the gl window looks unrelated, if needed
I can post another bug for that, but it's minor glitch)
Best Regards,
Gabriele Dini Ciacci
P.S.
Unrelated practical thing that make it desirable to have a recent version of
wine working: With 1.5.6-2 and 1.5.12 the program is much faster (especially on
start-up and actually faster than on windows)
--
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=45358
Bug ID: 45358
Summary: AC Syndicate is completely broken
Product: Wine-staging
Version: 3.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: Debian
Created attachment 61658
--> https://bugs.winehq.org/attachment.cgi?id=61658
Graphic rendering completely broken
Hello,
With wine-3.10, it's possible to launch the game without crash.
Now, there is a very big issue with graphic rendering with wined3d. (see
screenshot)
In the output console, i have a lot of message about :
- "d3d_shader:shader_sm4_read_instruction_modifier Unhandled modifier
0xXXXXXXXX" - "err:d3d:wined3d_debug_callback 0x35451990:
"GL_INVALID_OPERATION in glGetUniformLocation(program not linked)""
- "fixme:d3d_shader:shader_glsl_dump_program_source ..."
- "fixme:d3d:context_bind_shader_resources Shader 0x34e90740 needs 34 samplers,
but only 32 are supported."
For Wine dev who want to reproduce the issue, you need wine-staging to avoid
the issue with UPlay (bug #35902) + Wine AND the issue with AC Syndicate +
Uplay with online mode (bug #45312)
Google drive link for the log :
https://drive.google.com/open?id=15Q2gY9uk_JohSwqlhwix9HK8BgUWCY5E
--
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=44009
Bug ID: 44009
Summary: Syberia Gog version: crash after cinematics
Product: Wine
Version: 2.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 59671
--> https://bugs.winehq.org/attachment.cgi?id=59671
Syberia Gog wine 2.20 backtrace
Hello,
I just acquire the Syberia Gog version and it is impossible for me to play this
game on Linux with Wine. Happily the game was free.
How to reproduce:
Install Syberia Gog version
Launch the game, you can see cinematics but just when the menu appear the game
crash.
I joined you the terminal log/backtrace.
Config:
Ubuntu 17.10
Nvidia 384.90
--
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=25009
Summary: Password Memory 2010 - Titlebar color rendering error
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rsflynn(a)gmail.com
Created an attachment (id=31694)
--> (http://bugs.winehq.org/attachment.cgi?id=31694)
Password Memory 2010 Screenshot
Password Memory 2010 v3.0.3
Download URL:
http://download.cnet.com/Password-Memory-2010/3000-18501_4-10770367.html
Titlebar is not rendered correctly. Half the title bar is in the application
default blue, the other half is black.
--
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=55513
Bug ID: 55513
Summary: Paint.NET 3.5.11 runs unstable on Wine 8.x devel
releases
Product: Wine
Version: 8.15
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: ---
Created attachment 75077
--> https://bugs.winehq.org/attachment.cgi?id=75077Paint.NET 3.5.11 crash report
There seems to be a regression regarding the built-in gdiplus.dll in more
recent Wine 8.x devel builds.
Unfortunately Paint.NET 3.5.11 no longer runs stable. This behavior was
previously known only when the native gdiplus.dll file was used. It didn't
happened with the built-in one.
It looks that this instability is related to a speed improvement of the
built-in gdiplus.dll.
In older Wine versions Paint.NET 3.5.11 was lagging when a line was painted but
it worked stable. This lag was not present with a native gdiplus.dll file but
Paint.NET crashed randomly when the native variant was used. Now Paint.NET also
crashes with the built-in gdiplus.dll variant while there is no longer any lag
present.
More information about that Paint.NET 3.5.11 lag issue can be found in my old
bug 51561.
So in summary, Paint.NET 3.5.11 works in recent Wine 8.x devel releases faster
but less stable. I think this regression was in introduced somewhere in the
Wine 8.1x branch. It is confirmed for Wine 8.14 and 8.15.
Final note, it is currently not possible to install Paint.NET 3.5.11 into a
fresh Wine devel prefix. The installation will fail. A workaround is to install
Paint.NET 3.5.11 under Wine stable and then copy over the whole prefix to a
Wine devel installation. I can confirm that this works fine for Wine 8.0.2 and
Wine 8.15.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29417
Bug #: 29417
Summary: Mouse pointer laggy/slow in Dweebs and Dweebs 2
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
This bug applies to the games Dweebs and Dweebs 2 by Mutation Software.
Demos can be downloaded from
http://www.tucows.com/preview/272853/DWEEBS-Platinum-Remix
and
http://www.tucows.com/preview/281667/DWEEBS-2-The-New-Breed
Download and run one of the demos. Click Setup. On the title screen the mouse
pointer is fine. However if you click Help, Credits or Exit, the pointer is
very "laggy" on those screens. In-game the pointer lags slightly, but less than
on the Help/Credits/Exit screens.
(Also, with earlier versions of the first Dweebs game -- I tested the one on
the Arcade Master CD published by eGames -- the pointer lags on the title
screen as well.)
I thought this problem might be the same as bug 29325, but it also occurs with
Wine 1.3.31.
--
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=56422
Bug ID: 56422
Summary: Exact Audio Copy installer crashes
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: temp82(a)luukku.com
Distribution: ---
Created attachment 76183
--> https://bugs.winehq.org/attachment.cgi?id=76183
wine 9.4 crash
I did try this with wine 9.3, but the release of wine 9.4 was so close I didn't
bother to report back then. the crash seems same for me.
Just download Exact Audio Copy (ver 1.6) here :
https://www.exactaudiocopy.de/en/index.php/resources/download/
I used clean 32bit prefix.
install all default, last step is to run the program via the installer and then
the crash happens.
sha1sum eac-1.6.exe
a6e396618446a87e46abf3d5e00a7d73690a2272
--
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=27745
Summary: Racer is unplayable
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugmenot123456(a)mailinator.com
Created an attachment (id=35498)
--> (http://bugs.winehq.org/attachment.cgi?id=35498)
Output of racer under wine-1.3.24
Racer used to work fine with wine-1.3.14. Somewhere between version 1.3.14 and
1.3.17 it stopped working. Now racer infinitely loops with following error
after pressing "Race" button:
RNetwork: waiting for connecting id response...
RNetwork: out of loop, client connected: 0, id 0 (objectIDbatch=-640664278)
RNetwork: connect attempt failed; be persistent (try 1)
enet_host_connect; out of (1) peers
** Error: QNClient:Connect(); failed to create enet peer; out of connections
Link to the program: http://racer.nl/download/racer0655.zip
--
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=56483
Bug ID: 56483
Summary: ShellExecute changes in Wine 9.5 broke 64-bit Winelib
loading in WoW64 builds
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)robbertvanderhelm.nl
Distribution: ---
After commit 85d029e3b01f6dd35a86cc07796af982d66e4a03
(<https://github.com/wine-mirror/wine/commit/85d029e3b01f6dd35a86cc07796af982…>),
Wine builds configured with `--with-wine64` can no longer find and execute
Winelib binaries built with `winegcc`. This now results in the following error
instead:
> ```
> Application could not be started, or no application associated with the specified file.
> ShellExecuteEx failed: File not found.
> ```
- Running the Winelib `.so` binary explicitly with `wine64` still works
- Running it with `wine`, or using the shell script generated by winebuild does
not.
--
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=56588
Bug ID: 56588
Summary: in game display resolution options limited to current
desktop resolution using old wow64
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
wine-9.6 and wine-9.7
game: FlatOut 1
new wineprefix
32 bit OS
32 bit wine
game setup screen - many display resolutions available
new wineprefix
64 bit OS
old WOW64 wine
game setup screen - resolution options limited to current desktop resolution in
either 16 bit or 32 bit.
Unsure currently how to bisect this, as I have never bisected a wow64 compile
before.
--
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=51200
Bug ID: 51200
Summary: High repaint label volume causes freezing
Product: Wine
Version: 6.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
Created attachment 70075
--> https://bugs.winehq.org/attachment.cgi?id=70075
Screenshot of the offending pane
In ChessBase 11, using a chess engine (kibitzer) can cause freezing. Since the
display shows the current move the engine is thinking about on a label, in some
positions this can involve requests for repainting every few ms. This often
causes the input to lock up for many seconds as the repaint queue is taking
priority.
This is most likely a repaint issue as the workaround is to place the window so
the offending label is off-screen, and the lock-up no longer becomes an issue.
It makes using the engine much more difficult though. This has been a problem
for at least a year now.
Suggestions are to give the input a higher priority, and/or to drop/throttle
repaint frame requests when the queue becomes too long.
--
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=32346
Bug #: 32346
Summary: Window is too large with Batman and Head Over Heels
remakes
Product: Wine
Version: 1.5.18
Platform: x86-64
URL: http://retrospec.sgn.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 42686
--> http://bugs.winehq.org/attachment.cgi?id=42686
Batman window showing trash at right and bottom
This issue applies to at least two game remakes available from
http://retrospec.sgn.net/
Head Over Heels: http://retrospec.sgn.net/game-links.php?link=hoh
Batman: http://retrospec.sgn.net/game-links.php?link=batman
I'm testing with wine-1.5.18-114-ga61f68f, Lubuntu 11.10 x86-64, Nvidia driver
304.64.
Wine seems to create the game window larger than it should be. There are strips
at the bottom and right sides which are never rendered into; they contain
trash/garbage. If you move the window, the trash changes, presumably reflecting
whatever was in that part of the video memory beforehand? The size of the
strips looks about the same as the size of the window decorations.
--
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=56492
Bug ID: 56492
Summary: Wine 9.5 breaks Opentrack/TrackIR head tracking, works
in 9.4
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fell(a)fellr.net
Distribution: ---
After updating to Wine 9.5 I noticed that the Wine plugin of the Opentrack head
tracking software wasn't working any more. It simply couldn't "connect" and
displayed "waiting for game..." forever. After reverting back to Wine 9.4 it
worked fine again.
Corresponding issue at the Opentrack project:
https://github.com/opentrack/opentrack/issues/1827
Observed behavior: After pressing "Start" the tracking does not work game and
"waiting for game..." is displayed in the Opentrack title bar.
Correct behavior: After pressing "Start" the tracking should begin in the game
and the game name should be displayed in the Opentrack title bar.
Now, I don't know how exactly that plugin works and how it communicates with
the game. It is using the TrackIR/Freetrack protocol which seems to rely on
some kind of direct memory access, but I'm not sure.
--
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=56595
Bug ID: 56595
Summary: Fallout 3: regression causes lots of streamer critical
errors, slowdown
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m1m1k4tz(a)protonmail.com
CC: bmcgrath(a)codeweavers.com
Regression SHA1: 9e1f5f6d11b14b3ee38050a1b45a55f5c71146c6
Distribution: ---
Created attachment 76353
--> https://bugs.winehq.org/attachment.cgi?id=76353
gstreamer
Critical errors
--
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=55939
Bug ID: 55939
Summary: Moorhuhn Director's Cut: crashes after going in-game
Product: Wine
Version: 8.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nikolas.gur(a)stud.uni-due.de
Distribution: ---
Created attachment 75504
--> https://bugs.winehq.org/attachment.cgi?id=75504
wine output of running the program
game info: https://moorhuhn.fandom.com/de/wiki/Moorhuhn_Director%27s_Cut
Tested with the retail version of the compilation "Moorhuhn: Die ersten 10
Jahre"
(https://moorhuhn.fandom.com/de/wiki/Moorhuhn_10_Jahre_Jubil%C3%A4umsedition)
What works:
- Everything in the main menu seems to work, including changing graphics
options
- starting a new game and sometimes going in game for a couple seconds
What doesn't work:
- Audio
- Immediately after going in-game or sometimes even in the loading screen for
the first level, game crashes with a winedbg "Program Error"
--
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=56682
Bug ID: 56682
Summary: msvcrt:locale prevents the msvcrt:* tests from running
on Windows 7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
msvcrt:locale prevents the msvcrt:* tests from running on Windows 7 because it
depends on an API which is missing on that Windows version.
See: https://test.winehq.org/data/tests/msvcrt:locale.html
Based on the test result history this is caused by the commit below:
commit 243a014123b3f1b18e390720d843949240323fba
Author: Daniel Lehman <dlehman25(a)gmail.com>
Date: Wed May 1 15:31:44 2024 -0700
msvcrt/tests: Add tests for _wcsicmp_l.
--
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=26545
Summary: Crysis2: Red color on highlights of Bumpmap/Specular
Highlights
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mgavl69(a)juno.com
Bumpmaps are highlighted in red. This goes goes the sky as well as objects.
--
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=28192
Summary: regedit: The usage message arrives too late in the
wine console
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
To reproduce this start the console with 'wine wineconsole cmd' and then type
'regedit /?' in the wine console.
You will get something like this:
c:\>regedit /?
c:\>Usage:
regedit filename
regedit /E filename [regpath]
regedit /D regpath
[...]
Notice how the second wineconsole prompt appears before the regedit usage?
I believe this happens because regedit uses msvcrt's stdio functions: it uses
the '$(top_srcdir)/include/msvcrt' headers and that seems to be enough for it
to link with msvcrt. So there are probably two things here:
* This looks like a bug in the MSVCRT stdio functions.
* regedit should probably use the WriteConsole() / WriteFile() functions
anyway like all the other Wine tools.
See the XCOPY_wprintf() function in programs/xcopy/xcopy.c or the output_*()
functions in programs/net/net.c for a model on how to do this. And if making
the switch to WriteConsole(), verify that running 'regedit /?' still works fine
in a regular xterm or equivalent.
(split off from bug 13861)
--
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=56000
Bug ID: 56000
Summary: Window title is not set with winewayland
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Component: winewayland.drv (please add it to the list of components btw).
When testing something with winewayland (regedit for example or anything else
really), it's not setting the window title, unlike winex11.
--
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=56615
Bug ID: 56615
Summary: Spelunky: wined3d: Require GLSL 1.20 support
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: carmantic24(a)outlook.com
Regression SHA1: 010008f629dd0590978095942ded8851ee3a9e17
Distribution: ArchLinux
Spelunky won't start with "Error creating Direct3D9 object".
0128:err:d3d:wined3d_adapter_gl_init GLSL version 1.20 is too low; 1.20 is
required.
Changing the "<=" to "<" fixed it for me. Tried to CC Zebediah Figura, but
Bugzilla wouldn't accept their email.
if (gl_info->glsl_version <= MAKEDWORD_VERSION(1, 20))
{
ERR("GLSL version %s is too low; 1.20 is required.\n",
(const char
*)gl_info->gl_ops.gl.p_glGetString(GL_SHADING_LANGUAGE_VERSION_ARB));
wined3d_caps_gl_ctx_destroy(&caps_gl_ctx);
return FALSE;
}
--
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=56671
Bug ID: 56671
Summary: Disney Ratatouille demo renders upside down on Intel
graphics
Product: Wine
Version: 9.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 76455
--> https://bugs.winehq.org/attachment.cgi?id=76455
Screenshot of the main menu
A recent regression is causing the Disney Ratatouille demo to render upside
down on my laptop that has an Intel i7-1360P processor and integrated graphics.
Interestingly, the game renders right-side-up on my desktop that has an AMD
Radeon RX 5500 XT. Both the laptop and the desktop have Arch Linux.
Steps to reproduce:
1. Create an empty directory and download EN_Ratatouille_Demo.exe into it.
2. Run `wine EN_Ratatouille_Demo.exe` to extract the installer.
3. Run `wine setup.exe` to install the Ratatouille demo.
4. Run `cd "$HOME/.wine/drive_c/Program Files
(x86)/THQ/Disney-Pixar/Ratatouille Demo/Rat"` to enter the game directory.
5. Run `wine GameSetup.exe` to start the game launcher.
6. Click Play.
Observe that everything is upside down, from the intro videos to the main menu.
`git bisect` says:
ba2f78922f84f0576694fef17be7bec2cc9da19b is the first bad commit
commit ba2f78922f84f0576694fef17be7bec2cc9da19b
Author: Elizabeth Figura <zfigura(a)codeweavers.com>
AuthorDate: Fri Mar 15 18:59:35 2024 -0500
Commit: Alexandre Julliard <julliard(a)winehq.org>
CommitDate: Sun May 12 16:25:54 2024 +0200
wined3d: Remove no longer used support for drawing to an onscreen render
target.
Now that we require ORM_FBO, wined3d backbuffers are always offscreen (and
we
never draw directly to the frontbuffer, which is the only truly onscreen
surface).
We could reintroduce support for drawing directly to the backbuffer, and
this
would presumably improve performance by avoiding a blit from the wined3d
backbuffer to the real GL backbuffer.
However, this is not always possible or performant due to mismatching
dimensions, or the need to use a depth buffer which is also used with
offscreen
RTVs, and for d3d1-9 it may not be possible at all due to issues related to
preserving invariance between flipped and non-flipped geometry.
It *may* be possible to identify situations where we can render directly to
the
backbuffer for d3d10+, but at that point we can rely on the Vulkan backend
to
work, and given other unfixable performance problems with the GL backend
(most
notably the inability to properly stream index buffer data) it does not
really
make much sense to go out of our way to perform such a minor optimization
there.
dlls/wined3d/adapter_gl.c | 1 -
dlls/wined3d/arb_program_shader.c | 4 ++--
dlls/wined3d/context_gl.c | 101
++++++++++++++++++++++++++++++-----------------------------------------------------------------------
dlls/wined3d/ffp_gl.c | 95
++++++++++++++++++++++-------------------------------------------------------------------------
dlls/wined3d/glsl_shader.c | 4 ++--
dlls/wined3d/shader.c | 4 ++--
dlls/wined3d/utils.c | 2 +-
dlls/wined3d/wined3d_private.h | 10 +---------
8 files changed, 60 insertions(+), 161 deletions(-)
$ sha256sum EN_Ratatouille_Demo.exe
b8fcd1385ef47883987df0ae3c05b2acbd83f70bede43bcf8567e6a7aa2629c0
--
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=56485
Bug ID: 56485
Summary: Visual novel RE:D Cherish! displays white screen
instead of logo video
Product: Wine
Version: 9.5
Hardware: x86-64
URL: https://web.archive.org/web/20230522084712/http://suezou.dyndns.org/dl2021/crystalia/red_cherish/red_cherish
_try.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Regression SHA1: 6ce8a31b0b87f9dc7ce94c4cba81074510b8c384
Distribution: Ubuntu
After CAUTION message, RE:D Cherish! (trial) displays white screen and gets
stuck before reaching the main menu.
This does not happen prior to Wine 9.4. After Bug 53613 was fixed, the program
may have taken a different path.
--
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=56413
Bug ID: 56413
Summary: wine-staging 9.4 build fails on Debian 11, Ubuntu
20.04 and 22.04
Product: Wine-staging
Version: 9.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 76176
--> https://bugs.winehq.org/attachment.cgi?id=76176
Debian 11 wine-staging 9.4 failed build log
Building the wine-staging packages failed on Debian 11, Ubuntu 20.04 and 22.04.
No problem on newer versions of Debian/Ubuntu or Fedora.
[ 329s] dlls/winex11.drv/mouse.c: In function 'map_raw_event_coords':
[ 329s] dlls/winex11.drv/mouse.c:1788:84: error: 'UINT16_MAX' undeclared
(first use in this function); did you mean 'UINT_MAX'?
[ 329s] 1788 | if (input->mi.dwFlags & MOUSEEVENTF_VIRTUALDESK) SetRect(
&virtual_rect, 0, 0, UINT16_MAX, UINT16_MAX );
[ 329s] |
^~~~~~~~~~
[ 329s] |
UINT_MAX
[ 329s] dlls/winex11.drv/mouse.c:1788:84: note: each undeclared identifier is
reported only once for each function it appears in
--
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=51917
Bug ID: 51917
Summary: Internet Explorer 8 crashes when visiting
http://www.baidu.com/ on unimplemented function
dxtrans.dll.DllGetClassObject
Product: Wine
Version: 6.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 70870
--> https://bugs.winehq.org/attachment.cgi?id=70870
Terminal output
Steps to reproduce:
1. Delete the existing ~/.wine directory or move it to another location.
2. Run `WINEARCH=win32 wine regsvr32` to create a new 32-bit Wine bottle.
3. Run `winetricks ie8` to install Internet Explorer 8.
4. Run `wine 'C:\Program Files\Internet Explorer\iexplore.exe'
http://www.baidu.com/` to open <http://www.baidu.com/>.
--
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=34016
Bug #: 34016
Summary: Star Wars KOTOR II: The Sith Lords: Disabling hardware
mouse removes the mouse entirely
Product: Wine
Version: 1.6-rc3
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipickert55(a)gmail.com
Classification: Unclassified
In order to get around bug 9462 (http://bugs.winehq.org/show_bug.cgi?id=9462) I
disabled the hardware mouse option in swkotor2.ini, however, this caused my
mouse to disappear entirely.
--
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=34199
Bug #: 34199
Summary: Star Wars KOTOR II: environments and characters are
invisible
Product: Wine
Version: 1.6-rc5
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winemac.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipickert55(a)gmail.com
Classification: Unclassified
Created attachment 45502
--> http://bugs.winehq.org/attachment.cgi?id=45502
A wine log of starting steam and playing the game
The environments and characters are either invisible or very wierd (see the bad
portrait screenshot), and this issue was not present under X11, therefore it is
an issue with the mac driver.
--
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=34530
Bug #: 34530
Summary: Star Wars KOTOR II: Frame Buffer Effects and Soft
Shadows can't be turned on
Product: Wine
Version: 1.7.2
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipickert55(a)gmail.com
Classification: Unclassified
Not much else to say, the buttons are just greyed out in the options menu.
--
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=56476
Bug ID: 56476
Summary: Microsoft Outlook (New) Crashes on Startup
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: jrlh(a)outlook.com
Distribution: ---
Created attachment 76243
--> https://bugs.winehq.org/attachment.cgi?id=76243
Backtrace log
OS: Fedora 39.
#win64
On startup of the Outlook (New) from the windows store you get an error:
Unhandled exception: unimplemented function
msvcp140_atomic_wait.dll.__std_calloc_crt called in 64-bit code
(0x006fffff453d77).
It would be really nice to get this running as it would solve the email problem
under linux.
checksum: 72b3b1c11c7f740eca309176a70f0f9bae884f78 olk.exe
wine olk.exe
002c:fixme:winediag:loader_init wine-staging 9.1 is a testing version
containing experimental patches.
002c:fixme:winediag:loader_init Please mention your exact version when filing
bug reports on winehq.org.
0078:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
00e0:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0034:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
002c:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
0024:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
012c:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
wine: Call from 00006FFFFF453D77 to unimplemented function
msvcp140_atomic_wait.dll.__std_calloc_crt, aborting
wine: Unimplemented function msvcp140_atomic_wait.dll.__std_calloc_crt called
at address 00006FFFFF453D77 (thread 012c), starting debugger...
0140:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
014c:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0138:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
wine: Call from 00006FFFFF453D77 to unimplemented function
msvcp140_atomic_wait.dll.__std_calloc_crt, aborting
--
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=53306
Bug ID: 53306
Summary: Rise of Nations Thrones and Patriots: Intros and menu
background video not showing (missing Windows Media
Video 7 decoder)
Product: Wine
Version: 7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: odecif(a)gmail.com
Distribution: ---
Created attachment 72682
--> https://bugs.winehq.org/attachment.cgi?id=72682
Log showing intro errors
When starting the game there is no intro movies (black screens) as well as
background video in the main menu.
Attachment contain console logs for when I start the game (intro movies).
The following logs are present for when the menu background video is supposed
to be loaded:
winegstreamer error: decodebin3: Your GStreamer installation is missing a
plug-in.
winegstreamer error: decodebin3:
../gstreamer/subprojects/gst-plugins-base/gst/playback/gstdecodebin2.c(4701):
gst_decode_bin_expose (): /GstBin:bin3/GstDecodeBin:decodebin3:
no suitable plugins found:
Missing decoder: Windows Media Video 7 (video/x-wmv, wmvversion=(int)1,
width=(int)1024, height=(int)768, format=(string)WMV1,
framerate=(fraction)10000000/333667)
0128:err:wmvcore:init_stream Failed to connect parser, hr 0x80004005.
The files in question are the following:
* <installation_path>/art/iface_bg_movie.wmv
* <installation_path>/art/opening.wmv
* <installation_path>/bhg_game_studios1M.wmv
* <installation_path>/ms_game_studios_1M.wmv
The files play nicely in all my local video players and I have the following
gstreamer packages installed:
$ pacman -Qs gst-
local/gst-libav 1.20.2-2
Multimedia graph framework - libav plugin
local/gst-plugins-bad 1.20.2-2
Multimedia graph framework - bad plugins
local/gst-plugins-bad-libs 1.20.2-2
Multimedia graph framework - bad
local/gst-plugins-base 1.20.2-2
Multimedia graph framework - base plugins
local/gst-plugins-base-libs 1.20.2-2
Multimedia graph framework - base
local/gst-plugins-good 1.20.2-2
Multimedia graph framework - good plugins
local/gst-plugins-ugly 1.20.2-2
Multimedia graph framework - ugly plugins
local/gst-python 1.20.2-2
Multimedia graph framework - python plugin
local/gupnp-dlna 0.12.0-1
Library to ease DLNA-related bits for applications using gupnp
local/lib32-gst-plugins-base 1.20.2-1
GStreamer open-source multimedia framework core library (32-bit) - base
local/lib32-gst-plugins-base-libs 1.20.2-1
GStreamer open-source multimedia framework core library (32-bit) - base
local/lib32-gst-plugins-good 1.20.2-1
GStreamer open-source multimedia framework core library (32-bit) - good
plugins
local/lib32-gst-plugins-ugly 1.20.2-1
Multimedia graph framework - ugly plugins (32-bit)
My test rig:
* Manjaro Linux 21.3.0
* Kernel 5.10.123-1-MANJARO
* Nvidia RTX 3070 with 515.48.07 drivers
* Budgie DE
I also tried using wine-6.5 and winetricks wmp9 but it didn't make the videos
show (since wmp9 package is broken since wine-6.6).
If there is anything else I can test or provide please let me know!
--
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=43590
Bug ID: 43590
Summary: Rise of Nations Thrones & Patriots weird graphics
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brabec.tomislav(a)gmail.com
Distribution: ---
Created attachment 59003
--> https://bugs.winehq.org/attachment.cgi?id=59003
Weird map rendering
I have a problem with Rise of Nations: Thrones & Patriots graphics. While the
basic version of game works fine, the expansion has weird rendering while
playing (image).
--
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=46896
Bug ID: 46896
Summary: BAD SPEED WITH 2 GAMES
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ninhomcj99(a)gmail.com
Trying to run Digimon Rumble Arena 2 and Dragon Ball Budokai Tenkaichi 3.
Everything is fine untile the main menu. After that the speed drastically
drops!! it is 9/10%. How can i solve this problem??
--
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=46887
Bug ID: 46887
Summary: Problems while opening a game
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ninhomcj99(a)gmail.com
Distribution: ---
Created attachment 63963
--> https://bugs.winehq.org/attachment.cgi?id=63963
Problem output
I try to open a game (Digimon Rumble Arena 2 USa.iso) but then it tells me that
there was a problem and it crushes
--
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=56673
Bug ID: 56673
Summary: d3d10core:d3d10core, d3d11:d3d11 and d3d9:visual push
the test report way above the 2MB limit
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
There is no Linux test result since 2024-05-12 because the reports are now way
above the 2 MB limit: 2.7-2.9 MB.
https://test.winehq.org/data/patterns.html
The main contributors are the following tests:
$ egrep '^d3d10core.c:' wt-bot-fg-deb64-t32.report | wc -c
286141
$ egrep '^d3d11.c:' wt-bot-fg-deb64-t32.report | wc -c
522288
$ egrep '^visual.c:' wt-bot-fg-deb64-t32.report | wc -c
144075 (of that d3d9:visual is about 100 KB)
--
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=56459
Bug ID: 56459
Summary: Inconsistent and Unexpected I/O flush behavior
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: renatopereyra(a)google.com
Distribution: ---
While recently debugging a Proton issue [1], I discovered odd I/O flushing
behavior. Redirecting stderr/stdout to a file would cause most of
intel-steam-stdout-255710.log in [1] to be empty. The contents of that file
were critical to root-cause the issue and not having them made it much more
difficult to debug. There were prints to stderr that directly explained what
was going wrong and I had inadvertently hidden these by redirecting I/O "to
preserve it" across multiple debugging runs.
To debug this I/O issue, I wrote a trivial Windows app that logs out to stderr
and is configurable to cover multiple corner cases. I was able to reproduce the
exact game behavior and a lot more other weirdness. I tested unmodified Wine
8.0, 9.0, and 9.4, as well as Proton 8.0 and Experimental (I will reach out to
Proton devs independently). I found a total of 7 possible flushing outcomes and
only 2 of those expected/good IMHO. In a lot of cases prints would just flat
out completely be missing. There were also other cases where only partial data
would ever flush out.
I've uploaded all my test results and test app to [2]. I'm unable to make the
drive fully public per my organization's policies so please request access.
Notes regarding the data sheet:
- While the test app supports multiple options (see README in [2]), the data
sheet only includes a subset. Options omitted in the spreadsheet appeared to
have no impact on the flush behavior.
- The minimum set of states required to reach each specific possible flushing
outcome is color-coded.
[1] https://github.com/ValveSoftware/Proton/issues/7529
[2]
https://drive.google.com/drive/folders/14pWGcywUMtoc9z3QmHXNGbLq5Sdg3ICG?re…
--
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=40891
Bug ID: 40891
Summary: Shaders fail to compile in League of Legends
Product: Wine
Version: 1.9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hevanen(a)googlemail.com
Distribution: ---
Created attachment 54981
--> https://bugs.winehq.org/attachment.cgi?id=54981
Game client console output (stdout+stderr)
When going into a game, the loading screen stays black and the game crashes
after a few seconds. Using native D3D9 works around the problem.
The full console output is attached. There's a repeat of messages like the
following:
fixme:hlsl_parser:hlsl_parse Array.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
err:d3dcompiler:compile_shader HLSL shader parsing failed.
League of Legends.exe(00000009): ERROR| PixelShader::Load: failed to create
shader program for
<Data/Shaders/HLSL/Filters/Dilate/PS_2PASS_DILATE_FILTER_1.ps_2_0>
The following two messages are also shown for some shaders:
fixme:hlsl_parser:declare_vars Complex initializers are not supported yet.
fixme:d3dcompiler:make_assignment LHS expression not supported in compound
assignments yet.
--
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=56675
Bug ID: 56675
Summary: wine-mono does not work with nuvamawealth tx3 but
winetricks dotnet48 works
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yafoce6821(a)giratex.com
Distribution: ---
Affected application: https://www.nuvamawealth.com/tx3
Download link (it is a free application):
https://nuvamawealth.com/ewwebimages/webfiles/download/tx3/tx3.zip
Filing a bug for wine-mono because the FAQ page told me to.
steps to replicate:
1. A vanilla wine prefix.
2. winetricks vcrun2015 (and dotnet48; on wine-mono does not work; hence filing
bug report)
3. run the msi installer unzipping the zip
4. winecfg to win7 (win10 used to work, but until recently, requires winetricks
dxvk vcrun2010 and corefonts to work)
4. run the application
--
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=56480
Bug ID: 56480
Summary: vbscript: underscore line continue issues
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Distribution: ---
> cat test.vbs
Class Tween
Public Function Delay(length)
Set Delay = Me
WScript.Echo "Delay " & length
End Function
Public Function Clear()
Set Clear = Me
WScript.Echo "Clear"
End Function
End Class
Dim instance
Set instance = new Tween
WScript.Echo "chained"
instance.Clear().Delay(1)
WScript.Echo "chained with continuation dots after"
' works as expected
instance. _
Clear(). _
Delay(1)
WScript.Echo "chained with continuation dots before"
' 0114:fixme:wscript:ActiveScriptSite_OnScriptError
instance.Clear() _
.Delay(1)
WScript.Echo "chained with continuation dots before2"
' 0114:fixme:wscript:run_script ParseScriptText failed: 80004005
instance _
.Clear() _
.Delay(1)
WScript.Echo "done"
--
Linux Wine.
> wine cscript test.vbs
0114:fixme:vbscript:parser_error L".Delay(1)\n\nWScript.Echo \"done\"\n":
"syntax error"
0114:fixme:wscript:ActiveScriptSite_OnScriptError ()
0114:fixme:wscript:run_script ParseScriptText failed: 80004005
--
Windows cscript
> cscript test.vbs
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
chained
Clear
Delay 1
chained with continuation dots after
Clear
Delay 1
chained with continuation dots before
Clear
Delay 1
chained with continuation dots before2
Clear
Delay 1
done
--
Some more notes:
* On wine by commenting out the last section you get a different error
* I have also seen different errors depending on weather the functions called
have arguments or not
* Other uses of underscore do seem to work. Eg multiline Dim, multiline if.
--
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=56669
Bug ID: 56669
Summary: AppDB: 'Maintainer status removed' email doesn't
mention the application involved
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
```
Maintainer status removed
-------------------------------------------------------
Your maintainer status has been removed because you have not logged into th=
e AppDB in over 24 months.
Best regards.
The AppDB team
https://appdb.winehq.org/
If you don't want to receive any other e-mail, please change your preferenc=
es:
https://appdb.winehq.org/preferences.php
```
This email should mention _what_ application was involved / include a link to
said application.
--
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=56670
Bug ID: 56670
Summary: AppDB: warn maintainers before removing their
maintainer privileges
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
I recently got a flood of emails:
```
Maintainer status removed
-------------------------------------------------------
Your maintainer status has been removed because you have not logged into th=
e AppDB in over 24 months.
Best regards.
The AppDB team
https://appdb.winehq.org/
If you don't want to receive any other e-mail, please change your preferenc=
es:
https://appdb.winehq.org/preferences.php
```
Fair enough, I haven't logged in, and shouldn't be a maintainer for those
applications. But a warning would've been nice..
--
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=56628
Bug ID: 56628
Summary: Golftopia (GOG) crashes during startup in unityplayer
on Intel iGPU.
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Created attachment 76403
--> https://bugs.winehq.org/attachment.cgi?id=76403
Crash backtrace
Attempting to run Golftopia with an Intel iGPU (Intel Corporation Device
[8086:0a1e] (rev 0b)) causes the game to crash during startup after the initial
loading dialog.
Backtrace attached.
--
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=56664
Bug ID: 56664
Summary: winecfg not exposing an option for 7.1 surround sound
audio output (winepulse.drv)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ib10evp0(a)gmx.org
Distribution: ---
Using a self-compiled winecfg from a Wine build based on commit
`ae9bdbda3be2b4ab5be34463fe1daec6c11cc7e6` (post 9.8), I see no option to set
7.1 output for the pulse audio driver in winecfg. Only Mono, Stereo,
Quadrophonic and 5.1 is available even though my system is set to 7.1 output in
the host os configuration.
Setup:
Wine & winecfg (self-compiled) @ ae9bdbda3be2b4ab5be34463fe1daec6c11cc7e6 (post
Wine 9.8)
Ubuntu 22.04 with Pulseaudio
Audio device profile set to 7.1 output in system configuration (test sounds
output properly to 7.1 speaker system)
--
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=55538
Bug ID: 55538
Summary: Bad graphics rendering in VirtualDJ
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bique.alexandre(a)gmail.com
Distribution: ---
Created attachment 75096
--> https://bugs.winehq.org/attachment.cgi?id=75096
VirtualDJ Screenshot
VirtualDJ is a DJ software. https://virtualdj.com
The graphics rendering in VirtualDJ is broken.
The font looks crippled.
There are a bunch of gradients which are plain black.
The interface flickers.
I'm using Archlinux, Gnome/X11, nvidia.
This message comes a lot:
0190:fixme:d2d:d2d_text_renderer_DrawGlyphRun Ignoring options 0x2.
This also happens:
vkd3d:fixme:d3d12_device_MakeResident iface 0000000003A4AC10, object_count 1,
objects 0000000001C872C8 stub!
vkd3d:fixme:d3d12_root_signature_init_descriptor_table_push_constants Push
constants size 260 exceeds maximum allowed size 256. Try
VKD3D_CONFIG=virtual_heaps.
0110:fixme:win:RegisterTouchWindow hwnd 0000000000040084, flags 0x2 stub!
0190:err:sync:RtlpWaitForCriticalSection section 000000014448FB50 (null) wait
timed out in thread 0190, blocked by 0110, retrying (60 sec)
0190:err:sync:RtlpWaitForCriticalSection section 000000014448FB50 (null) wait
timed out in thread 0190, blocked by 0110, retrying (60 sec)
0190:err:sync:RtlpWaitForCriticalSection section 000000014448FB50 (null) wait
timed out in thread 0190, blocked by 0110, retrying (60 sec)
Cheers,
Alex
--
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=56436
Bug ID: 56436
Summary: Cannot Save a trace while using the Ellisys Bluetooth
Analyzer
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: venkatesh.s(a)broadcom.com
Distribution: ---
Created attachment 76197
--> https://bugs.winehq.org/attachment.cgi?id=76197
this is the backtrace information shown in the pop-up window
I have recently installed an "Ellisys.Runtime.x86_64.AppImage" from ellisys
website - https://ellisys.com/support/runtime_install.
The application will help to use the "Ellisys Bluetooth Analyzer" software in
Linux platform.
After the setup is done. I'm able to open the application. But when I try to
save the trace, I'm seeing a crash.
Attached the backtrace for the same.
--
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=56482
Bug ID: 56482
Summary: basically i tried running vocaloid 6 and it does not
run and shows error
Product: Wine
Version: 9.3
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: angad.ranhotra(a)gmail.com
Created attachment 76252
--> https://bugs.winehq.org/attachment.cgi?id=76252
backtrace
basically i tried running vocaloid 6 and it does not run and shows error
--
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=39489
Bug ID: 39489
Summary: Nvidia Graphics Libs dog food
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: micsxdrachet(a)gmail.com
Distribution: ---
When you are installing Wine, the software center says you: Nvidia x64 libs are
going to be unistalled.
My computer:
Asus Laptop F555LD
Intel core I7-5500U
Nvidia Geforce 820M
Ram:8GB
Os: Win8+Ubuntu 14.04 Unity
Hard Disk:1TB
--
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=52009
Bug ID: 52009
Summary: Wine doesn't start on Manjaro Linux, even after
reinstall
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: miguelag2001(a)outlook.com
Distribution: ---
I have the latest available version of Wine installed on Manjaro Stable. It
worked for a little while, but now when I try to run anything with Wine, I get
a ton of errors in the console, and no other output.
I have tried:
* Deleting the `.wine` folder
* Restarting my PC
* Uninstalling and reinstalling wine
but nothing has let me even run winecfg.
Some unique things about my setup that could be causing issues:
* It's a laptop with a dual GPU (Intel integrated + NVIDIA 1650 Ti)
* I have the proprietary NVIDIA driver installed
When I attempt to run `wine winecfg` I get the following output:
```
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: could not load kernel32.dll, status c0000135
```
If it is the first time I've loaded a new installation, I get this output:
```
wine: created the configuration directory '/home/migue/.wine'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
MESA-INTEL: warning: Performance support disabled, consider sysctl
dev.i915.perf_stream_paranoid=0
0048:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
0048:err:winediag:nodrv_CreateWindow Unknown error (998).
0048:err:systray:initialize_systray Could not create tray window
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr
0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
```
before my console locks up, and not even hitting Ctrl+C will kill it.
I attempted to run `sudo sysctl dev.i915.perf_stream_paranoid=0`, but all it
did was greatly reduce performance when creating windows, with Wine still
refusing to start (giving the same output).
I requested help on the Manjaro forums, but was directed here, so here I am.
Hopefully this issue can get resolved pretty soon :)
--
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=56420
Bug ID: 56420
Summary: Paint.NET 5.0.13 installer fails due to missing
ID2DFactory7, CLSID
'{bdc2bdd3-b96c-4de6-bdf7-99d4745454de}'
Product: Wine
Version: 9.4
Hardware: x86-64
URL: https://github.com/paintdotnet/release/releases/downlo
ad/v5.0.13/paint.net.5.0.13.install.anycpu.web.zip
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
Created attachment 76182
--> https://bugs.winehq.org/attachment.cgi?id=76182
error dialog
It shows an error dialog, which I've attached. A +d2d trace reveals:
019c:trace:d2d:D2D1CreateFactory factory_type 0x1, iid
{bdc2bdd3-b96c-4de6-bdf7-99d4745454de}, factory_options 00007FFFFE27E878,
factory 00007FFFFE27E830.
019c:trace:d2d:D2D1CreateFactory Created factory 00007FFFFEA29FB0.
019c:trace:d2d:d2d_factory_QueryInterface iface 00007FFFFEA29FB0, iid
{bdc2bdd3-b96c-4de6-bdf7-99d4745454de}, out 00007FFFFE27E830.
019c:warn:d2d:d2d_factory_QueryInterface {bdc2bdd3-b96c-4de6-bdf7-99d4745454de}
not implemented, returning E_NOINTERFACE.
019c:trace:d2d:d2d_factory_Release 00007FFFFEA29FB0 decreasing refcount to 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=56662
Bug ID: 56662
Summary: Paint.NET 4.0.6 installer crashes because of some not
implemented Direct2D features
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: kle(a)bluewin.ch
Distribution: ---
Hi all
This bug report is somehow an offspring of bug 46039. Newer Paint.NET releases
are crashing shortly after the installation is started. This seems to be
related to a missing Direct2D feature in Wine.
Regarding Paint.NET 4.0.6 there are listed several
"PaintDotNet.Controls.Direct2DControl" errors in the log. For more details
please check the attached file.
Note, this topic here should stay "Paint.NET 4.0.6" only. Later versions also
crashes because of this bug but those seems the have some additional problems.
I have checked that with Paint.NET 4.0.8 and there are more errors present in
the long compared with Paint.NET 4.0.6.
--
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=56660
Bug ID: 56660
Summary: Env error(paint.net and doom eternal)
Product: Wine-staging
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: finenkofedor(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 76437
--> https://bugs.winehq.org/attachment.cgi?id=76437
DOOMEternalx64vk.exe backtrace
Some software is not launching because it think I have version older than win7,
examples are paint.net and DOOM:Eternal. Speaking of Doom eternal, it could not
launch either until I launched with argument WINEDEBUG="-all" then it popped up
message I must have win7 or higher and give error, there's a backtrace attached
Wine-staging 9.8.1//Wine-mono 9.1.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=46813
Bug ID: 46813
Summary: Paint.net 4.1 installer fails:
System.NotImplementedException:
d:\src\pdn\src\systemlayer.native\direct2d1\d2deffect.
cpp (75) : hr = m_pEffect->SetInputCount(inputCount);
Product: Wine
Version: 4.3
Hardware: x86
URL: https://dl1.filehippo.com/723e534156b54de4adbae2c05203
7fb4/paint.net.4.1.install.exe?ttl=1552236910&token=1d
af4879a0c0e9f11076f852a2830137
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Created attachment 63837
--> https://bugs.winehq.org/attachment.cgi?id=63837
console output
Prerequisite: winetricks dotnet472 and uianimation patchset from Staging.
sha1sum ~/paint.net.4.1.install.exe
b2b886c97532eb4c5eabf7e2fd888d61f4a9ae78 ~/paint.net.4.1.install.exe
The installer crashes with a error dialog:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NotImplementedException:
d:\src\pdn\src\systemlayer.native\direct2d1\d2deffect.cpp (75) : hr =
m_pEffect->SetInputCount(inputCount); (PaintDotNet.Controls.PdnBanner)
at PaintDotNet.Interop.InteropErrorInfo.ThrowIfError() in
D:\src\pdn\src\Base\Interop\InteropErrorInfo.cs:line 89
at PaintDotNet.SystemLayer.Native.x64.NativeUtilities.ThrowOnErrorImpl(Int32
hr, SByte* szHr, IUnknown* pFxErrorInfo)
at
PaintDotNet.SystemLayer.Native.x64.Direct2D1.D2DEffect.set_InputCount(Int32
value)
at PaintDotNet.UI.Media.Effects.Effect.ApplyInputs(IServiceProvider
services, IEffect d2dEffect, IReadOnlyList`1 inputs, Boolean invalidate) in
D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 49
at PaintDotNet.UI.Media.Effects.Effect.ApplyEffectProperty(IServiceProvider
services, IEffect d2dEffect, DependencyProperty property) in
D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 110
at
PaintDotNet.UI.Media.Effects.EffectProperty.EnumerateEffectProperties[TAction](Type
ownerType, TAction& accumulator) in
D:\src\pdn\src\Framework\UI\Media\Effects\EffectProperty.cs:line 79
at
PaintDotNet.UI.Media.Effects.Effect.ApplyEffectProperties(IServiceProvider
services, IEffect d2dEffect) in
D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 96
at
PaintDotNet.UI.Media.Effects.Effect.CreateDirect2DResource(IServiceProvider
services) in D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 74
at
PaintDotNet.ObjectModel.ResourceCache.GetCachedOrCreateResource(IResourceProvider
resourceProvider, Type interfaceType) in
D:\src\pdn\src\Base\ObjectModel\ResourceCache.cs:line 179
at
PaintDotNet.ObjectModel.ResourceCacheExtensions.GetCachedOrCreateResource[TResource](IResourceCache
resourceCache, IResourceProvider`1 resourceProvider) in
D:\src\pdn\src\Base\ObjectModel\ResourceCacheExtensions.cs:line 17
at PaintDotNet.Direct2D1.DrawingContextExtensions.DrawImage(IDrawingContext
--
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=48540
Bug ID: 48540
Summary: Paint.net v4.0 crashes:
System.NotImplementedException:
..\Direct2D\D2DGeometry.cpp (553) : hr =
m_pGeometry->Widen (d2d_ellipse_geometry_Widen is a
stub)
Product: Wine
Version: 5.0
Hardware: x86
URL: https://dw81.uptodown.com/dwn/Gn--kYHTnDkyEi1ZtswLFM0e
ruO-fjlQNCOzLCPVl7iZ67g5WQqOWGcoFTk9NWZwQKrIUp7gVrWrKs
yG_HCzAm2TycqXRoucJDxlsMWzFo22sVY4LYYwZ0Fkp0g2KpNY/XEO
d-6EuUi0RITPk54kiA1MIiwaQDo8JbBWn9LHBdl3BYY1QMxhiChn0c
CaKGaQ0xFH8mv5dJzFL337cILS1Q0Q4bTCHirw26UMnsIvxp9THmVR
BOpWUDKLzgE3sU_iN/yLr1QM-cwlWQdFwnyEbeYB_fl0v3jgwVr2k0
rw3lRYMK3i--cGvZBuUwNtBp4gFv4QF2wMlWl6H7wPTmuSUfyg==/p
aint-net-4-0-es-en-br-fr-de-it-cn-jp-ru-win.zip
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Pre-note: while testing Paint.net it appears to be quite important to track the
precise version; Every new subsequent version seems to add new d2d-features and
thus might crash differently.
So I started with lowest version: 4.0
Bug: As reported in the title.
If you hack d2d_ellipse_geometry_Widen to return success the application
actually starts and I was even able to draw a line (WOW!!)
Clicking other things resulted again in System.NotImplementedException
exceptions.
(Side-note: used "winetricks dotnet40 dotnet48" and also for now a native
uianimation to work around a crash in installer. If i have time i`ll look into
the uianimation bug myself later I think)
sha1sum paint-net-4-0-es-en-br-fr-de-it-cn-jp-ru-win.zip
35549136606d396c894fb616a0f554235c47fad8
paint-net-4-0-es-en-br-fr-de-it-cn-jp-ru-win.zip
--
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=44632
Bug ID: 44632
Summary: abend after installation and startup of IPcamViewer
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: freek.weggeman(a)gmail.com
Distribution: ---
Created attachment 60625
--> https://bugs.winehq.org/attachment.cgi?id=60625
show details after the message above and save as
IPCameraViewer has expierecesd a serious error and has to be closed.
This error appeares at installation time as well as at startup
--
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=19469
Summary: ResEdit crashes checking for updates
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.resedit.net/ResEdit-UNICODE.7z
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=22630)
--> (http://bugs.winehq.org/attachment.cgi?id=22630)
Crash log
ResEdit 1.4.7 (unicode build) crashes checking for updates. Attached log
produced with 'Help -> Check for update' menu command.
--
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=52424
Bug ID: 52424
Summary: Running Shogun 2 Total War under wine stable
(7.0.0.0~focal-1) fails with page fault
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bopolissimus(a)gmail.com
Distribution: ---
Created attachment 71683
--> https://bugs.winehq.org/attachment.cgi?id=71683
backtrace for page fault when running Shogun Total War 2
Running Shogun 2 Total War under wine stable (7.0.0.0~focal-1)
fails with:
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x10a29192).
Register dump:
backtrace attached.
--
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=39466
Bug ID: 39466
Summary: MOPy Fish does not install
Product: Wine
Version: 1.7.52
Hardware: x86-64
URL: https://web.archive.org/web/20020206231256fw_/http://1
93.129.255.5/mopyfish/binaries/setup.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: usp10
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Blocks: 21316
Distribution: Debian
Created attachment 52586
--> https://bugs.winehq.org/attachment.cgi?id=52586
log + backtrace
Related to bug 21316. The installer crashes before showing anything in the
screen.
Most of the backtrace is inside usp10 so guessing it as component.
--
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=39250
Bug ID: 39250
Summary: help!
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: krisfoxes(a)aol.com
Distribution: ---
Created attachment 52306
--> https://bugs.winehq.org/attachment.cgi?id=52306
This is what Feral heart gave me and logs me out
Hello,
I play Feral heart on my mac and it logs me out all the time, sometimes 5 times
a day or more on this game giving me an error report form wine. Please help!
I would like to play this game without this error report showing up and logging
me out. Is there anything I can do??
Please help
Thank you,
Kris
--
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=4418
--- Comment #29 from temp82(a)luukku.com ---
still the same wine 9.8.
--
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=21316
Summary: MOPy Fish: Unable to allocate required memory, cannot
continue.
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://www.mediafire.com/file/w13znjlvyko/setup-1.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
This is classic MOPy Fish 1.9a, a free virtual pet for your computer. (
http://en.wikipedia.org/wiki/MOPy_fish )
It fails to start and gives no terminal output even when using winedbg. It
simply says "process terminated".
Url given for the free download.
--
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=43215
Bug ID: 43215
Summary: regression | freeze | nfsw.exe
Product: Wine
Version: 2.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nfsgraine(a)gmail.com
Distribution: ---
[Need for Speed World]
The game freezes after I confirm my chat language/connect with other players.
I am using latest wine-staging 2.10(tried normal wine too). An experienced
friend told me this particular problem gets solved with wine 1.6.x.
I don't know how to build a wine by myself so I tried a 1.6.2 with q4wine but
now I get another problem, when I'm not on lowest graphics settings, it crashes
with error "out of directx resources". Even at lowest settings, when I open a
map or join a race, basically make it use more resources, it crashes with this
directx error. I'm guessing it's because 1.6.2 didn't have support for my
Pentium G4560's iGPU.
So now I can't effectively use 1.6.2 as well although it does fix the former
freeze problem.
I would be grateful if this gets fixed.
--
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=44983
Bug ID: 44983
Summary: Uplay does not work.
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zefkerrigan(a)gmail.com
Distribution: ---
Created attachment 61116
--> https://bugs.winehq.org/attachment.cgi?id=61116
Uplay does not work. This is the full console output.
Uplay does not work. And when Uplay checks for updates it will last forever but
completely unsuccessfully.
--
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=44921
Bug ID: 44921
Summary: PathStripToRootA fails to find root path.
Product: Wine
Version: 3.5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 61012
--> https://bugs.winehq.org/attachment.cgi?id=61012
testcases
Here is a set of testcases for PathStripToRootA.
Attaching here, so it isn't lost.
--
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=44778
Bug ID: 44778
Summary: Progecad 2018 (.Net 4.0 program) installer throws
error window in the end and fails
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 60805
--> https://bugs.winehq.org/attachment.cgi?id=60805
debuglog, last 3500 lines before troubles start
Hi , followup of 44772
-In a fresh WINEPREFIX installed dotnet40 with winetricks
- Work around bug 44772 by applying e patch from that bug
In the end the installer throws up error messagebox while in console it says:
0032:err:module:import_dll Library hasp_windows_98673.dll (which is needed by
L"C:\\users\\louis\\Temp\\is-8S7CR.tmp\\Oem.dll") not found
0032:err:module:import_dll Library skeydrv.dll (which is needed by
L"C:\\users\\louis\\Temp\\is-8S7CR.tmp\\Oem.dll") not found
Both dlls are then already installed in the program directory but apparently
the installer cannot find them. Haven`t got a clue really why
(Work around for now: Ctrl^c the installer as the messagebox appears, copy both
dlls to system32 (so the installer finds them) and run the installer again;
then it succeeds)
--
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=42186
Bug ID: 42186
Summary: Uplay games don't work anymore since latest update
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: paulthetall(a)gmail.com
Created attachment 56814
--> https://bugs.winehq.org/attachment.cgi?id=56814
Uplay issue output
Hey Guys, Since the latest Uplay update of 15 December the games won't launch
anymore. Uplay does login and download and install goes fine as well. But if
you play a game it starts the intro of the game but exits back to uplay.
I tested with Anno2070 and Rayman Legend, both worked fine before but since
latest version of Uplay they have the same issue.
I attached the 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=43565
Bug ID: 43565
Summary: software crash
Product: Wine
Version: 2.14
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: neneda(a)www.bccto.me
Distribution: ---
Created attachment 58974
--> https://bugs.winehq.org/attachment.cgi?id=58974
this is a game platform
i install gametea this game ,when i log in ,the game crash
--
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=47045
Bug ID: 47045
Summary: unhandled page fault crash after ERROR: Could Not Get
Primary Adapter Handle
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.hirsch(a)web.de
Distribution: ---
Created attachment 64215
--> https://bugs.winehq.org/attachment.cgi?id=64215
backtrace of assassin's creed unity crash
The Uplay version of the game "Assassin's Creed: Unity" crashes on start. I
think the interesting part of stdout is here:
2019-04-19 13:37:21 [ 187] [DEBUG] Hooks.cpp (36) : --- Overlay started ---
(C:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher\games\Assassin's Creed
Unity\ACU.exe)
2019-04-19 13:37:21 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'kernel32.dll'
hooked
2019-04-19 13:37:21 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'kernel32.dll'
hooked
2019-04-19 13:37:21 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'shell32.dll'
hooked
2019-04-19 13:37:21 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'xinput1_3.dll'
hooked
2019-04-19 13:37:22 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'dinput8.dll'
hooked
2019-04-19 13:37:22 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'dxgi.dll' hooked
2019-04-19 13:37:22 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'd3d9.dll' hooked
2019-04-19 13:37:22 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'user32.dll'
hooked
2019-04-19 13:37:22 [ 187] [DEBUG] PlatformHooks.cpp (113) : 'kernel32.dll'
hooked
ERROR: Could Not Get Primary Adapter Handle
wine: Unhandled page fault on read access to 0x00000000 at address 0x1422f78da
(thread 00c3), starting debugger...
I attached the backtrace. And I wonder why the error messages contain
references to 32bit and 64bit. The game seems to be in 32bit and I could fix
missing DLL errors by installing 32bit libraries. However one of the main error
messages is "page fault on read access to 0x00000000 in 64-bit code". So I
guess the 64bit wine runtime crashed after it failed to start the 32bit game.
Anyway, here are some specs of my PC:
- Ryzen 5 1600X, 16 GB RAM
- Radeon RX 480 with 8GB, running with the kernel's AMDGPU driver
- Arch Linux with kernel 5.0.7
- wine 4.6 with wine-mono, wine-nine (gallium)
The crash is reproducible no matter whether I chose Win7 or Win10 in winecfg.
And it crashes when started in Uplay as well as when calling "wine ACU.exe" in
the installation directory. Also going into Uplay's offline mode doesn't help
(that was a suggestion I found in a youtube video). Uplay seems to work fine.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49404
Bug ID: 49404
Summary: Secret Files 3 needs
d3dx9_skin_info_ConvertToIndexedBlendedMesh
Product: Wine
Version: 5.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Continuation of bug 48779
fixme:d3dx:d3dx9_skin_info_ConvertToIndexedBlendedMesh iface 052DD250, mesh_in
052DA200, options 0x4000220, palette_size 48, adjacency_in 0453F920,
adjacency_out 0469BB60, face_remap 00000000, vertex_remap 00000000,
max_face_infl 0453F8EC, num_bone_combinations 0453F8F0, bone_combination_table
0453F8E8, mesh_out 0031EFC8 stub!
wine-5.10-306-g67ef515174
--
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=48957
Bug ID: 48957
Summary: Forgotten Hope 2 Crashes / Fail to start.
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: ryanrkpm(a)yahoo.com
Distribution: ---
Created attachment 66933
--> https://bugs.winehq.org/attachment.cgi?id=66933
terminal output
WHen i ran it with root privileges it goes into BF2 and says I must update the
video driver, but when going back into Forgotten Hope 2 it crashes every time.
--
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=40045
Bug ID: 40045
Summary: Thinking Worlds Player: Direct3D 9 application doesn't
display anything
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: zionnimchuk(a)gmail.com
Distribution: ---
Created attachment 53508
--> https://bugs.winehq.org/attachment.cgi?id=53508
Verbose error log warn+all
Wine runs the application, gets no significant errors, but nothing shows up. I
have to force quit (Ctrl-C) the application to close it.
Tested operating systems: 64-bit Arch Linux, 64-bit Ubuntu 15.10
Wine versions tested: 1.9.2, 1.9.1 (from Arch Linux package)
I initially posted this as a forum post. You can see it here:
https://forum.winehq.org/viewtopic.php?f=8&t=26045
Error log (normal output):
fixme:win:EnumDisplayDevicesW ((null),0,0x32f724,0x00000000), stub!
fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event
If you look at the more verbose error log, you can see, on line 295-298 it
says:
warn:d3d_surface:surface_init Creating a lockable surface with a POOL of
DEFAULT, that doesn't specify DYNAMIC usage.
warn:d3d9:d3d9_swapchain_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce}
not implemented, returning E_NOINTERFACE.
warn:d3d9:d3d9_swapchain_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce}
not implemented, returning E_NOINTERFACE.
warn:d3d9:d3d9_device_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce} not
implemented, returning E_NOINTERFACE.
Which I think is the problem.
You can view the verbose error log (warn+all) here:
http://paste.scratchbook.ch/view/ec9a60dc (same as 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=56496
Bug ID: 56496
Summary: BeamNG Techdemo 0.3 needs support for 'implicit
conversion from float3 to float4'
Product: vkd3d
Version: 1.11
Hardware: x86-64
URL: https://www.moddb.com/games/beamng/downloads/beamng-te
chdemo-03
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
0024:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -5.
0024:err:d3dcompiler:D3DCompile2 Shader log:
0024:err:d3dcompiler:D3DCompile2 <anonymous>:543:13: E5017: Aborting due to
not yet implemented feature: Prioritize between multiple compatible function
overloads.
0024:err:d3dcompiler:D3DCompile2 <anonymous>:543:13: E5002: Can't
implicitly convert from float3 to float4.
0024:err:d3dcompiler:D3DCompile2
--
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=55684
Bug ID: 55684
Summary: Null pointer dereference in failure path
Product: vkd3d
Version: 1.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
From Coverity report:
/home/akhaldi/wine/libs/vkd3d/libs/vkd3d-shader/dxil.c: 1793 in
sm6_parser_declare_function()
1787 return false;
1788 }
1789 ret_type = fn->type->u.function->ret_type;
1790
1791 if (!(fn->type = sm6_type_get_pointer_to_type(fn->type,
ADDRESS_SPACE_DEFAULT, sm6)))
1792 {
>>> CID 1546877: Null pointer dereferences (FORWARD_NULL)
>>> Dereferencing null pointer "fn->type".
1793 WARN("Failed to get pointer type for type %u.\n",
fn->type->class);
1794 return false;
1795 }
1796
1797 if (record->operands[1])
1798 WARN("Ignoring calling convention %#"PRIx64".\n",
record->operands[1]);
The issue is obviously in 'fn->type' being reused in a warning 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=56426
--- Comment #3 from zsolt.sandor(a)gmail.com ---
Hello,
It seems that the problem is that java changed how they access the network
interfaces and the API they call is not available in wine-stable (9.0) causing
the problem.
The change is however available in the wine-staging (9.8) [ubuntu package name]
and when tried to execute my test, it worked perfectly:
> Getting network interfaces
> 0198:fixme:iphlpapi:GetAnycastIpAddressTable (0, 000000000134F750) stub
> Done
How to move forward? Either backport the changes to stable, or mark as
non-relevant, use the staging / development 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.
https://bugs.winehq.org/show_bug.cgi?id=56637
Bug ID: 56637
Summary: Error opening Foxit Phantom portable executable
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aosd1996(a)gmail.com
Distribution: ---
Created attachment 76409
--> https://bugs.winehq.org/attachment.cgi?id=76409
this is the log file for the error report
I tried to open a Foxit Phantom portable executable using wine and it showed me
this error.
--
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=51606
Bug ID: 51606
Summary: Adobe Creative Cloud and apps like Photoshop CC need
Internet Explorer 11
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: msdobrescu(a)gmail.com
Distribution: ---
Created attachment 70459
--> https://bugs.winehq.org/attachment.cgi?id=70459
Popup appears in Photoshop at startup
Adobe software, mainly Creative Cloud related, like Photoshop CC, requires now
Internet Explorer 11.
I could not manage to install Internet Explorer, regardless the package used.
I have Windows 10, up to date (21H1 right now) and I have installed Photoshop
CC there and copied the files on my Linux for testing. This is because it is
not possible to install Adobe Creative Cloud either, due to missing Internet
Explorer 11.
After starting Photoshop, the attached popup appears, so no possibility to use
Photoshop CC, which is known to work in Wine (seemingly the tested versions of
Photoshop CC are cracked somehow to skip this step, but that is illegal and
dangerous for being know to bring malware).
A IE11 installation or a workaround are necessary.
--
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=56426
Bernhard Übelacker <bernhardu(a)mailbox.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bernhardu(a)mailbox.org
--- Comment #2 from Bernhard Übelacker <bernhardu(a)mailbox.org> ---
I tried to reproduce but it does not fail with wine-9.8,
with build 21.0.3+9-LTS.
So I I did a bisect which led me to this fixing commit:
commit 1bab7ea25e2c1e7bad6940c63c83ec0c1ef5c8f6
Author: Rastislav Stanik <gitlab(a)rastos.org>
Date: Thu Jan 25 21:14:20 2024 +0100
iphlpapi: Add stub for GetAnycastIpAddressTable().
This change adds an implementation of Win32 API function
GetAnycastIpAddressTable() that does not return real information, it
just says "no entries found".
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56065
Therefore is the issue for you resolved?
--
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=56613
Bug ID: 56613
Summary: Errors when building wine-9.4 with -Werror on Fedora
40
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: patrick+winehq.org(a)laimbock.com
Distribution: ---
Created attachment 76370
--> https://bugs.winehq.org/attachment.cgi?id=76370
Errors when building wine-9.4 with -Werror on Fedora 40
Building wine-9.4 (no staging) with -Werror on Fedora 40 with gcc (GCC) 14.0.1
20240411 (Red Hat 14.0.1-0) results in some failures. See attachment. Please
let me know if you need more information. Thanks.
--
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=56584
Bug ID: 56584
Summary: InvokeShellLinker failed to extract icon
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)jonass.user.lysator.liu.se
Distribution: ---
Trying to run the installer for Creature from
https://bugs.winehq.org/show_bug.cgi?id=4713 results in an
055c:err:menubuilder:InvokeShellLinker failed to extract icon from
L"C:\\Program Files\\nvidia corporation\\nvidia
demos\\creature\\binaries\\creatureviewerdx7.exe"
Checking the binaries directory I notice that the exe is actually
CreatureViewerDX7.exe.
So it seems like InvokeShellLinker may be case sensitive?
--
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=56646
Bug ID: 56646
Summary: Ingame Web-UI fonts
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: antr1x(a)hotmail.com
Distribution: ---
Bug could be easily reproduced on Guild Wars 2 game and I guess in any other
which used similar Web-UI ingame windows. The game itself works perfectly well,
except for one thing - several in-game windows operate like web pages, and the
fonts are also pulled from the game's website. But for some reason, this
doesn't work at all, and all we can see in those windows is Times New Roman
(instead of Menomonia in case of Guild Wars 2).
Over the past day, I've tried (fonts in context are
Menomonia/Helvetica/allfonts/win-7-10/11-fonts):
- Installing fonts in the system
- Installing fonts in the GW2 prefix
- Installing fonts in the Proton directory itself
- Installing gecko additionally in prefixes and through winetricks
- Adding fonts to the registries of all prefixes
- Replacing Times New Roman fonts with game fonts in the prefix registries
- Different versions of Wine/Proton
Checking Internet Explorer from those prefixes, and interestingly enough, it
displays fonts correctly on the game's forum, but I can't check the game's API
pages (the windows themselves) because it's a hardcoded feature of the game.
Link to the CSS used by ingame Web-UI windows -
https://static.staticwars.com/combo/_/fonts/menomonia/v3/menomonia-min.css&…
Screenshots with descriptions - https://imgur.com/a/3Z7pAlH
--
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=55545
Bug ID: 55545
Summary: Rustup cannot download information related to
toolchains
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ArchLinux
Created attachment 75105
--> https://bugs.winehq.org/attachment.cgi?id=75105
WINEDEBUG=+secur32,+winsock,+wininet,+crpyt log
Hi.
Try to install a Rust toolchain using rustup fails with
error: could not download file from
'https://static.rust-lang.org/dist/channel-rust-stable.toml' to
'C:\users\lorenzo\.rustup\tmp\wfcpd9ms_ve5wz19_file.toml': error decoding
response body: operation timed out: operation timed out
Used:
https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init…
The 32bit (i686) version advance a bit further, but fails to download the
tolchain
Attaching a WINEDEBUG=+secur32,+winsock,+wininet,+crpyt 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=53799
Bug ID: 53799
Summary: FFXIV Endwalker Benchmark no audio and crashes in
xaudio2_7 on exit
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: nospam(a)kota.moe
Distribution: ---
Created attachment 73297
--> https://bugs.winehq.org/attachment.cgi?id=73297
Console output (including crash info)
The application in question can be downloaded from
https://jp.finalfantasyxiv.com/benchmark/download/ (Direct link:
https://download.finalfantasyxiv.com/ys8glaimvmykn88p/ffxiv-endwalker-bench…)
It can be executed with the following command line (not enough arguments to
fully configure the benchmark, but enough to demonstrate the problem):
wine game/ffxiv_dx11.exe SYS.Language=1
When the application is running, no audio is heard when there should be audio.
And when it exits (such as closing the window, pressing ESC, or letting it
finish), it will segfault in xaudio2_7 with the following backtrace (full
output in attachment):
=>0 0x00000242e0aeac FAudio_AudioClientThread+0xcc(user=00000000010301B0)
[Z:\tmp\wine-src\libs\faudio\src\FAudio_platform_win32.c:190] in xaudio2_7
(0000000000000000)
1 0x0000007b629109 BaseThreadInitThunk+0x9(unknown=<internal error>,
entry=<internal error>, arg=<internal error>)
[Z:\tmp\wine-src\dlls\kernel32\thread.c:61] in kernel32 (0000000000000000)
2 0x0000017005eda3 __wine_pop_frame(entry=0000000242E0ADE0,
arg=00000000010301B0) [Z:\tmp\wine-src\include\wine\exception.h:277] in ntdll
(0000000000000000)
3 0x0000017005eda3 RtlUserThreadStart+0x83(entry=[<register RSP not
accessible in this frame>, arg=[<register RSP not accessible in this frame>)
[Z:\tmp\wine-src\dlls\ntdll\thread.c:240] in ntdll (0000000000000000)
0x00000242e0aeac FAudio_AudioClientThread+0xcc
[Z:\tmp\wine-src\libs\faudio\src\FAudio_platform_win32.c:190] in xaudio2_7:
movq (%rcx),%rax
190 FAudio_assert(!FAILED(hr) && "Failed to stop IAudioClient!");
This was run in a clean WINEPREFIX with wine-7.19 freshly built from source.
If I use winetricks to install xact_x64, the crash goes away, but there is
still no audio 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=43280
Bug ID: 43280
Summary: Gothic 1, no Music
Product: Wine-staging
Version: 2.10
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shitman71(a)hotmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Music not working in Gothic 1 and other games, this was introduced with windows
vista sp1. They did some changes to their soundsystem or something like this,
this affected many games. I gues this was introduced in wine too.
I dont know what exactly was done but i know problems with music existed even
in win8.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.
http://bugs.winehq.org/show_bug.cgi?id=28692
Bug #: 28692
Summary: Korg M1 DLE Load Program dialogue does not show files
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gigaday(a)googlemail.com
Classification: Unclassified
Created attachment 36878
--> http://bugs.winehq.org/attachment.cgi?id=36878
No files shown under Wine
The Load Program dialogue should show files with extensions *.m1prog, but they
are not shown although the exist in the directory.
Screen shots of Windows and Wine 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.
http://bugs.winehq.org/show_bug.cgi?id=11446
Summary: Gangsters: Wrong 2d rendering
Product: Wine
Version: 0.9.51.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wielkiegie(a)gmail.com
Created an attachment (id=10577)
--> (http://bugs.winehq.org/attachment.cgi?id=10577)
Wine messages when starting with OpenGL as DDraw renderer
OpenGL as DirectDraw driver causes unhandled page fault when playing intro (I
tried GDI for testing). When the game starts or after changing menu screen,
main menu is completely black. Graphics can be visible only after pushing any
button in the menu, but releasing mouse button elsewhere. Buttons doesn't
contain any text and colors of whole screen are ugly.
--
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=38740
Bug ID: 38740
Summary: Mathearbeit installer hangs during installation
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 51652
--> https://bugs.winehq.org/attachment.cgi?id=51652
Console output from Slackware 14.1 with wine 1.7.44
Hello everyone,
I would like to submit a bug concerning the installation of "Mathearbeit" which
can be downloaded from the following URL:
http://www.mathearbeit.de/download.html
I tried "Mathearbeit G" but the installer hangs on my Slackware 14.1 32-Bit
System. Console output is attached.
--
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=56641
Bug ID: 56641
Summary: Atached ti pid 0000
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: uruetamla(a)hotmail.com
Distribution: ---
Created attachment 76416
--> https://bugs.winehq.org/attachment.cgi?id=76416
acid pro 7
Acid pro 7 doesn´t open
--
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=29559
Bug #: 29559
Summary: GTA IV freeze in videos or scripted game events
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linuxuser-sky(a)gmx.de
Classification: Unclassified
Hi
My GTA 4 freezes or sometimes crashes when i watch a ingame video (like when
you get your next mission) or on ingame scripted videos/events (like right
before you go and kill this guy with a sniper, mission from Francis "Lure")
(without the black sripes so it does not look like a video but i guess it could
be the same background stuff rolling...).
The Mission Lure is a great example it freezes like 9 out of 10 tries by me.
Then only one i got it to work was when it was night. Do not know if this has
something to do with it. Also a lot of freezes when i would go to Francis for
new missions.
Crashes (We are sorry for the inconvenience dialog....) are very rare only had
two since i play with is 1 moth or so....
Tested wine Version: 1.3.35,1.3.36
In Console i get:
fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout (nil) is not supported
err:d3d_shader:walk_constant_heap >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from walk_constant_heap() @
/var/tmp/portage/app-emulation/wine-1.3.36/work/wine-1.3.36/dlls/wined3d/glsl_shader.c
/ 434
wine: Unhandled page fault on write access to 0x084173f1 at address 0x7bc48a6c
(thread 0028), starting debugger...
Attached is a savegame so you can easy test it by yourself, just drive down to
the "F" on the map. I bet it will freeze right in the video and if you skip
this by pressing left mouse button in will freeze later on the roof....
--
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=29512
Bug #: 29512
Summary: bad fonts rendering in mochasoft's tn5250
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: washuu(a)eastnews.com.pl
Classification: Unclassified
Created attachment 38219
--> http://bugs.winehq.org/attachment.cgi?id=38219
WINEDEBUG=fixme+all,warn+all mtn5250.exe
The program affected is Mochasoft's teminal 5250 emulator, downloadable from
http://www.mochasoft.dk/mw5250.exe
It installs cleanly. After first run, we see "fuzzy" fonts on the toolbar even
without any action from user side.
Moreover, when we connect to some AS400 (I know they are none public AS400
servers...), some letters on the screen are missing, and when we try to mark
some areas, letters are completely garbled.
I attach log from WINEDEBUG=fixme+all,warn+all. There are a lot of lines
regarding to missing fonts.
I tried to install winetricks corefonts but it doesn't do any good.
--
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=29492
Bug #: 29492
Summary: DemonStar window cannot be moved in virtual desktop
mode
Product: Wine
Version: 1.3.35
Platform: x86-64
URL: http://www.mking.com/demonstar_game.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
This bug applies to the game DemonStar, a cut-down version of which is on
several eGames CD-ROMs. The game is also downloadable from
http://www.mking.com/demonstar_game.html
There are two issues which are probably related.
Ther first issue applies when using virtual desktop mode. In some cases the
window can't be moved by dragging its title bar. To reproduce the problem:
1. Download and run the game installer.
2. Use winecfg to enable virtual desktop mode.
3. Start the game. Notice the game window can be dragged normally.
4. Select the File->Options menu item. Select "Window 2x" for View Size and
click OK. The window doubles in size.
5. Notice how the window is not draggable any more.
6. If you change the view size back to Window 1x the window becomes draggable
again.
The second issue applies when Wine is not in virtual desktop mode. Then,
setting the view size to Window 2x has no effect; the window remains at its
original small size.
--
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=29462
Bug #: 29462
Summary: BurnPlot inserts lots of spaces in the default name
for a screenshot
Product: Wine
Version: 1.3.35
Platform: x86-64
URL: http://download.imgburn.com/BurnPlot_1.0.1.5.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
When attempting to use BurnPlot's built-in save screenshot function, the
default name it uses is "BurnPlot" followed by 1,025 space characters. On
Windows XP, it's just "BurnPlot" with no spaces. Attempting to save a file with
all these spaces in the name will cause the program to hang, though it works
after manually deleting them.
Steps to reproduce:
1. winetricks vb6run wsh57 native_oleaut32
Note that wsh57 is a workaround for bug 28605 and native_oleaut32 is a
workaround for bug 29461.
2. Start the program and go to file -> save BurnPlot screen capture
Workaround: native shlwapi, shell32, and comdlg32. Since native shlwapi+shell32
doesn't prevent the problem, I guess it's most likely comdlg32 to blame. (I
can't get this far using native comdlg32 without the other two.)
No terminal output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35621
Bug ID: 35621
Summary: MDI2DOC fills the file selection dialog textbox with
59000 spaces
Product: Wine
Version: 1.7.12
Hardware: x86
URL: http://www.bugysoft.com/setup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Classification: Unclassified
Just install the program (winetricks mfc42 vb6run) and open it, after that
press the first toolbar icon (Open). Note that the caret is not in the initial
position but instead in the middle of the textbox, if you press the right mouse
button then select all and finally paste in a text editor you will see 59000
spaces.
This does not happen in XP.
sha1sum faf176e9e624611ebacb12da14a66c10a5a40be8 setup.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29416
Bug #: 29416
Summary: Unreal 2: Texture memory is corrupted on certain
action
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jisaak98(a)gmail.com
Classification: Unclassified
Created attachment 38074
--> http://bugs.winehq.org/attachment.cgi?id=38074
All textures got mixed :)
All textures get mixed up when you shoot spiders eggs (second game mission).
Only game restart helps to fix this. See screenshots for details.
--
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=44831
Bug ID: 44831
Summary: Resizing Wine on a Chromebook prevents Wine from
launching again until a reboot
Product: Wine
Version: 3.4
Hardware: x86
OS: Android
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: duboisj(a)codeweavers.com
Created attachment 60870
--> https://bugs.winehq.org/attachment.cgi?id=60870
logcat output
Hardware: Google Pixelbook Chrombook
OS: Stable channel Chrome OS (M64.0.3282.190) Android subsystem v. 7.1.1
Wine package: wine 3.4 package from winehq Downloads page
On first launching Wine's Android package on a Chromebook, the Wine desktop is
smaller than a user might want. Like other Android apps, the Wine desktop has
Chrome OS window decorations on top, which include a resize control.
Using this control to ask that Wine be put in a maximized window results in a
message saying that Wine will be restarted in order to change the window size.
Some percent of the time, this appears to work (whether the desktop can truly
cope with the resize is a separate matter, but wine will at least run after the
resize).
A high percent of the time, however, Wine dies after the restart and cannot be
restarted again until a reboot. What happens, in this state, is that you click
on the Wine icon and a window briefly flashes, then disappears.
If you have a machine in developer mode, you can see that after each click on
the Wine icon, new instances of cmd / wineconsole are being launched and stay
running. The original wineserver (from before the resize) appears to also stay
running, and never exits. When wine is running in a sane state, there is also
a process for the java vm / explorer - labelled 'org.winehq.wine' in the output
of a 'ps'. That process is the one which appears to be killed by the resize
and never manages to restart.
--
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=54296
Bug ID: 54296
Summary: Google Chrome (for Windows) crashes on start
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kohen.d(a)gmail.com
Distribution: ---
Created attachment 73864
--> https://bugs.winehq.org/attachment.cgi?id=73864
log of an attempted launch
Since version 106, Google Chrome stopped running on Wine, it seems.
Someone else mentioned it in the forum:
https://forum.winehq.org/viewtopic.php?t=37086
--
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=43415
Bug ID: 43415
Summary: All versions of Google Chrome fail to display a
webpage
Product: Wine
Version: 2.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arnfranke(a)yahoo.com
Distribution: ---
Created attachment 58770
--> https://bugs.winehq.org/attachment.cgi?id=58770
Backtrace for an error Chrome 59 32-bit threw in Win7 mode
All versions of Google Chrome fail to display a webpage.
Versions tested: 1.0.154.59, "chrome32_49.0.2623.75", "chrome64_49.0.2623.75",
"Chrome-48.0.2564.97", "Chrome64_48.0.2564.109", "chrome32_50.0.2661.75",
"chrome64_50.0.2661.75", "chrome32_55.0.2883.75", "chrome32_58.0.3029.96",
"chrome64_58.0.3029.96", "chrome32_59.0.3071.86", "chrome64_59.0.3071.86".
Wine versions tested: 2.12, 2.13
AppDB page:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=8177
I really don't have many details about this problem, but it should be easy to
reproduce.
--
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=33676
Bug #: 33676
Summary: Builtin iexplore can't downlod chrome
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
The command
wine iexplore 'http://www.google.com/chrome/eula.html'
displays the Chrome download page very nicely, but when you click
on the Download Chrome button, all you get is:
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 67 of
CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 63 of
CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of
CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 28
--
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=42247
Bug ID: 42247
Summary: Chrome 39 Offline installer dosen't Install even on
the latest version of Wine
Product: Wine
Version: 1.7.50
Hardware: x86-64
URL: https://docs.google.com/uc?id=0B4aAK9c4Px0Ud3EwWG5Td1V
zR28&export=download
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: samashokp(a)gmail.com
CC: samashokp(a)gmail.com
Distribution: Other
Created attachment 56925
--> https://bugs.winehq.org/attachment.cgi?id=56925
Logs of Failed to install Chrome 39 Offline Installer, Generated by Wine
Chrome 39 Offline installer dosen't Install even on the latest version of Wine
Chrome 39 Offline Installer
https://docs.google.com/uc?id=0B4aAK9c4Px0Ud3EwWG5Td1VzR28&export=download
I've tested the following on Ubuntu, Linux Mint, Knoppix, etc..
Failed to Install on all of them.
--
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=29331
Bug #: 29331
Summary: 8BallClub "New member" GUI is broken
Product: Wine
Version: 1.3.34
Platform: x86
URL: http://www.8ballclub.com/Downloads/Install8BC.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Install -> run -> click "new member". GUI is broken and you can't register new
member.
Workaround: winetricks ie6
--
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=29324
Bug #: 29324
Summary: Magicka crashes occasionally when loading new areas
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ape(a)ape3000.com
Classification: Unclassified
Created attachment 37923
--> http://bugs.winehq.org/attachment.cgi?id=37923
Magicka's error report
Magicka crashes occasionally when trying to load new areas. I found that this
can be reproduced effectively by moving in and out a cave several times.
There's atleast one of these caves in the 4th chapter.
The crash seems to be caused from running out of video memory:
err:d3d:resource_init Out of memory!
Microsoft.Xna.Framework.Graphics.OutOfVideoMemoryException: External component
has thrown an exception.
I attached the full crash logs.
I have GTX 285 2GT graphics card with 290.10 proprietary drivers.
Nvidia-settings report that I have 2048 MB video memory, so I have that value
in wine's registry. I also tried using other values with no success.
--
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=29148
Bug #: 29148
Summary: ecitic bank HelpmateSetup launcher endless loop while
trying to start inner installers
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download the outer installer
$ wget https://e.bank.ecitic.com/perbank5/download/helpmate/HelpmateSetup.exe
--no-check-certificate
2. Start the outer installer
$ wine HelpmateSetup.exe
after that, .wine/drive_c/"Program Files"/CNCB/PerCiticMate/Launcher.exe will
auto start.
3. Waiting for downloading
$ pwd
/home/fracting/.wine/drive_c/Program Files/CNCB/PerCiticMate/PerDownLoad
$ ls
CITICpibankcersafebox.exe CNCBGuard.exe CNCBSecPkg.exe
citic_SimpChinese.exe CNCBPayCtl.exe
4. Launcher.exe fall into a endless loop, never start the inner installers.
Expect Result:
Launcher.exe will start the installers in CNCB/PerCiticMate/PerDownLoad/
How reproduced:
100%
--
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=29085
Bug #: 29085
Summary: Fallen Heaven crashes on startup
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damianatorrpm(a)gmail.com
Classification: Unclassified
The game Fallen Heaven does not start.
There is a demo of the game which start's fine:
http://www.fileplanet.com/79743/0/0/0/1/section/Demos
1st: I needed to manually copy wmix32.dll to syswow64 folder and not to
system32
and waveini.to windows folder
Now running it brings up the Message "Ein fataler Fehler ist aufgetreten", like
a fatal error occured.
Attaching WINEDEBUG=+all
--
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=28639
Bug #: 28639
Summary: Asami Sushi Shop's "Can't change resolution" alert
displays no text
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josh+wine(a)iswifter.net
Classification: Unclassified
The alert wants to explain that the screen resolution set when you launched the
game isn't large enough to contain the game in a window, but no text appears,
just the OK button.
--
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=28028
Summary: Build on OS X 10.7 requires CC=gcc-4.2
LDFLAGS='-Wl,-no_pie'
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: per(a)morth.org
Apparently this is known at macports already, but couldn't find a bug here at
winehq.org. When building on OS X 10.7 one have to pass CC=gcc-4.2
LDFLAGS='-Wl,-no_pie' to ./configure or wine will get a c0000005 exception
during startup.
For the CC part, it's to prefer the full gcc over llvm-gcc which is now
default.
LDFLAGS='-Wl,-no_pie' is to turn off position independent code/address space
randomization.
I guess both should be detected automatically.
--
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=43474
Bug ID: 43474
Summary: Tsukihime fails fullscreen -> windowed transition
Product: Wine
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zaplo00(a)mailfence.com
Distribution: ---
Switching from fullscreen to windowed mode causes empty window or unmapped
window that needs to be restored with xdotool windowmap. Tsukihime can be
started in windowed mode but switching to fullscreen and back breaks it
(fullscreen always works). Log with fullscreen -> windowed in main menu (after
2 splash screens) is attached, maybe this piece is the culprit?.
trace:d3d:context_acquire device 0x188d08, texture (nil), sub_resource_idx 0.
trace:d3d:context_enter Entering context 0x1809f8, level 1.
warn:d3d:context_set_gl_context Failed to set pixel format 5 on device context
0x17004a.
warn:d3d:context_set_gl_context Failed to make GL context 0x61000 current on
device context 0x17004a, last error 0.
warn:d3d:context_set_gl_context Trying fallback to the backup window.
trace:d3d:swapchain_get_backup_dc Creating the backup window for swapchain
0x182cf0.
--
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=27719
Summary: virtual desktop wallpapers may only be bitmaps
Product: Wine
Version: 1.3.23
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
if you set a wallpaper for you virtual wine desktop like
- editing drive_c/windows/win.ini
- [Desktop] Wallpaper=c:\onlybitmaps.bmp
you only can use bmp files right now.
And i know we can do better, especially now that we have a good windowscodecs
implementation, which already get's used for menu building.
--
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=26938
Summary: Leo's RC Simulator menu can't be used
Product: Wine
Version: 1.3.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)3v1n0.net
Created an attachment (id=34362)
--> (http://bugs.winehq.org/attachment.cgi?id=34362)
Output using WINEDEBUG=warn+all
Try to download Leo's RC Simulator [1]. It installs fine, but when running
leofs.exe the top menu bar isn't shown correctly (running it in a wine desktop
it shows as a blue rectangle) and can't be used to control anything.
This issue seems somewhat related to bug 26605.
WINEDEBUG log attached.
[1] http://leobueno.net/PaginaProyectoSoft.php?id=LEORC
--
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=26926
Summary: MeGUI: Preview window cannot change aspect ratio, or
will not open at all.
Product: Wine
Version: 1.2.3
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.j.leung(a)gmail.com
Created an attachment (id=34344)
--> (http://bugs.winehq.org/attachment.cgi?id=34344)
screenshot of preview window with some minor UI glitches
While attempting to encode a video using the program MeGUI, a preview window
appears which shows filters and effects applied to the video before it is sent
to the encoder.
In many cases, this window does not appear, and a “Fatal error” message appears
with the text “MeGUI encountered a fatal error and may not be able to proceed.
Reason: Value was either too large or too small for a Decimal.”
Wine also prints the following line:
"fixme:variant:VarDecRound semi-stub!"
I noticed this only happens when attempting to preview videos with certain
aspect ratios. Videos of specific sizes, such as 720x480, can be previewed as
they have aspect ratios of 1.5. Other videos, such as widescreen 1280x720
(aspect ratio of 1.7777… repeating) cannot be previewed and display the error.
Interestingly, although you can’t preview the video, you can ignore the error,
continue to encode, and the output file will be the proper size.
If you try previewing a 720x480 video, and then set the aspect ratio to some
never-ending decimal from the dropdown menu, and try to preview that by
clicking the “Preview DAR” box, the error also appears.
I’m guessing there’s something wonky going on with how Wine is handling
numbers?
FYI, the MeGUI requires .NET 3.0, which I installed using "winetricks dotnet30”
I installed Wine via MacPorts repository, using “port install wine”
And somewhat related, while encoding, the progress window that shows % complete
and frame encoded per second doesn’t properly update and returns the same
“fixme” message. Not sure if I should make another report on that, as it’s
closely related.
--
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=26785
Summary: SIV incorrectly reports the same CPU time usage for
all it's threads
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Created an attachment (id=34125)
--> (http://bugs.winehq.org/attachment.cgi?id=34125)
Screen Image showing the same CPU time for all threads
I thought this was a bug in SIV and have been trying to fix it, but it
transpires that GetThreadTimes() is implemented by Wine using the times()
function which returns the process rather than the thread CPU times.
The code is line 942 in ntdll/threads.c and is times(&time_buf);
I would like to try and generate a patch to fix this, but I have thus far
failed to find a portable *nix function to use. Please can someone point me in
the right direction?
--
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=26750
Summary: SIV fails to display USB device information
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
SIV fails to display USB device information please can wine be fixed ? The
first step is to add HCD0 to HCDn for the USB Root Hubs (much the same as for
COM1 to COMn) and then for following IOCTLs would need to be implemented:
IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX
IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION
IOCTL_GET_HCD_DRIVERKEY_NAME
IOCTL_USB_GET_ROOT_HUB_NAME
IOCTL_USB_GET_NODE_CONNECTION_NAME
IOCTL_USB_GET_NODE_CONNECTION_DRIVERKEY_NAME
IOCTL_USB_GET_NODE_INFORMATION
see http://msdn.microsoft.com/en-us/library/ff537421(v=VS.85).aspx
I realise this is not likely to happen soon.
--
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=26609
Summary: Impulse: wrong window size
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://www.impulsedriven.com/downloads/impulse_setup_f
ull.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Created an attachment (id=33874)
--> (http://bugs.winehq.org/attachment.cgi?id=33874)
terminal output
Impulse window size is smaller than it should be, (it is cut from right side
and from the bottom) resulting in some content not being displayed.
winetricks dotnet20 is required.
wine-1.3.16-213-gda4ed47
--
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=26604
Summary: AutoCAD 2008: Hang-up after closing preview window
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet20
3) install AutoCAD 2008 and autocad2008lockedsp1.exe
4) wine acad.exe
5) ctrl+p
6) choose "DWG to PDF.pc3" in "Printer/plotter" Name
7) press "Preview..." to open preview window
8) close preview window
Behaviour:
Hang-up.
Expected behaviour:
No hang-up.
Terminal output:
>From clicking Preview...
fixme:shell:SHAutoComplete stub
fixme:gdiplus:GdipDrawLineI graphics object has no HDC
fixme:shell:SHAutoComplete stub
fixme:shell:SHAutoComplete stub
err:xrender:get_xrender_format_from_color_shifts No XRender format found!
fixme:shell:SHAutoComplete stub
err:xrender:get_xrender_format_from_color_shifts No XRender format found!
fixme:gdiplus:GdipDrawLineI graphics object has no HDC
fixme:shell:IShellLinkW_fnGetPath (0x5ea0a90): WIN32_FIND_DATA is not yet
filled.
err:xrender:get_xrender_format_from_color_shifts No XRender format found!
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:thread:NtQueryInformationThread info class 16 not supported yet
To closing preview window
--
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=26543
Summary: Second press on monthcal drop down button doesn't
working
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nvsa(a)bk.ru
Created an attachment (id=33801)
--> (http://bugs.winehq.org/attachment.cgi?id=33801)
trace with WINEDEBUG=+monthcal
After selecting date in monthcal control by pressing button second press
doesn't create calendar window. After third press application exits with
Segmentation fault.
So user cannon change date using calendar.
Changing date in textbox works.
Bug appears in Medialog software (medical database).
Software is written on Delphi.
--
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=26397
Summary: Starsiege: Tribes: prevents cursor from leaving window
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: beatme101(a)gmail.com
When running the game Starsiege: Tribes in windowed mode, it is difficult to
move the cursor outside of the game window; it often (not always) brings the
cursor back into the window.
Moving the mouse very slowly usually works to get the cursor out, as does using
alt-tab to change application focus instead.
I've attached the console output made when it pulls the cursor back in but it's
the same as when clicking into the window normally.
"Allow DirectX apps to stop the mouse leaving their window" is unchecked, as I
believe is the Wine default.
--
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=26368
Summary: Parent relative paths not working in ITSS Moniker
protocol
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ilan(a)cogniview.com
Parent relative paths that use the mk:@MSITStore protocol don't seem to work
correctly.
Test case:
* Download the CHM from here:
http://www.innovasys.com/products/ce/downloadexample.aspx
* Place it in C:\ drive (~/.wine/drive_c) so now you have C:\RealWorld.chm
* Open this URL in iexplore.exe:
mk:@MSITStore:c:\RealWorld.chm::/Images/collapse.gif
This loads an image correctly.
* Now open this URL:
mk:@MSITStore:c:\RealWorld.chm::/Images/../Images/collapse.gif
This tries to access the chm file C:\Images\collapse.gif, and obviously fails.
Note that I used this specific CHM in the test case just because it is publicly
available for download, but any CHM with a folder inside it would work for this
test just the same.
Also note that a similar test in IE on Windows works as expected and loads the
image using any of the URLs.
And lastly, note that if an HTML file inside the CHM refers to a relative path
with "..", the same problem occurs. For example, if there is an IMG tag with
SRC="../Images/whatever.gif" then you get the same problem.
I tested this on Ubuntu 10.10 with wine 1.3.14
--
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=25007
Summary: EssentialPIM Pro 3.74 - Printing Fails to Work
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rsflynn(a)gmail.com
EssentialPIM Pro 3.74
File > Print function fails and causes application error.
--
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=24993
Summary: Big image maps not loaded in GPSTrack 2008
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kubrick(a)fgv6.net
Hi,
GPSTrack is a proprietary software to manage maps and gps.
It is available for download for a free 15 days trial here :
http://www.gpstrack.com/Programmes/vista/setup.exe
Interesting note from the about box :
"To read and exploit image files, GPSTrack is using an ActiveX component
developped by DataTech (http://www.datatech.com).
This ActiveX can read most of public domain image file formats: BMP,GIF, JPG,
PNG, TIFF, PCX, PhotoCD, etc. ..."
"Small" images (5000x5000 px) loads perfectly on GPSTrack/wine, but big maps,
like 10kx10k px, it doesn't work with wine, the map frame remain grey and
doesn't refresh.
To reproduce the problem, create a big picture in one of the supported formats,
and load it in the app via File->New map.
Regards,
François.
--
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=24876
Summary: Explorer++ 1.2 not highlighting listview items
properly after the first time
Product: Wine
Version: 1.3.5
Platform: x86-64
URL: http://www.explorerplusplus.com/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31491)
--> (http://bugs.winehq.org/attachment.cgi?id=31491)
Terminal output
1. Start the program
2. Click once on c: to highlight it
3. Click once on z: to highlight it instead
4. Click once on c: again
On Windows, there's no difference between steps 2 and 4. But here, step four
doesn't highlight c: in blue as expected, although a dotted border still
appears around its name. It also doesn't show the details for drive c: in the
display window.
This doesn't happen with native comctl32 (v6). FWIW, it doesn't happen in
Explorer++ 1.1, either.
--
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=24834
Summary: Erratic exceptions when printing with Paywindow
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: braathwaate(a)whitewaterhill.com
1. Download Paywindow 2010 from this link:
http://www.zpay.com/download.htm
2. Use winetricks to install jet40.dll and mdac28.dll
3. Install Paywindow. Install should work find.
4. Run Paywindow and open the paywin.dxi dummy database
5. Use the menu to select Tools->Report Center.
6. On any of the reports, try to do a Print Preview. Often, but not always, an
exception will be generated.
I tried this on two virgin installations and the results were identical.
--
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=24575
Summary: Re: problems with Microinvest Invoice v.3.03.752
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nj000a(a)googlemail.com
When tried to print a document from Microinvest Invoice v.3.03.752, the program
just blocks.
Contacted the developer – responded that in Wine the windows do not follow Z
order.
--
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=24261
Summary: Edius does not work on WINE
Product: Wine
Version: 1.3.0
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: de.techno(a)gmail.com
Edius is a very powerful video editing tool. It installs well, but after the
dialog where you choose the profile and all... it doesn't move after that...
when you click 'create' nothing happens.
--
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=23893
Summary: Selection list window will not accept selection
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanceal(a)sbcglobal.net
Created an attachment (id=29996)
--> (http://bugs.winehq.org/attachment.cgi?id=29996)
copy into the sym folder
I am running LTspice version 4.08e in WINE version 1.3.0 on OpenSUSE 11.2 on an
AMD64 dual core PC. I created the new part in LTspice version 4.03p and when I
upgraded to ver 4.08e I could no longer select a part from the list of models
in the library in the component attribute editor screen. I attached the part
model and library. Copy the files into the proper directory and you should be
able to duplicate the 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.
http://bugs.winehq.org/show_bug.cgi?id=23805
Summary: office 2007 ribbon-apps and extended desktop issues
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sven.plaga(a)fh-deggendorf.de
During my work with Office 2007 i've noticed that it has problems with my
extended desktop environment:
When i switch a ribbon based application like word or excel 2007 from window
mode to full mode everything works on my primary monitor (i can repeat it
without problems).
On the extended monitor the switch from window to full works for the first
time. If the switch is performed a few times (usually two times)
* the window is stuck at the extended monitor and maintaining full mode
and
* all dialog windows (e.g. file open dialog) do not appear because the main
window has a permanent focus (the dialog windows are behind the main program
window and wait for OK --> as the buttons are out-of-reach, the program looks
completely "frozen")
This situation then is permanently maintained because this setting ist stored
in the registry under HKEY_CURRENT_USER
* for Word [Software\\Microsoft\\Office\\12.0\\Word\\Data]
* for Excel [Software\\Microsoft\\Office\\12.0\\Excel\\Options]
Workarround is:
* Word: Delete in [Software\\Microsoft\\Office\\12.0\\Word\\Data] the
REG_BINARY "Settings"
* Excel: Change in [Software\\Microsoft\\Office\\12.0\\Excel\\Options] the
DWORD Maximized from X to 0
and restart the respective programms.
The tested systems configuration was:
* Ubuntu 9.10
* Intel Corporation 4 Series Chipset Integrated Graphics Controller
* Compiz deactivated
* Extended Desktop performed using xrandr
--
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=23780
Summary: Shareaza user windows manager border instead of its
own
Product: Wine
Version: 1.2
Platform: x86
URL: http://shareaza.sourceforge.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=29815)
--> (http://bugs.winehq.org/attachment.cgi?id=29815)
Screenshot of the issue
When you maximize the window the window manager set it's own border to
Shareaza. You can see the issue in the attached screenshot.
--
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=23190
Summary: 2gis window occupy not all space as it can
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://nsk.2gis.ru/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: woodroof(a)gmail.com
Created an attachment (id=28852)
--> (http://bugs.winehq.org/attachment.cgi?id=28852)
Not all space occupied in maximize mode
To reproduce execute 2gis and press maximize button
--
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=23103
Summary: CivCity Rome 1.0 crashes on running
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://www.2kgames.com/civcityrome/civcity.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Created an attachment (id=28707)
--> (http://bugs.winehq.org/attachment.cgi?id=28707)
crash log
When you come to the position of actually building your city, the game crashes.
--
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=22916
Summary: Program installs fine, but crashes on start
Product: Wine
Version: unspecified
Platform: x86
URL: http://prv.tutor.com/install/netClassroom/Tutor.com%20
Classroom%20Setup.msi
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trevorolson(a)gmail.com
After installation, when you try to open the program, it tries to open but
crashes before it can open fully. In Windows a login screen appears. In WINE
the entire program simply ceases to run. It just quits before the login screen
appears.
As a tester, you should know that the program should be working if you make it
to the login screen. To fully test the program, you'd need a login and
password though, which you need to work for tutor.com to have.
Thanks for any assistance you can offer!
Trevor
--
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=22144
Summary: Windows LiveScribe software does not work in Wine
Product: Wine
Version: 1.1.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ablyth(a)winjeel.com
Windows based software of the LiveScribe software does not work in Wine. It
installs, and the Tray icon can show, but the Desktop application fails to
start up, and the Tray Launcher doesn't detect the LiveScribe pen (hardware)
when connected (via USB).
--
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=21995
Summary: Sonic the Hedgehog: The Screen Saver's editor is
mostly blank
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26720)
--> (http://bugs.winehq.org/attachment.cgi?id=26720)
Comparison of the editor with builtin and native ctl3d32.dll
The editor included with this screensaver is pretty much unusable, because the
list of available effects/images/music and the edit window are blank. If the
left or right arrow is clicked to see a different list, the list is visible at
first, but it disappears when clicking on any of the items in the list.
The problem is gone if native ctl3d32.dll is used. The program gives no
terminal output by default, and I don't see an obvious ctl3d debug channel in
the list on the wiki, so let me know what kind of debug log would be useful...
--
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=19180
Summary: Race Driver GRID: Game freezes while restarting race
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=22168)
--> (http://bugs.winehq.org/attachment.cgi?id=22168)
Wine-1.1.25
I'm using Wine 1.1.25 (compiled from source using gcc version 4.4.0 20090506
(Red Hat 4.4.0-4) ) on Fedora 11 i386.
When i try to restart race the game freezes. The Wine error window is showed
but it's in background. The same problem is after finished race. This problem
doesn't occur every time but its often and easy to catch. Sometimes I can
restart the race every time without a freeze. I noticed that it's depended on
game start where restarts will work every time /restarts won't work every time.
I cut terminal output because this was repeating
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Filters not supported in software
blit
--
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.