https://bugs.winehq.org/show_bug.cgi?id=55918
Bug ID: 55918
Summary: printf() can overrun the "p10s" buffer with certain
values when using 24-bit precision
Product: Wine
Version: 8.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Spore, for some reason, sets 24-bit precision on a thread, and when I tried to
enable +d3d, I found that thread crashed with an integer division by zero. The
actual floating point value that triggered the crash is (double)
9.9999982118606567e-01.
The cause is this:
* the log10() call in pf_output_fp() receives 999999940 as an argument
* it returns 9.0, which is... not really correct
* this value is later used to index the p10s array, which is only of length 9
* 0 happens to be the next integer in memory
A quick test suggests that, at least for i386 ucrtbase, native log10() does not
return 9.0, but 8.9999999739423302, which IIRC is the precise value. So
that's... possibly the correct fix.
There may also be a less error-prone and even more efficient way to do that
base-10 logarithm.
--
Do not reply 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=47609
Bug ID: 47609
Summary: Godhome needs
"msvcp140.dll.??0?$codecvt@_UDU_Mbstatet@@@std@@QEAA@_
K@Z"
Product: Wine
Version: 4.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: Gentoo
Created attachment 65035
--> https://bugs.winehq.org/attachment.cgi?id=65035
Godhome output console log
Hello,
Godhome from GoG crashes at launch and needs this function to start.
Install vcrun2015 with winetricks fixes this issue.
If someone can work to fix bug #47605, the game needs this function too and the
previous workaround does not work
Thanks :-)
Maxime
--
Do not reply 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=36739
Bug ID: 36739
Summary: PreSonus Studio One 2.6 user interface/controls text
is invisible
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says.
In 'PreSonus Studio One 2.6', menu items, button and various other UI controls
text is invisible.
'winetricks -q gdiplus' works around and makes everything appear correctly.
$ sha1sum PreSonus_Studio_One_26_Installer.exe
a48cf628a04e514060e9d63b8eca4edead1bcc8b PreSonus_Studio_One_26_Installer.exe
$ du -sh PreSonus_Studio_One_26_Installer.exe
112M PreSonus_Studio_One_26_Installer.exe
$ wine --version
wine-1.7.20
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=55739
Bug ID: 55739
Summary: Native Access 2: permanent loading circle after
entering credentials
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dominikgx(a)gmail.com
Distribution: ---
Downloaded latest Native Access and entering credentials
https://appdb.winehq.org/objectManager.php?sClass=version&iId=41061
--
Do not reply 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=50301
Bug ID: 50301
Summary: Star Wars:The old republic's launcher crashes
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gnarlin(a)gmail.com
Distribution: ---
Created attachment 68872
--> https://bugs.winehq.org/attachment.cgi?id=68872
launcher.exe before installing winbind and after
SWTOR runs with 5.0, but only to a loading screen. So I updated wine to the
staging 6.0-rc1 from winehq but only got errors. One of the errors indicated
that wine needed winbind, so I tried installing that. I still got errors, but
not as few but the launcher would still not run.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55932
Bug ID: 55932
Summary: Virtual DJ does not play under pulseaudio and pipewire
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: rizalmart98(a)gmail.com
Distribution: ---
Virtual DJ shows "error in sound driver of directx" message if the sound was
under PulseAudio or Pipewire. It only works on ALSA only or if
Pipewire/PulseAudio was not running.
--
Do not reply 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=55832
Bug ID: 55832
Summary: Games fail to acquire fullscreen in XWayland
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iodreamify(a)gmail.com
Distribution: ---
Created attachment 75328
--> https://bugs.winehq.org/attachment.cgi?id=75328
WINEDEBUG=warn+all output
Many games fail to produce a fullscreen image when launched on Wayland. The
image is shrunk into the corner with the rest of the screen black, instead of
stretching it out. Some games don't fill the rest of the screen with anything
and you can see the desktop.
Games affected are Starcraft Brood War, Airport Mania First Flight, Ricochet
Lost Worlds and others. A small indie game called Cave Days also throws the
error "Only windowed mode is supported" on Xwayland but works fine on X11.
Please feel free to close this report if this is expected behavior in XWayland
for now but all these games work fine on X11.
I've attached a WINEDEBUG=warn+all log for Starcraft.
Operating System: Arch Linux
KDE Plasma Version: 5.27.9
KDE Frameworks Version: 5.111.0
Qt Version: 5.15.11
Kernel Version: 6.5.9-arch2-1 (64-bit)
Graphics Platform: Wayland
Graphics Processor: Mesa Intel® HD Graphics 3000
--
Do not reply 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=55922
Bug ID: 55922
Summary: the program does not appear in the list after
installation
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: otatsiy7(a)gmail.com
Created attachment 75482
--> https://bugs.winehq.org/attachment.cgi?id=75482
here is my downloaded program's menu, and I don't see here a Wine.
Hello. after installing the app i can't see it in the list. I restarted the
laptop, installed the program again, but it did not help. how can this be
fixed? macOS 11.7.10 BigSur, Wine version 5.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.
http://bugs.winehq.org/show_bug.cgi?id=35333
Bug ID: 35333
Summary: Text underline problem using GM_ADVANCED graphics mode
and dc rotation
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: ralf.habacker(a)freenet.de
Classification: Unclassified
Created attachment 47126
--> http://bugs.winehq.org/attachment.cgi?id=47126
wine screenshot with underlined text and TA_BASELINE text align (error)
Underlined text painted with TextOut() is not been drawn correctly in
GM_ADVANCED graphicsmode.
--
Do not reply 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=33664
Bug #: 33664
Summary: Can't paste from clipboard in Miranda
Product: Wine
Version: 1.5.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 1and2(a)gmx.at
Classification: Unclassified
Created attachment 44563
--> http://bugs.winehq.org/attachment.cgi?id=44563
Terminal log
I cannot paste text from the clipboard in a chat window in Miranda 0.10.12.
OS: openSuse 12.3 KDE
Terminal log 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.