https://bugs.winehq.org/show_bug.cgi?id=42316
Bug ID: 42316
Summary: Cannot play multiplayer in Gwent
Product: Wine-staging
Version: 2.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stas5978(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
When tried to start Multiplayer's "Casual Math" and wait about 5 sec you will
get wine fixme:
fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm L"ECDSA_P384" not supported
--
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=47850
Bug ID: 47850
Summary: Automatically restart the TestBot Engine if it crashes
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The CheckWineTestBot.pl script is supposed to automatically restart the TestBot
Engine if it crashes (such as because of a Perl error that only happens in
specific code paths).
However it does not work in the current usage scenario.
I think what happens is that the script is run in a non-root account for
security reasons so the call to 'service winetestbot restart' fails with a
permission denied error.
So a different approach is needed, probably one where there are two scripts:
* One which communicates with the Engine and returns whether it runs. This
script would be run through su.
* And a second script that uses the first script's exit code to decide when to
restart the Engine. It may even be possible to have systemd handle the task of
this second script (to be investigated).
Another totally different approach would be to parse the Engine log and check
the presence of messages logged by SafetyNet() which runs every 10 minutes. But
that would not really guarantee that the Engine is reachable through its
socket.
Yet a third option would be to have systemd start the Engine automatically when
its socket is accessed. That may allow for systemd to automatically restart the
Engine when it crashes (to be investigated).
--
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=47827
Bug ID: 47827
Summary: Nostale - New Launcher doesn't work
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonadev1993(a)gmail.com
Distribution: ---
Created attachment 65332
--> https://bugs.winehq.org/attachment.cgi?id=65332
Screenshot (Launcher)
Error message:
Error: Insufficient free space.
Logs:
00d8:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.
Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in
the winbind package of your distribution.
00d8:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ...,
TokenElevation, ...) semi-stub
00d9:fixme:ver:GetCurrentPackageId (0xa5fefc (nil)): stub
00d9:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
00d9:fixme:toolhelp:Heap32ListFirst : stub
00d8:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ...,
TokenElevation, ...) semi-stub
okok00e1:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is
outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can
find it in the winbind package of your distribution.
00e1:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0.
00e1:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
00e1:fixme:toolhelp:Heap32ListFirst : stub
00e1:fixme:ole:CoInitializeSecurity
(00000000,-1,00000000,00000000,0,3,00000000,0,00000000) - stub!
00e1:fixme:wbemprox:client_security_SetBlanket 6795E758, 096785F0, 10, 0,
(null), 3, 3, 00000000, 0x00000000
00e1:fixme:wbemprox:client_security_Release 6795E758
00e1:fixme:shell:propertystore_SetValue (0x9617898)->(0x68cfe0 0x32f724): stub
00e1:fixme:shell:propertystore_Commit (0x9617898): stub
0054:fixme:process:ProcessIdToSessionId Unsupported for other processes.
00e1:fixme:ntdll:server_ioctl_file Unsupported ioctl 110004 (device=11 access=0
func=1 method=0)
00db:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ...,
TokenElevation, ...) semi-stub
00e1:fixme:ntdll:server_ioctl_file Unsupported ioctl 110004 (device=11 access=0
func=1 method=0)
00e1:err:ole:CoUninitialize Mismatched CoUninitialize
ok00d8:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ...,
TokenElevation, ...) semi-stub
--
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=10130
Summary: Wine does not compile on x86_64
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: garry.hurley.jr(a)gmail.com
CC: posta10100(a)yahoo.it, garry.hurley.jr(a)gmail.com
+++ This bug was initially created as a clone of Bug #4594 +++
gcc -c -I. -I. -I../include -I../include -Wall -pipe -fno-strict-aliasing
-gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o preloader.o
preloader.c
preloader.c: In function ‘wld_mmap’:
preloader.c:259: warning: cast to pointer from integer of different size
preloader.c: In function ‘map_so_lib’:
preloader.c:680: warning: cast to pointer from integer of different size
preloader.c: In function ‘wld_start’:
preloader.c:910: warning: cast from pointer to integer of different size
preloader.c:910: warning: cast to pointer from integer of different size
{standard input}: Assembler messages:
{standard input}:434: Error: suffix or operands invalid for `push'
{standard input}:435: Error: suffix or operands invalid for `push'
{standard input}:437: Error: suffix or operands invalid for `pop'
{standard input}:438: Error: suffix or operands invalid for `pop'
{standard input}:439: Error: suffix or operands invalid for `push'
{standard input}:524: Error: suffix or operands invalid for `push'
{standard input}:524: Error: suffix or operands invalid for `mov'
{standard input}:524: Error: suffix or operands invalid for `pop'
{standard input}:927: Error: suffix or operands invalid for `push'
{standard input}:927: Error: suffix or operands invalid for `pop'
{standard input}:1016: Error: suffix or operands invalid for `push'
{standard input}:1016: Error: suffix or operands invalid for `pop'
{standard input}:1030: Error: suffix or operands invalid for `push'
{standard input}:1030: Error: suffix or operands invalid for `pop'
{standard input}:1130: Error: suffix or operands invalid for `push'
{standard input}:1130: Error: suffix or operands invalid for `mov'
{standard input}:1130: Error: suffix or operands invalid for `pop'
{standard input}:1153: Error: suffix or operands invalid for `push'
{standard input}:1153: Error: suffix or operands invalid for `pop'
{standard input}:1356: Error: suffix or operands invalid for `push'
{standard input}:1356: Error: suffix or operands invalid for `pop'
{standard input}:1550: Error: suffix or operands invalid for `push'
{standard input}:1550: Error: suffix or operands invalid for `mov'
{standard input}:1550: Error: suffix or operands invalid for `pop'
{standard input}:1585: Error: suffix or operands invalid for `push'
{standard input}:1585: Error: suffix or operands invalid for `mov'
{standard input}:1585: Error: suffix or operands invalid for `pop'
{standard input}:1668: Error: suffix or operands invalid for `push'
{standard input}:1668: Error: suffix or operands invalid for `mov'
{standard input}:1668: Error: suffix or operands invalid for `pop'
make[1]: *** [preloader.o] Error 1
make[1]: Leaving directory `/files/awjb/BUILD/wine-0.9.8-fe/loader'
make: *** [loader] Error 2
Additional information:
As I stated in bug 4594, which was ignored, the current git tree refused to
build WITHOUT using the --enable-win64 option. configure --with-x fails. Bug
is valid regardless of the --enable-win64 switch. Actual output is similar to
the following:
/usr/lib64/gcc/x86_64-slamd64-linux/4.1.2/../../../../x86_64-slamd64-linux/bin/ld:
i386:x86-64 architecture of input file `c_28606.o' is incompatible with i386
output
make[2]: *** [libwine.so.1.0] Error 1
make[2]: Leaving directory `/wine-current/wine/libs/wine'
make[1]: *** [wine] Error 2
make[1]: Leaving directory `/wine-current/wine/libs'
make: *** [libs] Error 2
This is only the last of such messages. This also occurs when doing
./configure with no options, make depend, and then make.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19297
Summary: MS Office Access Runtime 2007 don't work
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: js-box(a)nm.ru
CC: js-box(a)nm.ru
MS Office Access Runtime 2007 don't work
--
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=47840
Bug ID: 47840
Summary: Run the TestBot's WineTest executables
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Currently the TestBot monitors the WineTest executables on test.winehq.org and
schedules a full WineTest run when they change.
But the TestBot build VMs produce WineTest executables too and thus the TestBot
could use those to for the full test suite. Combined with bug 47839 this would
remove the dependency on test.winehq.org.
--
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=47839
Bug ID: 47839
Summary: Trigger VM updates whenever there are Wine commits
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Currently the TestBot monitors the WineTest executables on test.winehq.org and
triggers an unpdate of the build and Wine VMs when they change.
This means that if these executables are not updated (for instance if there is
a build on that machine), then the TestBot's build and Wine VMs are not updated
so that on the next day patches are likely to fail to apply.
So the TestBot Engine should have its own Wine repository and monitor Wine
commits and trigger VM updates accordingly.
--
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=43270
Bug ID: 43270
Summary: Exact Audio Copy does not detect plugins
Product: Wine
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: redstone(a)gmail.com
Distribution: ---
With a clean wine 2.11 (inited with "WINEARCH=win32 wine wineboot"), on Ubuntu
17.04 Zesty:
After installing Exact Audio Copy 1.3
(http://www.exactaudiocopy.de/en/index.php/resources/download/),
EAC does not detect the plugins that it comes bundled with. Specifically, it
does not detect CUE Tools DB Plugin, or the AcoustID Plugin.
It looks like this problem existed on older versions of wine/EAC, see comments
in https://appdb.winehq.org/objectManager.php?sClass=version&iId=24705.
To reproduce:
1. Install EAC 1.3
2. Start EAC
3. Go to menu -> EAC -> EAC Options -> Audio Plugins
The list there is empty. It should have CUETools and AcoustID listed (which is
what I see when I install EAC 1.3 on my Windows 7 machine)
I tried getting some debug info:
WINEDEBUG=+relay wine ~/.wine/drive_c/Program\ Files/Exact\ Audio\
Copy/EAC.exe > /tmp/foo 2>&1
but it didn't have anything helpful. Specifically, the DLLs for the plugins
don't appear (e.g., CUETools*.dll), nor does PluginHandler.dll appear, so it's
like it's not even trying to access them.
Any suggestions on how to debug?
--
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=47174
Bug ID: 47174
Summary: Sibelius complains about missing
AvidRemoteObjects364.dll
Product: Wine
Version: 4.3
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: ---
Created attachment 64426
--> https://bugs.winehq.org/attachment.cgi?id=64426
Log
I used "winetricks -q msxml3 dotnet472" before installation. When running the
program it failes to start.
--
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=47826
Bug ID: 47826
Summary: Nostale Gameshop doesn't work with d9vk (child window)
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonadev1993(a)gmail.com
Distribution: ---
Patch used: childwindow.patch
The issue is here:
https://github.com/Joshua-Ashton/d9vk/issues/186
--
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.