https://bugs.winehq.org/show_bug.cgi?id=42683
Bug ID: 42683
Summary: Hearthstone
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vicenteamigolopez(a)gmail.com
Distribution: ---
Created attachment 57644
--> https://bugs.winehq.org/attachment.cgi?id=57644
I just want to Play Hearthstone
I just want to play Hearthstone
--
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=42661
Bug ID: 42661
Summary: Notes and warnings while building Wine 64-bit
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
GCC 6.3.1 20161221
../../../wine/dlls/setupapi/devinst.c: In function
‘SETUPDI_AllocateDeviceInfo’:
../../../wine/dlls/setupapi/devinst.c:471:26: warning: cast from pointer to
integer of different size [-Wpointer-to-int-cast]
devInfo->devId = (DWORD)devInst;
^
../../../wine/dlls/setupapi/devinst.c: In function ‘SETUPDI_FreeDeviceInfo’:
../../../wine/dlls/setupapi/devinst.c:528:16: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
GlobalFree((HANDLE)devInfo->devId);
^
In file included from ../../../wine/dlls/setupapi/devinst.c:35:0:
../../../wine/dlls/setupapi/devinst.c: In function
‘SetupDiGetDeviceRegistryPropertyA’:
../../../wine/dlls/setupapi/devinst.c:3095:39: warning: cast from pointer to
integer of different size [-Wpointer-to-int-cast]
TRACE("%04x %p %d %p %p %d %p\n", (DWORD)DeviceInfoSet, DeviceInfoData,
^
../../../wine/include/wine/debug.h:91:49: note: in definition of macro
‘__WINE_DBG_LOG’
wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
^~~~
../../../wine/include/wine/debug.h:337:36: note: in expansion of macro
‘__WINE_DPRINTF’
#define WINE_TRACE
__WINE_DPRINTF(_TRACE,__wine_dbch___default)
^~~~~~~~~~~~~~
../../../wine/include/wine/debug.h:381:36: note: in expansion of macro
‘WINE_TRACE’
#define TRACE WINE_TRACE
^~~~~~~~~~
../../../wine/dlls/setupapi/devinst.c:3095:5: note: in expansion of macro
‘TRACE’
TRACE("%04x %p %d %p %p %d %p\n", (DWORD)DeviceInfoSet, DeviceInfoData,
^~~~~
../../../wine/dlls/setupapi/devinst.c: In function
‘SetupDiGetDeviceRegistryPropertyW’:
../../../wine/dlls/setupapi/devinst.c:3156:39: warning: cast from pointer to
integer of different size [-Wpointer-to-int-cast]
TRACE("%04x %p %d %p %p %d %p\n", (DWORD)DeviceInfoSet, DeviceInfoData,
^
../../../wine/include/wine/debug.h:91:49: note: in definition of macro
‘__WINE_DBG_LOG’
wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
^~~~
../../../wine/include/wine/debug.h:337:36: note: in expansion of macro
‘__WINE_DPRINTF’
#define WINE_TRACE
__WINE_DPRINTF(_TRACE,__wine_dbch___default)
^~~~~~~~~~~~~~
../../../wine/include/wine/debug.h:381:36: note: in expansion of macro
‘WINE_TRACE’
#define TRACE WINE_TRACE
^~~~~~~~~~
../../../wine/dlls/setupapi/devinst.c:3156:5: note: in expansion of macro
‘TRACE’
TRACE("%04x %p %d %p %p %d %p\n", (DWORD)DeviceInfoSet, DeviceInfoData,
^~~~~
../../../wine/dlls/setupapi/devinst.c: In function ‘CM_Get_Device_IDA’:
../../../wine/dlls/setupapi/devinst.c:3981:45: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
struct DeviceInfo *devInfo = GlobalLock((HANDLE)dnDevInst);
^
../../../wine/dlls/setupapi/devinst.c: In function ‘CM_Get_Device_IDW’:
../../../wine/dlls/setupapi/devinst.c:3999:45: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
struct DeviceInfo *devInfo = GlobalLock((HANDLE)dnDevInst);
^
../../../wine/dlls/setupapi/devinst.c:4011:18: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
GlobalUnlock((HANDLE)dnDevInst);
^
../../../wine/dlls/setupapi/devinst.c: In function ‘CM_Get_Device_ID_Size’:
../../../wine/dlls/setupapi/devinst.c:4023:47: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
struct DeviceInfo *ppdevInfo = GlobalLock((HANDLE)dnDevInst);
^
../../../wine/dlls/setupapi/devinst.c:4034:18: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
GlobalUnlock((HANDLE)dnDevInst);
^
../../../wine/dlls/winmm/winmm.c: In function ‘MMSYSTEM_GetMidiStream’:
../../../wine/dlls/winmm/winmm.c:944:19: warning: cast to pointer from integer
of different size [-Wint-to-pointer-cast]
*lpMidiStrm = (WINE_MIDIStream*)lpwm->mod.rgIds.dwStreamID;
^
../../../wine/dlls/winmm/winmm.c: In function
‘MMSYSTEM_MidiStream_MessageHandler’:
../../../wine/dlls/winmm/winmm.c:1068:54: warning: cast from pointer to integer
of different size [-Wpointer-to-int-cast]
((LPMIDIEVENT)lpData)->dwStreamID != (DWORD)lpMidiStrm) {
^
../../../wine/dlls/winmm/winmm.c: In function ‘midiStreamOpen’:
../../../wine/dlls/winmm/winmm.c:1276:23: warning: cast from pointer to integer
of different size [-Wpointer-to-int-cast]
mosm.dwStreamID = (DWORD)lpMidiStrm;
^
--
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=42693
Bug ID: 42693
Summary: asdasd
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: akamichiteguh(a)gmail.com
Distribution: ---
Created attachment 57661
--> https://bugs.winehq.org/attachment.cgi?id=57661
asdasdasd
asdasdsadasdasdasdasdasdasdasdasdasdasd
--
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=42752
Bug ID: 42752
Summary: Provide more specifc version in output of --version
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: krichter(a)posteo.de
Distribution: ---
At least development versions (e.g. from Ubuntu PPA) shouldn't say `wine-2.4`
only because that can cause a lot of information to be lost when filing bug
reports (or cause extranous work for the reporter). The output of `git
describe` could be used since the git repository uses tags well.
--
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=42619
Bug ID: 42619
Summary: Starting Witcher 3 gives instant black screen and high
load
Product: Wine-staging
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine-devel(a)hurrikhan.eu
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
If I try Witcher 3 with Wine 2.3 and previous Wine-staging (at least up to 2.1)
I get to the menu and I can start the game (wrongly rendered).
If I try Witcher 3 with Wine-staging 2.3 I get a black screen and the computer
becomes unresponsive until I ssh and kill it.
Linux 4.8.17 / current Manjaro-openrc
i7 2600K
32GB ram
1060 GTX 6GB
--
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=37283
Bug ID: 37283
Summary: ANNO 2070: Shader Problem? no textures?
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arieleoar(a)gmail.com
Created attachment 49585
--> https://bugs.winehq.org/attachment.cgi?id=49585
Image, shows neither water or the ark
Hello, i'm having trouble to play, the game starts normally but ingame only
shows the "grid" of non discovered territory and some shadows of smoke; water,
ark, terrain, buildings, etc, textures aren't been showed, seems black.
msvcr100 is set to builtin-native; d3dx9 d3dx11_43 d3dx11_42 vc2008 vc2010
winhttp are installed from winetricks
I assume there is a problem with the shaders, when i set glsl disabled from
winetricks the situation inverts, the "grid" is missing, and everithing else is
white, with some shadows of smoke.
the rest (ark messages, panel, info, etc.) is working well.
The version is 2.0 with deep sea addon. the console output don't shows errors
of d3d, the version of wine is 1.7.62, i tried on 1.6.4 version but it was
worst, only showed the cursor icons and nothing else (posted in other bugs).
thanks!
--
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=39225
Bug ID: 39225
Summary: eClipse Writer Pro failure
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jlsmi3th(a)gmail.com
Distribution: ---
Attempting to install eClipse Writer Pro evaluation copy, failed as noted in
backtrace.txt
--
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=41931
Bug ID: 41931
Summary: Cities Skylines game crash on start
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: amir62.kh(a)gmail.com
Distribution: ---
Created attachment 56312
--> https://bugs.winehq.org/attachment.cgi?id=56312
backtrace
hi
I tried to run Cities Skylines on my laptop (Lenovo Y580) using wine-1.9.23
(Staging) but wine crashed. backtrace is available in attachment and my Os is
Maui Linux version 1
thanks
--
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=42866
Bug ID: 42866
Summary: Yooka Laylee has logo rendering problems in DX11 mode
Product: Wine
Version: 2.6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Created attachment 57972
--> https://bugs.winehq.org/attachment.cgi?id=57972
standard output
There are possible many problems here but the first one is that the Playtronic
logo is not rendered correctly. I'll attach good/bad screenshots. In the DX9
renderer the game works wonderfully well. I'm attaching a standard output log
with many d3d11 messages. Tested with NVIDIA binary driver.
--
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=42860
Bug ID: 42860
Summary: d3d9/tests/visual.ok fails in fp_special_test
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
The following lines consistently fail:
visual.c:15052: Test failed: Expected color 0x000000ff, 0x000000ff, 0x00ff00ff
or 0x00ff7f00 for instruction "rcp1", got 0x00ff0000.
visual.c:15052: Test failed: Expected color 0x000000ff, 0x000000ff, 0x00ff00ff
or 0x00ff7f00 for instruction "rsq1", got 0x00ff0000.
visual.c:15052: Test failed: Expected color 0x000000ff, 0x000000ff, 0x00ff00ff
or 0x00ff7f00 for instruction "rsq2", got 0x00ff0000.
visual.c:15052: Test failed: Expected color 0x000000ff, 0x00007f00, 0x0000ff00
or 0x00007f00 for instruction "def1", got 0x00000000.
visual.c:15052: Test failed: Expected color 0x00ff00ff, 0x00ff7f00, 0x00ff00ff
or 0x00ff7f00 for instruction "def3", got 0x00ff0000.
I have NVIDIA drivers (375.59) and MESA version 11.2.0-1ubuntu2. If there is
any other information I can provide please let me know.
--
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=38839
Bug ID: 38839
Summary: wine psiphon3 failed
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: widon1104(a)qq.com
Distribution: ---
psiphon3 is a software help china people over the gfw,it's easy to use and
speed is ok
but it is only support windows and android, so i tried wine, but seems not work
you can download psiphon3 below link:
http://www.psiphon3.net/zh/download.html
I use ubuntu15.04 mate
widon@widon-X401A:~$ uname -a
Linux widon-X401A 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015
x86_64 x86_64 x86_64 GNU/Linux
error msg below
widon@widon-X401A:~/Desktop$ wine psiphon3.exe
err:svchost:AddServiceElem failed to load library L"C:\\Program
Files\\Tencent\\QQMusic\\QQMusic1152.17.6.38\\QQMusicService.dll", err=126
err:svchost:wmain Failed to load requested group: L"QQMusicService"
err:service:service_send_start_message service L"QQMusicService" failed to
start
fixme:service:scmdatabase_autostart_services Auto-start service
L"QQMusicService" failed to start: 1053
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ras:RasEnumEntriesW ((nil),(null),0x18da68,0x33fb8c,0x33fb94),stub!
fixme:ras:RasEnumEntriesW ((nil),(null),0x198108,0x33f6d0,0x18e86c),stub!
fixme:ras:RasEnumConnectionsW (0x159f98,0x33ef94,0x76c623e4),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
fixme:service:EnumServicesStatusW resume handle not supported
fixme:process:SetProcessPriorityBoost (0xffffffff,1): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented
TransmitFile
fixme:win:FlashWindowEx 0x33f968
fixme:process:SetProcessPriorityBoost (0xffffffff,1): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented
TransmitFile
--
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=41623
Bug ID: 41623
Summary: Odallus The Dark call crashes when starting when an
Xbox 360 controller is plugged in
Product: Wine
Version: 1.9.22
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 55980
--> https://bugs.winehq.org/attachment.cgi?id=55980
Terminal output Wine 1.9.22
I am using the GOG.com version of Odallus the Dark Call (Unity game) in a clean
32-bit Windows XP prefix and when I try starting the game it crashes after the
initial loading screen if I have my wired XBOX 360 controller plugged in.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41926
Bug ID: 41926
Summary: Zafehouse demo crashes with Call from 0x7b43c14c to
unimplemented function ddraw.dll.GetSurfaceFromDC,
aborting
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: xerox_xerox2000(a)yahoo.co.uk
Distribution: ---
Hi, This is a followup up of bug 41921
I tried the demo, but then with dotnet20 installed ( instead of using mono like
in bug 41921)
There appear to be several bugs, but after using native xaudio2_7,
d3dcompiler_43 and d3dx9_43 a window comes up with music playing, but
unfortunately itks black. This could however very well be due to my crappy GPU.
Anyway, if you click in the middle-right (i guess there`s a button to start the
game) the app crashes with Call from 0x7b43c14c to unimplemented function
ddraw.dll.GetSurfaceFromDC, aborting
I know this bugreport is a bit vague because you have to click somewhere in a
black screen, but i asked on wine irc chat and they said it would be worth a
bugreport anway.
BTW apart from the game there`s a an executable called Zafediag installed. Make
sure to uncheck both options this program offers, otherwise the bug won`t be
triggered
--
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=42306
Bug ID: 42306
Summary: One Note Free Retail installer crashes in xmllite
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: xmllite
Assignee: wine-bugs(a)winehq.org
Reporter: xerox_xerox2000(a)yahoo.co.uk
Distribution: ---
Created attachment 57030
--> https://bugs.winehq.org/attachment.cgi?id=57030
crashlog
A user reported troubles with this in AppdB.
Attached is +xmllite debugcrash
I was able to get a bit further using hack below *, then it ran into
unimplmeneted function
Call from 0x7b43f417 to unimplemented function
api-ms-win-crt-locale-l1-1-0.dll.__initialize_lconv
there is already bugreport for that one
*hack:
diff --git a/dlls/xmllite/reader.c b/dlls/xmllite/reader.c
index de61d13..6d961cc 100644
--- a/dlls/xmllite/reader.c
+++ b/dlls/xmllite/reader.c
@@ -2777,7 +2777,8 @@ static HRESULT WINAPI xmlreader_Read(IXmlReader* iface,
XmlNodeType *nodetype)
if (hr == S_OK)
{
TRACE("node type %s\n", debugstr_nodetype(This->nodetype));
- *nodetype = This->nodetype;
+ if (nodetype)
+ *nodetype = This->nodetype;
}
return hr;
--
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=42245
Bug ID: 42245
Summary: QQ 2013 needs ntoskrnl.exe.KeClearEvent
Product: Wine
Version: 2.0-rc5
Hardware: x86
URL: http://dldir1.qq.com/qqfile/qq/QQ2013/QQ2013SP5/9050/Q
Q2013SP5.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: fracting(a)gmail.com
Distribution: Gentoo
Created attachment 56913
--> https://bugs.winehq.org/attachment.cgi?id=56913
stub for KeClearEvent
Follow up to bug 42244
wine: Call from 0x7b43c4bc to unimplemented function ntoskrnl.exe.KeClearEvent,
aborting
wine: Unimplemented function ntoskrnl.exe.KeClearEvent called at address
0x7b43c4bc (thread 0030), 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.
http://bugs.winehq.org/show_bug.cgi?id=17495
Summary: Open dialog crashes
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amorozov(a)etersoft.ru
Created an attachment (id=19594)
--> (http://bugs.winehq.org/attachment.cgi?id=19594)
Crash log
To reproduce:
1. $ LANG=C wine cmdlgtst
2. Commdlg -> Open
Here file list is not being shown, only grey background.
3. Cancel
If I do not use LANG=C dialog does not crashes. $WINEPREFIX directory was
created with LANG=ru_RU.KOI8-R
--
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=42022
Bug ID: 42022
Summary: msvideo.dll16.DRAWDIBPROFILEDISPLAY unimplemented
Product: Wine
Version: 2.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 56482
--> https://bugs.winehq.org/attachment.cgi?id=56482
debug log with WINEDEBUG=+msgbox
The Magic School Bus Explores The Solar System crashes on install with this
error; log 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=42483
Bug ID: 42483
Summary: Build for Ubuntu Precise fails because
MPG123_IGNORE_INFOFRAME is undeclared
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winemp3.acm
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
CC: 00cpxxx(a)gmail.com
Regression SHA1: 2253d1a9d3a36bc3dcdc05acc8bf47085b739c6f
Distribution: ---
As the title says, the builds for Ubuntu Precise fail because
MPG123_IGNORE_INFOFRAME is undeclared:
mpegl3.c: In function ‘MPEG3_StreamOpen’:
mpegl3.c:257:49: error: ‘MPG123_IGNORE_INFOFRAME’ undeclared (first use in this
function)
mpegl3.c:257:49: note: each undeclared identifier is reported only once for
each function it appears in
make[2]: *** [mpegl3.o] Error 1
make[2]: Leaving directory `/<<PKGBUILDDIR>>/dlls/winemp3.acm'
The latest version of mpg123 on this distro has the version 1.12.1-3.2ubuntu1.
Full log:
https://launchpadlibrarian.net/307074502/buildlog_ubuntu-precise-amd64.wine…
--
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=42315
Bug ID: 42315
Summary: Piriform Speccy 1.3 needs setupapi.dll.CM_Get_Child_Ex
Product: Wine
Version: 2.0
Hardware: x86-64
URL: https://www.piriform.com/speccy/download/portable
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Just unpack and run.
File Info:
358103b1d65844336a4e7737c99fa60c848efcb5 spsetup130.zip 5.2Mb
--
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=40392
Bug ID: 40392
Summary: ComicRack hangs with builtin wbemprox (native wbemprox
works around this)
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: xerox_xerox2000(a)yahoo.co.uk
Distribution: ---
As the title says.
ComicRack:
(http://comicrack.cyolito.com/files/comicrack/ComicRackSetup09178.exe)
This happens after adding stub for IsDPIAware, i`ve sent a patch for this.
I`ll attach log hereafter.
Using native wbemprox makes the app go further, throwing up another
errormessagebox (i suspect from windowscodecs, i`ll investigate further).
Nicely enough there`s an option ``Try resume``. After clicking this the
application starts and seems to work.
--
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=18477
Summary: Need For Speed Most Wanted: Screen turns black after
accepting video settings
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=21102)
--> (http://bugs.winehq.org/attachment.cgi?id=21102)
log after accepting video settings
I'm using Wine 1.1.21 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that when i set something in video settings in NFS MW and try to
accept that then i get black screen, the game doesn't hang because music is
played. If i don't change anything and press accept then everything is ok.
The settings for this game are saved as DWORDS in registry
In terminal there is:
err:heap:HEAP_ValidateInUseArena Heap 0x110000: in-use arena 0x35287f0 next
block has PREV_FREE flag
--
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=42096
Bug ID: 42096
Summary: Steam -> RPGMaker 2003 crashes, unimplemented function
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shentino(a)gmail.com
Distribution: ---
Created attachment 56609
--> https://bugs.winehq.org/attachment.cgi?id=56609
Backtrace
unimplemented function, see 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=42212
Bug ID: 42212
Summary: WOLF RPG Editor: Division by zero when winegstreamer
is enabled
Product: Wine
Version: 2.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: kakurasan(a)gmail.com
Distribution: ---
Created attachment 56852
--> https://bugs.winehq.org/attachment.cgi?id=56852
Backtrace (gstdemux.c:238 is "vih->AvgTimePerFrame /= nom;")
Steps to reproduce:
1. Download "Tunnel Flying!! Re:" (http://www.freem.ne.jp/dl/win/9377)
2. Unpack "Tunnel_Flying_Re_Ver100.zip"
3. Run "Game.exe" in default "Z:" drive
4. Choose "Game Start" (press "Enter")
5. Press "Enter"
$ sha1sum Tunnel_Flying_Re_Ver100.zip
2264868e84c877a2740d67b6207a306532242fbe Tunnel_Flying_Re_Ver100.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=42094
Bug ID: 42094
Summary: unimplemented function ntoskrnl.exe.IoStopTimer
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
I don't know exactly how to reproduce the crash, but I have seen it only using
winamp and I have deleted wineprefix so many times and killed wineserver that
it shouldnt be some other application printing the message.
I have just run winamp, closed it and rerun it and sometimes I get the message.
It seems quite realiable now. Just rerun winamp and close it until you see the
message.
I haven't really used it and I have installed it all default.
This was the latest winamp version I tested that had the issue
https://winamp.en.softonic.com/download
--
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=41448
Bug ID: 41448
Summary: Civilization II Unhandled page fault on read access
Product: Wine
Version: 1.9.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aaronbpaden(a)gmail.com
Distribution: ---
Created attachment 55814
--> https://bugs.winehq.org/attachment.cgi?id=55814
crash log
In at least Wine Staging 1.9.19, Civilization II crashes on startup when the
indeo codecs are 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=41579
Bug ID: 41579
Summary: Rush for Berlin Gold crashes after the intro videos
Product: Wine
Version: 1.9.21
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 55913
--> https://bugs.winehq.org/attachment.cgi?id=55913
terminal output
Using the patch from bug #38564 the game plays the intro videos correctly, but
crashes on the loading screen.
Rush for Berlin Gold (Gamersgate version)
Fedora 24
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 370.28
--
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=42218
Bug ID: 42218
Summary: mshtml/tests/dom crashes in xul while running
test_doc_elem
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 56858
--> https://bugs.winehq.org/attachment.cgi?id=56858
backtrace
Crash due to page fault. Backtrace 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=42023
Bug ID: 42023
Summary: The Magic School Bus Explores The Solar System crashes
on launch; appears to be missing some files
Product: Wine
Version: 2.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 56483
--> https://bugs.winehq.org/attachment.cgi?id=56483
console output of installer and application, with WINEDEBUG=+msgbox
When installing, several message boxes appear saying "Unable to create Program
Manager group: 'Microsoft Kids'." These may be due to a stub Dde_OnExecute.
Otherwise the application claims to have installed all files.
The application successfully launches and displays Microsoft Home logo, but a
message box appears saying "Problem loading or finding files. Please run Magic
School Bus Setup again." Closing this message box causes the program to 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=38485
Bug ID: 38485
Summary: New Marvel Heroes 2015 Launcher crashes on
unimplemented function dhcpcsvc.dll.DhcpRequestParams
Product: Wine
Version: 1.7.40
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mellery(a)gmail.com
Distribution: ---
Marvel Heroes 2015 has a new game launcher which crashes on startup in wine
with
wine: Call from 0x7b83b6ae to unimplemented function
dhcpcsvc.dll.DhcpRequestParams, aborting
Copying the dll from windows gets the launcher a little further and not crash,
but it doesn't try to download updates for the game. Also shows this
err:module:import_dll Loading library dhcpcsvc.DLL (which is needed by
L"C:\\Program Files\\Gazillion Entertainment\\Marvel Heroes
Game\\downloader.dll") failed (error c000007b).
--
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=41725
Bug ID: 41725
Summary: Unimplemented function
api-ms-win-crt-math-l1-1-0.dll._except1 (Starcraft 2
main menu)
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: kisak42(a)gmail.com
Distribution: ---
Hello,
I am using wine-staging-1.9.23 with no library overrides. 32 bit Starcraft 2
launches from battle.net and plays the Legacy of the Void intro video, followed
by crashing with the following message in the log:
wine: Call from 0x7b43d4b4 to unimplemented function
api-ms-win-crt-math-l1-1-0.dll._except1, aborting
Possible duplicate of https://bugs.winehq.org/show_bug.cgi?id=38354
(msvcr120.dll._except1). I do not have enough insight in the details to
determine one way or another if they are the same.
--
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=39920
Bug ID: 39920
Summary: [REGRESSION] In Nanocad 5.1 the file open/import
dialog does not open
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: andrej.skvortzov(a)gmail.com
Regression SHA1: bbf2cce16041e90d621a1f5889ea1bd760e21a0e
Distribution: ---
Nanocad 5.0 works great with wine 1.4.1, but in wine 1.9.0.37 it's not possible
anymore to open or import file in NanoCad. That make the CAD useless.
I bisected the problem to commit:
[bbf2cce16041e90d621a1f5889ea1bd760e21a0e] comdlg32: Do not modify dialog
resource directly.
I reverted this commit on the latest wine (1.9.0.37) and that fixed my issue
with file open dialog.
Nanocad 5.0 is free and can be downloaded here:
ftp://ftp.nanocad.com/nanocad/nanoCAD50(2000).ZIP
or here
http://nanocad.com/page/DownloadNanoCAD
It can be used without registration/activation in Demo mode. This is enough to
reproduce the bug.
Steps to reproduce the problem:
1. Unpack zip archive into ~/nanocad5
2. Install prerequirements
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine
~/nanocad5/PreReq/vcredist_x86.exe
3. Install nanoCad
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine msiexec /i
~/nanocad5/nanoCAD.msi
4. Install nanoCad
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine msiexec /i
~/nanocad5/nanoCAD.msi
5. Run nanoCad. Select Demo mode.
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine
~/.wine/wine-test/drive_c/Program\ Files/Nanosoft/nanoCAD\ en\ 5.0/nCad.exe
6. Select menu File->Open. or Click on "Open" icon on the toolbar. Dialog
window will not open.
--
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=19888
Summary: Unhandled vertex processing
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivan1986(a)list.ru
Game Venom. Codename: Outbreak.
After intro video when load main menu background no menu items and in console
many errors:
err:d3d7:IDirect3DExecuteBufferImpl_Execute Unhandled vertex processing !
--
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=42093
Bug ID: 42093
Summary: Unimplemented function rstrtmgr.dll.RmShutdown
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
http://source.winehq.org/git/wine.git/?a=search&h=HEAD&st=grep&s=RmShutdownhttps://github.com/git-for-windows/git/releases/download/v2.7.0.windows.1/G…
Direct download. Taken from bug 40013. Just install it all defaults and you end
up with wine: Call from 0x7b43bebc to unimplemented function
rstrtmgr.dll.RmShutdown, aborting
--
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=30308
Bug #: 30308
Summary: Property sheet fails to display Page Title
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Classification: Unclassified
Created attachment 39609
--> http://bugs.winehq.org/attachment.cgi?id=39609
Screenshot of PropertySheet - Left Windows, Right WINE.
When a header bitmap isn't passed to PropertySheet. The Title text is not
display on the dialog.
--
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=14897
Summary: Jojo's Fashion Show 2: Las Cruces demo crashes when
starting
Product: Wine
Version: 1.1.2
Platform: PC
URL: http://www.arcadetown.com/jojosfashionshow2/game.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Created an attachment (id=15468)
--> (http://bugs.winehq.org/attachment.cgi?id=15468)
console output
The demo of Jojo's Fashion Show 2: Las Cruces installs fine. When run, it
resizes the screen, plays a sound, quickly displays a logo, and crashes.
--
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=42365
Bug ID: 42365
Summary: Unimplemented function msvcr120.dll.fesetenv
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: azq2(a)ya.ru
Distribution: ---
wine: Unimplemented function msvcr120.dll.fesetenv called at address 0x7b43ef02
(thread 0009), starting debugger...
In latest wine-staging and wine-development, when using wineasio.
// Ubuntu 16.10, official wine repo
--
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=41648
Bug ID: 41648
Summary: AmiBroker 6.00 fails, when run, with raise_exception
Unhandled exception
Product: Wine
Version: 1.9.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bob.mt.wya(a)gmail.com
Distribution: ---
Using:
winetricks mfc42
Application installs OK.
Running main executable, installed a 32-bit Wineprefix:
cd "${WINEPREFIX}/drive_c/Program Files/AmiBroker"
wine Broker.exe
fixme:winediag:start_process Wine Staging 1.9.22 is a testing version
containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
err:seh:raise_exception Unhandled exception code 80000003 flags 0 addr
0x7b46319d
See attached log with:
export WINEDEBUG=+tid,+timestamp,+relay
--
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=42001
Bug ID: 42001
Summary: SC2 unimplemented function ucrtbase.dll._except1
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
I figured out that it's possible to play SC2 for free legally. Blizzard
provides the game. So I decided to test the SC2 bugs, since they seem to become
a completely mess.
I am still downloading the game, but Blizzard has a feature that it downloads
the most critical parts of the game and its possible to play the game without
downloading all content fully.
The 1st crash was after a move clip, that's bug 41725. Overriding that library
fixed the crash.
and then the game hits this bug.
wine: Call from 0x7b43bebc to unimplemented function ucrtbase.dll._except1,
aborting
Tested against
wine 2.0.rc1-git.
--
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=42367
Bug ID: 42367
Summary: KiriKiri Z based games: main screen doesn't update.
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: ---
Created attachment 57148
--> https://bugs.winehq.org/attachment.cgi?id=57148
Hoshikoi Twincle demo (screen is black!)
Kirikiri Z[1] is widely used game engine in Japan. As an example, Senren Banka
(千恋*万花) and Hoshikoi Twincle (星恋*ティンクル) can be given.
However, in wine, it doesn't update main screen properly, which is fully while
(or black). Though, the application starts without crashes and I can hear
background music and SEs.
In detail,
- Senren Banka demo [2], the main screen is white.
- Hoshikoi Twincle demo [3], the main screen is black.
[1] https://github.com/krkrz/krkrz (Kirikir Z Project main page)
[2] http://trial.dlsite.com/professional/VJ011000/VJ010300_ana_trial2.zip
SHA1: 0d33c8da3b0664be210568bf65afe580f203e5bc
[3] http://trial.dlsite.com/professional/VJ011000/VJ010514_ana_trial.zip
SHA1: 3ca6ef80ff65a24f84a7d499ba9cafe32f525d0e
--
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=25700
Summary: If message contains '&' (ampersand) last word of it
won't show.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey(a)esin.name
Created an attachment (id=32738)
--> (http://bugs.winehq.org/attachment.cgi?id=32738)
Simple program to show this bug.
This bug is very easy to repeat:
Open Notepad and find something with '&'.
You will see messagebox without last word.
I have write small program for showing this bug.
--
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=42567
Bug ID: 42567
Summary: Acid Pro Trial 7.0e fails to install
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmp&wmvcore
Assignee: wine-bugs(a)winehq.org
Reporter: xerox_xerox2000(a)yahoo.co.uk
Distribution: ---
Created attachment 57479
--> https://bugs.winehq.org/attachment.cgi?id=57479
patch
A user reported troubles in appdb with current acidpro trial. It starts with
failing installation
Prerequisite: winetricks mfc42
It fails with
err:msi:ITERATE_Actions Execution halted, action L"SfWMF4Setup" returned 1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
Adding version resource for wmvcore makes installation succeed. I`ll add patch
hereafter
--
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=40938
Bug ID: 40938
Summary: Ether One Redux (UE4) crashes while loading with
"BackBuffer->GetResource() has 3 refs, expected 1"
error
Product: Wine
Version: 1.9.14
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 55068
--> https://bugs.winehq.org/attachment.cgi?id=55068
Terminal output Wine 1.9.14
I am attempting to run Ether One Redux in a clean Windows 7 64-bit prefix and
the game crashes while launching. Terminal output 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=42303
Bug ID: 42303
Summary: Magic: The Gathering Online 4.0 crashes when entering
the battle
Product: Wine
Version: 2.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: theli.ua(a)gmail.com
Distribution: ---
Apparently fails to load SIZEALL_BIG cursor
--
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=27580
Summary: First two letters missing from path is "Open With"
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)gmail.com
Created an attachment (id=35256)
--> (http://bugs.winehq.org/attachment.cgi?id=35256)
"/h" is missing from the path
Wine 1.3.4
>From Krusader, when I right click and "open with" "notepad" or "wine notepad",
I get a popup complaining about a bad path. The problem being that the first
two letters of the path are missing. I do not have this problem with Linux
programs and Krusader. Please see the attachment. The missing letter are "/h"
as in /home/CDs/..."
Many thanks,
-T
--
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=42557
Bug ID: 42557
Summary: NVIDIA GeForce GT 525M detected as GeForce GTX 470
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: karte577(a)gmail.com
Distribution: ---
This is a laptop (Toshiba Satellite L740) with a GeForce GT 525M, but the GPU
is detected as GeForce GTX 470.
$ lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108M [GeForce GT
525M] [10de:0dec] (rev a1)
$ nvidia-settings -t -q [gpu:0]/VideoRAM
1048576
Thanks.
--
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=42244
Bug ID: 42244
Summary: QQ 2013 needs ntoskrnl.exe.KeClearEvent
Product: Wine
Version: 2.0-rc5
Hardware: x86
URL: http://dldir1.qq.com/qqfile/qq/QQ2013/QQ2013SP5/9050/Q
Q2013SP5.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: fracting(a)gmail.com
Distribution: Gentoo
Created attachment 56912
--> https://bugs.winehq.org/attachment.cgi?id=56912
stub for IoCreateFile
Originally mentioned in bug 37003. The bug shows during installation, and on
startup of the application:
wine: Call from 0x7b43c49c to unimplemented function ntoskrnl.exe.IoCreateFile,
aborting
wine: Unimplemented function ntoskrnl.exe.IoCreateFile called at address
0x7b43c49c (thread 00c0), starting debugger...
stubbing that gets it to the next bug, missing KeClearEvent
--
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=42257
Bug ID: 42257
Summary: Warpath 21st Century does not have sound
Product: Wine
Version: 2.0-rc5
Hardware: x86-64
URL: http://www.synthetic-reality.com/warpath21.htm
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Created attachment 56946
--> https://bugs.winehq.org/attachment.cgi?id=56946
wiki sound channels debug
To reproduce:
1) winetricks -q mfc42
2) install the game
3) run the game and wait for the intro screen to turn into a menu screen
4) hover the mouse over the menu options
Each time mouse hovers a menu item a sound should have played. Works in XP.
According to the wiki defined channels for sound debug this is the output when
hovering:
16637.820:0049:trace:driver:CloseDriver (0x32f5d8, 00000000, 00020003);
16637.820:0049:trace:driver:DRIVER_FindFromHDrvr 0x32f5d8 -> NULL
16637.820:0049:warn:driver:CloseDriver Failed to close driver
There are no calls to OpenDriver, the game starts by calling CloseDriver and
faking sucess does not fake it play the sound.
The first time the value 32f5d8 is seen is in the CloseDriver call according to
relay (+ sound channels).
+file shows no wav files being loaded too.
Enabling FM Sound in the options does not change anything. Disabling Digital
Sound in game options will make the sound stop in Windows (default is ON).
Last but not least, it does not seen to be a regression as Wine 1.4.1 behaves
the same.
--
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=42159
Bug ID: 42159
Summary: Sega Bug crashes
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 56736
--> https://bugs.winehq.org/attachment.cgi?id=56736
+ddraw
To reproduce:
1. Install the game from the Sega Bug CD.
2. Run `Xephyr :1 -ac -screen 800x600x8 &`
3. Run `DISPLAY=:1 wine 'C:\SEGA\BUG!\BUG!.EXE'`
The game crashes immediately. A log with +ddraw 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=41830
Bug ID: 41830
Summary: Updating group box text causes garbage
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: james.tabor(a)reactos.org
Distribution: ---
Text not refresh.
--
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=42361
Bug ID: 42361
Summary: DX Library: PlaySoundFile() doesn't play MP3 files
that are encoded by LAME in 320kbps
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: kakurasan(a)gmail.com
Distribution: ---
PlaySoundFile() in "DX Library" (http://dxlib.o.oo7.jp/) doesn't play MP3 files
that are encoded by LAME in 320kbps (CBR).
PlaySoundFile() uses msacm32.dll to play MP3 files (DirectShow also can be
used).
Native msacm32.dll doesn't work around the issue.
The test program for DirectShow (source at
https://bugs.winehq.org/show_bug.cgi?id=41290 , binary at
https://bugs.winehq.org/show_bug.cgi?id=41833) can play the MP3 files
(with/without winegstreamer).
--
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=39048
Bug ID: 39048
Summary: MIDI Clock Messages are Corrupted Between Wine and
ALSA
Product: Wine
Version: 1.7.43
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: josh.sarro(a)gmail.com
Distribution: ---
When using an app running over Wine, MIDI Clock messages sent from the app to
native Linux applications using ALSA MIDI are corrupted and not recognized as
MIDI Clock messages.
To Reproduce:
1. Start a native Linux application that supports MIDI Clock via ALSA MIDI.
In this example, I'll use Renoise, but I've also tested with other software,
for example gmidimonitor. In Renoise open Edit -> Preferences -> MIDI and under
MIDI Clock Slave select In device "Renoise MIDI In Sync".
2. Start MIDI Clock enabled Windows app using Wine and enable MIDI Clock output
In this example I'll use Reaper, but I've also tested with MIDIClock (a simple
windows application that sends MIDIClock messages). Go to Options -> Preference
(CTRL-P). In the left pane, under the heading "Audio" select "MIDI Devices". In
the bottom right pain, right click on "Renoise MIDI In Sync". Click "Enable
Output". Again, right click on "Renoise MIDI In Sync". Click "Send Clock/SPP to
Output". Click OK
3. Run the MIDI Clock
In REAPER press play or space bar
Expected Results:
Native Linux app receives and responds to MIDI Clock
Actual Results:
Native Linux app does not recognize messages as MIDI Clock
Notes:
Another illustrative example is to use gmidimonitor instead of Renoise as the
native Linux app. Start it in alsa mode (--alsa). In Reaper, perform the same
steps listed above, but select gmidimonitor's port. When Reaper is playing
there is a repeated message: "Sysex with size 1: F8", but connected to a native
Linux application with MIDI Clock out (such as Renoise), the message is: "MIDI
Real time clock message". To rule out a bug in Reaper, I tested the same
scenario with a Windows application called "MIDIClock". It's available as a
free download from Download.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=42469
Bug ID: 42469
Summary: GetOpenFileName should expand environment variables in
lpstrInitialDir
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: kamil.hornicek(a)reactos.org
Distribution: ---
Created attachment 57319
--> https://bugs.winehq.org/attachment.cgi?id=57319
testcase
When passing an environment variables such as %programfiles% to GetOpenFileName
via lpstrInitialDir these get expanded in Windows 2000 / XP but not in Wine,
where it fails the PathFileExistsW check in filedlg on line 1598 and is later
set to null. I checked and the orignial dll imports ExpandEnvironmentStrings.
Attaching a minimal testcase and a possible solution.
--
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=42855
Bug ID: 42855
Summary: dxsetup.exe
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ricgonal(a)gmail.com
Distribution: ---
Created attachment 57956
--> https://bugs.winehq.org/attachment.cgi?id=57956
error que no deja instalar el plugin de Verimatix que necesito en Firefox
Intento instalar la aplicación Verimatrix y al arranca Firefox intenta instalar
el plugin de Verimatrix, pero se ve esto abre el programa dxsetup y me salta
ese error que no deja intalar el plugin de Verimatrix en Firefox.
--
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=39591
Bug ID: 39591
Summary: Crimzon Clover: Page fault on launch (regression)
Product: Wine
Version: 1.7.54
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.orion.uberspace.de
Distribution: Debian
Created attachment 52757
--> https://bugs.winehq.org/attachment.cgi?id=52757
Console output
When launching "Crimzon Clover: World Ignition" it immediately crashes due to a
page fault. I am testing the GOG.com version (2.0.0.1).
Interestingly this does not happen with Wine 1.6.2.
I am attaching the console output and a backtrace.
--
Some additional info about my system (just in case):
Distro: Linux Mint 17.2 (64 bit)
Kernel: 3.19.0-26-generic
Graphics: Proprietary NVIDIA 352.55
--
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=42852
Bug ID: 42852
Summary: Activation of Tax2017 or Wiso2017 does not function
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: edgaralwers(a)gmx.de
Distribution: ---
Both packages Wiso2017 and Tax2017 install withouth problems. However, there is
no way to activate the version on the Buhl Company. For both programs a message
arise "the choosen programfunction cannot be executed on your system. Please
contact the customer support from Buhl.de"
This problem has been alreadey described by by Bob on Saturday March 25th 2017,
7:47, as far as I know, only for Tax2017.
I am going to inform Buhl.de also But the software has been reported to work
well with Wine 2.3 ( platinum ), so I am not sure where the problem may be.
My system: Linux from scratch Version 2016-07-01 , KDE Version Framework 5.23,
Qt Version 5, Wine Version 2.6 ( 2.3 also tested withouth success )
Edgar
--
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=5657
--- Comment #20 from Alex Henrie <alexhenrie24(a)gmail.com> ---
Can you attach the terminal output please?
Also, please save screenshots in PNG format; in JPEG they take up more space
and have lower quality.
--
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=42848
Bug ID: 42848
Summary: Namco Museum 50th Anniversary: page fault on read
access to 0x02060000 in 32-bit code (0x0041d443).
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arnfranke(a)yahoo.com
Distribution: ---
Created attachment 57942
--> https://bugs.winehq.org/attachment.cgi?id=57942
Full crash info from Wine
My system: Xubuntu 16.04 LTS 64-bit, Wine 2.6 with 32-bit wineprefix
Nvidia GTX 770 2 GB with 375.39 drivers from nvidia-375 (proprietary).
This application not only crashes on startup but it also destroys my window
manager. Once launched, I am unable to alt+tab, move windows, or even click on
some windows. It was a struggle getting this crash report because I had to keep
trying to escape it in a way which let me copy the log. Log attached as
"bug.txt".
If this bug can't be fixed, at least find a way to prevent Wine from destroying
the window manager so that it's easier to debug.
This bug occurs on Wine 2.3, 2.4, and 2.6. Other versions haven't been tested.
And yes, this application works fine under Windows.
--
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=42826
Bug ID: 42826
Summary: Dolphin 5 has broken audio using default Xaudio2
output
Product: Wine
Version: 2.6
Hardware: x86-64
URL: http://dl-mirror.dolphin-emu.org/5.0/dolphin-x64-5.0.e
xe
OS: Linux
Status: NEW
Keywords: download, win64
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Created attachment 57902
--> https://bugs.winehq.org/attachment.cgi?id=57902
sound logs with sound wiki channels
When trying to play using Dolphin 5 the sound has crackling all the time.
Switching the output from xaudio2 to openal inside Dolphin config solves the
issue.
To reproduce download Dolphin 5 (64-bit only) and
http://wiibrew.org/wiki/Harmonium
Extract Harmonium and run it in Dolphin: wine Dolphin.exe /e Harmonium/boot.dol
Click somewhere and make a horizontal line with the mouse and hear the sound.
File Info:
4d88af3572de650b0b7dccd92dc8de5854edfae6 dolphin-x64-5.0.exe 19Mb.
--
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=7902
--- Comment #31 from GreenCopper <greencoppermine(a)yandex.com> ---
You can bypass the problem and get the game installed using "WINEARCH=win32"
and "XP" then don't choose the advanced option, just go with custom.
Most likely win=32 and XP isn't needed, just bypass the advanced option.
--
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=7902
greencoppermine(a)yandex.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |greencoppermine(a)yandex.com
--- Comment #30 from greencoppermine(a)yandex.com ---
This is still an issue with Wine 2.6.
--
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=40461
Bug ID: 40461
Summary: Can't open books in shamela arabic library
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oumrani-mohamed(a)hotmail.com
Distribution: ---
Created attachment 54219
--> https://bugs.winehq.org/attachment.cgi?id=54219
backtrace text file, Can't open books in shamela arabic library
Hi, I installed an arabic library called "Shamela Library", developed using
microsoft access databases i think, and can read '.bok' files. the problem is
when i choose a book from the list it does not open.
--
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=32010
Bug #: 32010
Summary: Guild Wars 2 updater uses always 100% of a CPU core
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nob.dir.info(a)gmail.com
Classification: Unclassified
The launcher of Guild Wars 2 (where you enter your user name and password) uses
a complete core to run (even if I don't write anything or move it).
I think it's bug, because X comes laggy too, and on Windows 7 its don't uses a
whole core to run.
--
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=40462
Bug ID: 40462
Summary: Application Crashes at download to a directory at
drive_c
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: info(a)apotheekelderveld.nl
Created attachment 54220
--> https://bugs.winehq.org/attachment.cgi?id=54220
Backlog Anita
Anita (application) Crashes at download to a directory at drive_c
--
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=42684
Bug ID: 42684
Summary: Steep (Ubisoft) needs iphlpapi.dll.
GetUnicastIpAdressTable
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: dominik-foerderer(a)gmx.de
Distribution: Ubuntu
Created attachment 57645
--> https://bugs.winehq.org/attachment.cgi?id=57645
Error window while execute steep.exe under wine-staging 2.4
The following error window is popping up while starting steep.exe under
wine-staging 2.4...
--
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=42828
Bug ID: 42828
Summary: SystemHandleInformation needs to return ObjectPointer
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: ray(a)rh-software.com
Distribution: ---
Created attachment 57906
--> https://bugs.winehq.org/attachment.cgi?id=57906
Test version of SIV
NtQuerySystemInformation( SystemHandleInformation ) always returns NULL as the
ObjectPointer and this causes SIV to think all the handles for all locks.
There is /* FIXME: Fill out ObjectType, HandleFlags, ObjectPointer */ in the
code that mentions this need fixing.
A wine service also seem to often crash shortly after SIV has started.
The same issues exit when SIV is run as other then root, but the information
reported when doing this is less.
I have attached a SIV that recreates the issue on Wine 2.6.
--
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=42197
Bug ID: 42197
Summary: Grid2 - Codemasters red screen before & after intro!
Product: Wine
Version: 2.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rams1(a)iinet.net.au
Distribution: ---
Grid2, after pressing esc shows a full red screen before & after Title intro
then becomes unresponsive to keyboard making game unplayable in full screen
mode with xp!
--
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=38951
Bug ID: 38951
Summary: Builtin iexplore can't do document.write in a new
window
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 51897
--> https://bugs.winehq.org/attachment.cgi?id=51897
+mshtml terminal output.txt
Run javascript code in builtin gecko:
function openWin()
myw=window.open("", "myWindow", "width=200, height=100");
myw.document.write("<p>This is 'myWindow'</p>");
}
And HTMLDocument_open hasn't been called
You can reproduce this bug by
wine iexplore http://78rd9k.com1.z0.glb.clouddn.com/window_write.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=37694
Bug ID: 37694
Summary: Kontakt 5.4.2 crashes on start, unimplemented function
msvcp120.dll
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: arny91(a)yahoo.it
Distribution: ---
Created attachment 50172
--> https://bugs.winehq.org/attachment.cgi?id=50172
backtrace, integrated msvcp120.dll
Hi,
I installed Kontakt 5 and it crashes when launched both in standalone mode or
as a plugin with a vst host (carla-patchbay). I tried with both integrated and
native msvcp120.dll, but it crashes anyway. I'm posting the backtrace as
attachment.
--
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=9661
Summary: Linux Sticky keys does not work under Wine
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: coljep(a)telefonica.net
I am using Sticky keys in linux (Ubuntu Feisty and others) and this function
does not work under Wine. I also use a UK keyboard layout with dead keys, this
part does work under Wine.
The application in question is Ace Money version 3.9.4a
Colin Jepson
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41704
Bug ID: 41704
Summary: Crashes at the start up of SplinterCell 1.05
Product: Wine
Version: 1.9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Distribution: ---
Created attachment 56113
--> https://bugs.winehq.org/attachment.cgi?id=56113
Crash report
According to Wine App Db it has Gold rating but crashes right after it starts.
Anything obvious?
--
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=38092
Bug ID: 38092
Summary: Audio Channell mute/mixed/wrong volume
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maxmusterm(a)gmail.com
Distribution: ---
This bug was introduced in wine-1.7.34 and is still present in the newest
version.
I noticed the problem in Square Enix games (but it's probably in any program
that uses multiple audio channels).
To reproduce the problem you can play Final Fantasy XIII and get no voices in
cutscenes or you can play life is strange and get wrong audio volumes (or so it
sounds), especially easy to spot in the classroom scene from the beginning.You
can hear the teacher but he is too quiet.It seems as if low volume channels are
suddenly loud and loud channels are suddenly quiet, that's why I added the
"mixed".
The problem isn't present in 1.7.33 and I will later get more detailed
debugging information.
--
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=42786
Bug ID: 42786
Summary: Directx seems not work on powervr devices
Product: Wine
Version: 2.0
Hardware: x86
OS: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: a8581081(a)gmail.com
I am using zenfone 2 (ze551ml), which have a powervr gpu, according to the
website, it has directx10 support. But after installing directx on wine, I
still cannot open dxdiag or other games using directdraw or direct3d like
Nekopara steam version (which use kirikiri engine with direct3d).
--
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=42732
Bug ID: 42732
Summary: GL_OUT_OF_MEMORY followed by NULL dereference in FFXIV
Heavensward Benchmark
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nospam(a)kota.moe
Distribution: ---
Get the benchmark here: http://eu.finalfantasyxiv.com/benchmark/en
Requires d3dx9 and xact_jun2010, then directx9 installed with winetricks to
run.
d3dx9 and xact_jun2010 stops it complaining about DirectX not being installed,
while directx9 stops the benchmark crashing as soon as it starts.
First of all, I do not get this bug if I use my AMD RX 480 - it only happens on
my Intel HD 530.
Upon running the benchmark with Standard (Desktop) and windowed 1080p settings
(happens on every other setting combination I've tried too, though), the first
scene plays out fine (though with some occlusion culling issues like
flickering, if it's enabled), but while loading the second scene, it tried to
write to NULL with the following output on the console (that differs to a
successful run under my RX 480):
err:d3d:wined3d_debug_callback 0x10311a28: "GL_OUT_OF_MEMORY in
glCompressedTexSubImage2D".
(...repeated for many lines...)
err:d3d:wined3d_debug_callback 0x10311a28: "GL_OUT_OF_MEMORY in
glCompressedTexSubImage2D".
err:d3d:wined3d_debug_callback 0x10311a28: "GL_OUT_OF_MEMORY in glTexSubImage".
wine: Unhandled page fault on write access to 0x00000000 at address 0xf7457bec
(thread 0126), starting debugger...
So I thought this meant I didn't have enough VRAM, so I increased that in the
BIOS to 512 MB of dedicated VRAM and no limit to shared VRAM. I have 32 GB of
system memory.
I also changed HKCU\Software\Wine\Direct3D\VideoMemorySize to various different
values (between 128 and 4096) but still got the same error.
Also happens on both 32-bit and 64-bit wine prefixes.
--
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=42762
Bug ID: 42762
Summary: No Man's Sky (GOG) no longer starts
Product: Wine
Version: 2.5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression, win64
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Depends on: 41135
Distribution: Debian
At some point after 2.3 No Man's Sky stopped working, when launching the game
the following lines appear and the game quits:
err:seh:cxx_local_unwind invalid trylevel 2283632
abnormal program termination
Due to bug 41135 setting version XP is required to let the game start but now
not even that works anymore and any Windows version set results in the above
log messages. Looking for recent changes related to "unwind" I tried reverting
[1] but it did not fix the issue. I'll do the regression test later.
https://source.winehq.org/git/wine.git/commitdiff/5a10705f0c57142c6317bfab6…
--
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=2624
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #50 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 2.6.
--
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=42352
Bug ID: 42352
Summary: The Solus Project: Backend can't handle opcode gather4
Product: Wine
Version: 2.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 57120
--> https://bugs.winehq.org/attachment.cgi?id=57120
Wine 2.0 terminal output
Now that the bfrev opcode for SM5 has been implemented, The Solus Project
started complaining about an additional opcode:
fixme:d3d_shader:shader_glsl_handle_instruction Backend can't handle opcode
gather4
--
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=29997
Bug #: 29997
Summary: StudioTax 2011 crashes during installation
Product: Wine
Version: 1.4-rc4
Platform: x86-64
URL: http://www.studiotax.com/en/download.htm
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mfuhrer(a)alumni.ucalgary.ca
Classification: Unclassified
The StudioTax 2011 installer crashes shortly after clicking the "Install"
button. I tried this on a clean wine directory with .NET 2.0 installed (manual
installation, without winetricks). I subsequently installed .NET 2.0 sp2 (used
winetricks at this point) and tried running the StudioTax 2011 installer again,
and got an almost identical crash.
--
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=42747
Bug ID: 42747
Summary: DevExpress .NET Installer needs function
uiautomationcore.dll.UiaReturnRawElementProvider
Product: Wine
Version: 2.4
Hardware: x86-64
URL: https://go.devexpress.com/DevExpressDownload_Universal
Trial.aspx
OS: Linux
Status: NEW
Keywords: dotnet, download, Installer
Severity: normal
Priority: P2
Component: uiautomationcore
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Requires winetricks dotnet40 or the installer won't start.
Dozens of messages like below repeat before the unimplemented function is hit:
fixme:uiautomation:UiaLookupId (1, {d976c2fc-66ea-4a6e-b28f-c24c7546ad37})
stub!
fixme:uiautomation:UiaLookupId (2, {dfd699f0-c915-49dd-b422-dde785c3d24b})
stub!
fixme:uiautomation:UiaLookupId (1, {66e3b7e8-d821-4d25-8761-435d2c8b253f})
stub!
fixme:uiautomation:UiaLookupId (0, {aa6dc2a2-0e2b-4d38-96d5-34e470b81853})
stub!
fixme:uiautomation:UiaGetReservedNotSupportedValue (0xfa5b66c) stub!
...
File: DevExpressUniversalTrial-20170329.exe
SHA1: f197e660b21c814b447beb5c1c1f2fdbe2983626
Size: 512Kb
--
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=40508
Bug ID: 40508
Summary: The Witness: black screen on start (32-bit version)
Product: Wine
Version: 1.9.8
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 54303
--> https://bugs.winehq.org/attachment.cgi?id=54303
Terminal output from a 32-bit prefix, Wine 1.9.8
My system info:
Host: antergos Kernel: 4.5.1-1-ARCH x86_64 (64 bit) Desktop: Gnome 3.20.1
Distro: Antergos Linux
Card: NVIDIA GF110 [GeForce GTX 560 Ti 448 Cores]
Display Server: X.Org 1.18.3 driver: nvidia Resolution: 1920x1200(a)59.95hz
GLX Renderer: GeForce GTX 560 Ti/PCIe/SSE2 GLX Version: 4.5.0 NVIDIA 364.16
I am using Wine 1.9.8 from the official Arch repos with a clean 32-bit prefix
and no overrides.
When I attempt to run the 32-bit version of The Witness using the command "wine
witness_d3d11.exe" I am first greeted with a warning about the graphics driver
not supporting concurrent resource creation and then I see a configuration menu
for the game. After I choose my configuration, I am then shown a black screen
that persists until I kill the process.
I have attempted to run the game on medium settings with multisampling disabled
as well as with 2x MSAA enabled with high settings and I have the same exact
result: a black screen that I need to kill manually in order to get rid of it.
--
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=40786
Bug ID: 40786
Summary: Legacy of kain Defiance to crashes when called by
script
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Created attachment 54692
--> https://bugs.winehq.org/attachment.cgi?id=54692
Defiance Backtrace
The game crashes when i call my script. This is what my script looks like
#!/bin/sh
cd '/mnt/sda2/Games/PC/Legacy of Kain - Defiance'
xset s off -dpms & WINEDEBUG=-all wine explorer /desktop=Defiance,800x600
defiance.exe && xset s on +dpms
I would also mention that when i just open a terminal and type in
cd '/mnt/sda2/Games/PC/Legacy of Kain - Defiance'
xset s off -dpms & WINEDEBUG=-all wine explorer /desktop=Defiance,800x600
defiance.exe
game works. It seems to have a problem with "&& xset s on +dpms".
--
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=22220
Summary: TNR MoonLight 2.31.122 works incorrectly in Wine
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://tnr.kulichki.com/download/moonlight.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akontsevich(a)gmail.com
Created an attachment (id=27116)
--> (http://bugs.winehq.org/attachment.cgi?id=27116)
The program screen look in Windows
Main window is blank when running in Wine. Also incorrect text in left panel.
Windows screenshot is added. Wine log and screenshot will follow. The program
does not work at all if mshtml.dll is NOT installed and NOT set as "native".
--
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=40628
Bug ID: 40628
Summary: Train Fever needs
msvcr110.dll.?_Id@_CurrentScheduler@details@Concurrenc
y@@SAIXZ
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 54496
--> https://bugs.winehq.org/attachment.cgi?id=54496
terminal output
The game loads to the main menu properly, but when I change the settings in the
options menu and click on <Apply> it crashes due to this unimplemented
function:
wine: Call from 0x7b43b24c to unimplemented function
msvcr110.dll.?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ, aborting
'winetricks -q vcrun2012' is a workaround.
Train Fever from GOG.com (32-bit, build 7753)
wine-1.9.9-161-g1348d9e
--
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=30684
Bug #: 30684
Summary: Mono: GroupBox draws border line after text
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vgr.subscription(a)gmail.com
Classification: Unclassified
Created attachment 40182
--> http://bugs.winehq.org/attachment.cgi?id=40182
GroupBox draws border line after text
Mono-2.10.8 for Windows is installed.
I have simple winform with GroupBox. GroupBox draws border line after text.
System: openSUSE 12.1 (i586)
Mono for Windows:
http://www.go-mono.com/mono-downloads/download.html
--
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=42748
Bug ID: 42748
Summary: Flickering, disappearing text in Steam client user
interface (DirectWrite enabled)
Product: Wine
Version: 2.4
Hardware: x86
URL: https://steamcdn-a.akamaihd.net/client/installer/Steam
Setup.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: bunglehead(a)gmail.com
Regression SHA1: 89d074a3fc063722fe45a3148ee3b55cb473d11d
Distribution: ---
Created attachment 57756
--> https://bugs.winehq.org/attachment.cgi?id=57756
plain terminal output
As I move the mouse across the user interface in Steam client, or activate a
menu item or scrolling through the installed games' list in the library, text
in the user interface periodically disappears and reappears.
Also can be reproduced in the login window: as I begin typing in the input
fields, text disappears then reappears.
Disabling dwrite.dll or launching Steam with 'no-dwrite' parameter is a
workaround.
Reproduced in fullscreen and virtual desktop mode and with running Steam in
Windows XP and Windows 7 modes.
Reverting the following commit fixes the problem:
commit 89d074a3fc063722fe45a3148ee3b55cb473d11d
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Thu Mar 30 15:07:00 2017 +0300
dwrite: Allocate glyph buffer once per run rendering pass.
Antergos Linux 64-bit
lib32-freetype2 2.7.1-1
wine-2.4-289-geda35423f4 (32-bit)
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 378.13
--
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=27638
Summary: combined hindi text like nna kra causes the keyboard
cursor to go far off
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fast.rizwaan(a)gmail.com
Created an attachment (id=35339)
--> (http://bugs.winehq.org/attachment.cgi?id=35339)
rtf document from video
When consonants are combined, the keyboard-cursor gets distanced from the
character to be typed.
Please see the attachment combination_cursor_bug.rtf and youtube video:
http://www.youtube.com/watch?v=fbCTqnSpKkE
--
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=42782
Bug ID: 42782
Summary: Wine iexplore crashes loading
http://news.theraoffice.com
Product: Wine
Version: 2.5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression, source
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Regression SHA1: 18f9d0303a8f24da6e173a5f587ebfcf0d1a0359
Distribution: Debian
Created attachment 57800
--> https://bugs.winehq.org/attachment.cgi?id=57800
+wininet
To test just do "wine iexplore http://news.theraoffice.com" in a clean prefix.
Contents will be transferred gzipped. Crash is reliable here. Regression
results:
commit 18f9d0303a8f24da6e173a5f587ebfcf0d1a0359
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Mar 9 18:20:20 2017 +0100
wininet: Get rid of no longer needed BLOCKING_WAITALL.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
The patch does not revert cleanly but I did the regression test twice.
Due to the nature of TCP streams I expect the problem to be random but here it
crashes 100% of the time.
--
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=38213
Bug ID: 38213
Summary: Japanese vertical text incorrected
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
Assignee: wine-bugs(a)winehq.org
Reporter: matyapiro31(a)gmail.com
Distribution: ---
The words which should be turned 180°turns 90°in vertical text.
--
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=42389
Bug ID: 42389
Summary: wine 2.0_0 from Macports crashes
Product: Wine
Version: 2.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tim(a)nightingale.to
Created attachment 57191
--> https://bugs.winehq.org/attachment.cgi?id=57191
screen dump of wine and winecfg calls after a fresh macports installation
Nothing I can think of will persuade wine 2.0_0 installed from Macports to
start. Previous versions have worked fine. I have completely removed my entire
Macports installation, the ~/.wine directory, and any other traces of wine I
could find, restarted my machine and rebuilt from scratch.
I've attached a screen dump, lightly sanitised, of my first attempt with a
fresh wine installation to start a Windows Setup.exe program that's given me no
problems in the past. My wine installation also fails on standards such as
Notebook.exe.
I've tried the OSX 2.0 .pkg installation direct from winehq.org and that works
OK.
I'm running macOS Sierra 10.12.3, Xcode 8.2.1 with all the normal bells and
whistles, and xQuartz 2.7.7 on a MacBook Pro (Retina, 13-inch, Early 2015).
--
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=41311
Bug ID: 41311
Summary: Incorrect PDF generated from Delphi 7 app
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
Created attachment 55642
--> https://bugs.winehq.org/attachment.cgi?id=55642
comparison Windows vs Wine
The sample program has 2 buttons, preview and save as pdf. Preview works fine
and displays the same image from the main screen with a border around (the
border showing is part of the example). But saving will create a partial border
and the monitor will be wrongly positioned and bigger than supposed to be. See
attachment.
Sample to reproduce written in Delphi 7 (compiled version included):
https://bugs.winehq.org/attachment.cgi?id=19388
This is a continuation of bug 17351.
--
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=17351
Summary: PDF Export problem on Delphi 7 applications
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paolo.salvan(a)xvision.it
Created an attachment (id=19388)
--> (http://bugs.winehq.org/attachment.cgi?id=19388)
Minimal bug example
Delphi 7 applications that uses llPDFLib library have problems when saving
reports as PDF (tested under wine 1.0.1 and 1.1.14, ubuntu 8.04-8.10):
- if the emulated system is Windows 2000-XP, it shows an "floating point
underflow error" when creating the PDF
- if the emulated system is Windows 95-ME, it saves the PDF file, but images
are printed in the wrong place of the page (they are shifted and stretched)
This problem occours on every Delphi applocation; I'm attaching a minimal
example that shows the problem: press the PDF button to create a PDF; in the
attach there are already 2 PDF: one (correct) created under windows, and one
wrong created under wine (only look at the image position and size, image
colors are wrong for reasons not depending from wine)
An app that suffers from this bug is Danea Easyfatt (a widespread
italian management sw, http://www.danea.it/software/easyfatt - demo
downloadable from http://download.danea.it/demo/ef09/def2009demo05b.exe )
--
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=42817
Bug ID: 42817
Summary: PokerStars won't launch with Nvidia RandR
Product: Wine
Version: 1.9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wyre12(a)gmail.com
Distribution: ---
Created attachment 57881
--> https://bugs.winehq.org/attachment.cgi?id=57881
PokerStars startup output.
I'm having got issues to make working latest PokerStars version in Ubuntu
16.04, despite of is marked as gold quality, my issue seems to be related with
the fact I'm using proprietary Nvidia driver, and wine cannot use XRandR. I
attach the log running the software.
Thank you so much.
--
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.
The address 94.197.121.116.threembb.co.uk (94.197.121.116) failed too many login attempts (5) for
the account demidevil(a)gmail.com.
The login attempts occurred at these times:
2017-04-12 16:20:29 CDT
2017-04-12 16:20:39 CDT
2017-04-12 16:20:48 CDT
2017-04-12 16:21:20 CDT
2017-04-12 16:21:35 CDT
This IP will be able to log in again using this account at
2017-04-12 16:50 CDT.
http://bugs.winehq.org/show_bug.cgi?id=12594
Summary: World of Warcraft idle/crashes while loading the world.
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: critical
Priority: P4
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g.v.tjongahung+bugzilla(a)gmail.com
Created an attachment (id=12190)
--> (http://bugs.winehq.org/attachment.cgi?id=12190)
Console log
After having installed wine, I copied an installed version of World of Warcraft
2.4 to my ~/.wine/drive_c/Program Files/. I ran winecfg to set the windows
version to Windows 2000 mode. I set the Graphics mode to allow DirectX apps to
stop the mouse leaving the window, allow the windowmanager to control the
windows, and emulated a virtual desktop of 1024x768. I ran wineprefixcreate. I
set SET gxApi "opengl" and SET gxWindow "1" in Config.WTF in the WTF directory.
I then tried to start up wow with `wine "c:\program files\world of
warcraft\wow.exe" -opengl`
This allows me to see the login screen(after all licenses and movies(which you
see only once cause they are set in Config.WTF) after a succesful login, you
are able to select a realm, and then a character. When entering the world
however I start seeing "fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd
(9800000c)" etc as can be found in the log and then the screen loader goes a
little passed half way, and the mouse cursor stops moving. I can however move
my mouse out of the window and just interact with my other X apps.
> uname -rs
FreeBSD 6.3-STABLE
> wine --version
wine-0.9.59
WoW 2.4.1
--
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=42810
Bug ID: 42810
Summary: Can't Launch Linux native browser from wine apps while
set windows version as vista and above
Product: Wine
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Distribution: SUSE
For example, use wine to run QQ.
First, use winetricks to install QQ:
winetricks qq.
And then run it.
There are two links on the right of the login windows: 注册账号 and 找回密码. Click
anyone of then, we wanna the Linux native brower is launched. If the windows
version was set as 2003 and below, they would be all right. But If the windows
version was set as vista and above, oops! the ugly Wine Internel Explorer would
be launched...
--
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=22569
Summary: World of Warcraft Crashes when using OpenGL Upon
Entering Game World
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezzieyguywuf(a)gmail.com
Created an attachment (id=27690)
--> (http://bugs.winehq.org/attachment.cgi?id=27690)
WINEDEBUG=+wtg
I've tried it on multiple versions of wine and it in repeatable in 1.1.43 and
1.1.23. I can run the game pretty good in 1.1.23 using direct3d, so I'm pretty
sure its Wine issue but let me know if I'm mistaken. I will attach the output
of WINEDEBUG=+wtg, let me know if anything else is needed.
--
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=5657
winetest(a)luukku.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winetest(a)luukku.com
--- Comment #19 from winetest(a)luukku.com ---
I might have found the cause
> As already mentioned, only 'PagefileUsage' is actually required for EVE.
> The best substitute for 'PagefileUsage' might be 'VmSize' from either
> '/proc/<pid>/stat' (VmSize) or '/proc/<pid>/statm' (VmSize*page_size).
But the patch that got commited only adds PeakPagefileUsage
On the other hand the patch here
https://bugs.winehq.org/attachment.cgi?id=47524&action=diff
has PagefileUsage
--
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.