https://bugs.winehq.org/show_bug.cgi?id=57175
Bug ID: 57175
Summary: Multiple issues with Audacity after upgrading to Wine
9.17
Product: Wine
Version: 9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Created attachment 77073
--> https://bugs.winehq.org/attachment.cgi?id=77073
Audacity 3.6.3 in Wine 9.17 with DPI=144 and classic Windows theme
After I upgraded Wine from version 9.10 to 9.17, Audacity has become horrible
to use and look at.
I've always been using DPI=144 because I have a High DPI 14" monitor.
So,
* Fonts in Audacity have become much smaller than they were before
* Fonts now look very blurry
A screenshot will be attached.
On the outside of Audacity you can see IrfanView which continues to scale
properly and fonts are rendered just 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.
http://bugs.winehq.org/show_bug.cgi?id=30615
Bug #: 30615
Summary: Audition CS6 (5.0) - strange UI graphics
Product: Wine
Version: 1.5.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan(a)lugfl.de
Classification: Unclassified
Created attachment 40072
--> http://bugs.winehq.org/attachment.cgi?id=40072
Audition CS6 Mixer screenshot
The UI looks very strange. Results with native and buildin gdiplus looks
identical.
see attached screenshot.
A log of the console output is attached too.
--
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=43670
Bug ID: 43670
Summary: MsPaint from Win7 does not start
Product: Wine
Version: 2.16
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
First you need a 32bit copy of mspaint from a win7 machine. You'll also need
"winetricks mfc42".
Program fails with a messagebox: "Failed to create empty document"
--
Do not reply 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=54511
Bug ID: 54511
Summary: Cygwin installer hangs during postprocessing step
Product: Wine
Version: 8.1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Install seems to go fine, but in the end it hangs when running
C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash"
Both wineserver and dash.exe use about half a cpu core each, but nothing seems
to happen. Comparing it to windows, that step should be fast.
Cygwin used to install fine, but even when downgrading wine I can't seem to get
it to work, it all shows the same issue. So it's probably not a Wine
regression.
--
Do not reply 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=25207
Summary: SHFileOperation does not create new directory on
FO_MOVE
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richard(a)rtrussell.co.uk
Created an attachment (id=32007)
--> (http://bugs.winehq.org/attachment.cgi?id=32007)
C program to demonstrate the problem
SHFileOperation should create the destination directory on an FO_MOVE
operation, if it does not already exist, but fails to do so. See:
http://msdn.microsoft.com/en-us/library/bb759795.aspx
"Copy and Move operations can specify destination directories that do not
exist. In those cases, the system attempts to create them and normally displays
a dialog box to ask the user if they want to create the new directory. To
suppress this dialog box and have the directories created silently, set the
FOF_NOCONFIRMMKDIR flag in fFlags".
--
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=56434
Bug ID: 56434
Summary: Error calling COM object WScript.Network to get
username, hostname and domainame
Product: Wine
Version: 9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wshom.ocx
Assignee: wine-bugs(a)winehq.org
Reporter: rbenrax(a)gmail.com
Distribution: ---
Python pywin32 example to reproduce:
import win32com.client
def main():
network = win32com.client.Dispatch("WScript.Network")
print(network)
username = network.UserName
hostname = network.ComputerName
domain = network.UserDomain
print(username)
print(hostname)
print(domain)
if __name__ == "__main__":
main()
--
Do not reply 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=56400
Bug ID: 56400
Summary: SSPI authentication does not work when connecting to
sql server
Product: Wine
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: alex.pesikin(a)gmail.com
Distribution: ---
Created attachment 76152
--> https://bugs.winehq.org/attachment.cgi?id=76152
winedebug log
I have kubuntu 22.04 in the AD domain, via sssd.
When I try connect through windows auth in my app to postgresql server running
on windows, i have error "SSPI continuation error: SSPI error 80090318"
how to reproduce via pg utils:
-install pg command tools (in the example I used the
postgresql-10.22-1-windows.exe installation)
-go to pg installation directory and run psql.exe:
wine cmd
cd c:\program files\postgresql\10\bin
c:\program files\postgresql\10\bin>psql.exe -h dc1.es9.loc -U avp(a)ES9.loc -d
postgres
012c:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that
ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind
package of your distribution.
012c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
012c:fixme:kerberos:kerberos_SpInitLsaModeContext flags 0x100 not supported
psql: SSPI continuation error: SSPI error 80090318
012c:fixme:msvcrt:__clean_type_info_names_internal (1003A65C) stub
012c:fixme:msvcrt:__clean_type_info_names_internal (78E94A54) stub
012c:fixme:msvcrt:__clean_type_info_names_internal (78DF7E14) stub
Debug log of command WINEDEBUG=+netapi32,+kerberos,+secur32,+ntlm wine psql.exe
-h dc1.es9.loc -U avp(a)ES9.LOC
in attachment.
Native linux version of psql work perfectly:
psql -h dc1.es9.loc -U avp(a)ES9.LOC -d postgres
psql (14.11 (Ubuntu 14.11-0ubuntu0.22.04.1), server 13.6)
Type "help" for help.
postgres=#
--
Do not reply 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=56334
Bug ID: 56334
Summary: Page fault when querying dinput8_a_EnumDevices
Product: Wine
Version: 9.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dinput
Assignee: wine-bugs(a)winehq.org
Reporter: leonicolas(a)gmail.com
Distribution: ---
Created attachment 76066
--> https://bugs.winehq.org/attachment.cgi?id=76066
Unhandled exception: page fault on read access to 0x00000006 in wow64 32-bit
code (0x7bd37250).
This error happens when I try to run a game I'm developing on the MMBasic For
Windows environment over Wine. I have tried different Wine versions, including
the last dev version (9.2). The error only happens if I have the gamepad
connected to the computer.
This is the MMBasic For Windows interpreter I'm using:
https://www.thebackshed.com/forum/uploads/matherp/2023-12-24_033644_MMBasic…
This is the game repo: https://github.com/leonicolas/knightmare-cmm2/
To run the interpreter environment: wine MMBasic_input.exe &> /dev/null
To run the game:
chdir"the/game/path" Usually the root folder is your Documents folder
run"km.bas"
Wine crashes with the attached backtrace after running the run"km.bas" command.
--
Do not reply 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=56271
Bug ID: 56271
Summary: Free Download Manager no longer works after it updated
(stuck at 100% CPU, no visible window)
Product: Wine
Version: 9.1
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 75992
--> https://bugs.winehq.org/attachment.cgi?id=75992
Free Download Manager terminal output on Wine 9.1
Hello,
Free Download Manager was working until it updated and restarted itself.
I updated Wine from 9.0-rc3 to 9.1. The application was working as usual after
the Wine update. I used the menu to check for an application update and allowed
it to update. Then the application downloaded some stuff and tried to restart
and got hung.
After forcing everything to close, when I launch the application, there is a
fdm.exe process using one core at 100% and nothing more.
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=55876
Bug ID: 55876
Summary: Acrom Controller Updater broken due to oleaut32
install
Product: Wine
Version: 8.19
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
During installation you get a bunch of errors, terminal shows
> 0160:err:module:import_dll Loading library OLEAUT32.dll (which is needed by L"C:\\windows\\system32\\msvbvm60.dll") failed (error c000007b).
When restalling the installer, it affects that as well
> 01a4:err:module:import_dll Loading library oleaut32.dll (which is needed by L"Z:\\tmp\\ramdisk\\Updater2561installer7_0_3.exe") failed (error c000007b).
> 01a4:err:module:loader_init Importing dlls for L"Z:\\tmp\\ramdisk\\Updater2561installer7_0_3.exe" failed, status c0000135
The installer installs a native oleaut32, but even setting oleaut32 to builtin
doesn't help.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.