https://bugs.winehq.org/show_bug.cgi?id=47596
Bug ID: 47596
Summary: Invision Studio installer don't work
Product: Wine
Version: 4.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: wiiu3dsxl13127(a)gmail.com
Distribution: ---
Created attachment 65010
--> https://bugs.winehq.org/attachment.cgi?id=65010
Log
The app launch but due to a bug in wine with the ieframe.dll and tzres.dll, the
app make an 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=48262
Bug ID: 48262
Summary: DirectX 9 SDK "lightingvs.exe" fails
Product: Wine
Version: 4.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: yurikazakov9184(a)gmail.com
Distribution: ---
Created attachment 65928
--> https://bugs.winehq.org/attachment.cgi?id=65928
Screenshot
When I try to run the LightingVS demo using WineD3D, I see a blue screen and a
lot of errors in the terminal. Errors occur regardless of the driver used.
Binary file placed in C++/Direct3D/Bin/LightingVS.exe
Source placed in C++/Direct3D/LightingVS
This is Samples folder from other DirectX9 SDK.
This demo is not available in the DirectX 9.29 sdk; it is only available in
older versions of the DirectX 9 SDK.
--
Do not reply 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=48243
Bug ID: 48243
Summary: Could not find any compatible 3D devices in RTPatch
sample
Product: Wine
Version: 4.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: yurikazakov9184(a)gmail.com
Distribution: ---
This sample works on Windows, but not working with WineD3D. Error "Could not
find any compatible Direct3D devices. This sample will now exit.".
Binary file placed in C++/Direct3D/Bin/RTPatch.exe
Source placed in C++/Direct3D/RTPatch
This is Samples folder from other DirectX9 SDK.
https://archive.org/download/dx9sdk
--
Do not reply 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=48260
Bug ID: 48260
Summary: DrawText with len -1 returns a different height under
WINE than in Windows
Product: Wine
Version: 3.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: ryampolsky(a)yahoo.com
Distribution: ---
The following 2 lines of code return different values for 'height' on WINE and
Windows when p points to a null string, but the differences are different.
height = DrawText(hDC, p, -1, &rc, dt_options|DT_WORDBREAK|DT_NOPREFIX);
height = DrawText(hDC, p, strlen(p), &rc,
dt_options|DT_WORDBREAK|DT_NOPREFIX);
On Windows, the first case (length -1 : telling Windows to calculate the string
length) returns a height of 1.
On WINE it returns a height of 14 - i.e. the height of an actual row of text
using the currently selected font.
On both Windows and WINE, the second case (where I pass in the length of 0)
returns a height of 0.
I don't know why Windows doesn't return a 0 height for a null string when you
pass in a -1 length, but both Windows and WINE do this. Except that WINE
returns the height of a row of text, and Windows returns 1 pixel - which ends
up producing no visible different in my code - where this issue shows up.
I changed my code to pass in the length instead of counting on -1 to get
Windows to do it, but I guess any difference between Windows and WINE is a
'bug', huh?
--
Do not reply 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=38921
Bug ID: 38921
Summary: Bionare XT GPUs incorrectly recognized
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
Distribution: ---
Recently I had seen this bug in these Applications:
- Crysis 2 ( Non-supported VGA Error on launching )
- Counter-Strike Global Offense ( Engine error on launching )
All these games recognize my Radeon 7790 as Radeon 8770.
I guess this could be somewhat related / duped to this report:
https://bugs.winehq.org/show_bug.cgi?id=33364
--
Do not reply 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=46100
Bug ID: 46100
Summary: GRLevel3 2.52 radar refresh timer is obscenely long
Product: Wine
Version: 3.19
Hardware: x86-64
URL: http://grlevelx.com/downloads/grlevel3_2_setup.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mazecraze96(a)gmail.com
Distribution: ---
"winetricks windowscodecs" is required to start the application.
Radar refresh timer (lower right corner) is obscenely long. Normally about 1-5
minutes (depending on weather in the area), it seems to be offset by the
timezone. It's 300 minutes in UTC-5 but the timer is normal with UTC/GMT.
Looks like GRLevel3 is getting time from two different sources that disagree
with each other, for its countdown, and the time it's counting down to. I
haven't tested UTC+ timezones.
Windows does not keep the RTC in UTC.
--
Do not reply 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=27036
Summary: League of Legends store crashes with an assertion
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mm-meissner(a)gmx.de
Created an attachment (id=34474)
--> (http://bugs.winehq.org/attachment.cgi?id=34474)
libgcrypt threading patch for schannel_gnutls.c
The League of Legends client crashes when one tries to open the store, the
assertion printed to the console is:
ient.exe: ath.c:193: _gcry_ath_mutex_lock: Zusicherung »*lock == ath_mutex_t)
0)« nicht erfüllt.
Translated to english:
ient.exe: ath.c:193: _gcry_ath_mutex_lock: Assurance of »*lock == ath_mutex_t)
0)« not fulfilled.
I'd attach a backtrace if anyone could tell me how to actually create one, but
it's highly possible that this crash is caused by the lack of threading support
in the schannel implementation of wine.
libgcrypt.so.11.5.3
Using the attached patch somehow seems to make these crashes more rare, however
they still occur and the shop is incredible slow.
I'm using libgnutls-26.14.12 and libgcrypt-11.5.3
--
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=48165
Bug ID: 48165
Summary: vk_error_incompatible_driver - The Surge 2
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ahmed.com(a)protonmail.com
Distribution: ---
Created attachment 65795
--> https://bugs.winehq.org/attachment.cgi?id=65795
vk_error_incompatible_driver
I get the error message "vk_error_incompatible_driver" when trying to run "The
Surge 2" with Wine-staging 4.20, but I don't get this error message when using
Proton 4.11-8 which is an older version of Wine. There is many versions of Wine
between these two. I don't know if there is a patch that Proton uses to fix
this issue that has not merged yest, or if there is a regression happened
between Wine 4.11, and Wine 4.20.
The game has other issues with RADV, and AMDVLK, and I have to hard shutdown my
machine when that happens, so I am not willing to do more testing, because of
that.
--
Do not reply 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=48232
Bug ID: 48232
Summary: Unhandled exception: page fault on read access to
0x00f1f1f1 in 32-bit code
Product: Wine
Version: 4.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ilkka.prusi(a)gmail.com
Distribution: ---
Created attachment 65877
--> https://bugs.winehq.org/attachment.cgi?id=65877
Backtrace of crashed program
Crash during running game made with RPG Maker VX ACE.
(error details in attached backtrace)
--
Do not reply 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=48195
Bug ID: 48195
Summary: Does not play well with installed fonts in
SimpleMindPro v1.24.1
Product: Wine-staging
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kellnerp(a)earthlink.net
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 65832
--> https://bugs.winehq.org/attachment.cgi?id=65832
Similar problem using different Korean font.
In SimpleMindPro version 1.24.1 from ModelMakerTools (modelmakertools.eu) when
editing a mindmap entry by double clicking said entry, the repeated error in
the attached listing occurs.
Font being used is UnDotum (Hangul) from Ubuntu 16.04.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.