http://bugs.winehq.org/show_bug.cgi?id=21033
Summary: 8BallClub requires GdipIsVisibleClipEmpty
implementation
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://www.8ballclub.com/Downloads/Install8BC.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With wine-1.1.34-469-g33a1934, launching 8BallClub post-install results in:
wine: Call from 0x7b8439c3 to unimplemented function
gdiplus.dll.GdipIsVisibleClipEmpty, aborting
wine: Unimplemented function gdiplus.dll.GdipIsVisibleClipEmpty called at
address 0x7b8439c3 (thread 0009), starting debugger...
Unhandled exception: unimplemented function gdiplus.dll.GdipIsVisibleClipEmpty
called in 32-bit code (0x7b8439c3).
...
Using winetricks to install native gdiplus resolves this particular 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.
http://bugs.winehq.org/show_bug.cgi?id=15926
Summary: World of Warcraft: Memory leak on new login screen, X
crashing
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
URL: http://www.worldofwarcraft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Commonly reported behaviour from other wine users. Does not happen under
Windows.
The new Wrath of the Lich King login screen suffers from extreme performance
problems. Apart from it being slower than the old one, it also gets slower on
every WoW reboot. Using another WINEPREFIX does not fix the problem. Killing
all wine and related processes does not fix the problem either. Restarting X is
the only way to work this around.
After 5-6 reboots, WoW does not start and X instantly crashes. 100%
reproducible.
Using OpenGL engine, changing various settings in Config.wtf does not seem to
have any effect.
--
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=26174
Summary: Theme installer crashes with Unimplemented function
ADVAPI32.dll.EnableTraceEx
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
adys@azura:~/tmp/Vista VS FINAL/explorer$ WINEPREFIX=/home/adys/tmp/ wine
explorer.exe
err:secur32:SECUR32_initSchannelSP libgnutls not found, SSL connections will
fail
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:RegisterTraceGuidsW (0x106a6c3, 0x10b1098,
{2955e23c-4e0b-45ca-a181-6ee442ca1fc0}, 1, 0x32fd48, (null), (null),
0x10b10a0,)
fixme:advapi:EventRegister {30336ed4-e327-447c-9de0-51b652c86108}, 0x100e26d,
0x10b11c8, 0x10b1198
fixme:advapi:StartTraceW (0x32f8a4, L"ExplorerStartupLog", 0x32f8b4) stub
wine: Call from 0x7bc4c570 to unimplemented function
ADVAPI32.dll.EnableTraceEx, aborting
wine: Unimplemented function ADVAPI32.dll.EnableTraceEx called at address
0x7bc4c570 (thread 0009), starting debugger...
Unhandled exception: unimplemented function ADVAPI32.dll.EnableTraceEx called
in 32-bit code (0x7bc4c570).
--
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=26151
Summary: Warnings in dlls/usp10 on wine64
Product: Wine
Version: 1.3.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
make[1]: Entering directory `/home/adys/src/wine/dlls/usp10'
protocol.c: In function ‘request_complete’:
protocol.c:98:22: warning: cast to pointer from integer of different size
protocol.c: In function ‘protocol_continue’:
protocol.c:308:44: warning: cast from pointer to integer of different size
--
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=25845
Summary: Compiling fails in kernel32 --without-curses
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
make[1]: Entering directory `/home/adys/src/wine/dlls/kernel32'
ccache gcc-4.4 -msse4 -march=native -mtune=native -O3 -Wall -m32 -c -I. -I.
-I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -D_NORMALIZE_
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings
-Wpointer-arith -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o term.o term.c
In file included from term.c:37:
../../include/winbase.h:1574: error: expected declaration specifiers or ‘...’
before ‘va_list’
../../include/winbase.h:1575: error: expected declaration specifiers or ‘...’
before ‘va_list’
make[1]: *** [term.o] Error 1
make[1]: Leaving directory `/home/adys/src/wine/dlls/kernel32'
make: *** [dlls/kernel32] Error 2
Likely due to f3fe497b4f300191d548b5121d85b436293e7e7e. I tried reverting it,
but got another error doing so.
--
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=25510
Summary: Wine-generated desktop files are not compliant with
XDG standard
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Running kbuildsycoca4 yields this sort of spam:
kbuildsycoca4(20884) KBuildMimeTypeFactory::createEntry: Missing <comment>
field in "application/x-msdownload.xml"
kbuildsycoca4(20884) KConfigGroup::readXdgListEntry: List entry MimeType in
"/home/adys/.local/share/applications/wine-extension-py.desktop" is not
compliant with XDG standard (missing trailing semicolon).
--
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=24344
Summary: VC++ Express 2010 crashes with unimplemented function
wer.dll.WerReportCreate
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Last few lines:
err:ole:CoGetClassObject class {c01b9ba0-bea7-41ba-b604-d0a36f469133} not
registered
err:ole:CoGetClassObject no class object {c01b9ba0-bea7-41ba-b604-d0a36f469133}
could be created for context 0x1
fixme:mountmgr:harddisk_ioctl unsupported ioctl 70c00
fixme:mountmgr:harddisk_ioctl unsupported ioctl 70c00
fixme:wuapi:automatic_updates_Pause
fixme:wuapi:automatic_updates_Pause
fixme:wuapi:automatic_updates_Resume
wine: Call from 0x7edc5b43 to unimplemented function wer.dll.WerReportCreate,
aborting
wine: Call from 0x7edc5b43 to unimplemented function wer.dll.WerReportCreate,
aborting
err:seh:raise_exception Unhandled exception code 80000100 flags 1 addr
0x7edc5b43
Note that since it's in wer.dll, it's probably breaking earlier on anyway ...
(No wer component in bugzilla?)
--
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=24332
Summary: WoW: Cataclysm crashes on startup (needs
GetUserDefaultLocaleName impl)
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
In Cataclysm build 12942, opening wow outputs the following, instantly followed
by the dbghelp crash from bug 24068.
fixme:process:GetLogicalProcessorInformation ((nil),0x11efd24): stub
fixme:process:GetLogicalProcessorInformation (0x11ef640,0x11efc40): stub
fixme:nls:GetUserDefaultLocaleName (0x11efad4, 85) stub!
wine: Unhandled page fault on read access to 0x00000000 at address 0x7bfcb4ac
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7bfcb4ac).
Overriding dbghelp with WoW's native dbghelp confirms that
GetUserDefaultLocaleName is needed:
ERROR #134 (0x85100086) Fatal Condition
Program: Z:\home\adys\wow\cata\wow.exe
File: .\W32\Locale.cpp
Line: 832
Failed to get locale name: Success
--
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=24146
Summary: Worms Reloaded needs msvcr80.dll._splitpath_s
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://steampowered.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Worms Reloaded crashes on startup with a clean wineprefix:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub
Crc::sCrc ==wine: Call from 0x7edc77b3 to unimplemented function
msvcr80.dll._splitpath_s, aborting
wine: Unimplemented function msvcr80.dll._splitpath_s called at address
0x7edc77b3 (thread 0020), starting debugger...
Can't attach process 0023: error 5
err:ole:RevokeDragDrop invalid hwnd (nil)
err:ole:RevokeDragDrop invalid hwnd 0x200a8
fixme:dbghelp:EnumerateLoadedModulesW64 If this happens, bump the number in mod
--
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.