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.
http://bugs.winehq.org/show_bug.cgi?id=58082
Bug ID: 58082
Summary: race condition in GlobalMemoryStatusEx()
implementation
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)rastos.org
Distribution: ---
I suspect that there is a race condition implementation of Win32 API function
GlobalMemoryStatusEx().
This function has a local static variable cached_status of type MEMORYSTATUSEX.
The content of this structure is returned by GlobalMemoryStatusEx() if tick
count since last call is less then 1000.
https://gitlab.winehq.org/wine/wine/-/blob/6b04bdf25796c9c76815588bf7bdc36f…
However when there are multiple threads calling GlobalMemoryStatusEx() at
nearly the same time, then it can happen that:
1) Thread 1 checks (NtGetTickCount() - last_check) < 1000 and finds that it is
false (e.g. because long time elapsed since system start and last_check is 0
because it is static). It sets last_check = NtGetTickCount() and proceeds with
retrieving the information.
2) Thread 2 checks (NtGetTickCount() - last_check) < 1000 and finds that it is
true because last_check was set by Thread 1 just a few ticks ago. And returns
content of cached_status which is not yet filled.
3) Thread 1 proceeds with filling the structure retrieved via parameter and
after filling it in, it saves it into cached_status.
The Thread 2 received content of cached_status that not yet populated with real
information.
As a solution I suggest to move
last_check = NtGetTickCount();
after
cached_status = *status;
assignment which means that (NtGetTickCount() - last_check) < 1000 condition
will be satisfied only after cached_status is actually filled 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=38379
Bug ID: 38379
Summary: Barnham Junction: Program fails to load with error
BBCWrun Cannot create file
C\users\username\Temp\BBC*.tmp\SimResources\Barnham
Junction\Nameboard.bmp
Product: Wine
Version: 1.7.40
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: albert838(a)btinternet.com
Distribution: ---
The simulation Barnham Junction http://www.blockpostsoftware.co.uk/
fails to run with the error
BBCWrun
Cannot create file C\users\peterm\Temp\BBC0ff.tmp\Sim
Resources\Barnham Junction\Nameboard.bmp
Wine 1.7.40 creates the file structure
C\users\peterm\Temp\BBC0ff.tmp
only. The folder contains a $ only.
--
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=50851
Bug ID: 50851
Summary: The procedure entry point RasClearConnectionStatistics
could not be located in the dynamic link library
RASAPI32.dll
Product: Wine
Version: 6.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: rasapi32
Assignee: wine-bugs(a)winehq.org
Reporter: ion(a)aot.ro
Distribution: ---
I try to open a custom application made for Windows XP, app is used for testing
GPRS Modems
Error message is get:
The procedure entry point RasClearConnectionStatistics could not be located in
the dynamic link library RASAPI32.dll
Looks like a missing function:
https://docs.microsoft.com/en-us/windows/win32/api/ras/nf-ras-rasclearconne…
Only information found about this function.
--
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=50226
Bug ID: 50226
Summary: Native Access Installer installs infinitely
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikhail.v.gavrilov(a)gmail.com
Distribution: ---
Created attachment 68732
--> https://bugs.winehq.org/attachment.cgi?id=68732
Native Access Installer terminal output
https://www.native-instruments.com/fileadmin/downloads/Native_Access_Instal…
035c:fixme:msvcrt:__clean_type_info_names_internal (0C9424E4) stub
0300:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0BE0FA1C 1 C) semi-stub
0300:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0BE0F9A4 1 C) semi-stub
0300:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0BE0F8A4 1 C) semi-stub
0300:fixme:service:I_ScRegisterDeviceNotification Notification filters are not
yet implemented.
0300:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ...,
TokenElevation, ...) semi-stub
0300:fixme:msvcrt:__clean_type_info_names_internal (0C9424E4) stub
02a0:fixme:heap:RtlSetHeapInformation 00000000006E0000 0 000000000021FD90 4
stub
02a0:fixme:setupapi:UpdateDriverForPlugAndPlayDevicesW Unhandled flags 0x1.
$ wine --version
wine-5.22 (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.
https://bugs.winehq.org/show_bug.cgi?id=56107
Bug ID: 56107
Summary: Comdlg32/Color - Cross not painted
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
When selecting a color, a black cross is expected to be painted by
CC_PaintCross but nothing is painted.
See Wine screenshot in Ubuntu.
Proposed fix/patch here : https://github.com/reactos/reactos/pull/6242/files
--
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=20172
Summary: Button "Alt Gr" triggers access violation in Teach2000
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.teach2000.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teach2000(a)basement.nl
OS: Ubuntu 9.04
App: Teach2000 8.42
Download the latest Teach2000 from www.teach2000.org.
Install.
Start.
Press "Alt Gr" (right Alt).
Exp.: Nothing happens.
Act.: Error: Access violation at address 00000000 in module 'teach2000.exe'.
Read of address 00000000.
--
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=18803
Summary: PokerStars windows disappear on alert
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carl.gherardi(a)gmail.com
Some discussion of this issue here:
http://appdb.winehq.org/commentview.php?iAppId=2029&iVersionId=2899&iThread…
This is a long standing issue that occurs using the Compiz window manager.
Easy enough to trigger.
1. Open table and be seated
2. Change workspace so you can no longer see the table, and wait for the
application to alert you that its your turn.
3. Return to the workspace the table is supposed to be on and you will find it
has disappeared.
The application is definitely still running, and the table window is definitely
still active (you can here the alert sounds and cards being dealt)
When I came across this issue initially, it didn't occur when using metacity as
a window manager.
Using Ubuntu packages from deb http://wine.budgetdedicated.com/apt intrepid
main
--
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=14669
Summary: Daniel Valot's Mahjongg Ansi 1.22 doesn't show "game
over" dialog properly when you lose (dogfood)
Product: Wine
Version: 1.1.2
Platform: Other
URL: http://dvalot.free.fr/download/Mahinsta.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Daniel Valot has several games available for download at
http://dvalot.free.fr/games.htm
This bug is in the 'ansi' (non-.NET) version of his Mahjohngg.
My wife plays this often, and problems in it are a showstopper
for migration to Linux (see http://kegel.com/wine/migrating-user-1.html).
The game plays tolerably in Linux (once you figure out to click the 'X'
icon on the left bar to get fullscreenish mode)...
but if you play badly and lose, the game over dialog that pops up
is not drawn properly. I'll attach a saved game; to reproduce
the problem, load the saved game (File / Load), then click on
the two "3" tiles. The game over dialog will pop up.
--
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.