http://bugs.winehq.org/show_bug.cgi?id=16726
Summary: aTube Catcher is showing the text with underline where
it shouldn't
Product: Wine
Version: 1.1.11
Platform: PC
URL: http://atube-catcher.dsnetwb.com/get-video-software-
windows-home/
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=18396)
--> (http://bugs.winehq.org/attachment.cgi?id=18396)
Screenshot of the problem
In the upper right corner of the aTube catcher there's a text that is
underlined and it should not be like that. Check the screenshots.
--
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=43459
Bug ID: 43459
Summary: Tally ERP 9 6.02 Accounting Software
Product: Wine
Version: 2.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rkmpalai(a)gmail.com
Distribution: ---
Created attachment 58832
--> https://bugs.winehq.org/attachment.cgi?id=58832
Error log
Hello
We were using Tally ERP9 Version 5.3.8 in wine 1.4.1. It was working fine.
Recently we tried to install the latest version of Tally ERP9 6.0.2
(https://tallysolutions.com/download/) with wine. After installation the
package is working fine in Educational mode. However when we try to "Reactivate
the license" it fails with an error. Request you to kindly help us.
Thank you.
--
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=10600
Summary: ABC Amber LIT Converter has an unusable GUI
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://www.versiontracker.com/dyn/moreinfo/win/48214
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Ok, this is sorta hard to explain. You really have to see it for yourself.
When you start up the program, the main window loads up. The GUI becomes
completely blank and unresponsive. If you can move the Tip of the day window to
any other virtual desktop you can see that it is unresponsive. If you click on
the main window you get a nice machine beep. In short, the UI is unusable.
Console Output:
jonathan@jonathan-desktop:~/.wine/drive_c/Program Files/ABC Amber LIT
Converter$ wine abclit.exe
err:systray:delete_icon invalid tray icon ID specified: 0
err:statusbar:StatusWindowProc unknown msg 3523 wp=0000 lp=00000000
err:toolbar:ToolbarWindowProc unknown msg 3523 wp=00000000 lp=00000000
err:toolbar:ToolbarWindowProc unknown msg 3523 wp=00000000 lp=00000000
err:toolbar:ToolbarWindowProc unknown msg 3523 wp=00000000 lp=00000000
err:updown:UpDownWindowProc unknown msg 3523 wp=0000 lp=00000000
--
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=45009
Bug ID: 45009
Summary: BASIC783Esetup.exe (Decimal BASIC) fails to install
due to stub SRSetRestorePointA
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: ---
As the title says; returning TRUE in SRSetRestorePointA makes the installer
succeed, but that might other installers of other programs run into
regressions(??). Maybe this could be tested in Staging, see if causes any
regressions.
--
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=14855
Summary: Incorrect FindWindow/GetLastError error result when
window not found
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vesselinpeev(a)hotmail.com
The following program (compiled to a Win32 binary) prints "Window not found
(expected result)" under Microsoft Windows (tested with Vista), whereas it
prints "Unexpected error, GetLastError() return value: 1407" when ran under
Wine (tested with Wine 1.1.2).
It seems that FindWindow does not set the correct error value
(ERROR_FILE_NOT_FOUND) when it doesn't find a window.
#include <windows.h>
#include <stdio.h>
int main()
{
HWND hWnd = FindWindow("SomeWindowThatDoesNotExist", NULL);
if(hWnd) {
printf("hWnd not NULL");
}
else {
DWORD dwResult = GetLastError();
if(dwResult == ERROR_FILE_NOT_FOUND) {
printf("Window not found (expected result)\n");
}
else {
printf("Unexpected error, GetLastError() return value: %lu\n", dwResult);
}
}
return 0;
}
--
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=22892
Summary: winamp [5.572] Modern skins don't update metadata
information
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jason.whipp(a)gmail.com
Affects all "modern" skins tested, existing in this and previous versions on
wine tested (1.1.34, 1.1.23 and 1.0.1).
With normal Winamp behaviour, song metadata normally displayed and updated in
the Winamp main window and in the playlist. With Modern skins, the song data
in the main window doesn't update, including the time. The play list does
update, unless shaded. Tried changing the font mapping, alpha blending and
just about every configurable item under modern skins in the preferences window
but the behaviour remains the same.
I haven't noticed anything strange in console output, but I will do a test and
post what is presented.
--
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=24874
Summary: iTunes 10 32-bit installs - freezes after a few
transactions
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: 7bnettles(a)gmail.com
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.10
Release: 10.10
Codename: maverick
wine --version
wine-1.3.5
I opened the iTunes installation file with Archive Manager, then installed the
various files separately. Installing each of the application dependencies first
and then run the overall to get the application working.
The problem I see now - app store doesn't work and the application will freeze
during normal use. I do get an error on load about Bonjour service not starting
but otherwise ok.
I tried to authorize computer but it failed - can see it in the debug.
Application froze when I clicked on the store.
--
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=18926
Summary: In Winamp, the "send to..." submenu in the playlist
menu does not appear
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olhzilla(a)gmail.com
In Winamp's playlist window, the right-click menu should contain a "send to..."
submenu that lets the user send the selected track to the format transcoder or
the ReplayGain analysis tool, but under wine the submenu does not appear. It
did appear in the previous version of either Winamp or wine (I'm not sure) but
did not work - selecting any item from the submenu simply did nothing. There
used to be a workaround for this bug posted in wine's app database, but it got
deleted.
Steps to reproduce:
1. Install Winamp, making sure that the transcoding tool and/or the ReplayGain
analysis tool are selected.
2. In the playlist window, right-click on any track.
3. The menu should contain a "send to..." submenu, but it does not.
Ubuntu 9.04, Winamp 5.552, wine 1.0.1-0ubuntu6
--
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=47428
Bug ID: 47428
Summary: mouse input skipping / jitter in conjunction with
xf86-video-amdgpu in almost every game
Product: Wine
Version: 4.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tempel.julian(a)gmail.com
Distribution: ---
There is extreme mouse skipping in various games. This happens mostly with
vsync, e.g. in TESV: Oblivion, but it can also occur without vsync, though more
subtle (e.g. in Hitman 2 of 2018).
Performance in general is fine, also when there is keyboard input. But as soon
as there is any mouse movement, either extreme frametime spikes happen or the
mouse input is jittery in general:
https://abload.de/img/screenshot_20190527_1t1ktp.png
This happens only when both xf86-video-amdgpu and amdgpu.dc=1 (default since
Linux 4.17, required for FreeSync and GPUs since Vega) are used at the same
time.
With modesetting Xorg DDX driver, the issue does not occur. However, it doesn't
support FreeSync and enforces vsync all the time with amdgpu.dc=1, which is not
great either.
This is not limited to WineD3D, it happens with Gallium Nine and DXVK as well.
There also is this ticket for the xf86-video-amdgpu driver regarding this
issue, but no solution has been proposed so far:
https://bugs.freedesktop.org/show_bug.cgi?id=110659
Only games in Wine seem to be affected, native modern Linux games like Rise of
the Tomb Raider (Vulkan) or Hitman 2016 (OpenGL) don't show this issue.
Thus perhaps there is the slight chance that the issue can be fixed in Wine, if
nothing happens for the xf86 driver.
It seems to happen with recent and older Wine versions. I tested regular wine
4.11 and Proton 3.7-8.
Attached is a log file for TESV: Oblivion, but I suppose it doesn't show
anything interesting. I decided to classify this issue as "major", as it
doesn't seem to be limited to single titles and can render games unplayable.
--
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.