https://bugs.winehq.org/show_bug.cgi?id=44001
Bug ID: 44001
Summary: Empire of the Ants (french version "les fourmis") -
game crashed
Product: Wine
Version: 2.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Hello,
I tried to play the french version of the game "Empire of the Ants" (Les
Fourmis) from the famous novel.
Install OK
InitVid crashed
game crashed
This bug is about the the main game executable.
If you launch it:
cinematics OK
create a profil OK
menu OK
Choose tutorial or another mission: the game crashed
terminal log:
fixme:winediag:start_process Wine Staging 2.20 is a testing version containing
experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
err:msvcrt:MSVCRTD_operator_new_dbg Not allowed nBlockUse value: 2
err:msvcrt:MSVCRTD_operator_new_dbg Not allowed nBlockUse value: 2
err:msvcrt:MSVCRTD_operator_new_dbg Not allowed nBlockUse value: 2
err:msvcrt:MSVCRTD_operator_new_dbg Not allowed nBlockUse value: 2
fixme:winmm:MXD_GetControlDetails What should the sw-side mixer controls map
to?
fixme:winmm:MXD_GetControlDetails What should the sw-side mixer controls map
to?
fixme:winmm:MXD_SetControlDetails What should the sw-side mixer controls map
to?
fixme:ddraw:ddraw7_Initialize Ignoring guid
{00000000-0000-0000-0000-000000000000}.
fixme:ddraw:ddraw7_Initialize Ignoring guid
{00000000-0000-0000-0000-000000000000}.
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:ddraw:ddraw_surface7_Flip Ignoring flags 0x1.
fixme:d3d:surface_cpu_blt Filter WINED3D_TEXF_LINEAR not supported in software
blit.
err:msvcrt:MSVCRTD_operator_new_dbg Not allowed nBlockUse value: 2
wine: Unhandled page fault on read access to 0x0000004c at address 0x102a3c1c
(thread 0009), starting debugger...
--
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=42602
Bug ID: 42602
Summary: ::CompareItem(LPCOMPAREITEMSTRUCT lpCompareItemStruct)
bad sort compared to Windows
Product: Wine
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)hinner.info
Distribution: ---
Let's have this MFC code:
class CIconListBox : public CListBox
...
int CIconListBox::CompareItem(LPCOMPAREITEMSTRUCT lpCompareItemStruct)
{
CIconListBoxItem *Item1;
CIconListBoxItem *Item2;
Item1=(CIconListBoxItem *)lpCompareItemStruct->itemData1;
Item2=LastItem;
/*
CompateItem is called immediately after AddString which does not contain
any info for sorting. Pointer to data is set after AddString by calling
SetItemDataPtr.
This function thus relies on undocumented fact that Item2 is always last
added item.
Item1 has correct pointer..
*/
//Item2=(CIconListBoxItem *)lpCompareItemStruct->itemData2;
//nejdriv rozhodne priorita
if (Item1->m_sortprior>Item2->m_sortprior)
return -1;
if (Item1->m_sortprior<Item2->m_sortprior)
return 1;
if (wcscmp(Item1->m_szItemName,Item2->m_szItemName)>0)
return 1;
else return -1;
}
Result in Windows: sorted OK
Result in Wine: reverse sorted.
I can provide app for testing. It is http://obdtester.com/downloads (e.g.
BimCOM), password for download upon request by individual e-mail.
--
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=44952
Bug ID: 44952
Summary: Batch with for and if
Product: Wine
Version: 3.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: jonathanbelsewir(a)yahoo.de
Distribution: ---
I have a batch-file:
@echo off
for %%i in (test) do (
echo before-if: %%i
if 1==1 (
echo true
) else (
echo false
)
echo after-if
)
:end
I get the following wrong output:
before-if: test
true
The output should be:
before-if: test
true
after-if
--
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=43300
Bug ID: 43300
Summary: wchar.h: missing functions prototypes
Product: Wine
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: me(a)mixaill.tk
Distribution: ---
some missing prototypes from /include/msvcrt/wchar.h:
wchar_t* wmemchr(const wchar_t *, wchar_t, size_t);
int wmemcmp(const wchar_t*, const wchar_t*, size_t);
wchar_t* wmemcpy(wchar_t*, const wchar_t*, size_t);
wchar_t* wmemmove(wchar_t*, const wchar_t*, size_t);
wchar_t* wmemset(wchar_t*, wchar_t, size_t);
--
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=18734
Summary: DlgDirList(DDL_DRIVES|DDL_DIRECTORY) on 16-bits
displays files on listbox in Windows but not Wine.
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, patch, source, win16
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a_villacis(a)palosanto.com
Created an attachment (id=21484)
--> (http://bugs.winehq.org/attachment.cgi?id=21484)
Screenshot of problem (QEMU virtual session and Wine, side by side)
When an 16-bit Windows application displays a listbox and manually fills it
with DlgDirList (not as a part of a Common Dialog), the flag combination
DDL_DRIVES|DLL_DIRECTORY should make files appear according to the set filter.
Wine does not do this, as it (incorrectly) appends DDL_EXCLUSIVE to the bitmask
of flags before delegating to 32-bit code.
--
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=21404
Summary: winedbg does not support fixed host:port parameter
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: myvonkpos(a)mweb.co.za
If using winedbg to debug Windows apps in a Linux IDE is to become practical
winedbg --gdb --no-start needs an extra parameter to specify a fixed host:port
TCP connection, similar to what gdbserver has. Currently the port is chosen at
random, which means IDEs have to be reconfigured on every debug attempt.
--
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=44845
Bug ID: 44845
Summary: Bankperfect plugins installation regression
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gdpo22(a)orange.fr
Distribution: ---
Created attachment 60898
--> https://bugs.winehq.org/attachment.cgi?id=60898
self-install-plugin that can be used without bankperfect installed
When trying to install free auto-install-plugins in Bankperfect (just an
extraction in the 'Scripts' subfolder of Bankperfect), the installer block on
files (especially .png ones)
It worked on ubuntu artful but no more on Bionic Beaver.
In attachment an exemple from http://www.chelly.net/?page=bp_plugins named
"Echéancier"
Tried in win64 and win32. Same behavior.
--
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=39078
Bug ID: 39078
Summary: Visual Pinball 9.9.1 crashes on exit after creating a
new table
Product: Wine
Version: 1.7.49
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tobbi.bugs(a)googlemail.com
Download of Visual Pinball 9.9.1 here:
http://emulationrealm.net/downloads/file/33-visual-pinball
$ openssl sha1 "VPinball991_Full.zip"
SHA1(VPinball991_Full.zip)= aafbd3c28af31ec4a993e0fe59a77374e5895572
Steps to reproduce:
1. Download installer and install the game.
2. Start the game.
3. Select File > New.
4. Select File > Exit.
wine --version
wine-1.7.49
--
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=24374
Summary: Driller fails to run
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://download.ovinebydesign.com/driller/download.asp
x
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30720)
--> (http://bugs.winehq.org/attachment.cgi?id=30720)
terminal output
Driller is a freeware remake of a classic 3D adventure game, which was quite
popular in the 8-bit computer era.
The standalone executable Driller.exe fails to run in Wine, showing only a
messagebox, saying:
'Error! User lib not found', then it quits.
I can't verify how it behaves under a native Windows environment because I have
no Windows installed. According to the developer's page the game is Vista
compatible.
I'm not sure it has something to do with the issue, but the Driller.exe is
packed/protected(?) by Molebox Ultra. That is some kind of virtualization which
helps creating portable applications.
Fedora 13
Nvidia 7600 / driver 256.53
--
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=45393
Bug ID: 45393
Summary: TextureCookerService.exe (part of ArcGIS Desktop 10.6)
needs api-ms-win-crt-stdio-l1-1-0.dll.gets_s
Product: Wine
Version: 3.11
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 61703
--> https://bugs.winehq.org/attachment.cgi?id=61703
console output
Console output is attached.
$ sha256sum ArcGIS_Desktop_106_161544.exe
2ebc60ebfe73ce3da64db4c16caae7da615c20bafb072b958aa7914321c7d058
ArcGIS_Desktop_106_161544.exe
--
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=44334
Bug ID: 44334
Summary: 'start /W "" notepad' does not wait as on native.
Product: Wine
Version: 3.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Created attachment 60210
--> https://bugs.winehq.org/attachment.cgi?id=60210
cmd: Avoid having first parameter to start.exe ignored.
Tried to have a look into #44236.
There a batch script is executed but the start commands
did not wait until the started processes did end.
Example line:
---
start /W " " "%SFDIR%automesh" wr2300
---
As far as I see this is because when WCMD_start encounters an title parameter,
it removes the executable from the cmdline parameter to CreateProcessW.
---
start /W "" notepad
002f:trace:process:create_process_impl app L"C:\\windows\\command\\start.exe"
cmdline L"/W \"\\\"\\\"\" notepad"
---
This get not recognized much, because usually the title is the first
parameter and is therefore ignored by start.exe. But start.exe get executed
because it is also in the file parameter to CreateProcessW.
Attached is a patch that tries to maintain the executable as first parameter
in the cmdline parameter to CreateProcessW.
--
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=42669
Bug ID: 42669
Summary: SolveigMM Video Splitter Business Edition v6.1:
Crashes when opened
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeroentorchmaster(a)gmail.com
Distribution: ---
Created attachment 57620
--> https://bugs.winehq.org/attachment.cgi?id=57620
Bug file outputted by Wine
(Wine-staging 2.3)
Installed, then opened the program. GUI shows up, then crashes.
--
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=45439
Bug ID: 45439
Summary: Visual Basic setup toolkit fails to run if path
contains a voiced Katakana character.
Product: Wine
Version: 3.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
[How to reproduce]
Make sure you're using ja_JP.UTF-8 locale.
1. Create a directory named VB5ランタイムライブラリ
(note: ブ is a voiced Katakana character)
% mkdir VB5ランタイムライブラリ
2. Download Visual Basic 5 run-time library setup file (vb5sp3rt.exe) [1] to
the directory.
3. Extract vb5sp3rt.exe by lha.
% lha x vb5sp3rt.exe
4. Launch setup.exe [2] with wine.
% wine setup.exe
[Expected result]
-> It shows a confirmation window before install.
[Actual result]
-> It complains a lack of memory:
メモリが不足しています。
予期しないエラーが発生しました。
(Translated: Insufficient memory. Unexpected error occurred.)
[1] https://www.vector.co.jp/download/file/win95/util/fh082707.html
SHA1(vb5sp3rt.exe) = c36f806846eb72776ff380466929368fa41f0fc1
[2] SHA1(setup.exe) = 2fd7d85ad45b77ee29e28b4046974be2834e7b5b
--
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=45403
Bug ID: 45403
Summary: dwarf2_parse_variable(): Assertion `subpgm->func'
failed
Product: Wine
Version: 3.11
Hardware: aarch64
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: nerv(a)dawncrow.de
Distribution: Ubuntu
I can reliably reproduce this on gcc113 (GCC compiler farm), when running
dlls/dxgi/tests/device.c. It occurs for me on other tests when running the
tests under valgrind, but running them individually doesn't always trigger it.
Note: this is a headless box (triggers with or without xvfb):
wine: Unhandled page fault on write access to 0xdeadbeef at address
0x20009c31f8 (thread 0009), starting debugger...
002c:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
002c:err:winediag:nodrv_CreateWindow Make sure that your X server is running
and that $DISPLAY is set correctly.
Unhandled exception: page fault on write access to 0xdeadbeef in 64-bit code
(0x00000020009c31f8).
dwarf.c:1640: void dwarf2_parse_variable(dwarf2_subprogram_t *, struct
symt_block *, dwarf2_debug_info_t *): Assertion `subpgm->func' failed.
winedbg: Internal crash at 0x2000253af8
002c:fixme:seh:RtlUnwind Not implemented on ARM64
make: *** [device.ok] Error 84
--
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=45274
Bug ID: 45274
Summary: unimplemented function
msvcp140.dll.?_Syserror_map@std@@YAPEBDH@Z called in
64-bit code
Product: Wine
Version: 3.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: bghome(a)gmail.com
Distribution: ---
Created attachment 61527
--> https://bugs.winehq.org/attachment.cgi?id=61527
Backtrace of wine64 crash
Wine crashed using the built-in msvcp140.dll.
--
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=45243
Bug ID: 45243
Summary: Wrong cast in some HANDLE_MSG_WM_* macros produces
errors when compiling with wineg++
Product: Wine
Version: 3.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: sacrom(a)gmail.com
Distribution: ---
Created attachment 61481
--> https://bugs.winehq.org/attachment.cgi?id=61481
Simple event handler function with HANDLE_MSG macro
Compiling a message handler with some HANDLE_MSG() Macros (defined in
windowsx.h) with wineg++ a cast error is produced.
I attached a test.c simple example and the compile results can be seen in
wineg++.err file
--
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=45067
Bug ID: 45067
Summary: Claybook fails to create shader due to invalid cast
Product: Wine
Version: 3.6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 61205
--> https://bugs.winehq.org/attachment.cgi?id=61205
Log file.
Sharers aren't being created correctly due to a failing convert
013d:fixme:d3d_shader:shader_glsl_sprintf_cast Unhandled cast from 0 to 0x6.
which leads to
....
013d:fixme:d3d_shader:shader_glsl_dump_program_source imageStore(cs_image0,
floatBitsToInt(R0).xy, <unhandled data type 0x6>.xyzw);
--
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=40694
Bug ID: 40694
Summary: Invalid behavior of "C: && echo haha" or "C: & echo
haha"
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Distribution: ---
On Windows, all of "C: && echo haha", "C: || echo haha", "C: & echo haha" works
fine.
On Wine, this kinds of command line generates an error of "Can't recognize 'C:
' as an internal or external command, or batch script."
Found by neovim developer: https://tea-ci.org/equalsraf/neovim/39
--
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=45387
Bug ID: 45387
Summary: arm64_map_dwarf_register: Don't know how to map
register (64-66)
Product: Wine
Version: 3.11
Hardware: aarch64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: nerv(a)dawncrow.de
Distribution: ---
Noticed while running valgrind on arm64
0088:fixme:dbghelp:arm64_map_dwarf_register Don't know how to map register 64
0088:fixme:dbghelp:arm64_map_dwarf_register Don't know how to map register 65
0088:fixme:dbghelp:arm64_map_dwarf_register Don't know how to map register 66
https://github.com/Microsoft/microsoft-pdb/blob/master/include/cvconst.h
CV_ARM64_X14 = 64,
CV_ARM64_X15 = 65,
CV_ARM64_IP0 = 66,
--
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=45081
Bug ID: 45081
Summary: Expanded FakeDLL support changed behaviour of stubs
for A/W symbols
Product: Wine-staging
Version: 3.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Paul.Hampson(a)Pobox.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 61234
--> https://bugs.winehq.org/attachment.cgi?id=61234
Report the results of GetProcAddress for three variations of the intersting
symbol
While looking into issues with running current Cygwin on current Wine, an error
was raised under Wine Staging 3.6:
fatal error - couldn't dynamically determine load address for
'DsEnumerateDomainTrustsW' (handle 0x7F1E632A0000), Win32 error 127
This doesn't happen either natively or with Wine 2.4 (Staging)
Looking into it, it appears the current netapi32.spec has:
@ stub DsEnumerateDomainTrusts
Given the near-trivial code attached, the behaviour difference is clear.
Windows (Windows 10 1709):
DsEnumerateDomainTrusts not found
DsEnumerateDomainTrustsA found
DsEnumerateDomainTrustsW found
Wine 2.4 (Staging) and 3.6 (Staging):
DsEnumerateDomainTrusts found
DsEnumerateDomainTrustsA not found
DsEnumerateDomainTrustsW not found
The weird thing is that Wine 2.4 worked in Cygwin, when clearly nothing has
apparently changed for this particular DLL export code-wise since 2005.
I believe this is to do with the patches in Wine Staging
(https://github.com/wine-staging/wine-staging/tree/master/patches/winebuild-…)
which have surfaced a class of previously-hidden issues in Wine.
I haven't worked out where yet, but I suspect that the Fake_DLLs are breaking
some kind of Wine magic which lets the unadorned symbols for stubs also respond
to a lookup for the adorned symbols.
Otherwise, I expect we'd see a lot more pairs like this:
@ stub DsEnumerateDomainTrustsA
@ stub DsEnumerateDomainTrustsW
I'm surprised such a change hasn't seen more issues but I was unable to find
any references to it on this Bugzilla or by searching Google.
ReactOS have a trivial patch which turns them from spec-stubs to code-stubs,
and hence corrects the exports etc: https://jira.reactos.org/browse/CORE-11056
and that would make sense for Wine.
All Wine installations here are on Ubuntu 14.04 from winehq packages, in Docker
images built from https://github.com/TBBle/wine_msys64
--
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=18164
Summary: dlls/iphlpapi/ifenum.c: compiler warnings
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -I/usr/pkg/include -I/usr/include
-I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -O2 -I/usr/pkg/include
-I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -o
./ifenum.o ./ifenum.c
./ifenum.c: In function 'enumIPAddresses':
./ifenum.c:693: warning: pointer of type 'void *' used in arithmetic
./ifenum.c:693: warning: comparison of distinct pointer types lacks a cast
./ifenum.c: In function 'getIPAddrTable':
./ifenum.c:754: warning: pointer of type 'void *' used in arithmetic
./ifenum.c:754: warning: comparison of distinct pointer types lacks a cast
No patch for this one yet. Won't complain if someone beats me to it ;-).
--
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=42599
Bug ID: 42599
Summary: Max Payne 3 (Steam) crashes in DX9 mode
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 57541
--> https://bugs.winehq.org/attachment.cgi?id=57541
log
Game just crashes at launch if render set to DX9.
--
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=27497
Summary: Regedit mangles registry keys containing embedded
NULLs
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://www.gog.com/en/gamecard/sacrifice
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35155)
--> (http://bugs.winehq.org/attachment.cgi?id=35155)
raw file
Noticed this while messing around with Sacrifice
(http://www.gog.com/en/gamecard/sacrifice).
The game stores a few keys with embedded NULLs, apparently all the ones that
store string values (dword/hex values aren't affected).
Looking at the raw registry (system.reg) shows the values fine:
"Graphic detail"=dword:00000000
"IP address"="\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
"Key repeat delay"=dword:0000000a
"Key repeat start"=dword:00000032
but if I export the key with wine's regedit, it mangles them:
"Graphic detail"=dword:00000000
"IP address"=""Key repeat delay"=dword:0000000a
"Key repeat start"=dword:00000032
notice how a quote goes missing along with the newline. The game really likes
those newlines. If I remove them and rerun the game, then adjust its settings,
it adds them back.
I'll attach a text file with the raw registry, along with what I get when
exporting.
--
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=44895
Bug ID: 44895
Summary: League Of Legends: Unable to log in if behind OpenWRT
based router
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mail+wine(a)m-reimer.de
Distribution: ---
I don't know how much this really depends on OpenWRT, but that's the way how I
can 100% reproduce this bug.
I run LoL with latest wine-staging. I installed using this script:
https://github.com/GloriousEggroll/leagueoflegends-linux
So far I always used AVM routers. Fritz!Box 5050 first and as my ISP now uses
Annex-J, I had to switch to a Fritz!Box 7270.
With these routers, I never had any problem with logging in from the League
client.
Now I wanted to try using a 100% open source router based on OpenWRT. As soon
as I do so, connection to the LoL login servers fails.
My brother was able to reproduce this problem on his PC and he also has Windows
installed. If he boots into Windows, login works. On Linux with Wine, login
doesn't work.
So this is a Wine problem "somehow" as it works on Windows, but it may also
have something to do with the router or network infrastructure as it works on
Wine if a proprietary router is used.
I can provide more info if required.
--
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=40742
Bug ID: 40742
Summary: cmd.exe: buffer overflow while parsing qualifiers
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: jbb.rose(a)yahoo.com
Distribution: ---
Created attachment 54646
--> https://bugs.winehq.org/attachment.cgi?id=54646
Batch file which triggers the problem
WCMD_parse() copies command qualifiers into the quals[] array. The
array is MAX_PATH (260) characters long, but the input command can be
up to MAXSTRING (8192) characters long. This can lead to buffer
overflows and crashes if a command has many qualifiers.
The attached try.bat file, taken from an actual command generated by
a cross-build system, reliably crashes wine 1.9.11 as built on SLES11SP2.
Increasing the size of quals[] to MAXSTRING characters fixes the problem.
--
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=42304
Bug ID: 42304
Summary: Caladrius Blaze shows black screen on title menu
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 57028
--> https://bugs.winehq.org/attachment.cgi?id=57028
Wine 2.0 terminal output
When attempting to play the game Caladrius Blaze, I am greeted with a
completely black screen.
I've attempted to play the game while using Windows XP & 7 modes.
Any advice on what logs I would need to provide will be greatly appreciated as
I can't see anything related to DirectX in the game's terminal output at all...
--
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=30713
Bug #: 30713
Summary: 64 bit wine installs 64 bit mfc100.dll to syswow64
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Downloading and running
http://download.microsoft.com/download/A/8/0/A80747C3-41BD-45DF-B505-E9710D…
(see http://www.microsoft.com/en-us/download/details.aspx?id=13523 )
with WINEARCH=win64 does install mfc100.dll... but into c:\windows\syswow64,
which seems wrong.
This was with wine-1.4. I'll test again with current wine once I figure out
how to build it.
--
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=38849
Bug ID: 38849
Summary: valgrind shows an unitialized variable in
programs/cmd/tests/batch.c:WCMD_assoc
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M cmd.exe -p cmd.exe_test.exe.so
batch && touch batch.ok
==13413== Conditional jump or move depends on uninitialised value(s)
==13413== at 0x7B841A61: strlenW (unicode.h:200)
==13413== by 0x7B841ED4: format_insert (format_msg.c:160)
==13413== by 0x7B842936: format_message (format_msg.c:391)
==13413== by 0x7B843087: FormatMessageW (format_msg.c:617)
==13413== by 0x4ADE451: WCMD_output_stderr (wcmdmain.c:166)
==13413== by 0x4ADB08E: WCMD_assoc (builtins.c:4759)
==13413== by 0x4AE18EB: WCMD_execute (wcmdmain.c:1592)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4ACDFD6: WCMD_batch (batch.c:95)
==13413== by 0x4AE08C1: WCMD_run_program (wcmdmain.c:1185)
==13413== by 0x4AE1979: WCMD_execute (wcmdmain.c:1616)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4AE3E90: wmain (wcmdmain.c:2588)
==13413== by 0x4AE431F: __wine_spec_exe_wentry (exe_wentry.c:36)
==13413== by 0x7B860807: ??? (process.c:1052)
==13413== by 0x7B860949: start_process (process.c:1104)
==13413== by 0x7BC81E27: ??? (signal_i386.c:2682)
==13413== by 0x7BC81E6E: call_thread_func (signal_i386.c:2741)
==13413== by 0x7BC81E05: ??? (signal_i386.c:2682)
==13413== by 0x7BC57806: start_process (loader.c:2868)
==13413== Uninitialised value was created by a stack allocation
==13413== at 0x4ADAB4F: WCMD_assoc (builtins.c:4620)
==13413==
==13413== Conditional jump or move depends on uninitialised value(s)
==13413== at 0x7B841AA6: strcpyW (unicode.h:207)
==13413== by 0x7B841F13: format_insert (format_msg.c:161)
==13413== by 0x7B842936: format_message (format_msg.c:391)
==13413== by 0x7B843087: FormatMessageW (format_msg.c:617)
==13413== by 0x4ADE451: WCMD_output_stderr (wcmdmain.c:166)
==13413== by 0x4ADB08E: WCMD_assoc (builtins.c:4759)
==13413== by 0x4AE18EB: WCMD_execute (wcmdmain.c:1592)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4ACDFD6: WCMD_batch (batch.c:95)
==13413== by 0x4AE08C1: WCMD_run_program (wcmdmain.c:1185)
==13413== by 0x4AE1979: WCMD_execute (wcmdmain.c:1616)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4AE3E90: wmain (wcmdmain.c:2588)
==13413== by 0x4AE431F: __wine_spec_exe_wentry (exe_wentry.c:36)
==13413== by 0x7B860807: ??? (process.c:1052)
==13413== by 0x7B860949: start_process (process.c:1104)
==13413== by 0x7BC81E27: ??? (signal_i386.c:2682)
==13413== by 0x7BC81E6E: call_thread_func (signal_i386.c:2741)
==13413== by 0x7BC81E05: ??? (signal_i386.c:2682)
==13413== by 0x7BC57806: start_process (loader.c:2868)
==13413== Uninitialised value was created by a stack allocation
==13413== at 0x4ADAB4F: WCMD_assoc (builtins.c:4620)
==13413==
==13413== Conditional jump or move depends on uninitialised value(s)
==13413== at 0x7B84296B: format_message (format_msg.c:392)
==13413== by 0x7B843087: FormatMessageW (format_msg.c:617)
==13413== by 0x4ADE451: WCMD_output_stderr (wcmdmain.c:166)
==13413== by 0x4ADB08E: WCMD_assoc (builtins.c:4759)
==13413== by 0x4AE18EB: WCMD_execute (wcmdmain.c:1592)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4ACDFD6: WCMD_batch (batch.c:95)
==13413== by 0x4AE08C1: WCMD_run_program (wcmdmain.c:1185)
==13413== by 0x4AE1979: WCMD_execute (wcmdmain.c:1616)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4AE3E90: wmain (wcmdmain.c:2588)
==13413== by 0x4AE431F: __wine_spec_exe_wentry (exe_wentry.c:36)
==13413== by 0x7B860807: ??? (process.c:1052)
==13413== by 0x7B860949: start_process (process.c:1104)
==13413== by 0x7BC81E27: ??? (signal_i386.c:2682)
==13413== by 0x7BC81E6E: call_thread_func (signal_i386.c:2741)
==13413== by 0x7BC81E05: ??? (signal_i386.c:2682)
==13413== by 0x7BC57806: start_process (loader.c:2868)
==13413== by 0x4018FB4: ??? (port.c:60)
==13413== Uninitialised value was created by a stack allocation
==13413== at 0x4ADAB4F: WCMD_assoc (builtins.c:4620)
==13413==
==13413== Conditional jump or move depends on uninitialised value(s)
==13413== at 0x7B841A61: strlenW (unicode.h:200)
==13413== by 0x7B8430A2: FormatMessageW (format_msg.c:621)
==13413== by 0x4ADE451: WCMD_output_stderr (wcmdmain.c:166)
==13413== by 0x4ADB08E: WCMD_assoc (builtins.c:4759)
==13413== by 0x4AE18EB: WCMD_execute (wcmdmain.c:1592)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4ACDFD6: WCMD_batch (batch.c:95)
==13413== by 0x4AE08C1: WCMD_run_program (wcmdmain.c:1185)
==13413== by 0x4AE1979: WCMD_execute (wcmdmain.c:1616)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4AE3E90: wmain (wcmdmain.c:2588)
==13413== by 0x4AE431F: __wine_spec_exe_wentry (exe_wentry.c:36)
==13413== by 0x7B860807: ??? (process.c:1052)
==13413== by 0x7B860949: start_process (process.c:1104)
==13413== by 0x7BC81E27: ??? (signal_i386.c:2682)
==13413== by 0x7BC81E6E: call_thread_func (signal_i386.c:2741)
==13413== by 0x7BC81E05: ??? (signal_i386.c:2682)
==13413== by 0x7BC57806: start_process (loader.c:2868)
==13413== by 0x4018FB4: ??? (port.c:60)
==13413== Uninitialised value was created by a stack allocation
==13413== at 0x4ADAB4F: WCMD_assoc (builtins.c:4620)
==13413==
==13413== Conditional jump or move depends on uninitialised value(s)
==13413== at 0x7B841AA6: strcpyW (unicode.h:207)
==13413== by 0x7B843144: FormatMessageW (format_msg.c:633)
==13413== by 0x4ADE451: WCMD_output_stderr (wcmdmain.c:166)
==13413== by 0x4ADB08E: WCMD_assoc (builtins.c:4759)
==13413== by 0x4AE18EB: WCMD_execute (wcmdmain.c:1592)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4ACDFD6: WCMD_batch (batch.c:95)
==13413== by 0x4AE08C1: WCMD_run_program (wcmdmain.c:1185)
==13413== by 0x4AE1979: WCMD_execute (wcmdmain.c:1616)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4AE3E90: wmain (wcmdmain.c:2588)
==13413== by 0x4AE431F: __wine_spec_exe_wentry (exe_wentry.c:36)
==13413== by 0x7B860807: ??? (process.c:1052)
==13413== by 0x7B860949: start_process (process.c:1104)
==13413== by 0x7BC81E27: ??? (signal_i386.c:2682)
==13413== by 0x7BC81E6E: call_thread_func (signal_i386.c:2741)
==13413== by 0x7BC81E05: ??? (signal_i386.c:2682)
==13413== by 0x7BC57806: start_process (loader.c:2868)
==13413== by 0x4018FB4: ??? (port.c:60)
==13413== Uninitialised value was created by a stack allocation
==13413== at 0x4ADAB4F: WCMD_assoc (builtins.c:4620)
==13413==
--
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=45394
Bug ID: 45394
Summary: Reinstalling ArcGIS Desktop 10.6 calls unimplemented
function
msvcr120.dll._SetWinRTOutOfMemoryExceptionCallback
Product: Wine
Version: 3.11
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 61704
--> https://bugs.winehq.org/attachment.cgi?id=61704
console output
To reproduce, run the ArcGIS Desktop installer once, then run it again to
"modify" the installation.
$ sha256sum ArcGIS_Desktop_106_161544.exe
2ebc60ebfe73ce3da64db4c16caae7da615c20bafb072b958aa7914321c7d058
ArcGIS_Desktop_106_161544.exe
--
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=45317
Bug ID: 45317
Summary: updating wine mono does not change version in
uninstaller.exe
Product: Wine
Version: 3.10
Hardware: x86
URL: https://dl.winehq.org/wine/wine-mono/
OS: Linux
Status: NEW
Keywords: download, regression, source
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Blocks: 34989
Distribution: ---
I'm trying to do a new Wine Mono release to address
https://www.winehq.org/pipermail/wine-devel/2018-June/127993.html, and I'm
finding that the version shown in uninstaller.exe never gets updated. However,
the files from the new package are installed, and MsiInstallProduct claims
success.
Steps to reproduce:
* 'wine64 uninstaller' and remove wine mono
* 'wine64 msiexec /i wine-mono-4.7.1.msi'
* 'wine64 msiexec /i wine-mono-4.7.2.msi'
I don't know when this last worked.
--
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=40271
Bug ID: 40271
Summary: Can't start UPlay: "Connection Lost" error
Product: Wine
Version: 1.9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fry.kun(a)gmail.com
Distribution: Fedora
Created attachment 53907
--> https://bugs.winehq.org/attachment.cgi?id=53907
WINEDEBUG=+winsock,+secur32
Fedora package: wine-1.9.4-1.fc23.x86_64
wine --version: wine-1.9.4 (Staging)
When starting UPlay in online mode (have to log in), it fails with a message
"Connection lost"
Several weeks ago it was working just fine
Let me know if you need me to try bisecting wine versions to narrow it down or
the attached log is enough..
--
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=45220
Bug ID: 45220
Summary: Regression: Hearthstone-Deck-Tracker stoped working
after wine-2.21
Product: Wine
Version: 3.8
Hardware: x86-64
URL: https://github.com/HearthSim/Hearthstone-Deck-Tracker
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: spindler.matej(a)gmail.com
Regression SHA1: c222b86a528e71207bbde57e177ff5be3ee211dc
Distribution: ArchLinux
Hearthstone-Deck-Tracker is an open source deck-tracker/helper for Hearthstone.
Other problems with the app:
- HDT is written in C# so dotnet45 from winetricks is required,
- installation doesn't work, there is an "unpacked" version in GitHub releases,
that skips installation.
- HDT doesn't work with multiple monitors (GUI is just black). Disabling
secondary monitors works around this.
HDT stopped working (GUI does't show) in wine-2.20. I did regression test:
c222b86a528e71207bbde57e177ff5be3ee211dc is the first bad commit
commit c222b86a528e71207bbde57e177ff5be3ee211dc
Author: Zhiyi Zhang <yi.gd.cn(a)gmail.com>
Date: Fri Nov 10 19:34:18 2017 +0800
kernel32/nls: Add LOCALE_SPARENT entries.
Signed-off-by: Zhiyi Zhang <yi.gd.cn(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 cf8cc980f30e59a3d5015ac090afc1daebb5ee96
13895aad089ad2763506f21c009ee0b9b94883f9 M dlls
Whit this commit reverted in git master HDT starts again and shows it's GUI.
--
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=44399
Bug ID: 44399
Summary: WickrMe 4.19.7: Crashes upon run
Product: Wine
Version: 2.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qubertine(a)zoho.eu
Distribution: ---
Created attachment 60322
--> https://bugs.winehq.org/attachment.cgi?id=60322
backtrace
Select Windows download from https://me-download.wickr.com/
$ sha1sum WickrMe-4.19.7.msi
ea1df47b853852449cf006682f6749bc1b1c18c2 WickrMe-4.19.7.msi
Backtrace: https://pastebin.com/S4ybiND7
Solution provided in Bug 43549:
https://bugs.winehq.org/show_bug.cgi?id=43549
no longer works.
--
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=45445
Bug ID: 45445
Summary: 1C:Enterprise 8 platform doesn't install
Product: Wine
Version: 3.12
Hardware: x86
URL: https://1c-dn.com/developer_tools/1c_enterprise_8_plat
form_training_version/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Regression SHA1: 9ce8592b0680e31c2bb4bd723421ff20c4f3719c
Distribution: ---
When at the windows where it asks you to select the default interface language,
you can't click next.
Bisected to
commit 9ce8592b0680e31c2bb4bd723421ff20c4f3719c
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Tue Oct 24 15:03:00 2017 +0200
msi: Add error handling when retriving component/feature state/action in
condition.
Reverting fixes the issue.
Download available, but free registration is required.
--
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=44953
Bug ID: 44953
Summary: Adobe Premiere Elements 14 (trial) crashes inside
winmm.dll
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 61059
--> https://bugs.winehq.org/attachment.cgi?id=61059
backtrace
As the title says.
This is after working around bug 44944 for the installer.
--
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=45179
Bug ID: 45179
Summary: iTunes installer freezes at the final step
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Created attachment 61395
--> https://bugs.winehq.org/attachment.cgi?id=61395
Uploaded terminal output before the installer is killed on the first
installation attempt.
iTunes version 12.7.4.80 installer stops before the installation is complete.
Doesn't just freeze as the cancel button can be pressed and a confirmation
dialog will pop up, but nothing will actually happen and the installer will
stay at the same step.
If the installer is killed and launched again, the installation will complete
but msiexec.exe will crash.
I think it's a regression as it happens with older versions (12.6.2) of iTunes
too (tested) that used to install 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.
https://bugs.winehq.org/show_bug.cgi?id=45428
Bug ID: 45428
Summary: Crash Bandicoot N. Sane Trilogy crashes while entering
main menu in NtGetContextThread
Product: Wine
Version: 3.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: jbrandst(a)2ds.eu
Distribution: ---
Created attachment 61752
--> https://bugs.winehq.org/attachment.cgi?id=61752
Patch to fix the crash in NtGetContextThread
The application calls NtGetContextThread with the context being set to NULL.
This bug may already be resolved, please see the attached patch.
I will try to submit this to wine-devel in the coming days.
--
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=45051
Bug ID: 45051
Summary: cmd.exe for loop does not resolve wildcards with
subdirectory
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: jonathanbelsewir(a)yahoo.de
Distribution: ---
I have a subdirectory lognew with three files:
access1.log
access2.log
access3.log
This does not work right:
for %%f in (lognew\access*.log) do ( call echo %%f )
Output:
lognew\access1.log
echoaccess2.log
echoaccess3.log
Wordaround:
cd lognew
for %%f in (access*.log) do ( call echo %%f )
cd ..
Output:
access1.log
access2.log
access3.log
--
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=45299
Bug ID: 45299
Summary: Adoble flash player online installer fails the
download
Product: Wine
Version: 3.9
Hardware: x86
URL: https://admdownload.adobe.com/bin/live/flashplayer29_a
_install.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The installer errors with "Connection error".
It works with wine-2.12, but fails with wine-2.13.
I'll add a regression test tomorrow.
The same issue affects ReactOS, see https://jira.reactos.org/browse/CORE-13952.
--
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=37780
Bug ID: 37780
Summary: After running a bash script from cmd, no prompt is
printed
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: gm89(a)hotmail.it
Distribution: ---
If I run a bash script from wine's cmd, after execution the prompt is not
printed.
I believe this is the cause of an hang in my use case, I'm trying to interface
a windows program with my android phone by making it use the native adb binary;
the trick I used was to replace the provided "adb.exe" with a similarly named
bash script with this content:
#!/bin/bash
/usr/bin/adb $*
If I manually call adb.exe from cmd, the output of commands is correct but no
prompt is printed afterwards.
Tested with wine 1.7.33 under ubuntu 14.04.
--
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=45582
Bug ID: 45582
Summary: newer winepulse patch cause sound crackling and
skipping in Diabio3 after a period of time.
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
after winepulse implementation update. I notice the sound of Diabio3 is sound
crackling, and continue a period of time
I am using wine-staging 3.13.1
pulseaudio 12 with echo cancel.
I also tested without echo cancel, also happened.
--
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=45641
Bug ID: 45641
Summary: Microsoft Office Word 2007 crashes after start
Product: Wine-staging
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bodqhrohro(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 62071
--> https://bugs.winehq.org/attachment.cgi?id=62071
stderr
In usual mode, it doesn't even reach displaying a window. If restarted in safe
mode, it shows the UI and even successfully creates a new document, but crashes
when typing is started.
Wine 3.13.0-2~buster
--
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=45794
Bug ID: 45794
Summary: GTA 5 (Steam) Launcher page fault
Product: Wine-staging
Version: 3.15
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ben.jolitz(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Created attachment 62255
--> https://bugs.winehq.org/attachment.cgi?id=62255
Result from wine's dr watson equivalent
Attempting to start GTA 5 on a fresh Wine 64-bit prefix with only Steam
installed. Built from modified Homebrew Wine formula to apply all default
wine-staging patches from the v3.15 tag to the source prior to building.
Homebrew raw formula at
https://gist.github.com/benjolitz/9d64dbe6f4af35fec1c90f34c22a595d
Software:
- Wine 3.15
- Wine-Staging v3.15 patches
- OSX 10.13.6 (High Sierra)
Hardware:
- MacBook Pro (15-inch, 2017)
Steps to reproduce:
$ brew install
https://gist.githubusercontent.com/benjolitz/9d64dbe6f4af35fec1c90f34c22a59…
--devel
$ wine64 SteamSetup.exe
$ wine64 'C:/Program Files (x86)/Steam/steam.exe'
# Select GTA5 from Steam, select the standalone version, let it crash
--
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=45793
Bug ID: 45793
Summary: GetCharacterPlacement produces incorrect lpOrder
values with GCP_REORDER
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: peterooch(a)outlook.com
Distribution: ---
Created attachment 62252
--> https://bugs.winehq.org/attachment.cgi?id=62252
Side by side comparison of the test, left:ReactOS right:windows
When using GetCharacterPlacement with the example string "אבגדהABCDוזחטי" and
using the results from the GCP_RESULTS struct, the lpOrder values are incorrect
for the last 5 characters.
Found out while checking in ReactOS, which uses BIDI_Reorder for bidi.c from
wine gdi32, checked also in fedora 28 to double check if the error persists and
it persists.
The test code in question
https://github.com/peterooch/reactos/blob/67ee00fecb0f5e93fc5e55904af6eef62…
--
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=45791
Bug ID: 45791
Summary: WordMix 16-bit crashes on opening
Product: Wine
Version: 3.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: daveypy(a)outlook.com
Distribution: ---
Created attachment 62249
--> https://bugs.winehq.org/attachment.cgi?id=62249
Backtrace saved from crash
When opening WordMix 16-bit, Wine crashes.
Download WordMix from: https://www.classicdosgames.com/game/WordMix.html
--
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=44424
Bug ID: 44424
Summary: Doom 3: BFG Edition (GOG version) doesn't start
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Created attachment 60362
--> https://bugs.winehq.org/attachment.cgi?id=60362
shortcut_screenshot
After starting Doom 3: BFG Edition (GOG version) by shortcut, it starts with
blinking graphic mess from already opened windows and game sounds
(shortcut_screenshot).
After starting it from terminal, it shows another error (logs and screenshot).
Lubuntu 16.04.3, Wine 3.0 from official repos.
--
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=3452
--- Comment #33 from André H. <nerv(a)dawncrow.de> ---
(In reply to joaopa from comment #32)
> Bug can be closed as WONTFIX since Wine does not support 16-bit application
> anymore.
no, this bug is about the windows version, isn't it? It is contained in a ZIP
file after installing the dos version it seems
Trying to start something just exits right away...
--
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=44879
Bug ID: 44879
Summary: unimplemented function
api-ms-win-core-timezone-l1-1-0.dll.GetDynamicTimeZone
InformationEffectiveYears
Product: Wine
Version: 3.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: trexricher1997(a)gmail.com
Distribution: ---
Created attachment 60946
--> https://bugs.winehq.org/attachment.cgi?id=60946
Log of Universe Sandbox 2
Bug in Universe Sandbox 2
--
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=40944
Bug ID: 40944
Summary: Impossible to run Steam versions of classic DOOM games
Product: Wine
Version: 1.9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thomthomthom(a)ymail.com
Distribution: ---
Running DOOM II: Hell on Earth is impossible. The DOSBOX console window appears
and the screen freezes without opening the game. I need to kill all wine
processes and dosbox in order to continue. The same happens for all classic
DOOM versions on Steam.
Here's the output for DOOM II: Hell on Earth:
anoob@anoob:~/.wine/drive_c/Program Files/Steam$ wine Steam.exe
fixme:ver:GetCurrentPackageId (0x32e460 (nil)): stub
[2016-07-10 13:24:12] Startup - updater built Jul 8 2016 14:45:17
[2016-07-10 13:24:12] Verifying installation...
[2016-07-10 13:24:13] Verification complete
fixme:advapi:EventRegister {47a9201e-73b0-42ce-9821-7e134361bc6f}, 0x3f006700,
0x3f040cf8, 0x3f040cf0
fixme:advapi:EventRegister {58a9201e-73b0-42ce-9821-7e134361bc70}, 0x3f006700,
0x3f040d30, 0x3f040d28
fixme:advapi:EventRegister {3fa9201e-73b0-43fe-9821-7e145359bc6f}, 0x3f006700,
0x3f040cc0, 0x3f040cb8
fixme:advapi:EventRegister {1432afee-73b0-42ce-9821-7e134361b433}, 0x3f006700,
0x3f040d68, 0x3f040d60
fixme:advapi:EventRegister {4372afee-73b0-42ce-9821-7e134361b519}, 0x3f006700,
0x3f040da0, 0x3f040d98
fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub.
fixme:imm:ImmGetOpenStatus (0x1e7698): semi-stub
fixme:ver:GetCurrentPackageId (0x32e30c (nil)): stub
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.
fixme:heap:RtlSetHeapInformation 0x110000 0 0x33fcec 4 stub
fixme:process:SetProcessDEPPolicy (3): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:advapi:EventRegister {d2d578d9-2936-45b6-a09f-30e32715f42d}, 0x100de000,
0x12e0b680, 0x12f6acb0
fixme:imm:ImmDisableTextFrameService Stub
fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33f7a4, (nil) 0x33f7a8
fixme:nls:get_dummy_preferred_ui_language (0x38 0x33f7a4 (nil) 0x33f7a8)
returning a dummy value (current locale)
fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33f7a4, 0x1514a0 0x33f7a8
fixme:nls:get_dummy_preferred_ui_language (0x38 0x33f7a4 0x1514a0 0x33f7a8)
returning a dummy value (current locale)
IPC client is in my process, could/should be using an in-process
pipe.fixme:winsock:WSALookupServiceBeginW (0x33f4b8 0x00000ff0 0x33f4f4) Stub!
[0710/132413:ERROR:network_change_notifier_win.cc(170)] WSALookupServiceBegin
failed with: 8
fixme:iphlpapi:NotifyAddrChange (Handle 0x33f638, overlapped 0x152524): stub
fixme:win:RegisterDeviceNotificationW (hwnd=0x100a8,
filter=0x33f60c,flags=0x00000000) returns a fake device notification handle!
fixme:win:RegisterDeviceNotificationW (hwnd=0x100a8,
filter=0x33f60c,flags=0x00000000) returns a fake device notification handle!
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.
fixme:ver:GetCurrentPackageId (0x30e590 (nil)): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33f114,0x00000000), stub!
fixme:win:RegisterDeviceNotificationA (hwnd=0x20046,
filter=0xe35e4e8,flags=0x00000004) returns a fake device notification handle!
fixme:ver:GetCurrentPackageId (0x303dfa4 (nil)): stub
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:client_security_SetBlanket 0x7c8b1c68, 0x402bf20, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7c8b1c68
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:client_security_SetBlanket 0x7c8b1c68, 0x3f4a350, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7c8b1c68
fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO
structures will not be filled
fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO
structures will not be filled
fixme:wbemprox:enum_class_object_Next timeout not supported
fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO
structures will not be filled
fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO
structures will not be filled
ALSA lib conf.c:3357:(snd_config_hooks_call) Cannot open shared library
libasound_module_conf_pulse.so
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib pcm_dsnoop.c:606:(snd_pcm_dsnoop_open) unable to open slave
fixme:ver:GetCurrentPackageId (0x33fb30 (nil)): stub
fixme:iphlpapi:NotifyAddrChange (Handle 0x1e6046c, overlapped 0x1e60470): stub
fixme:dwrite:dwritefactory_CreateMonitorRenderingParams (0x1): monitor setting
ignored
Unable to remove c:\program files\steam\CONFIG\SteamAppData.vdf!
err:ole:CoGetClassObject class {77f10cf0-3db5-4966-b520-b7c54fd35ed6} not
registered
err:ole:CoGetClassObject no class object {77f10cf0-3db5-4966-b520-b7c54fd35ed6}
could be created for context 0x1
fixme:imm:ImmReleaseContext (0x100b6, 0x403d9d8): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:win:RegisterDeviceNotificationA (hwnd=0x100d2,
filter=0x32e488,flags=0x00000004) returns a fake device notification handle!
fixme:win:EnumDisplayDevicesW ((null),0,0x32d974,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32dafc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32dafc,0x00000000), stub!
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
IPC client is in my process, could/should be using an in-process
pipe.fixme:hnetcfg:fw_apps_get__NewEnum 0x43b0ee0, 0x10d3e4b0
fixme:hnetcfg:fw_app_put_ProcessImageFileName 0x400b050, L"C:\\Program
Files\\Steam\\steam.exe"
fixme:hnetcfg:fw_app_put_Name 0x400b050, L"Steam"
fixme:hnetcfg:fw_app_put_Enabled 0x400b050, -1
fixme:hnetcfg:fw_apps_Add 0x43b0ee0, 0x400b050
err:ole:CoGetClassObject class {e2b3c97f-6ae1-41ac-817a-f6f92166d7dd} not
registered
err:ole:CoGetClassObject no class object {e2b3c97f-6ae1-41ac-817a-f6f92166d7dd}
could be created for context 0x1
fixme:win:RegisterDeviceNotificationW (hwnd=0x1012a,
filter=0x119ee93c,flags=0x00000000) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafeaffe), STUB!
fixme:win:RegisterDeviceNotificationW (hwnd=0x2012a,
filter=0x119ee93c,flags=0x00000000) returns a fake device notification handle!
fixme:win:EnumDisplayDevicesW ((null),0,0x32e464,0x00000000), stub!
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS,
hwnd=(nil)): stub
fixme:appbar:SHAppBarMessage unknown msg: 4
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=3): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=2): stub
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
Refresh rate: 15
Refresh rate: 15
Refresh rate: 15
Refresh rate: 1
Refresh rate: 1
Refresh rate: 1
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.
fixme:heap:RtlSetHeapInformation 0x110000 0 0x33fcec 4 stub
fixme:ver:GetCurrentPackageId (0x33fb30 (nil)): stub
fixme:mfplat:MFStartup (65648, 1): stub
fixme:process:SetProcessDEPPolicy (3): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:advapi:EventRegister {d2d578d9-2936-45b6-a09f-30e32715f42d}, 0x100de000,
0x12e0b680, 0x12f6acb0
fixme:gdi:GdiInitializeLanguagePack stub
fixme:ntdll:NtQuerySection (0x30,0,0x33f178,0x00000010,(nil)) stub!
fixme:ntdll:NtQuerySection (0x30,0,0x33f170,0x00000010,(nil)) stub!
Refresh rate: 1
Refresh rate: 1
Refresh rate: 1
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:win:EnumDisplayDevicesW ((null),0,0x23ff184,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x23ff084,0x00000000), stub!
IPC client is in my process, could/should be using an in-process pipe.ALSA lib
conf.c:3357:(snd_config_hooks_call) Cannot open shared library
libasound_module_conf_pulse.so
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib pcm_dsnoop.c:606:(snd_pcm_dsnoop_open) unable to open slave
fixme:ddraw:ddraw_surface7_Flip Ignoring flags 0x1.
Killed
I've find the file /home/anoob/.wine/drive_c/Program
Files/Steam/steamapps/common/Doom 2/doom2 + mouse.bat:
.\base\dosbox -conf .\base\doom2m.conf -fullscreen -exit
exit
Then I've tried to call it directly:
anoob@anoob:~/.wine/drive_c/Program Files/Steam/steamapps/common/Doom 2/base$
wine dosbox.exe -conf doom2.conf -fullscreen -exit
fixme:win:EnumDisplayDevicesW ((null),0,0x23ff184,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x23ff084,0x00000000), stub!
ALSA lib conf.c:3357:(snd_config_hooks_call) Cannot open shared library
libasound_module_conf_pulse.so
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib pcm_dsnoop.c:606:(snd_pcm_dsnoop_open) unable to open slave
fixme:d3d:wined3d_device_decref Device released with resources still bound,
acceptable but unexpected.
fixme:d3d:wined3d_device_decref Leftover resource 0x130338 with type
WINED3D_RTYPE_TEXTURE_2D (0x2).
--
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=36942
Bug ID: 36942
Summary: Silent Thunder setup.exe crashes at start
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: cthielen(a)gmail.com
Created attachment 49049
--> http://bugs.winehq.org/attachment.cgi?id=49049
Backtrace of crash
Sierra's 1997 Silent Thunder A-10 Tank Killer II game fails to start when
launching SETUP.EXE off the CD. Attached is the backtrace.
--
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=45783
Bug ID: 45783
Summary: Can't change table width in Word (Office 2013) with
mouse
Product: Wine
Version: 3.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Ronny.Standtke(a)gmx.net
Distribution: ---
Created attachment 62238
--> https://bugs.winehq.org/attachment.cgi?id=62238
short video demonstrating the problem
It is impossible to change the table width inside a Word document using the
mouse.
--
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=45777
Bug ID: 45777
Summary: Watchtower Library, program crashes when trying to
play a video from within the program
Product: Wine
Version: 3.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tsnvictor(a)gmail.com
Distribution: ---
Created attachment 62231
--> https://bugs.winehq.org/attachment.cgi?id=62231
Error data
Watchtower Library, program crashes when trying to play a video from within the
program
--
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=45778
Bug ID: 45778
Summary: PS4 Controller work in Windows under The Adventure
Pals:, but not in Wine
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: romulasry(a)gmail.com
Distribution: ---
PS4 controller uses Dinput, correct? Tell me the command if I need to get logs.
Thanks in advance.
--
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=31850
Bug #: 31850
Summary: Age of Mythology does not start
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grishguard-all(a)yahoo.it
Classification: Unclassified
Hi,
after i've entered the serial code, wine gives me an error every time different
from the one before. I here attach a backtrace, hope you resolve. Good work
Ubuntu 12.04
Wine 1.5.14
Ps: the game does not work under Wine 1.4 neither.
--
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=45760
Bug ID: 45760
Summary: Unhandled exception: page fault on read access to
0x00000000 in 32-bit code (0x00000000).
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winnls32
Assignee: wine-bugs(a)winehq.org
Reporter: stevedonato(a)gmail.com
Distribution: ---
Created attachment 62209
--> https://bugs.winehq.org/attachment.cgi?id=62209
Backtrace.txt
Program use to work prior to wine upgrade to 3.14.
The windows Program was already installed by prior wine release, and worked
--
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=9154
Adrian Kalla <adrian.kalla(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |38169
--
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=9154
Adrian Kalla <adrian.kalla(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adrian.kalla(a)gmail.com
--
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=45750
Bug ID: 45750
Summary: Unable to open any Excel sheet with wine greater than
3.7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bbutscheidt(a)yahoo.de
Distribution: ---
Created attachment 62191
--> https://bugs.winehq.org/attachment.cgi?id=62191
shell messges while open excel 2007 and failing to open an excel sheet
What I do:
Open Excel 2007.
Open a file using the proper Excel menu.
Now Excel crashes and restarts.
This happens, e.g. with wine 3.15 or 3.8.
When I downgrade to version 3.7 everything works again as usual, e.g. I can
open and work with the same files failing before with higher wine versions.
--
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=45610
Bug ID: 45610
Summary: Freeways Version 5: Crashes on launch
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexmax2742(a)gmail.com
Distribution: ---
The game is called Freeways. It just...crashes. I see no window or anything,
it just gives me the crash notice immediately.
Game is located here - no free version, but it's seriously cheap:
https://captaingames.itch.io/freeways
--
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=45653
Bug ID: 45653
Summary: Wolverine: install failed with error 1603
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Hello,
Wolverine install failed with a message error code 1603.
I joined you the screen capture and this is the wine log:
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"WineBus"
failed to start: 31
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0009:fixme:apphelp:ApphelpCheckInstallShieldPackage stub: 0x32b1b0
L"D:\\Activision(R).msi"
0009:fixme:sfc:SRSetRestorePointA 0x6ce148 0x6ce1f0
0009:fixme:sfc:SRSetRestorePointA 0x6ce148 0x6ce1f0
004e:fixme:font:get_outline_text_metrics failed to read full_nameW for font
L"Ani"!
0050:err:msi:custom_start_server Failed to connect to custom action server: 6
0050:err:msi:custom_client_thread Failed to write to custom action client pipe:
6
004f:err:msi:custom_get_thread_return Invalid Return Code 6
004f:err:msi:ITERATE_Actions Execution halted, action L"ISSetupFilesExtract"
returned 1603
0052:err:msiexec:custom_action_server Failed to create custom action server
pipe: 231
0056:err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-4e00-000008000000}
0054:err:rpc:I_RpcReceive we got fault packet with status 0x80010108
0056:err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-4e00-000008000000}
0054:err:rpc:I_RpcReceive we got fault packet with status 0x80010108
0057:err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-4e00-000008000000}
0056:err:rpc:I_RpcReceive we got fault packet with status 0x80010108
0057:err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-4e00-000008000000}
0054:err:rpc:I_RpcReceive we got fault packet with status 0x80010108
0055:err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-4e00-000008000000}
0056:err:rpc:I_RpcReceive we got fault packet with status 0x80010108
0031:err:msiexec:custom_action_server Failed to read from custom action server
pipe: 109
Thank you for your 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.
https://bugs.winehq.org/show_bug.cgi?id=40479
Bug ID: 40479
Summary: Overwatch: Crash on launch
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joseph.dunnigan(a)gmail.com
Distribution: ---
Created attachment 54245
--> https://bugs.winehq.org/attachment.cgi?id=54245
Backtrace
Overwatch crashes when attempting to launch the game.
--
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=44869
Bug ID: 44869
Summary: 64Bit dotnet complains about missing
MSVCR100_CLR0400.dll
Product: Wine
Version: 3.4
Hardware: x86
URL: https://www.microsoft.com/en-US/Download/confirmation.
aspx?id=17718
OS: Linux
Status: NEW
Keywords: dotnet
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 60928
--> https://bugs.winehq.org/attachment.cgi?id=60928
Wine log
Steps to reproduce:
Fresh 64bit wineprefix
Set windows version to xp
wine64 uninstaller, remove wine-mono
Run installer
Set mscoree to 'native'
Run any dotnet application to get the error.
It seems that the 64bit version of MSVCR100_CLR0400 isn't installed, so this
error occurs.
--
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=43143
Bug ID: 43143
Summary: World of Warcraft game freezes in the character
selection menu.
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zefkerrigan(a)gmail.com
Distribution: ---
Created attachment 58364
--> https://bugs.winehq.org/attachment.cgi?id=58364
I see this logs when I try to run The World of Warcraft with Wine-staging 2.9
World of Warcraft game freezes in the character selection menu, but I keep
hearing the music from the game..
This issue has appeared to me just upgrading to Wine Staging 2.9. This problem
was not on Wine Staging 2.8 and on the development version of Wine 2.9.
My configuration:
Arch Linux x86_64.
AMD Radeon HD7770 with MESA 17.1.1.
--
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=45733
Bug ID: 45733
Summary: Far Cry 5 Cannot Steer Land Vehicles
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: airetamstrm(a)gmail.com
Distribution: ---
Created attachment 62171
--> https://bugs.winehq.org/attachment.cgi?id=62171
Screenshots of reports of this issue
Environment:
Arch Linux.
64-bit Wine Prefix, Wine-Staging 3.14, DXVK 0.70.
winetricks: xact, xaudio, xinput, dxvk
Hardware:
Acer Predator Helios 500 (new laptop), i7-8750H, GTX-1070.
Installation:
I purchased the Steam version, that has yet to even start. DRM seems to be the
culprit but I am still unsure. I got as far as UPlay displaying properly but
the game will not start yet. Still working on that in a different wine prefix,
I've worked around with a crack.
Description:
Graphics are perfect, everything seems to work. Get into land vehicles (haven't
tested flying vehicles, water vehicles) and steering left or right doesn't
work.
Steering left/right in vehciles is by default bound to A (left) and D (right)
respectively. Strafe (on foot) is the same, but it works. A strafes left, D
strafes right. In the vehicle, nothing. Hop out, works.
Attaching screenshots of several places this issue has been reported /
"resolved". None of the listed resolutions seem to have any effect, and those
reporting the issue on Wine/Linux do not list a resolution.
Sites in that screencap in order:
overclock.netgamingonlinux.comreddit.com/linux-gaming
ubisoft forums
Two of the screenshots are of the problem in Far Cry 4. Same engine FWIW, just
another data point.
Solutions presented:
-Some people report this problem when they leave their game controllers plugged
in before starting the game. I'm not sure what Far Cry 5 sees in terms of
attached controllers under WINE. One of my thoughts was that WINE may be
emulating something that reproduces this behavior.
I tried attaching a gamepad, configured it under wine control. Nonresponsive.
Lots of people complaining on the Ubi forums about that.
-One individual said driving forward first allowed them to steer, not the case
here.
-Another said adjusting the "steering sensitivity" fixed the issue. Have messed
with this extensively, no resolution.
-I've also tried remapping keys, holding alt/ctrl/shift to see if something is
amiss with the modifiers... nothing.
WINEDEBUG="+dinput" was my first go at trying to track this down... I haven't
seen useful console output yet.
First bug I've filed, if I need to provide additional information I'm willing
to learn.
--
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=42615
Bug ID: 42615
Summary: Firefox ver 52 No TCP/IP network connectivity in
Windows 7+Mode (Works in XP Mode)
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l1501165(a)mvrht.com
Distribution: ---
We are using Wine ver 2.3 with Firefox (32bit, version 52) and Adobe Flash
(version 24) in order to watch DRM streaming content in Mint Linux 18.2.
This works fine under Wine 2.3 Windows XP mode, but if we want to run Wine in
any higher Windows version (7 or higher), Firefox will stall trying to load
the home page or any other site. It looks like the browser does not have tcp/ip
network connectivity. The page will stall (not loading because it trying to
resolve DNS or something) and Firefox will stall. Initally, we installed
Firefox and Flash under Win 7 mode successfully, but when you try to browser
the web -- nothing will load until you switch Wine to XP mode after the
install.
This has been the case for other versions of Firefox 32 bit (ver 40-52) and
Adobe flash (version 23-24) and Wine 1.x to 2.3 for the past year so this is
not a new bug.
We wanted to point out this bug now and get a fix because Firefox ver 52 is
the last version which Mozilla will release that will support Win XP. We want
to continue to stream DRM content in Linux down the road using a secure/updated
Firefox browser with your great software, Wine, but in Window 7 or higher mode.
Thanks for your 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.
https://bugs.winehq.org/show_bug.cgi?id=35796
Bug ID: 35796
Summary: Mortal Online bootstapper installer/client fails on
startup (network ping exception)
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
a #winehq user posted this backtrace with pastebin before switching to MS .NET
Framework.
Since this might be still useful for Wine-Mono I report it here.
I can't reproduce this as I don't have a Mono environment - feel free to close
if not applicable.
Pastebin:
--- snip ---
$ WINEPREFIX=/home/sxe/mo4-wine/ wine Mortal\ Online\ Launcher.exe
wine: created the configuration directory '/home/sxe/mo4-wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0xece8a0, overlapped 0xece8ac): stub
wine: configuration in '/home/sxe/mo4-wine' has been updated.
fixme:wincodecs:PngDecoder_Block_GetCount stub
libgluezilla not found. To have webbrowser support, you need libgluezilla
installed
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x26f506c,0x26cfff0): stub
fixme:gdiplus:GdipGetLineSpacing ignoring style
fixme:gdiplus:GdipGetLineSpacing ignoring style
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x27e55dc,0x27fe2e8): stub
protocol "IP" not found; You might want to add this to /etc/protocols
err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this
requires special permissions.
exception inside UnhandledException handler: Object reference not set to an
instance of an object
[ERROR] FATAL UNHANDLED EXCEPTION: System.Net.Sockets.SocketException: Error
looking up error string
at System.Net.Sockets.Socket..ctor (AddressFamily addressFamily, SocketType
socketType, ProtocolType protocolType) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.SendPrivileged (System.Net.IPAddress
address, Int32 timeout, System.Byte[] buffer,
System.Net.NetworkInformation.PingOptions options) [0x00000] in <filename
unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.Net.IPAddress address,
Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions
options) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress,
Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions
options) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress,
Int32 timeout, System.Byte[] buffer) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress,
Int32 timeout) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress)
[0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check)
System.Net.NetworkInformation.Ping:Send (string)
at Mortal_Online_Launcher.frmMain.UpdatePing () [0x00000] in <filename
unknown>:0
at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
--- snip ---
Download client: http://www.mortalonline.com/download-game-client/
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=45679
Bug ID: 45679
Summary: New steam chat client, friends management and online
status don't work
Product: Wine
Version: 3.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: flaburgan(a)geexxx.fr
Distribution: ---
Created attachment 62102
--> https://bugs.winehq.org/attachment.cgi?id=62102
Wine 3.14 steam client not working output of the console when trying to switch
online
Hi everybody.
Since the release of the new steam client with the new chat feature, I'm unable
to display friends online, and switch my status to online myself. A consequence
is the inability to join friends game for example in Age Of Empires (the only
game I use steam with wine for, but I expect it to be the same for all the
games).
Steps to reproduce:
- Launch steam with wine
- On the bottom right of the main windows, click on "Friends & chat"
Expected behavior:
The window with my online friends should appear
What happens:
Nothing at all
Steps to reproduce:
- On the top main menu of the steam windows, click on "Friends" then "Online"
to switch your status to online
Expected behavior:
Your status is now online
What happens:
You're stuck on the offline status.
Please not that steam is perfectly able to connect to the network. For example,
I can create a public game in Age of Empires II and then my friends or any
other player will be able to join and we will play as usual. The network
feature is not broken, it's the new chat with all the online status which is
broken.
Also note that if I click "invite" inside the game, the window which doesn't
show when click "Friends & chat" appear but is empty, as if I was the only one
online.
wine --version
wine-3.14 (Staging), but it was still broken with wine 3.13, it's the update of
the steam client which broke it, not the update of wine.
Please find attached the output of the console when launching steam, then a few
empty spaces and then trying to click on Friends and chat.
Steam version published the 8th of August, package version 1533766730.
--
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=45619
Bug ID: 45619
Summary: Office 2010 Professional Plus installer fails
Product: Wine
Version: 3.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: isiraseneviratne(a)yahoo.com
Distribution: ---
Created attachment 62049
--> https://bugs.winehq.org/attachment.cgi?id=62049
Terminal output during installation
When installing Office 2010 Professional Plus, it encounters an error about
halfway through and the installation cannot progress.
This happens even with a 32-bit wineprefix set to Windows XP with Mono
installed.
--
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=45607
Bug ID: 45607
Summary: Path of Exile: fails to start
Product: Wine
Version: 3.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: godevilove(a)ya.ru
Distribution: ---
Path of Exile is a free game.
https://www.pathofexile.com/downloads/PathOfExileInstaller.exe this is the
installer, which downloads game files from the internet and installs the game.
Probably, works fine (well, apart from some missing cyrillic fonts and poor
background for some elements).
After the game is installed - launching the installed game's exe results into a
black screen with error/debug messages shown one after another.
They look like this (1 per line, where you see a smiley face - there was a
square, as if a broken char).
[Failed to create WIC Factory.]
["FONTDFPHeiMedium-B5-POE&Art/2DArt/Fonts/DFPT_B5_POE.ttf
--
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=45630
Bug ID: 45630
Summary: File popup crashes application or installer
Product: Wine
Version: 3.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stefanehaas(a)web.de
Distribution: ---
Created attachment 62057
--> https://bugs.winehq.org/attachment.cgi?id=62057
Install log for MPE with crash
I tried to install myPhoneExplorer 1.8.9 under elementaryOS 0.4.1 (Loki =
Ubuntu xenial) and as soon as I open the a file popup the program crashes. I
removed all previous traces and re-tried - same crash (see attached log). I
also anaged to install winamp 5.666 which works fine but when I open a file
popup this app also crashes asap.
If I don't touch the file popup the installer finishes but creates a file
browser window instead of the app.
Previously I tried various older wine versions an managed to get it running but
the I cleaned everything and went to wine 3.13 avoid side effects. Older
installs (e.g. MS Office 2003) have the same problem of crashing when opening
the file popup. I guess "something is missing that is needed for the popups.
--
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=45476
Bug ID: 45476
Summary: New league of legend client crash after champion
selection
Product: Wine
Version: 3.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: laurentduroisin(a)gmail.com
Distribution: ---
Created attachment 61819
--> https://bugs.winehq.org/attachment.cgi?id=61819
The crash report
New league of legend client crash.
--
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=45494
Bug ID: 45494
Summary: regression: ifranview crashes after pressing ALT-key
Product: Wine-staging
Version: 3.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 61849
--> https://bugs.winehq.org/attachment.cgi?id=61849
crash example for 3.9.0
irfanview consistently (~100%) crashes after updating wine-staging 3.7.0->3.8.0
to crash app, simply press ALT-key when the app-window has keyboard has focus
also crashes 3.9.0 3.10.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.
https://bugs.winehq.org/show_bug.cgi?id=43129
Bug ID: 43129
Summary: Inserting an image to RichEdit via OLE
Product: Wine
Version: 2.9
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: shirouzu(a)ipmsg.org
Created attachment 58335
--> https://bugs.winehq.org/attachment.cgi?id=58335
reproduction project
Hello, wine developers.
I got a RichEdit(RichEd20) problem around inserting an image via OLE in Wine.
Always OK : WindowsXP/Vista/7/8/8.1/10
Always NG : Wine-hq 2.9 (and 2.2) in MacOSX(sierra) and Linux debian(testing).
I post a reproduction-project as attachment-file.
When inserting an image, Windows doesn't call IDataObject::GetDataHere, but
Wine always call it.
I think IDataObject::GetDataHere implementation isn't necessary for inserting a
image via OLE in Windows.
And Wine calls IPersistStorage(0000010a-0000-0000-c000000000000046) I/F to
IDataObject via QueryInterface. (I don't know why)
--
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=43910
Bug ID: 43910
Summary: Battle.net helper.ex crashes with Win 7 or higher
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hewanci(a)gmail.com
Distribution: ---
Since Blizzard dropped support for Xp, Vista and 2008 games refuse to launch if
Win version is anything older than Win 7.
However, with Win 67 or newer, chats, the News tab and the new Social tab in
beat are all dysfunctional, causing Battle.net helper.exe crashing repeatedly.
As such you are forced to chose between a working Blizz app (Win Vista/2008) or
working games (Win 7+).
No error messages in console.
Arch Linux 64 bit + KDE
Wine Staging 2.18; 64 bit prefix
Core fonts installed.
--
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=37284
Bug ID: 37284
Summary: Browse C: Drive error.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tjmack2(a)yahoo.com
Created attachment 49587
--> https://bugs.winehq.org/attachment.cgi?id=49587
backtrace log
I get an error message when I use "Browse C: Drive" or "Configure" using Wine.
I had an error also when using version 1.6. I am getting errors when I run
applications so I figured I should find the issue with this first.
--
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=45466
Bug ID: 45466
Summary: stronghold hd steam edition error / stronghold.exe
Product: Wine
Version: 3.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: v.yuzbekov(a)yandex.ru
Distribution: ---
Created attachment 61804
--> https://bugs.winehq.org/attachment.cgi?id=61804
bug report
stronghold hd steam edition error / stronghold.exe
--
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=45452
Bug ID: 45452
Summary: [World of Tanks] 64bit Crashes on startup since wine
3.8; 3.7 works perfect
Product: Wine
Version: 3.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joernhofmann(a)web.de
Distribution: ---
Created attachment 61790
--> https://bugs.winehq.org/attachment.cgi?id=61790
log on direct start of WorldOfTanks.exe
World of Tanks crashes on startup with a 64bit prefix and wine higher than 3.7
Tested on a clean wine 64bit prefix, no dll overrides windows version switch
makes no difference..
Works perfect on same configuration with wine 3.7
--
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=45541
Bug ID: 45541
Summary: cmd 3.12 bug
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: chopinbig2(a)gmail.com
Distribution: ---
There seems to be a cmd bug due to one (or more) of the cmd changes at
https://source.winehq.org/git/wine.git/shortlog/refs/tags/wine-3.13?pg=3
It was discovered n relation to robocopy.exe (Waves Central)
https://bugs.winehq.org/show_bug.cgi?id=45506
--
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=45532
Bug ID: 45532
Summary: Office 2010: Crashes on startup (regression)
Product: Wine
Version: 3.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: winehq-bugzilla(a)jbeekman.nl
Distribution: ---
Created attachment 61930
--> https://bugs.winehq.org/attachment.cgi?id=61930
Backtrace for Word
All apps of my Microsoft Office 2010 installation started crashing on Wine 3.8.
They work fine in Wine 3.7. The problem remains on 3.13 Staging.
The loading screen shows then I get a screen "A problem was detected ... etc.".
Sometimes the main application screen shows up just before I get "A problem was
detected ...".
I've attached backtraces for Word, Excel and Visio. Powerpoint crashes too but
generating the backtrace for that also crashes.
--
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=45440
Bug ID: 45440
Summary: Trouble league of legend just when the game start,
said error with wine 3.11
Product: Wine
Version: 3.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: en2juiciador(a)gmail.com
Distribution: ---
Created attachment 61768
--> https://bugs.winehq.org/attachment.cgi?id=61768
Apear a Messaged with this error
My trouble was in the game League of Legend. The principal menu works fine but
when start the game say error and the League of Legend have to close. I can see
that i still in a game because this mark my state in a menu, but i am totally
disconnected to the game.
--
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=45662
Bug ID: 45662
Summary: serious error when opening warframe.msi
Product: Wine
Version: 3.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: r.selvarengan(a)yahoo.com
Distribution: ---
Created attachment 62091
--> https://bugs.winehq.org/attachment.cgi?id=62091
backtrace of the error
Whenever I try run an application on wine i get this error.
--
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=43060
Bug ID: 43060
Summary: Call of Duty 1 (Steam) needs to be terminated because
of buffer underrun
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 58229
--> https://bugs.winehq.org/attachment.cgi?id=58229
Console output wine 2.8
Hello everyone,
I made very good experiences trying the demo version of the first Call of Duty
title and decided to buy the Steam version as it was on sale this weekend.
Unfortunately the game doesn't start at all and needs to be terminated because
of a buffer underrun. Console output is attached.
--
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=45669
Bug ID: 45669
Summary: Controllers don't work in Lego Starwars The Complete
Saga
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: wberrier(a)gmail.com
Distribution: ---
This also happens with several other lego games:
* Lego Batman
* Lego Indiana Jones
* (most of the older lego games that don't have xinput support)
The issue seems to be best described here:
https://github.com/00cpxxx/wine-xinput/issues/3#issuecomment-267162846
Quoting from the above link:
"Thanks again, I think I see what is happening. The game is not using xinput
for all controllers, it is actually using dinput and Wine differs from Windows
in how the L/R triggers are outputted. In Windows both triggers show as Axis 3
(Z) where 0 is not pressed, negative means left is pressed and positive means
right is pressed. Pressing both results in non distinguishable action, this was
a design decision back when they added the Xbox controller to dinput to make
games think the Axis is "centered". On Wine the triggers are represented as lZ
and rZ (left/right Z), where the not pressed state for each is -32767. The game
is expecting zero so when it sees the negative value it thinks the value is
pressed. This requires fixing dinput in Wine to merge both axes in a single
axis."
If I enable js/event in the wine control panel, the game will respond to
controller events. But, once I try to assign buttons to the various actions,
before I can press a button "Z Axis" is registered as the pressed button.
NOTE: newer lego games that use xinput work great with Wine's new xinput
support.
--
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=39531
Bug ID: 39531
Summary: bat file bugs
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: wazeeahmed(a)gmail.com
Distribution: ---
Created attachment 52678
--> https://bugs.winehq.org/attachment.cgi?id=52678
It contains the output of the batch file so it will be easier to find the error
Can't utilize the batch file . Don't know why everytime when I run it from
terminal it faces issues in the 1st line like
fixprocess:fixme:process:CmdBatNotification 1
chmod: bin: No such file or directory ( this chmod is compiled to work on
windows only and all of the related executable , I know linux have them also
but I needed them so that I wont get confused and linux version of the
respective script is only limited to 64bit . That is why I had to use wine to
run these windows .bat file ) . So I ignored this and tried to make it work .
So far it worked but whenever unpacking the ramdisk , it got into an error ) .
I forgot to mention this is a android kernel kitchen batch file . So please if
I missing something let me know or if it's a bug then a fix will save me from
so much problem . I attached the log file also . I know you are so much busy
taking all the strain of others . But we are depending on you so no other
options I have . Thanks in advance .
--
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=37391
Bug ID: 37391
Summary: fr-043 rove fails because of E_NOTIMPL exception
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: nvr4d(a)rambler.ru
Created attachment 49726
--> https://bugs.winehq.org/attachment.cgi?id=49726
wine log
fr-043 loader starts successfully, but when I press "Demo" button, it fails
with an error message saying ".\graphics_dx9.cpp(3661): d3d error 80004001 (1):
E_NOTIMPL (The function called is not supported at this time)"
Wine log in attachment displays some format conversion fixmes.
The demo can be downloaded at http://www.pouet.net/prod.php?which=54588
--
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=45737
Bug ID: 45737
Summary: Rendering a video
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imatko75(a)gmail.com
Distribution: ---
Hello,
Im trying to install NMS Client (A program for viewing cctv cameras), i
installed it and when i try to preview camera it gives me error:
0129:err:quartz:VMR9_maybe_init num_surfaces or d3d9_surfaces not 0
Please help!
Thx
--
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=43687
Bug ID: 43687
Summary: AdAstra1.3c: crashes on starting
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian_grunwald(a)web.de
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Created attachment 59139
--> https://bugs.winehq.org/attachment.cgi?id=59139
This is the output from wine.
If I start AdAstra.exe withe "wine AdAstra.exe", I get for a short moment a
black screen and the it crashes and I have a broken and low resolution. After
that I need to reboot my Pc. I use wine-2.16 (Staging) and on the other builds
it is the same.
The download link:
https://download.heise.de/files/a7EEtsqruWmY_u6tuFFk7Q/85314/game379449.zip…
--
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=45357
Bug ID: 45357
Summary: Proprietary program using solidframework libraries
crashing (works in Windows)
Product: Wine
Version: 3.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: s.jegen(a)gmail.com
Distribution: ---
Created attachment 61656
--> https://bugs.winehq.org/attachment.cgi?id=61656
Backtrace shown in the debug window
We have a proprietary (sadly) program, "solid-program", which uses the
proprietary Solidframework PDF libraries that crashes after seeming to work for
a while. An earlier version of the same program worked in Wine but activating
OCR functionality (which makes it use more libraries I assume) makes it crash.
Running the same "solid-program" on Windows 10 works without issues.
Attached are the backtrace (no function names. Not even for the (small)
"solid-program" binary for which I have the source) and the debugging output
with the +relay option.
The exception seems to come from some bogus value being read in the proprietary
library. I cannot figure out why the proprietary library ends up reading that
value in Wine but not in Windows.
I tried to run winedbg with "solid-framework" but I don't get any output:
$ winedbg /opt/solid-program/solid-program.exe -t docx -p ""
test-files/simple-text.pdf
WineDbg starting on pid 006b
0x000000007bc969f5 DbgBreakPoint+0x1 in ntdll: ret
Wine-dbg>c
006c:fixme:kernelbase:AppPolicyGetProcessTerminationMethod 0xfffffffffffffffa,
0x23fbd0
Process of pid=006b has terminated
I tried to attach to the program (while the crash window is showing) but I get
an error 5 (permission denied?):
Wine-dbg>info proc
pid threads executable (all id:s are in hex)
0000007d 1 'winedbg.exe'
00000074 1 'solid-program.exe'
00000076 1 \_ 'winedbg.exe'
00000078 4 \_ 'explorer.exe'
00000037 1 'winedbg.exe'
0000000e 5 'services.exe'
0000002a 4 \_ 'winedevice.exe'
00000025 3 \_ 'plugplay.exe'
0000001d 4 \_ 'winedevice.exe'
Wine-dbg>attach 0x00000074
Can't attach process 0074: error 5
Any ideas?
--
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=45499
Bug ID: 45499
Summary: Stack overflow, crash when trying to launch World of
Warcraft 8.0
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yaomtcmail(a)gmail.com
Distribution: ---
Created attachment 61873
--> https://bugs.winehq.org/attachment.cgi?id=61873
Tried to launch the pre-patch WoW 8.0 test, but crashes with stack overflow;
needed to be terminated
Using Wine 3.13 package from the Solus repo with Mesa 18.1.4. Log is attached.
This may be related to: https://bugs.winehq.org/show_bug.cgi?id=44650
--
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=45406
Bug ID: 45406
Summary: Skyrim Launcher hangs on start, launchable via SKSE
Product: Wine
Version: 3.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: peoplepossum(a)gmail.com
Distribution: ---
Created attachment 61719
--> https://bugs.winehq.org/attachment.cgi?id=61719
Text file of the crash report.
Ever since a few months ago, I can't get Skyrim for Steam (the original
version) to launch. I suspect it's interacting with the most recent nvidia
drivers in a poor way, but I'm just not sure if I could override some DLLs or
edit a config file to fix it. I've included the backtrace from the crash.
--
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=37651
Bug ID: 37651
Summary: Guild Wars looks like crappy doo doo
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nickysworld(a)gmail.com
Distribution: ---
Created attachment 50109
--> https://bugs.winehq.org/attachment.cgi?id=50109
Guild Wars looks like crappy doo doo
* I'm using ati radeon card with the open source driver under alphaOS (arch
linux variant)
* I've successfully ran GW on other systems and hardware
* I've disabled UseGLSL per the intructions on the appdb entry as well as tried
-dx8 -noshaders
* the colors are completely random, as if evening or night when it shouldn't
be, or red or blue ambiance as seen in the screenshot
--
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=45464
Bug ID: 45464
Summary: steam error on startup / gldriverquery.exe
Product: Wine
Version: 3.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: v.yuzbekov(a)yandex.ru
Distribution: ---
Created attachment 61802
--> https://bugs.winehq.org/attachment.cgi?id=61802
bug report
error steam at startup associated with the program gldriverquery.exe
--
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=45467
Bug ID: 45467
Summary: blood omen 2: legasy of kain / bo2.exe error
Product: Wine
Version: 3.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: v.yuzbekov(a)yandex.ru
Distribution: ---
Created attachment 61805
--> https://bugs.winehq.org/attachment.cgi?id=61805
bug report
blood omen 2: legasy of kain / bo2.exe error
--
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=44638
Bug ID: 44638
Summary: Wine does not use the video card (and CPU) completely
Product: Wine-staging
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sr-tream(a)yandex.ru
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
In more games Wine use cpu 20-80% and video 20-70%. Wine rarely use my video
card or cpu on 100%, but fps is low
Video with GALLIUM_HUD: https://nc.prime-hack.net/index.php/s/BKZTK74mWYRK8sL
--
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=45547
Bug ID: 45547
Summary: Wine doesn't start
Product: Wine
Version: 3.13
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m.tendieck2(a)gmail.com
Wine does not start. After unpacking all files, there is an overlay "Starting
windows engine" (or something like that) and then there is a grey area on the
whole screen. Nothing happens after that.
I tried version numbers 3.12 and 3.11 too. Same bug.
I own a Motorola Moto G6 without root on Android 8.0.0
Sincerely,
Marcel Tendieck
--
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=45425
Bug ID: 45425
Summary: aborts with full trace error shown is 0x01c7f669:
int $3
Product: Wine
Version: 3.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stevedonato(a)gmail.com
Distribution: ---
Created attachment 61749
--> https://bugs.winehq.org/attachment.cgi?id=61749
Wine Trace
Installing open source pgm browser CitrioSetup.exe (attached) The top of the
Trace only shows; 0x01c7f669: int $3
Trace and open source install program attached
--
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=44918
Bug ID: 44918
Summary: wont let me launch game
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hubbz026(a)gmail.com
Distribution: ---
i goto launch league of legends ive been through so many websites on how to fix
it and nothing does,i goto launch game and it gives me a program error wine
wont let me play the game or even launch client help me please
--
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=45725
Bug ID: 45725
Summary: if exist fails if path has trailing slash
Product: Wine
Version: 3.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: paleozogt(a)gmail.com
Distribution: ---
Created attachment 62154
--> https://bugs.winehq.org/attachment.cgi?id=62154
example of if exist with/without slashes
cmd's "if exist" fails if the path includes a trailing slash.
For example, this
> if exist "C:\Program Files (x86)" @echo without slash exists
will print
> without slash exists
while this
> if exist "C:\Program Files (x86)\" @echo with slash exists
will print nothing.
On Windows 10's cmd, it will work for both cases.
--
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=44179
Bug ID: 44179
Summary: VRChat: Black screen at startup
Product: Wine
Version: 3.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: benclapp55(a)gmail.com
Distribution: ---
Created attachment 59943
--> https://bugs.winehq.org/attachment.cgi?id=59943
Log of terminal output when "wine64-development VRChat.exe |& tee log.txt" is
run.
VRChat is available on Steam as a free download.
VR hardware is not required to play the game.
http://store.steampowered.com/app/438100/VRChat/
Running on debian testing (buster) with wine64-development package (current
version of package in debian testing branch is 3.0-rc1-1).
When the application is started, sounds can be heard but the screen remains
black.
--
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.