https://bugs.winehq.org/show_bug.cgi?id=38665
Bug ID: 38665
Summary: Toontown Rewritten Launcher under Wine/FreeBSD gives
"ValueError: Empty certificate data"
Product: Wine
Version: 1.7.43
Hardware: x86
OS: FreeBSD
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: neel(a)neelc.org
Created attachment 51591
--> https://bugs.winehq.org/attachment.cgi?id=51591
Toontown Rewritten Log FIle with "ValueError: Empty certificate data" Error
Hi,
I am attempting to run a game called Toontown Rewritten
(https://www.toontownrewritten.com/) on Wine under FreeBSD 10.1 64-bit.
In the past, I was able to run Toontown Rewritten under Wine/FreeBSD quite
well, but am unable to run it now, especially with their "Launcher". When I
attempt to log in, I get a "ValueError: Empty certificate data" error from
Toontown Rewritten's launcher. The log file is attached to this report.
I attempted to contact Toontown Rewritten's support, but they said "we do not
support FreeBSD". I did expect that, considering that hardly anyone uses
FreeBSD on the desktop. I don't know any other FreeBSD user personally (I even
met a Linux kernel developer, but never met a FreeBSD user!).
I don't know if using Linux would help, because on Xubuntu 15.04, the
launcher's GUI didn't even come up if I use Toontown Rewritten under Wine.
And while Toontown Rewritten has a Linux launcher and FreeBSD has Linux
emulation, Toontown Rewritten has a 64 bit Linux launcher and FreeBSD's Linux
emulation is 32-bit, so that's a no-go.
What is a solution/workaround for this problem?
Thanks,
Neel Chauhan
---
https://www.neelc.org/
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15473
Summary: After Effects 4 crashes on startup
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://download.adobe.com/pub/adobe/aftereffects/win/4.x
/ae4try_uk.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
sha1sum of ae4try_uk.exe is 8b9dd9bbe422209a311c5f0ce9054e2e687f5450
App installs ok and puts up a gui when you start it, but quickly
crashes with dialog
"After Effects can't continue: sorry, an abnormal condition has been detected"
+seh shows there's an exception, but the +relay,+text,+seh log isn't
very illuminating. Running in winedbg gives a nice stack dump;
inside SetWindowPos(), for some reason DefWindowProc gets WM_KEYF1
and sends WM_HELP, which is handled by the app's window procedure, which
crashes on a near-null pointer access.
--
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=40083
Bug ID: 40083
Summary: Heroes of the Storm Freezes after its February 2nd
Patch
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vexorian(a)gmail.com
Distribution: ---
It appears there is no bug report on this even though it is being reported by
multiple people.
Heroes of the Storm worked fine in WINE until the most recent patch. Now
starting a match has a very high chance to freeze the game up between 0 and 30
seconds after the match starts (after the loading screen). Killing the process
and starting the game again makes it tell you you need to rejoin the game, and
the rejoin process will also freeze, possibly because HotS' game rejoining
process makes it repeat all the game's actions in the background.
There appears to be a low probability chance that the freeze will not happen,
which causes some reports of people claiming to fix the issue by changing
graphics settings or changing the hero composition / game mode. Only to later
report that the game is freezing again.
Reports specify various WINE versions including staging 1.9.2. In my case it's
1.7.44, which is why I am including that version in the report.
I tried enabled debugging text but the output doesn't report anything that
coincides with the lock up and the text output seems roughly the same as it was
before. I can provide the output text when I have more time if needed.
app db thread:
https://appdb.winehq.org/commentview.php?iAppId=15978&iVersionId=32232&iThr…
Battle net thread:
http://us.battle.net/heroes/en/forum/topic/20419814648?page=1
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35187
Bug ID: 35187
Summary: Jade Empire Special Edition configuration tool always
resetting video settings
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: amartinson(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 85ced167bd68e882900085ea50f25897e8457172
Created attachment 46937
--> http://bugs.winehq.org/attachment.cgi?id=46937
terminal output
This was tested with the GOG.com version of the game. The game has a
configuration tool (JadeEmpireConfig.exe) similar to the one used in Dragon
Age:Origins, except the problem doesn't exist in DA:Origins' utility.
The problem: when you start the configuration tool it always resets the video
options that you set and saved earlier. The problem can be reproduced by
selecting a different screen resolution in the utility, then click on the
System -> Rescan option. Screen resolution and all other video options reverted
to 640x480.
The problem is not with saving the options, because the changes you've made are
saved correctly in JadeEmpire.ini.
I found out this is a regression from Wine 1.3.7:
85ced167bd68e882900085ea50f25897e8457172 is the first bad commit
commit 85ced167bd68e882900085ea50f25897e8457172
Author: Adam Martinson <amartinson(a)codeweavers.com>
Date: Wed Nov 3 16:13:58 2010 -0500
msxml3: Fix node_get_text() whitespace handling.
:040000 040000 76eb4e8a62b445fe244a16524f7305411c69875f
af858af05d7afa1534da053cada3cf8583992c69 M dlls
Native msxml3 (winetricks msxml3) works around the problem.
wine-1.7.8-142-gb87b9f0
--
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=39866
Bug ID: 39866
Summary: XIIZeal (steam) immediately exits on start
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: zakk(a)rsdio.com
Created attachment 53223
--> https://bugs.winehq.org/attachment.cgi?id=53223
xiizeal trace+d3d
The steam game XIIZeal immediately exits when it is ran.
I've narrowed it down to d3d:wined3d_check_device_format returning false,
attachment is a log file with trace+d3d.
If I changed wined3d_check_device_format to blindly return WINED3D_OK the game
starts up fine and all graphics appear to be ok. (There are additional problems
with the game beyond the scope of this bug report, though)
--
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=37556
Bug ID: 37556
Summary: String compare functions with only one length argument
can lead to page faults.
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
Distribution: ---
This issue was discovered with Adobe Flash, but is not limited to this single
application. Moreover there are much more ways to trigger this issue than just
the way described below.
Important parts of the stacktrace:
--- snip ---
Unhandled exception: page fault on read access to 0x077ca000 in 32-bit code
(0xf7563773).
[...]
Backtrace:
=>0 0xf7563773 real_length+0x1f(str=".SOL", len=0xf) [libs/wine/sortkey.c:329]
in libwine.so.1 (0x0093cf98)
1 0xf7563791 wine_compare_string+0x10(flags=0x1, str1=".SOL", len1=0xf,
str2="\\?\GLOBALROOT\", len2=0xf) [libs/wine/sortkey.c:338] in libwine.so.1
(0x0093cfb8)
2 0x7b84f65f CompareStringEx+0x1f0(locale=..., flags=..., str1=..., len1=...,
str2=..., len2=..., version=..., reserved=..., lParam=...)
[dlls/kernel32/locale.c:3312] in kernel32 (0x0093d028)
3 0x7b84f45f CompareStringW+0x3a(lcid=..., flags=..., str1=..., len1=...,
str2=..., len2=...) [dlls/kernel32/locale.c:3271] in kernel32 (0x0093d078)
4 0x7dd949a3 StrCmpNIW+0x9f(lpszStr=..., lpszComp=..., iLen=...)
[dlls/shlwapi/string.c:418] in shlwapi (0x0093d0d8)
[...]
0xf7563773 real_length+0x1f [libs/wine/sortkey.c:329] in libwine.so.1: movzwl
0x0(%eax),%eax
329 while (len && !str[len - 1]) len--;
--- snip ---
What happens here is that StrCmpNIW is called with two strings.
--- snip ---
INT WINAPI StrCmpNIW(LPCWSTR lpszStr, LPCWSTR lpszComp, int iLen)
{
TRACE("(%s,%s,%i)\n", debugstr_w(lpszStr), debugstr_w(lpszComp), iLen);
return CompareStringW(GetThreadLocale(), NORM_IGNORECASE, lpszStr, iLen,
lpszComp, iLen) - CSTR_EQUAL;
}
--- snip --
The exact length of both strings is unknown in this function, so wine passes
"iLen" for both strings to CompareStringW. CompareStringW assumes that memory
regions are valid, and then tries to access them in real_length(..). In this
case however unfortunately one of the strings is very close to a page boundary,
so accessing the whole memory block leads to a page fault.
To fix this issue it is either necessary to:
* Change all places where CompareStringW(..) is called with 'invalid' length
values.
* Add exception handlers to real_length(..).
* Move real_length(..) from the beginning of CompareStringW(..) somewhere to
the end, so that the function aborts on the first non-matching byte.
I am opening this issue as a bug report since it needs further investigation,
and I am not sure yet whats the right way to fix 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.
http://bugs.winehq.org/show_bug.cgi?id=33988
Bug #: 33988
Summary: Star Wars: The Force Unleashed II - Crashes with a
page fault
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tomas191191(a)gmail.com
Classification: Unclassified
Created attachment 45159
--> http://bugs.winehq.org/attachment.cgi?id=45159
Program Error Details
This game installs and starts perfectly from Steam (although it requires the
same Virtual Memory fix as its predecessor). When I attempt to start a new
game, it crashes with a page fault. I used "d3dx9_43" when trying to play this
game.
--
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=40222
Bug ID: 40222
Summary: IMalloc(Spy)::Free nullptr
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: learn0more+wine(a)gmail.com
Distribution: ---
Created attachment 53739
--> https://bugs.winehq.org/attachment.cgi?id=53739
the binary triggering the bug.
Calling IMalloc::Free with a nullptr should not invoke the IMallocSpy.
(IMalloc_fnFree)
Bug encountered in ReactOS (Where the IMallocSpy implementation from wine is
used).
See: https://jira.reactos.org/browse/CORE-10903
Also verified on wine.
Attached binary invokes the invalid behavior on ReactOS and Wine, and not on
Windows.
(Run: `wine atl_apitest.exe CComHeapPtr`)
Patchbot run:
https://testbot.winehq.org/JobDetails.pl?Key=20921
--
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=40204
Bug ID: 40204
Summary: [REGRESSION] Steam stopped working as of wine 1.9.4
Product: Wine
Version: 1.9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lena.stoffler(a)ymail.com
Distribution: ---
Created attachment 53714
--> https://bugs.winehq.org/attachment.cgi?id=53714
Console output (LOG)
As of wine 1.9.4 the steam client stopped working, means won't start anymore.
The installer and updater still works, but the main gui and service is unable
to start.
Games that require the steam client running in the background cannot be played
anymore.
Log attached, clean wineprefix used
32-bit and 64-bit tested, same behaviour
NOTE: in wine 1.9.3 steam works
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40021
Bug ID: 40021
Summary: CTL3D32.DLL seems to be mostly empty
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lahs8353(a)yahoo.com
Distribution: ---
I need CTL3D32.DLL for a scientific program found here:
http://optics.tugraz.at/idea/register.html
I've tried getting it to work on wine (well q4wine to be exact) and I'm having
some issues. I've tried both native and builtin DLLs. I've also tried manually
overwriting the DLL under Windows/System32 with one which I downloaded. The
native DLL reports that CTL3D32.DLL was not installed correctly. The builtin
DLL reports: "wxWindows Fatal Error: Cannot register CTL3D"
People on IRC commented that it appears that CTL3D32.DLL is mostly empty on
wine and should be easily fixable.
--
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=38314
Bug ID: 38314
Summary: Mouse Wheel doesn’t work for JA2 1.13 (it uses
MOUSEHOOKSTRUCTEX)
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: notifications+bugs.winehq.org(a)m0a.de
Distribution: ---
The mouse wheel does not work at all in JA2 1.13 and by looking at the source
code I think it may be one of several reasons:
1) MOUSEHOOKSTRUCTEX is not properly supported in wine
2) The wheel distance in mouseData does not equal WHEEL_DELTA (if it’s not
exactly WHEEL_DELTA then this code will just drop the event)
3) There is a "bug" in the JA2 1.13 code, which actually works in Windows
3a) If I look at the code I see a comparison with WHEEL_DELTA, this will fail
if the LOWORD of mouseData is not zero. Seems like on windows it’s always zero?
Maybe in wine it’s not zero? Source:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms644969%28v=vs.85…
The code:
LRESULT CALLBACK MouseHandler(int Code, WPARAM wParam, LPARAM lParam)
{
[...]
p_mhs = (MOUSEHOOKSTRUCTEX*)lParam;
[...]
if(p_mhs->mouseData==(WHEEL_DELTA<<16)) //up MessageBeep(-1);
QueueEvent(MOUSE_WHEEL_UP, 0, uiParam);
if(p_mhs->mouseData==(-WHEEL_DELTA<<16)) //dn MessageBeep(0x00000040L);
QueueEvent(MOUSE_WHEEL_DOWN, 0, uiParam);
--
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=37288
Bug ID: 37288
Summary: Not implemented feature
System.Drawing.Pen.ResetTransform()
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: mr_wire(a)mail.ru
Tried to use ComponentOne C1Report library in my .NET application, got the
following error.
System.Reflection.TargetInvocationException: Exception has been thrown by the
target of an invocation. ---> System.NotImplementedException: The requested
feature is not implemented [GDI+ status: NotImplemented]
at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename
unknown>:0
at System.Drawing.Pen.ResetTransform () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Pen:ResetTransform ()
at C1.Win.C1Preview.C1PreviewPane.#YQe () [0x00000] in <filename unknown>:0
at C1.Win.C1Preview.C1PreviewPane.#kPe () [0x00000] in <filename unknown>:0
at C1.Win.C1Preview.C1PreviewPane.Init () [0x00000] in <filename unknown>:0
at C1.Win.C1Preview.C1PreviewPane..ctor () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) C1.Win.C1Preview.C1PreviewPane:.ctor
()
at C1.Win.C1Preview.C1PrintPreviewControl.Init () [0x00000] in <filename
unknown>:0
at C1.Win.C1Preview.C1PrintPreviewControl..ctor () [0x00000] in <filename
unknown>:0
at (wrapper remoting-invoke-with-check)
C1.Win.C1Preview.C1PrintPreviewControl:.ctor ()
at C1.Win.C1Preview.C1PrintPreviewDialog.InitializeComponent () [0x00000] in
<filename unknown>:0
at C1.Win.C1Preview.C1PrintPreviewDialog..ctor () [0x00000] in <filename
unknown>:0
at (wrapper remoting-invoke-with-check)
C1.Win.C1Preview.C1PrintPreviewDialog:.ctor ()
[skipped lines]
--
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=39908
Bug ID: 39908
Summary: SuperTux 0.3.5a crashes on startup, needs
msvcr120.dll.strtof
Product: Wine
Version: 1.9.0
Hardware: x86
URL: https://github.com/SuperTux/supertux/releases/download
/v0.3.5a/supertux-0.3.5a-win32-setup.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)vr-web.de
Distribution: Debian
wine: Call from 0x7b83a2bc to unimplemented function msvcr120.dll.strtof,
aborting
Moving this issue to its own bug.
Was before part of https://bugs.winehq.org/show_bug.cgi?id=39034 .
--
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=37115
Bug ID: 37115
Summary: Calling ReadFile from WINBASEAPI (WinBase.h) with zero
read length causes hang
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robw(a)sagatech.ca
Our software connects to a serial device using USB-serial adapters. In the
process of attempting to create a wrapper for use on OSx, I discovered a hang
when I attempted to connect to the device under Wine that does not occur under
Windows.
I have tracked it down to the WINBASEAPI ReadFile. Under Windows, if a zero
value is passed as the length to read, it handles and returns zero. Under Wine,
it causes a "black box" (meaning I can't trace it) hang.
I have worked around this in my code by including a return on zero value for
the length, however believe it may be responsible for other serial issues I
have seen in researching this problem.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40129
Bug ID: 40129
Summary: MSI Reading and Writing Behaves differently than
Windows
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agrothberg(a)yahoo.com
Created attachment 53618
--> https://bugs.winehq.org/attachment.cgi?id=53618
Corrupt MSI
I am using Python `bdist_msi` to create an MSI and then
https://github.com/activescott/lessmsi to inspect the MSI. When using Wine, I
can create an MSI and then successfully inspect it. However if I try to install
the MSI that was created under Wine on Windows machine, in stall fails. Further
using the same lessmsi tool above but running it on Windows fails. A complete
write up is here:
http://stackoverflow.com/questions/35004900/using-wine-to-build-msi-for-pyt…
but it appears that the Property table on the MSI is corrupt. Attached is the
msi.
--
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=39838
Bug ID: 39838
Summary: Wreckfest Server: Crashes at startup, unimplemented
function KERNEL32.dll.GetConsoleScreenBufferInfoEx
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: devin(a)devinbraune.de
Distribution: ---
Created attachment 53182
--> https://bugs.winehq.org/attachment.cgi?id=53182
Screenshot which shows terminal (input and output) and other windows related to
it
Bugbear Games' Next Car Game: Wreckfest crashes in dedicated server mode
because KERNEL32.dll.GetConsoleScreenBufferInfoEx is not implemented.
Attached screenshot shows what exactly happens when starting a clean
installation of wreckfest with a clean wineprefix 1.8. The start_server.bat is
part of the game and seems to start wreckfest.exe -s, the regular executable of
the game.
The game itself launches fine if hardware requirements are met. Just not the
server.
Unfortunately, I can't post a download link because it's a commercial game on
steam.
--
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=34174
Bug #: 34174
Summary: Error cleaning log file when installing mingw
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 45459
--> http://bugs.winehq.org/attachment.cgi?id=45459
Terminal log
How to reproduce:
0. (Clean wine prefix after running winecfg was used for this)
1. Install mingw-get-inst-20120426.exe with default settings (but accept
license of course :) )
2. See a message "Encountered an error cleaning log file (1)"
3. Then after you press OK and click next with a tick "show log file" enabled
see empty log file opened in notepad.
--
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=14617
Summary: 3rd party treeview stopped working
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brendan.dowds(a)sciencesoft.com
CC: julliard(a)winehq.org
Hello all,
I am a developer for a software company trying to get our software to work on
WINE. Unfortunately the third party treeview control we rely heavily on fails
to work properly. Namely in that we can not drag items from the treeview.
A small test program (TV_Test.exe), written in VB6, is attached to demostrate
this behaviour. Upon clicking on a node the program performs a HitTest to
determine what type of node it is and its subsequent behaviour
(expand/collapse, allowing dragging, etc.)
To duplicate place the attached folder in the 'Program Files' folder (or where
you please) and run the exe, through WINE obviously. Add a node (or several)
via the button then click on a node. The message box should then tell you if
the test has been passed or not. A successful test should also change to be a
couple of right pointing arrows, and the direction of the arrow in the treeview
node (if it was the lowest branch level). A failed test reports an error
("Error: Error in loading DLL (No.48) In ClickedNode") in the message box.
Now, this is where I know I'm breaking the rules. But this test program and our
main program (which I hope to at to the Apps Database today) both need wine
tricks to have been run, specifically vcrun6, for redistribution reasons.
However, I've already emailled Dan Kegel and he believes this may not be
necessary. I digress.
The test program always failed without winetricks vcrun6, but after it (and
before the bad revision) it worked. (Strictly you do not need to run the full
vcrun6, you need to remove the msvcrt, oleaut32 and olepro32.dlls from the
drive_c/windows/sysem32/ folder and run the vcredist.exe through WINE.)
A colleague looked into this problem in more detail hoping to solve it
ourselves (how wrong we were) and we believe that although we use winetricks,
in this case it actually helps expose a bug rather than the bug being something
intrinsic in what we use winetricks for i.e. replace built-in dlls with native
ones.
So in summary, running the test program without vcrun6 has always failed, with
vcrun6 it used to work but now doesn't.
Some more relevant information (I hope):
- I pulled down the latest git repository this morning (SHA1 ID:
2f445e4e4a74bda3034d993226f05073e777eb85) and tested it, the bug is still there
(wine-1.1.1-339-g2f445e4).
- I'm running FC6
- gcc version is 4.1.2
- command to run the program is '"wine C:\Program Files\Treeview
Test\TV_Test.exe"', assuming the folder is located in 'Program Files'
- A git-bisect showed the first bad revision to be between 0.9.37 and 0.9.38
(SHA1 ID:2f445e4e4a74bda3034d993226f05073e777eb85)
- Further investigation found that by commenting out just two lines the
program worked. And still works in the lastest version. The two lines are in
load_library of /dlls/kernel32/module.c and are shown in the attached file
(load_library_EDITTED.txt)
- The git log for the bad revision is attached.
- My intention was to also attach the output of WINEDEBUG but with the below
command:
$ WINEDEBUG=+relay wine "C:\windows\Program Files\Treeview Test\TV_Test.exe"
I get:
WINEDEBUG=+relay: Command not found.
Look forward to hearing anything and many thanks.
--
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=32827
Bug #: 32827
Summary: Legrand XL3Pro3 : Crash on launch
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gogy.sp(a)gmail.com
Classification: Unclassified
Created attachment 43359
--> http://bugs.winehq.org/attachment.cgi?id=43359
wine backtrace
Wine crashes when I launch Legrand XL3Pro3 without any detail. XL3Pro3 is a
free soft from Legrand Electrics Company (French) that configure electric
installation for home users and pro users
Please see backtrace.txt in attachment
Thx
--
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=30687
Bug #: 30687
Summary: Powerpoint 2003/2007: embedded video play/pause on
click no longer works
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
CC: aric(a)codeweavers.com
Depends on: 30445
Classification: Unclassified
Regression SHA1: 821ead201d38ebca8f3e92e71bf7b6c8641b5ace
Setting Wine version based on the regression test for bug 30445.
In PowerPoint, when embedded video is set to play on click, you should be able
to toggle pause and play at any point by clicking on the video. That's no
longer working. In wine-1.5.4-61-g8327e6f, the video can be started on click,
and paused once by clicking on it, but subsequent clicks do nothing.
--
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=13683
Summary: Ultima IX: Mouse pointer missing when reading books,
under inventory
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rixa(a)cs.tut.fi
When opening an in-game book for reading, there is nothing to work as a mouse
pointer to help clicking the page corners or other clickable elements with. The
books do work, but finding the correct spot to click without any pointer is
quite hard. Saving and loading the game as well as selecting spells are also
implemented by an in-game book, so these functions are likewise affected.
A similar issue affects using the inventories and toolbelt, though the pointer
is not so much missing as being drawn under instead of over the inventory
panel. Otherwise the game seems to work well.
I'm running wine 1.0rc3 on a CentOS 5 system with a GeForce4 Ti 4800 graphics
card and nVidia proprietary drivers version 96.43.05.
--
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=40201
Bug ID: 40201
Summary: EccoPro only works on Wine 1.6.2
Product: Wine
Version: 1.9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tim.c.quinn(a)gmail.com
Distribution: ---
Created attachment 53710
--> https://bugs.winehq.org/attachment.cgi?id=53710
wine eccoext.exe output
Ecco Pro 4.01 only works on Wine 1.6.2 and fails to run on any later version.
Installation instructions for getting a static installation of ecco pro is
here:
http://nixplayground.blogspot.ca/2015/02/installing-ecco-pro-401-in-linux-u…
I have run through eccoext.exe and ecco32.exe on later versions and they fail
in all cases.
I have tested on the following systems:
* Ubuntu 14.04.4 x64
* Ubuntu 15.10
* Opensuse 42.1
I will attach the outputs for each of the following tests:
1) % wine eccoext.exe --> eccoext_output.txt
2) % winedbg ecco32.exe --> ecco32_output.txt
Test 3) % wine ecco32.exe just results in a dialog "An application error has
occurred. Please exit Ecco and restart"
--
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=39878
Bug ID: 39878
Summary: Diablo II does not start
Product: Wine
Version: 1.7.25
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Diablo 2 does not start under wine-1.9.0. This is actually regression caused by
wine-1.7.24-57-g7cdaece:
commit 7cdaece711e696447b10ea9c0ab00b7ced799165
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Aug 18 08:26:20 2014 +0200
wined3d: Store the amount of video memory as a UINT64.
Diff in console log between 1.7.24 and 1.7.25:
fixme:dbghelp_dwarf:dwarf2_parse_subprogram Unhandled Tag type 0x26 at
ctx(0x32b964,L"kernel32<elf>"), for debug_info(abbrev:0x7a40c30,symt:0x7b9b0d8)
fixme:dbghelp_dwarf:dwarf2_parse_subprogram Unhandled Tag type 0x26 at
ctx(0x32b964,L"advapi32<elf>"), for debug_info(abbrev:0x8631ce0,symt:0x86f81fc)
fixme:dbghelp_dwarf:dwarf2_parse_subprogram_block Unhandled Tag type 0x26 at
ctx(0x32b964,L"comdlg32<elf>"), for debug_info(abbrev:0x8791fa0,symt:(nil))
...
--
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=33787
Bug #: 33787
Summary: after initial open of IE8 and open page in new tab to
select add on & accelerators instead of Live
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jakubcoltun(a)gmail.com
Classification: Unclassified
Created attachment 44763
--> http://bugs.winehq.org/attachment.cgi?id=44763
after initial open of IE8 and open page in new tab to select add on &
accelerators instead of Live
after initial open of IE8 and open page in new tab to select add on &
accelerators instead of Live
--
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=12652
Summary: Rainbow six Vegas 2 Fails to launch with General
Protection fault
Product: Wine
Version: 0.9.59.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xarnze(a)googlemail.com
Created an attachment (id=12297)
--> (http://bugs.winehq.org/attachment.cgi?id=12297)
Console output from Rainbow six Vegas 2 winever 0.9.59.
Rainbow six Vegas 2 launches and the splash screen appears however shortly
afterwards the game crashes with a message stating General protection fault!
History: Address = 0x45b08ec (filename not found)
i have attached the console output bellow.
--
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=34318
Bug #: 34318
Summary: Process Hacker 2.x needs
ntdll.dll.EtwRegisterTraceGuidsW
Product: Wine
Version: 1.7.0
Platform: x86
URL: http://processhacker.sourceforge.net/downloads.php
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 34317
Classification: Unclassified
Follow up to bug 25994. You'll need native winsta.dll to workaround bug 34317.
--
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=39517
Bug ID: 39517
Summary: No sound in Skyrim after intro video
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hewanci(a)gmail.com
Distribution: ---
In Skyrim, the Bethesda intro does have sound, but nothing afterwards. No
music, no menu sounds, no game sound.
It USED TO WORK for years, up until a few weeks ago when I last played. Then
today I tried to play again, and it doesn't work now.
I did not change anything on my system or in my Skyrim, apart from doing
regular system updates.
I have:
- verified game cache
- updated and rebooted my system
- reinstalled everything with winetricks that was installed before
- installed xact via winetricks
- reinstalled DirectX from game's directory
- removed intro video file
- toggled Wine from XP mode to Win 7 mode
- made sure Wine uses pulseaudio
- made sure speakers in Wine are set to stereo and not 5.1
None of these made a difference.
Arch Linux 64 bit
wine-1.7.53-2
alsa 1.0.29-1
pulseaudio 7.0-2
pulseaudio-alsa 2-3
Steam is under a 32 bit wineprefix.
console output: http://pastebin.com/ALG68nEB
--
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=38884
Bug ID: 38884
Summary: Python to Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: h4ck3dbymadman(a)gmail.com
Distribution: ---
Created attachment 51818
--> https://bugs.winehq.org/attachment.cgi?id=51818
The bug
I can't install pywin32.msi
--
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=37135
Bug ID: 37135
Summary: Wine fails to handle EWOULDBLOCK return from sendmsg
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Solaris
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: carson(a)taltos.org
On Solaris 11.2, launching any application via "wine c:\somepath\foo.exe"
frequently fails, printing the following errors:
sendmsg: Resource temporarily unavailable
sendmsg: Resource temporarily unavailable
Protocol error: process 000c: Protocol error: process 000
Debugging, I find these errors come from 2 different places. Fixing both makes
wine run reliably.
server/request.c
dlls/ntdll/server.c
The fix for ./dlls/ntdll/server.c is easy, just add EWOULDBLOCK to the EINTR
case that's already present.
dlls/ntdll/server.c requires the addition of a loop around sendmsg as well as
handling the non-fatal EWOULDBLOCK (and it should probably retry EINTR as
well).
I can generate patches if desired, but the fixes are fairly 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.
http://bugs.winehq.org/show_bug.cgi?id=19344
Summary: Adobe Photoshop CS2: Some files missing on
installation (appinstall)
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.adobe.com/pub/adobe/photoshop/win/cs2/
Photoshop_CS2.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Installed on windows XP, but not on wine:
C:\Program Files\Adobe\Adobe Photoshop CS2\install.adb
C:\Program Files\Adobe\Adobe Photoshop CS2\Helpers\Jump To HTML
Editor\Notepad.LNK
C:\Program Files\Adobe\Adobe Help Center\install.adb
C:\Program Files\Adobe\Adobe Help Center\AdobeHelpData\Database\vbox.err
C:\Program Files\Adobe\Adobe Bridge\install.adb
--
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=38181
Bug ID: 38181
Summary: Try to run ESEA client
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: decodiazhd(a)gmail.com
Distribution: ---
Created attachment 50951
--> https://bugs.winehq.org/attachment.cgi?id=50951
backtrace
try to run the ESEA client but i allways say that error i can install but not
run 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.
http://bugs.winehq.org/show_bug.cgi?id=13094
Summary: UltraEdit: crashes in certain cases with Unicode editing
Product: Wine
Version: 1.0-rc1
Platform: PC
URL: http://www.ultraedit.com/files/ue_english.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fbcrack(a)yahoo.es
Created an attachment (id=12867)
--> (http://bugs.winehq.org/attachment.cgi?id=12867)
UltraEdit 32 v14.00a unicode editing crash log
Wine crashses when performing following actions:
1. File->New (Ctrl+N)
2. Write any non ASCII character (eg: ñ)
3. File->Conversions->ASCII to UTF8 (Unicode Editing)
4. Enter hex. edition mode via Edit->HEX Functions->HEX Edit or pressing Ctrl+H
5. Return normal edition mode Edit->HEX Functions->HEX Edit or pressiong Ctrl+H
UltraEdit then shows the following error message:
An error has ocurred. The application will shut down.
Would you like to save an error report?
--
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=39997
Bug ID: 39997
Summary: Some documents with images are correctly opened by
word 2007, but word crashes when it needs to display
the pages with graphics.
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: vfrederix(a)gmail.com
Distribution: ---
Created attachment 53440
--> https://bugs.winehq.org/attachment.cgi?id=53440
Log file, sample docx file, screenshot
Hello,
With some documents containing images, displaying some images causes Word 2007
to crash. However, opening the document works correctly until I navigate to the
page containing the image.
When Word start to hang, this line is immediately appended to the log:
fixme:dc:GdiIsMetaPrintDC 0x3e0150
Searching on the internet for similar messages seems to yield only results
related to the use of 2007 office products and it seems that this could be
related to gdi32.
I tested Word 2007 with and without dll overrides. The results are the same.
Full log, sample .docx file and screenshot of the crash are attached to this
bug report.
Word complains ogl.dll is crashing. I also tried to update ogl.dll but results
are the same.
Thank you for your time.
Best regards.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31801
Bug #: 31801
Summary: Font anti-aliasing in Office 2010 pdf export
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stasik0(a)front.ru
Classification: Unclassified
Created attachment 41839
--> http://bugs.winehq.org/attachment.cgi?id=41839
Word is on the top, the exported pdf on the bottom. The lack of AA is clearly
visible.
Hi, if I use the PDF-Export from any of Office 2010 product the fonts are not
'smooth' compare to screen shots.
--
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=36075
Bug ID: 36075
Summary: Kingdoms of Amalur: Reckoning Crashes on Start
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mattcbro(a)earthlink.net
In a 32 bit prefix, running on linux mint 16, cinnamon 64 bits, attempting to
play Kingdom of Amalur: Reckoning results in a crash prior to game start.
This is occurring in wine-1.7.16 . The exception is,
exception: page fault on read access to 0x00000018 in 32-bit code
(0x009c54b0).
Others have reported the same problem in ubuntu based systems.
I am using an Nvidia 770 gtx card with proprietary drivers.
--
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=36967
Bug ID: 36967
Summary: GuardianEdgeRemovableStorageAccess: Unhandled page
fault on read access
Product: Wine
Version: 1.7.21
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)unassailable.info
Created attachment 49087
--> http://bugs.winehq.org/attachment.cgi?id=49087
Backtrace with removable device set as "cdrom"
Background: Program designed to be run on NTFS removable media with full disk
encryption.
Program exits immediately with no error when being run as normal user and drive
type selected as "autodetect", "local harddisk", or "network share" in wine
configuration gui.
When run as root, program runs but complains of not being run on a removable
device and exits (not wine issue).
Once set to "floppy" or "cdrom", program starts, the expected window appears
and then crashes with unhandled page fault.
Replicated on wine 1.6.2 and 1.7.21.
Kernel 3.12.21-gentoo-r1
Research program on net, forms and wine appDB with no luck.
--
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=27103
Summary: JigsawADay.com puzzle application: slow screen
refreshing
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://www.jigsawaday.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: msvfw32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34543)
--> (http://bugs.winehq.org/attachment.cgi?id=34543)
terminal output
There is a noticeable lag when you pick up a puzzle piece and move it across
the screen. If you switch to another window then switch back to the
application, the refreshing of the app window is also much slower than on
Windows (I've tried the app in WinXP running under Virtualbox).
As a workaround, using native msvfw32.dll improves the situation a lot.
It seems the preview window has the most impact on the issue: try to minimize
it and you'll see that the lagging issue improved somewhat.
The application can be downloaded from the URL linked above. It doesn't require
installation and it has a size of only a few hundred kilobytes.
--
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=15758
Summary: Page Maker 6.5 can't find resource file
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
When checking bug 4836 in pagemaker 6.5 a regression was prevented testing.
After this commit when starting pm65.exe a dialog box pops up stating it could
not find resource file pm65.rsl and after clicking ok the program exits.
8e5f28127644344247056337a4eeca71f0e43322 is first bad commit
commit 8e5f28127644344247056337a4eeca71f0e43322
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Jun 30 12:51:35 2008 +0200
ntdll: Add some sanity checks for invalid relocation blocks.
--
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=31951
Bug #: 31951
Summary: TomTom Home SatNav software will not run
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: john.l.l.williams(a)btinternet.com
Classification: Unclassified
Trying to run Tom Tom Home SatNav windows software in wine and got unexpected
error report the backtrace file is attached
--
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=19585
Summary: Water is red in Settlers: Heritage of Kings demo
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://videogames.yahoo.com/predownload?eid=56657
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Created an attachment (id=22839)
--> (http://bugs.winehq.org/attachment.cgi?id=22839)
Screenshot showing the problem
The water in the demo version of Settlers: Heritage of Kings is displayed in a
red hue instead of a blue one; see attached screenshot.
--
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=26767
Summary: U-he Tyrell, Uhbik and ACE vst plugins: GUI Knob bug
(image files files not being sorted correctly)
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: futuretodd(a)googlemail.com
Created an attachment (id=34093)
--> (http://bugs.winehq.org/attachment.cgi?id=34093)
gif anim of knob behaviour, should show a smooth movement from left to right
U-he Tyrell, Uhbik and ACE vst plugins show erratic graphical behaviour in use
(see attatched gif)
They actually work as they should do if this odd graphics behaviour is ignored.
The images for the knobs are saved in, ie for Tyrell, /(user vst
folder)/TyrellN6Win/TyrellN6.data/Data/Images/Animations/Knob/ and are labeled
Knob0000.png - Knob0100.png, which goes from leftmost image to rightmost, when
they actually make to the plugin they are all jumbled up, so it appears wine is
not sorting them numerically by their names correctly.
Tyrell is free so is recommended for testing
http://www.u-he.com/TyrellN6/downloads/TyrellN6Win.zip
Tested with Reaper and Minihost
http://www.cockos.com/reaper/download.phphttp://www.tobybear.de/p_minihost.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=36297
Bug ID: 36297
Summary: valgrind shows uninitialized memory in
msxml3/tests/domdoc.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==30791== Conditional jump or move depends on uninitialised value(s)
==30791== at 0x4D2A2EC: dump_Variant (typelib.c:1548)
==30791== by 0x4D2AD9D: dump_DispParms (typelib.c:1612)
==30791== by 0x4D39207: ITypeInfo_fnInvoke (typelib.c:6975)
==30791== by 0x6197AEC: DispatchEx_InvokeEx (oaidl.h:1523)
==30791== by 0x6197335: DispatchEx_Invoke (dispex.h:299)
==30791== by 0x4A6DC7F: test_dispex (dispex.h:292)
==30791== by 0x4A76AE1: func_domdoc (domdoc.c:11918)
==30791== by 0x4AB096C: run_test (test.h:584)
==30791== by 0x4AB0D5B: main (test.h:654)
==30791== Uninitialised value was created by a stack allocation
==30791== at 0x4A6B514: test_dispex (domdoc.c:10307)
==30791==
--
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=19081
Summary: Force closing winhlp32 without a file loaded pops up
an error dialog (appinstall)
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=22023)
--> (http://bugs.winehq.org/attachment.cgi?id=22023)
ahk test
A bit hard to explain...but launching 'wine winhlp32' with no arguments open
wine help, along with a file open dialog. That's all well and good, same as
windows. Now, let's get tricky. Force the winhlp32 window to close (not the
file open dialog). On windows, exits with no problems. On wine, pops up a
dialog:
ERROR
Cannot find ''. Do you want to find this file yourself?
I'll attach an AHK script to show what I mean...If you want to verify on
windows, change 'Wine' to 'Windows'.
--
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=36383
Bug ID: 36383
Summary: valgrind shows several uninitialized values in
ddraw_CreateSurface() in ddraw/tests/dsurface.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
fixme:win:EnumDisplayDevicesW ((null),0,0x549f568,0x00000000), stub!
==5763== Conditional jump or move depends on uninitialised value(s)
==5763== at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763== by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763== by 0x515E72E: SrcColorKey32BlitTest (dsurface.c:240)
==5763== by 0x516CEB4: func_dsurface (dsurface.c:3949)
==5763== by 0x50CC30B: main (test.h:584)
==5763== Uninitialised value was created by a stack allocation
==5763== at 0x515E671: SrcColorKey32BlitTest (dsurface.c:217)
==5763==
==5763== Conditional jump or move depends on uninitialised value(s)
==5763== at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763== by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763== by 0x515E7C8: SrcColorKey32BlitTest (dsurface.c:251)
==5763== by 0x516CEB4: func_dsurface (dsurface.c:3949)
==5763== by 0x50CC30B: main (test.h:584)
==5763== Uninitialised value was created by a stack allocation
==5763== at 0x515E671: SrcColorKey32BlitTest (dsurface.c:217)
==5763==
==5763== Conditional jump or move depends on uninitialised value(s)
==5763== at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763== by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763== by 0x515E224: PaletteTest (dsurface.c:2225)
==5763== by 0x516E484: func_dsurface (dsurface.c:3962)
==5763== by 0x50CC30B: main (test.h:584)
==5763== Uninitialised value was created by a stack allocation
==5763== at 0x515DB07: PaletteTest (dsurface.c:2137)
==5763==
==5763== Conditional jump or move depends on uninitialised value(s)
==5763== at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763== by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763== by 0x515E003: PaletteTest (dsurface.c:2260)
==5763== by 0x516E484: func_dsurface (dsurface.c:3962)
==5763== by 0x50CC30B: main (test.h:584)
==5763== Uninitialised value was created by a stack allocation
==5763== at 0x515DB07: PaletteTest (dsurface.c:2137)
==5763==
--
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=28172
Summary: Civilization II crashes on startup
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: charlespigott(a)googlemail.com
Created an attachment (id=36092)
--> (http://bugs.winehq.org/attachment.cgi?id=36092)
backtrace(s) + some notes
see attachment
starting civ2.exe (from anywhere) results in this error
note that nothing happens except this output/backtrace
--
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=40182
Bug ID: 40182
Summary: Elder Scrolls Online: Login connection issues
Product: Wine
Version: 1.9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: amgeddis(a)msn.com
Distribution: ---
Disclosure: I am using Wine-staging 1.9.3
Since patch 2.2.11 on 2/8/2016 Elder Scrolls Online cannot be played in WINE.
Logging in usually works but trying to load a character either results in
1. The animation icon eventually freezing and the app hanging
or
2. Getting booted back to the login screen with the error: "An error has
occurred. Please try again in a few minutes". All subsequent logins after the
error message give the error code 301 which according to the codes sheet
means:"Lobby connection failed"
When logging in doesn't work there is only error code 301.
Steps to recreate: Run Bethesda.net_Launcher.exe, hit "Play", log into
account, select "Play" below the character.
Game used to play great with 32-bit prefix, corefonts, and vcrun2013 installed.
Tried creating clean new prefixes in both 32-bit and 64-bit but neither worked
with or without corefonts and vcrun2013 also installed.
On the Elder Scrolls Online forums there are three other WINE users that have
come out and said they've had the same problem since patch 2.2.11 and
contacting the developer Zenimax Online support only gave back generic messages
of "We do not support Linux".
One of the other WINE users also said they have the same problem in their
Windows dualboot installation as well.
There are also several other Windows users on the Elder Scrolls Online forums
complaining of the same problem and all still report this being a problem for
them.
--
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=10156
Summary: "typos" on some include files
Product: Wine
Version: 0.9.47.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sacrom(a)gmail.com
CC: sacrom(a)gmail.com
Created an attachment (id=8741)
--> (http://bugs.winehq.org/attachment.cgi?id=8741)
File that contains diff's of the current header files with the "fixed" header
files
I'm porting a windows app to Wine (using WineLib) and I found some small
problems in some header files in Wine (that contain different values from the
corresponding Windows header files).
To be able to compile on C++ I did also change some header files.
>From my point of view these are small typos problems (see attachment)
I hope this to be enough!
--
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=36748
Bug ID: 36748
Summary: valgrind shows two possible leaks in
d3drm/tests/d3drm.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
follow up to bug 36351
==32094== 120 bytes in 1 blocks are possibly lost in loss record 458 of 686
==32094== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==32094== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==32094== by 0x65A9826: ???
==32094== by 0x6597082: ???
==32094== by 0x4F5EFD8: test_Frame (d3drm.c:930)
==32094== by 0x4F652B2: func_d3drm (d3drm.c:1738)
==32094== by 0x4F6893F: run_test (test.h:584)
==32094== by 0x4F68D2E: main (test.h:654)
==32094==
==32094== 120 bytes in 1 blocks are possibly lost in loss record 459 of 686
==32094== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==32094== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==32094== by 0x65A9826: ???
==32094== by 0x6597082: ???
==32094== by 0x4F5F623: test_Frame (d3drm.c:969)
==32094== by 0x4F652B2: func_d3drm (d3drm.c:1738)
==32094== by 0x4F6893F: run_test (test.h:584)
==32094== by 0x4F68D2E: main (test.h:654)
==32094==
--
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=38670
Bug ID: 38670
Summary: advapi32/registry tests shows several uninitialized
values
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: minor
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p
advapi32_test.exe.so registry && touch registry.ok
==11402== Conditional jump or move depends on uninitialised value(s)
==11402== at 0x47EBEE3: winetest_vok (test.h:333)
==11402== by 0x47EBFD4: winetest_ok (test.h:357)
==11402== by 0x47B6CE8: test_reg_query_info (registry.c:1725)
==11402== by 0x47C08F1: func_registry (registry.c:3177)
==11402== by 0x47EC923: run_test (test.h:584)
==11402== by 0x47ECD6B: main (test.h:666)
==11402== Uninitialised value was created by a stack allocation
==11402== at 0x47B665C: test_reg_query_info (registry.c:1670)
==11402==
==11402== Conditional jump or move depends on uninitialised value(s)
==11402== at 0x47EBEE3: winetest_vok (test.h:333)
==11402== by 0x47EBFD4: winetest_ok (test.h:357)
==11402== by 0x47B73E0: test_reg_query_info (registry.c:1758)
==11402== by 0x47C08F1: func_registry (registry.c:3177)
==11402== by 0x47EC923: run_test (test.h:584)
==11402== by 0x47ECD6B: main (test.h:666)
==11402== Uninitialised value was created by a stack allocation
==11402== at 0x47B665C: test_reg_query_info (registry.c:1670)
==11402== Conditional jump or move depends on uninitialised value(s)
==11402== at 0x47EBEE3: winetest_vok (test.h:333)
==11402== by 0x47EBFD4: winetest_ok (test.h:357)
==11402== by 0x47B7708: test_reg_query_info (registry.c:1771)
==11402== by 0x47C08F1: func_registry (registry.c:3177)
==11402== by 0x47EC923: run_test (test.h:584)
==11402== by 0x47ECD6B: main (test.h:666)
==11402== Uninitialised value was created by a stack allocation
==11402== at 0x47B665C: test_reg_query_info (registry.c:1670)
==11402==
--
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=39435
Bug ID: 39435
Summary: The 64 bit mshtml:xmlhttprequest fails on Windows 8/10
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The 64 bit mshtml:xmlhttprequest has six failures on Windows 8/8.1/10:
xmlhttprequest.c:444: Test failed: text == NULL
xmlhttprequest.c:445: Test failed: Expect Server: Apache, got (null)
xmlhttprequest.c:453: Test failed: AllResponseHeaders(ETag:
"33a034e-33-4f1223417ce00"
Content-Length: 51
Keep-Alive: timeout=5, max=1000
Content-Type: application/xml
Last-Modified: Wed, 29 Jan 2014 20:58:32 GMT
) don't have expected substr(Server: Apache)
xmlhttprequest.c:444: Test failed: text == NULL
xmlhttprequest.c:445: Test failed: Expect Accept-Ranges: bytes, got (null)
xmlhttprequest.c:453: Test failed: AllResponseHeaders(ETag:
"33a034e-33-4f1223417ce00"
Content-Length: 51
Keep-Alive: timeout=5, max=1000
Content-Type: application/xml
Last-Modified: Wed, 29 Jan 2014 20:58:32 GMT
) don't have expected substr(Accept-Ranges: bytes)
This is specific to the 64 bit + Windows 8/8.1/10 combination. Note that these
failures don't happen on 64 bit Vista and Windows 7 machines.
Success IE8 wvistau64-64
Success IE9 win7u64-1spie9t64
Success IE11 w7pro64-64
Failure IE?? cw1-hd6800-t64 (Windows 8.1)
Failure IE?? cw2-gtx560-t64 (Windows 8.1)
Failure IE9 fg-acer64-w8-t64 (Windows 8)
Failure IE?? pelzflowin81pronvid
Failure IE?? cw1-hd6800-t64 (Windows 10)
Failure IE?? cw2-gtx560-t64 (Windows 10)
--
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=40113
Bug ID: 40113
Summary: mshtml:xmlhttprequest regression
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The commit below introduced 4 new test failures but only in the Windows XP SP2
+ Internet Explorer 7 case (fg-winxp-2spie7 VM).
By very specific I mean that:
* Windows XP SP2 + IE 6 has no failure because IE 6 is too old (fg-winxp-2sp).
* Windows XP SP2 + IE 7 has the 4 extra failures for a total of 28
(fg-winxp-2spie7).
* Windows XP SP3 + IE 7 has the same 24 failures as before the commit
(fg-winxp-3sp).
* Windows XP SP3 + IE 8 has no failures at all (fg-winxp-3spie8).
All four new failures are identical to the one below, in particular due to the
line number being meaningless:
xmlhttprequest.c:551: Test failed: Expected enabled:
(INTERFACESAFE_FOR_UNTRUSTED_CALLER | INTERFACESAFE_FOR_UNTRUSTED_DATA |
INTERFACE_USES_SECURITY_MANAGER), got 0x00000003
Given the existing failures it might make sense to skip all 28 tests on IE < 8.
commit 798b1e06f38328121e0f201a9a44ba020e07e1f2
Author: Zhenbo Li <litimetal(a)gmail.com>
Date: Fri Dec 25 15:30:06 2015 +0800
mshtml: Add IHTMLXMLHttpRequest::responseXML() method implementation.
Signed-off-by: Zhenbo Li <litimetal(a)gmail.com>
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15537
Summary: PURE DVD : FGLRX GL_INVALID_OPERATION
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bellegueulle.damien(a)neuf.fr
Created an attachment (id=16510)
--> (http://bugs.winehq.org/attachment.cgi?id=16510)
Log
After launch game .... black screen.
I use wine 1.1.5 and fglrx 8.5 ( ATI 4820HD )
View my log in attachment :)
--
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=29319
Bug #: 29319
Summary: Internet Explorer 8 fails to start an InPrivate
Browsing session
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 37920
--> http://bugs.winehq.org/attachment.cgi?id=37920
Terminal output
Nothing happens when trying to start an InPrivate Browsing session in IE8.
Steps to reproduce:
1. winetricks ie8
2. Start IE and go to tools -> InPrivate Browsing
Workaround: WINEDLLOVERRIDES=wininet=n
--
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=38971
Bug ID: 38971
Summary: Allied Telesis Switch manager crash
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paul.c.budden(a)gmail.com
Distribution: ---
Created attachment 51922
--> https://bugs.winehq.org/attachment.cgi?id=51922
Backtrace from wine for allied telesis switch manager crash
Attempted to run this application.
It started with a selection of available Ethernet ports, then crashed with the
trace attached.
There was a message to report this here.
--
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=38347
Bug ID: 38347
Summary: Program setup for my printer Canon PIXMA MP495 crashes
while installing
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agonapo71(a)yahoo.it
Distribution: ---
Created attachment 51192
--> https://bugs.winehq.org/attachment.cgi?id=51192
This is the crash report
I tried to install the generic drivers for the printer specified above through
the tool embedded in my OS (Ubuntu 14.04 LTS) but after the installation the
printer doesn't work, so I decided to use Wine to run the setup.exe file
directly from CD. Even in this case I could not end the installation process
due to a crash whose details are reported in the attached file. I hope you will
find out a solution soon, thanks
Agostino G. - ITALY
--
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=26942
Summary: CSPRO 4 editing : context menu on grid header not
working properly
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iip.umar.rifai(a)gmail.com
How to test:
1. download cspro here http://www.census.gov/ipc/www/cspro/download/cspro40.exe
2. Run Cspro 4.0 program
3. Open file/application, goto examples/capi
4. Go to form shown on the screenshoot (attached)
5. Right click on the grid header to show the context menu, the menu will show
after you pressing ALT.
Maybe related to comctl32.
--
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=30488
Bug #: 30488
Summary: IE8 shows corrupted previews on the quick tabs screen
Product: Wine
Version: 1.5.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Depends on: 29642
Classification: Unclassified
A Wine user <RandomAccountName(a)mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
Depends on| |29642
Created attachment 39870
--> http://bugs.winehq.org/attachment.cgi?id=39870
Terminal output
The web page previews on IE8's quick tabs page are often misrendered despite
the page being displayed correctly during normal browsing. Steps to reproduce:
1. winetricks ie8
2. Start IE and open a new tab
3. Enter the quick tabs page with ctrl+Q or the button to the left of the tab
bar
The first tab should be WineHQ's homepage, which shows two issues in the
preview:
1. The Google custom search bar is corrupted
2. The about and download links have some extra images added to the left, along
with their usual icons
After switching back to that tab, the Google search bar actually becomes
corrupted as it was in the preview, but the extra images are not there.
Workaround: winetricks gdiplus
Disable winedbg.exe to work around bug 29642.
--
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=32347
Bug #: 32347
Summary: Alien8 and Head Over Heels crash when window is moved
partly off-screen
Product: Wine
Version: 1.5.18
Platform: x86-64
URL: http://retrospec.sgn.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
This issue applies to at least two game remakes available from
http://retrospec.sgn.net/
Alien8: http://retrospec.sgn.net/game-links.php?link=alien8
Head Over Heels: http://retrospec.sgn.net/game-links.php?link=hoh
Source code is available for Alien8.
I'm testing with wine-1.5.18-114-ga61f68f, Lubuntu 11.10 x86-64, Nvidia driver
304.64.
Both games crash when you drag the game window so it is partly off the right
and/or bottom edge of the screen. (There is no crash when the window is off the
left and/or top edge.)
The crash didn't give a very useful backtrace. Sometimes when it crashed there
was no error dialog, just this console text:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc4b43a
--
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=36136
Bug ID: 36136
Summary: oleaut32/tests/vartest.c test shows a couple leaks
with valgrind
Product: Wine
Version: 1.7.16
Hardware: x86
URL: https://test.winehq.org/data/7e874aed75765f3c017673178
cfd64301b7ba3ed/linux_ae-fedora64-heap/oleaut32:vartyp
e.html
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==30829== 0 bytes in 1 blocks are definitely lost in loss record 1 of 290
==30829== at 0x7BC4C735: notify_alloc (heap.c:255)
==30829== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30829== by 0x4FE7CE0: VARIANT_CopyIRecordInfo (variant.c:717)
==30829== by 0x4FE7FE8: VariantCopy (variant.c:781)
==30829== by 0x4C7D051: test_VariantCopy (vartest.c:907)
==30829== by 0x4CD19F3: func_vartest (vartest.c:8964)
==30829== by 0x4D35F00: run_test (test.h:584)
==30829== by 0x4D362EF: main (test.h:654)
==30829==
==30829== 16 bytes in 1 blocks are definitely lost in loss record 53 of 290
==30829== at 0x7BC4C735: notify_alloc (heap.c:255)
==30829== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30829== by 0x4F980FA: alloc_bstr (oleaut.c:162)
==30829== by 0x4F98490: SysAllocStringLen (oleaut.c:324)
==30829== by 0x4CAD36B: test_VarCat (vartest.c:5952)
==30829== by 0x4CD1A70: func_vartest (vartest.c:8989)
==30829== by 0x4D35F00: run_test (test.h:584)
==30829== by 0x4D362EF: main (test.h:654)
==30829==
--
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=21205
Summary: ACDSee 8.0 Program won't start
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eric(a)emlorenz.com
When the desktop Launcher for ACDSee is clicked, it appears to start, and shows
the 'starting ACDSee' icon in the bar as screen bottom, then abruptly stops. No
error messages are shown.
--
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=33389
Bug #: 33389
Summary: aion performance drop when you play in group
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legluondunet(a)free.fr
Classification: Unclassified
Created attachment 44182
--> http://bugs.winehq.org/attachment.cgi?id=44182
Wine log with a crash at the end
Hello,
in Aion, big performance drop when you join a group and all time during.
Thank you for your help.
--
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=39902
Bug ID: 39902
Summary: No form for adding new developers or submitting
correction requests
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: jhansonxi(a)gmail.com
Distribution: ---
Other than submitting bugs and emails to appdb(a)winehq.org (does anyone read
these?) there isn't a clean way to add a new developer (without adding a new
app) or correct an existing developer entry. I added GETMACS.EXE
(https://appdb.winehq.org/objectManager.php?sClass=application&iId=17241) for
the sole purpose of adding WestDev Ltd. to the AppDB so I could set the correct
developer for PCB Artist
(https://appdb.winehq.org/objectManager.php?sClass=application&iId=6646).
--
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=30063
Bug #: 30063
Summary: "finish" button of readbook configure wizard is
unavailable
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download readbook
http://dl-sh-ocn-1.pchome.net/03/um/RB_Setup_Plus1.51.zip
2. unzip and install
$ wine RB_Setup_Plus1.51.exe
always select "next"/"下一步"
3. Start readbook
$ cd .wine/drive_c/ReadBOOK
$ wine ReadBook.exe
A configure wizard dialog will popup in the first time starting readbook.exe
4. click "next"/"下一步" , next, next ...
5. click "finish"/"完成"
Actual result:
Nothing happen when clicking "finish"
Expect result:
Finish the configure and quit from the configure wizard.
I've confirm on winxp that the "finish" button works
LANG=zh_CN.utf8
--
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=29756
Bug #: 29756
Summary: ws2_32: getaddrinfo edge cases broken on OS X
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: code(a)klickverbot.at
Classification: Unclassified
getaddrinfo() responds differently to edge cases on Windows, Linux and OS X;
notably, the Winsock incarnation accepts more combinations of null/empty
host/port strings than the others do. Some steps to resolve the issues this
creates for Wine clients have been made in commits 75be2284 and 8e5d5bf5.
Unfortunately, the current implementation (1.4-rc1, Git f0cfa7cf) does not work
on OS X, because the host part of the FQDN of the local machine usually doesn't
resolve. The attached patch fixes this issue and another difference in behavior
between Winsock/Windows and Wine/OSX.
While tracking this down, I compared a number of param/flag combinations; the
detailed results are at
http://klickverbot.at/blog/2012/01/getaddrinfo-edge-case-behavior-on-window….
--
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=29684
Bug #: 29684
Summary: Setting useragent is unimplemented
Product: Wine
Version: 1.3.37
Platform: x86
URL: http://netikka.net/dev/useragent.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Example: http://netikka.net/dev/useragent.exe
Click "Test useragent" navigates to http://whatsmyuseragent.com
Page should show: Mozilla/4.0 (testing useragent)
Problem:
fixme:mshtml:OleControl_OnAmbientPropertyChange not supported AMBIENT_USERAGENT
--
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=23283
Summary: Cannot print my annual income tax return in
ElsterFormular (crash)
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johannesobermayr(a)gmx.de
ElsterFormular crashes when I try printing my annual income tax return:
wine-snapshot-1.2.rc3.20100618-1.1.i586 (openSUSE 11.2)
err:seh:setup_exception_record stack overflow 1228 bytes in thread 001c eip
7bc3efd8 esp 00240e64 stack 0x240000-0x241000-0x340000
You can download the app for free here:
https://www.elster.de/elfo_down4.php?who=2009/2010
--
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=18023
Summary: Graph 4.4 will not allow you to add labels
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tagrain(a)gmail.com
When adding a label to a graph a dialogue appears "system error code 5" or
"abnormal program termination". Could this be an ole problem?
--
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=40122
Bug ID: 40122
Summary: __wine_kernel_init boot should not timeout while Gecko
or Mono is downloading
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
When you have a slow internet connection and are creating a new prefix and
gecko/mono are not cached yet the function __wine_kernel_init boot will print
its timeout error in the console and go on even while the download is still in
progress clearly indicating that the prefix creation did not finish yet.
I understand that __wine_kernel_init is probably not aware of the download but
anyway wine should not ignore that the download is still running and conclude
wine prefix creation.
To test this I simply created a new prefix (I always do "WINEPREFIX=/path/...
wine winecfg" and then wait for winecfg to appear).
--
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=31264
Bug #: 31264
Summary: iTunes will not connect to the iTunes music store
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: medasaro(a)comcast.net
Classification: Unclassified
Install iTunes 10.6.1 or 10.6.3. The UI is corrupted, but click on the 'iTunes
Store' link in the left-hand pane anyway. iTunes will hang there forever and
never connect to the store. Running network diagnostics results in a message
that says 'Secure Link to iTunes Store failed.' No particularly useful hints
show up on the console and overriding secure32 and/or wininet makes no
difference.
--
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=15482
Summary: iTunes 8.0.0.35 fails connecting to iTunes Store
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.kovar(a)gmail.com
iTunes8Setup.exe SHA1 09bd8dd0b055f1b63205d5c9c9a00e4d42e38a3e
Attempt to connect ends w/ failure:
We could not complete your iTunes Store request. A secure network connection
could not be established.
Make sure SSL 3.0 or TLS 1.0 is enabled in the Internet Options control panel,
then try again.
err:wininet:NETCON_secure_connect SSL_connect failed:
error:00000000:lib(0):func(0):reason(0)
F9 Sulphur
rpm -q wine
wine-1.1.5-1.fc9.i386
--
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=23636
Summary: Distnoted.exe crashes, iTunes 7.7.0.43
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi1(a)gmail.com
Created an attachment (id=29568)
--> (http://bugs.winehq.org/attachment.cgi?id=29568)
wine C:\\Program\ Files\\iTunes\\iTunes.exe
iTunes 7.7.0.43 crashes due to Distnoted.exe crashing.
apt-cache policy wine1.2
wine1.2:
Installed: 1.2~rc7-0ubuntu2
Candidate: 1.2~rc7-0ubuntu2
Version table:
*** 1.2~rc7-0ubuntu2 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ lucid/main
Packages
100 /var/lib/dpkg/status
1.1.42-0ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
--
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=40047
Bug ID: 40047
Summary: Prison Architect fails to launch -- unimplemented
function shcore.dll.GetDpiForMonitor
Product: Wine
Version: 1.9.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aapmak(a)gmail.com
Distribution: ---
Prison Architect (all versions) ran almost flawlessly in Wine, up to and
including Wine version 1.9.1. However, since the 1.9.2 update, it fails to
launch; throwing this exception:
"wine: Call from 0x7b83ba9c to unimplemented function
shcore.dll.GetDpiForMonitor, aborting
wine: Unimplemented function shcore.dll.GetDpiForMonitor called at address
0x7b83ba9c (thread 0009), starting debugger...
Unhandled exception: unimplemented function shcore.dll.GetDpiForMonitor called
in 32-bit code (0x7b83ba9c)."
And then obviously a lot of debugger information, stacktrace and all.
Research into shcore.dll showed it being used in Windows 8.1+. However, even
with winecfg set to Windows XP, Prison Architect used to run fine. Versions of
Prison Architect I have played extensively using Wine no longer work, at all. I
did make sure to try a specific version of which I know it have worked (GOG
2.1.0.3).
--
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=17226
Summary: SimTower crashes on dereferencing 0xffffffff on
attempting to save in SimTower
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Rincebrain(a)gmail.com
Created an attachment (id=19185)
--> (http://bugs.winehq.org/attachment.cgi?id=19185)
SimTower crashlog from 2009-Feb-1 git
Tested against wine-1.1.13-607-g8e39646.
The game runs fine, modulo sound [see other bug filed against simtower], but
when you attempt to save, the save dialog pops up, you can enter a filename,
and then upon hitting save, you receive a backtrace in the console.
Trace attached.
--
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=35291
Bug ID: 35291
Summary: setcap on wine-preloader makes Hearthstone fail to
start
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yeled.nova(a)gmail.com
Classification: Unclassified
Hi,
When a Linux capability is enabled for wine preloader, Hearthstone does not
start.
This bug at least affects
-------------------------
Archlinux x64/Linux 3.12.6-1-ARCH/Wine 1.7.9/libcap 2.22
Ubuntu 13.10 x64/Linux 3.11.0-14-generic/Wine (PPA) 1.7.9/libcap 2.22
Steps to reproduce
------------------
# setcap 'cap_net_bind_service=+ep' /usr/bin/wine-preloader
$ wine Hearthstone.exe -launch -uid hs_beta
Get a message box that captions "Fatal error in gc" and says "GetThreadContext
failed", click "OK"
Another message box that captions "Wine program crash", and says "Internal
errors - invalid parameters received", click "OK"
The process turns to a zombie, kill it.
Revert the capabilities, the program loads.
# setcap '-r' /usr/bin/wine-preloader
$ wine Hearthstone.exe -launch -uid hs_beta
This issue persists over system reboots.
It's not just setting CAP_NET_BIND_SERVICE causes the problem. From what I
observed, this error occurs as long as any capablity is enabled.
Note on getting debug trace
---------------------------
Right now due to bug #33947, battle.net.exe requires dbghelp to be disabled,
and Hearthstone.exe depends on it in order to play. However, directly running
Hearthstone.exe is good enough to reproduce this bug. So I suggest anyone who
wants to look into this problem to re-enable the debugger and run 'wine
Hearthstone.exe -launch -uid hs_beta' to get a debug trace.
--
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=19286
Summary: puTTy connection manager: two UI bugs makes program
unusable
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=17165
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gui4life(a)gmail.com
Created an attachment (id=22324)
--> (http://bugs.winehq.org/attachment.cgi?id=22324)
output from wine puttycm.exe &> newputtylog.txt
The user interface for PuTTy connection manager does not display correctly
making it a broken application inside of wine.
It is not displaying the far most right window called "Connection Manager" that
displays the list of your saved connections. You should be able to click any
of the connections of which you want to connect, and it would launch a tabbed
putty window.
Most importantly, the putty intergeneration itself is not being displayed
inside of putty connection manager. In the middle of the application you
should be able to have multiple putty windows open that are separated by tabs
and you are able to move them around. (Stacking along side themselves if you
like)
To get a better idea what I mean, it is best to try the program out yourself in
windows where it works flawlessly.
I have tried many things to get this application to work. I installed net 2.0
and msxml6. I saw an xml error inside of the log, after installing msxml6 it
went away, but program did not work any better.
In the options of the program there are multiple interface designs you can use
(more or less skins/themes) like office 2007, system, visual studio 2003,
visual studio 2005. All of them have the same UI bug. I have tried the
standalone app of putty connection manager where you don't have to install
anything, and the installable version.
See attached redirect files
--
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=22146
Summary: 64bit compatibility issue with Wine's MCI string
command parser
Product: Wine
Version: 1.0.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=27005)
--> (http://bugs.winehq.org/attachment.cgi?id=27005)
work in progress MCI parser that knows about 64bit structures
Hi,
Wine's MCI string command parser is one reason why test.winehq.org shows
failures with 64bit machines. I've created this issue so everybody can discuss
and contribute patches until evolution leads to a correct one.
The attached patch fixes part of what's currently in git, but it is still
incomplete. Therefore I don't plan to submit it.
I've run tests on WTB's 64bit machines that proove that MCI_STATUS_PARMS and
MCI_GETDEVCAPS indeeed process differently sized dwReturn types on x64:
DWORD_PTR and DWORD. That's what's missing from my patch.
A solution that sounds ideal is to define something like MCI_INTEGER64 and
change the resource files mciavi_res.rc and winmm_res.rc. Given that new type,
the MCI string parser would compute the correct offset.
I'd be very pleased if somebody could conform that MS does it this way and tell
us the value of this constant.
Another solution path is to special-case MCI_STATUS_PARMS in the parser, as it
uses the only 64bit construct I knew until 5 minutes ago (beside dwCallback of
course) that's not a LP(W)STR. HWND seems to be 32bit.
5 minutes later: What about HDC in MCI_DGV_UPDATE_PARMS? Wait, wtypes.h says
void*! The MCI string command parser needs to handle this type as well:
MCI_INTEGER as currently used in mciav_res.rc is not adequate on 64bit.
In the meantime, I'll submit a patch that adds MCI_HDC and a few other missing
defines I know to the includes.
Regards,
Jörg Höhle
--
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=39718
Bug ID: 39718
Summary: d3d9.dll trick for Fallout 3 no longer working in
Steam
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: b.adamski(a)mac.com
Created attachment 52967
--> https://bugs.winehq.org/attachment.cgi?id=52967
Crash Log File
In order to get Fallout 3 work with Intel graphic boards, a modified d3d9.dll
file needs to be installed in the game directory:
/Program Files/Bethesda Softworks/Fallout 3/d3d9.dll for the standalone version
of Fallout 3.
/Program Files/Steam/SteamApps/common/Fallout 3 goty/d3d9.dll or
/Program Files/Steam/SteamApps/common/Fallout 3/d3d9.dll for the Steam version
of Fallout 3.
In addition the modified d3d9.dll file needs to get registered in winecfg. Add
"d3d9 (native, builtin)" in the 'Libraries' tab.
The trick worked perfectly fine until Steam released an update on August 19th
2015. With the new Steam version the trick does no longer work. Fallout 3
crashes when starting a new game or loading a save game. Please find the crash
log attached. This is a different crash then the typical "new game crash" that
the d3d9 trick is supposed to solve.
There seems no impact from OS X or Wine engine updates. The standalone version
of Fallout 3 is not affected, the trick still works absolutely fine here.
I did not find any similar reports about Fallout 3 in Steam on Wine under Linux
or natively in Steam on Windows.
You can download the standalone wrapper version for OS X here:
http://portingteam.com/files/file/8182-fallout-3-goty/
You can download the Steam wrapper version for OS X here:
http://portingteam.com/files/file/8213-fallout-3-and-fallout-new-vegas-on-s…
You find a forum discussion about the problem here:
http://portingteam.com/topic/10637-fallout-3-d3d9dll-trick-for-intel-gpus-n…
--
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=37949
Bug ID: 37949
Summary: eLicenser Control Center needs
msvcr80.dll.__CxxExceptionFilter
Product: Wine
Version: 1.7.34
Hardware: x86
URL: https://web.archive.org/web/20130226012410/http://download.elicenser.net/downloads/Archive/eLC_6.0.2.7036/eL
icenserControlSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
To reproduce:
1) winetricks -q dotnet20
2) download and install the application
3) run c:/Program Files/Syncrosoft/LCC/eLCC.exe
4) press "Enter Activation Code"
5) hold a keyboard key until after all mask input is completed.
wine: Call from 0x7b83b705 to unimplemented function
msvcr80.dll.__CxxExceptionFilter, aborting
I see bug 34841 for msvcr90 and bug 35657 for msvcr110 so I understand that
each dll should have its own bug. If this is not true the bug can be closed as
duplicate.
--
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=39239
Bug ID: 39239
Summary: ole32:compobj fails if privileges not high enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following errors systematically happen when running the test without
elevated privileges on a Windows 7 box such as the fg-win7u64-1spie9adm and
fg-win7u64-1spie9usr WineTest boxes.
compobj.c:1269: Test failed: RegCreateKeyEx returned 5
compobj.c:1272: Test failed: RegCreateKeyEx returned 6
compobj.c:1274: Test failed: RegSetValueEx returned 6
compobj.c:1278: Test failed: CoGetPSClsid failed with error 0x80040155
compobj.c:1279: Test failed: got clsid {00000000-0000-0000-0000-000000000000}
compobj.c:1282: Test failed: RegDeleteKeyEx returned 6
compobj.c:1285: Test failed: RegDeleteKeyEx returned 2
The error code (ERROR_ACCESS_DENIED) clearly indicates a permissions issue.
The tests regression was introduced by the following commit:
commit fae8d9db5f3dcbec198d1a4cde6c9cfe8684b5cf
Author: Akihiro Sagawa <sagawa.aki(a)gmail.com>
Date: Tue Jul 15 19:34:38 2014 +0900
ole32/tests: Add CoGetPSClsid WOW64 registry tests.
--
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=40115
Bug ID: 40115
Summary: ole32:compobj regression (privilege issue)
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The commit below introduces 25 new failures when it is run without elevated
privileges such as on the fg-win7u64-1spie9adm and fg-win7u64-1spie9usr VMs.
New failures:
compobj.c:2308: Test failed: failed to create a key 5, error 1008
compobj.c:2311: Test failed: got 6, error 1008
compobj.c:2314: Test failed: got 6, error 1008
compobj.c:2322: Test failed: got 6, error 1008
compobj.c:2325: Test failed: got 6, error 1008
compobj.c:2322: Test failed: got 6, error 1008
compobj.c:2325: Test failed: got 6, error 1008
compobj.c:2322: Test failed: got 6, error 1008
compobj.c:2325: Test failed: got 6, error 1008
compobj.c:2322: Test failed: got 6, error 1008
compobj.c:2325: Test failed: got 6, error 1008
compobj.c:2322: Test failed: got 6, error 1008
compobj.c:2325: Test failed: got 6, error 1008
compobj.c:2331: Test failed: got 0x80040154
compobj.c:2332: Test failed: got (null)
compobj.c:2337: Test failed: got 0x80040154
compobj.c:2338: Test failed: got (null)
compobj.c:2343: Test failed: got 0x80040154
compobj.c:2344: Test failed: got (null)
compobj.c:2349: Test failed: got 0x80040154
compobj.c:2350: Test failed: got (null)
compobj.c:2355: Test failed: got 0x80040154
compobj.c:2356: Test failed: got (null)
compobj.c:2361: Test failed: got 0x80040154
compobj.c:2362: Test failed: got (null)
ole32:compobj results on test.winehq.org:
https://test.winehq.org/data/tests/ole32:compobj.html
commit 8fe18a16f7f5e0326d2fe6ab32ef2aad947b343d
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Wed Dec 30 23:48:38 2015 +0300
ole32: Properly implement OleRegGetUserType().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22533
Summary: Half Life: loading screen rendering is wrong
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=27624)
--> (http://bugs.winehq.org/attachment.cgi?id=27624)
screenshot
See attached screenshot. Terminal output is minimal:
fixme:win:EnumDisplayDevicesW ((null),0,0x32e298,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:mci:MCI_Break (0102) vkey 001B stub
ALSA lib ../../../src/pcm/pcm.c:7234:(snd_pcm_recover) underrun occured
fixme:mci:MCI_Break (0102) vkey 001B stub
ALSA lib ../../../src/pcm/pcm.c:7234:(snd_pcm_recover) underrun occured
fixme:win:LockWindowUpdate (0x30052), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x30052), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
--
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=39674
Bug ID: 39674
Summary: 3Dmark03, 05, 06 not started "Systen Info Error"
(double regression)
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Created attachment 52897
--> https://bugs.winehq.org/attachment.cgi?id=52897
how the stop looks
Since wine-1.7.55 the Futuremark applications 3DMark03, 3DMark05, 3DMark06 stop
working with messages "System Info error" or "unhandled exception".
With wine 1.7.54 they are working.
Regression test give the follow
~~~ quote ~~~
$ git bisect bad
f91a7b2cfe5b44fea333ed70b9fc38a509b7798a is the first bad commit
commit f91a7b2cfe5b44fea333ed70b9fc38a509b7798a
Author: Austin English <austinenglish(a)gmail.com>
Date: Wed Nov 4 10:46:50 2015 -0800
fltmgr.sys: Add FltInitializePushLock stub.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 9a8f22f1f54f0af7b77216ea29b6360699eacb7e
5185e955c2cb2fe5ca9fa65034af095a9137d23a M dlls
:040000 040000 a04028464398c6fceebbbe76e03446a3c2b8cb35
637e2081747c7c533f27d2a0f4ab1258d53bf9fa M include
~~~ quote ~~~
Meanwhile there is double regression as I notice in bug 36548.
First regression was
1.7.54 working
1.7.54-140-7fbf33f hang at start.
This regression reported and bisecting in 36548.
commit 8cc5b07e9d0aedffd4251d2e8942cb8368920bf8
Second regression
1.7.54-134-gd4664c1 works but hang on exit
1.7.55 not working with the message. See attached screenshot.
This regression I bisecting here. Strange to see this commit as regression.
Analysis.
Then I found a key difference in logs.
Working log contains:
----
fixme:process:GetLogicalProcessorInformationEx (65535,0x9f6048,0x8beb54): stub
----
Non-working
----
fixme:process:GetLogicalProcessorInformationEx (65535,0x0,0x5203e8): stub
----
Note: second argument is ZERO.
3DMark application works in conjunction with Futuremarks SystemInfo (called by
OLE?) and I may propose the SystemInfo calls the function but in second case it
will not allocate buffer for CPU info.
BOOL WINAPI GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP
relationship, PSYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX buffer, PDWORD pBufLen)
Why? Because there are new stubs?
This procedure should return false if no buffer?
Or this procedure should allocate this buffer?
--
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=32314
Bug #: 32314
Summary: Pikachu Volleyball (English version) crashes on
restart
Product: Wine
Version: 1.5.18
Platform: x86-64
URL: http://games.hotut.com/post/pikachu-volleyball/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Regression SHA1: 010019df064cfe1e9efee5ac6ee9e1e0954bd4f8
Created attachment 42654
--> http://bugs.winehq.org/attachment.cgi?id=42654
Terminal output
The English version of Pikachu Volleyball crashes if restarted after the
beginning of a round. (No problem with the original Japanese version.) To
reproduce:
- Start a game with either option at the title screen
- Click Game -> Restart
It also restarts (and crashes) automatically at the end of the round.
Regression testing indicated:
010019df064cfe1e9efee5ac6ee9e1e0954bd4f8 is the first bad commit
commit 010019df064cfe1e9efee5ac6ee9e1e0954bd4f8
Author: Jörg Höhle <Joerg-Cyril.Hoehle(a)t-systems.com>
Date: Thu Oct 4 12:34:07 2012 +0200
mciseq: Create player thread in the synchronous case too.
:040000 040000 4fecac2de61d692b36b829591062060ce25e861b
66bc6ddfb6dd3eddd0179ac2c98e887a3046dd31 M dlls
Reverting that patch prevented the 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=40221
Bug ID: 40221
Summary: unimplemented function USER32.dll.GetGestureConfig
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: rmoisto(a)gmail.com
Distribution: ---
Created attachment 53738
--> https://bugs.winehq.org/attachment.cgi?id=53738
console output
Attempting to start Adobe Illustrator CC 2015 results in the following error:
wine: Call from 0x7bc55a50 to unimplemented function
USER32.dll.GetGestureConfig, 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.
https://bugs.winehq.org/show_bug.cgi?id=40190
Bug ID: 40190
Summary: 7z fails at enumerating network places
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pierre(a)reactos.org
Distribution: ---
When trying to enumerate network places in 7z, only the network providers are
enumerated. Then their root directory and shares are not enumerated when
clicking on the network provider.
I could track it to the fact that, on network providers enumeration,
lpRemoteName is set to network provider name (as on Windows) and this makes
enumeration later failing with this network resource. It seems that in this
case, the later call to WNetOpenEnum() doesn't pass the lpRemoteName to the
network provider, to be able to get the root directory of the network provider.
I'll provide a patch in that direction.
--
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=29458
Bug #: 29458
Summary: Explorer sometimes crashes on drag-and-drop in folders
accessed from "/
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Builtin explorer sometimes crashes when attempting to drag-and-drop a file.
Other times, it doesn't allow this.
--
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=34303
Bug #: 34303
Summary: underlined 8 point Times New Roman text doesn't
display as underlined
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Classification: Unclassified
To reproduce:
* Open wordpad.
* Type some text.
* Set the font to 8 point and underlined.
--
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=17540
Summary: Zondervan Pradis cannot function due to unimplemented
function ole32.dll.CoGetCurrentLogicalThreadId
Product: Wine
Version: 1.1.15
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanoudt(a)gmail.com
Created an attachment (id=19680)
--> (http://bugs.winehq.org/attachment.cgi?id=19680)
WINEDEBUG output for +ole
Zondervan Pradis 6.0 (
http://appdb.winehq.org/objectManager.php?sClass=version&iId=11417 ) cannot
actually do anything useful
The system relies on COM to open books served up by a database. Whenever it
tries to do this, it brings up in the console:
wine: Call from 0x602e9940 to unimplemented function
ole32.dll.CoGetCurrentLogicalThreadId, aborting
A +ole log is attached below
--
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=21475
Summary: TI Interactive application fails when attempting to
display the TI math palette
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://education.ti.com/downloads/files/computer_softw
are/tiitrial.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=25861)
--> (http://bugs.winehq.org/attachment.cgi?id=25861)
TI Interactive +ole trace
With wine-1.1.37, after using winetricks to install vcrun6sp6 and installing
the TI Interactive trial, launching TI Interactive, dismissing the trial and
registration dialogs, and then pressing Ctrl+M (or doing Insert -> Math Box)
yields a message box that states:
"Failed to create object. Make sure the object is entered in the system
registry."
Using native ole32 from the dcom98 redist allows the TI Interactive application
to display the TI math palette panel as expected. From the +relay log:
0009:Call
ole32.OleCreate(0032e754,40a3fca8,00000001,00000000,00e62710,001b7938,00e626c8)
ret=40a2b858
0009:trace:ole:OleCreate ({5af21a82-ca6e-11d2-9613-004033a5109d},
{00000000-0000-0000-c000-000000000046}, 1, (nil), 0xe62710, 0x1b7938, 0xe626c8)
...
0009:Ret ole32.OleCreate() retval=80070057 ret=40a2b858
...
0009:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0032e64c)
ret=40a09610
It seems that the failure of OleCreate is the culprit. A +ole log is attached.
--
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=40009
Bug ID: 40009
Summary: Lego Mindstorms EV3 Software does not find EV3 brick
using Bluetooth: needs
irprops.cpl.BluetoothFindFirstRadio implementation
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
Lego Mindstorms EV3 software does not find the EV3 brick, needs
irprops.cpl.BluetoothFindFirstRadio implementation. Brick is turned on and has
Bluetooth enabled.
--
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=37838
Bug ID: 37838
Summary: Chessmaster X: Absent chess piece lighting with
Direct3D
Product: Wine
Version: 1.7.33
Hardware: x86
URL: https://archive.org/download/Chessmaster10thEditionDem
o/Chessmaster10thEditionDemo.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: multitude(a)internode.on.net
Distribution: ---
Chessmaster 10 (and Chessmaster 11 Grandmaster Edition) do not light chess
pieces correctly. This is most noticable for wooden chess sets (the default).
1. Install the Chessmaster 10 demo from the URL (you may need to be in a 32-bit
WINE environment for the installation to work).
2. Run the configuration program 'cmsettings.exe'.
3. Select 'OpenGL (Low Performance Video Cards)' and save.
4. Run 'game.exe'.
5. Once you've created a user, select the icon left of the rotating chess board
and then select the 'Training Mode' icon.
RESULT: When the chess board is displayed, the pieces are correctly lit (see
OpenGL attachment).
6. Close the Chessmaster demo and re-run 'cmsettings.exe', this time selecting
'Direct3D (Full Effects)', and save.
7. Re-run 'game.exe' and go to the same 'Training Mode'.
RESULT: The chess pieces do not have any lighting on them (see Direct3D
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.
https://bugs.winehq.org/show_bug.cgi?id=38358
Bug ID: 38358
Summary: Chessmaster X/XI dynamic lighting no longer present in
wine-1.7.40 (regression)
Product: Wine
Version: 1.7.40
Hardware: x86
URL: https://archive.org/download/Chessmaster10thEditionDem
o/Chessmaster10thEditionDemo.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: multitude(a)internode.on.net
Regression SHA1: 7a8ac888de232578dd36f799cf203e5a59fe5b70
Distribution: ---
Dynamic lighting in Chessmaster X/XI is no longer working in Wine v1.7.40.
According to a 'git bisect':
7a8ac888de232578dd36f799cf203e5a59fe5b70 is the first bad commit
commit 7a8ac888de232578dd36f799cf203e5a59fe5b70
Author: Matteo Bruni <mbruni(a)codeweavers.com>
Date: Thu Mar 26 20:12:17 2015 +0100
wined3d: Don't use the builtin FFP uniform for the normal matrix.
:040000 040000 a3b3bc5c8d13f32c179f38dab44e33b53e780736
d8d2fb22b22ffa85e0e05a41cf1873fef04bce60 M dlls
TESTING INSTRUCTIONS
1. Install the Chessmaster 10 demo from the URL (you may need to be in a 32-bit
WINE environment for the installation to work).
2. Run 'game.exe'.
3. Once you've created a user, select the icon left of the rotating chess board
and then select the 'Training Mode' icon.
Dynamic lighting works in v1.7.39, albeit incorrectly. See
https://bugs.winehq.org/show_bug.cgi?id=37838
cheers,
multitude
--
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=34454
Bug #: 34454
Summary: Do not use builtin TTF fonts when native appropriate
fonts are present in the system
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
This is a continuation of bug 34446.
I'd like to propose that Wine should never try to load or use builtin fonts
(which don't exactly look nice under certain fontconfig settings, like full
hinting) when native appropriate fonts are present in the system.
Thanks.
--
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=11951
Summary: Tide prediction cursor popup or tag creates "Untitled
Window"
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://wxtide32.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n5470(a)pinefields.com
WXTide32 includes a feature to show tide data by creating a cursor that tracks
time of day and water height. It appears when the main window is opened and
showing the realtime, graph, or overview display, and the user presses either
the left-arrow or right-arrow key. A popup or tag follows the vertical part of
the cursor line, showing the data for the time (vertical cursor line) and depth
or height of water (horizontal cursor line).
Under Wine, the cursor lines are drawn but the cursor popup or tag is missing
or flashes briefly (hard to tell which is happening). At the same time, a new
entry appears in the task bar: "Untitled Window". The app then blinks between
idle (based on the regular movable cursor, controlled by a mouse, etc.) and
busy, with "Untitled Window" showing in the task bar while the mouse cursor
signals "busy". On minimizing the main window (showing the tide levels), the
"Untitled Window" entry remains in the task bar. It cannot be maximized,
opened, or closed. Only terminating the application removes "Untitled Window".
No messages are written to stdout or stderr when the problem occurs.
Under Windows, the key-controlled cursor moves as expected, with a popup
attached to the scrolling cursor. No additional tasks appear in the task bar.
--
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=29182
Bug #: 29182
Summary: Edit control WS_EX_CLIENTEDGE is not drawn if
initially not WS_VISIBLE
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toni.spets(a)iki.fi
Classification: Unclassified
Created attachment 37648
--> http://bugs.winehq.org/attachment.cgi?id=37648
Hack to workaround the problem
This is rather odd as I couldn't figure it out where the problem occurs deeper
but the attached patch should give a good hint to someone who knows better.
If the edit control is not WS_VISIBLE when created, WS_EX_CLIENTEDGE will be
ignored through it's life and only show the background color without border.
As I'm probably wrong this can be tested using the freeware program ResEdit by
creating a new dialog and adding a normal text edit control. It seems there are
more problems regarding updating the control on-the-fly with the properties
editor.
--
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=38703
Bug ID: 38703
Summary: Page fault to 0x0 when installing fxupdater.exe
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: kenorb(a)gmail.com
Distribution: ---
Created attachment 51631
--> https://bugs.winehq.org/attachment.cgi?id=51631
Unhandled exception backtrace while running InstallWare Wizard
I'm using InstallWare Wizard to install FXCM Trading Station under OS X,
however it crashes on Installing updates.
Binary file: fxupdater.exe
Backtrace:
=>0 0x00439d4b in fxupdater (+0x39d4b) (0x0033feb0)
1 0x7b8534ec call_process_entry+0xb() in kernel32 (0x0033fec8)
2 0x7b856f57 start_process+0x66() in kernel32 (0x0033ff08)
3 0x7bc6f65c call_thread_func_wrapper+0xb() in ntdll (0x0033ff28)
4 0x7bc7065a call_thread_func+0x89() in ntdll (0x0033ffa8)
5 0x7bc6f622 call_thread_entry_point+0x11() in ntdll (0x0033ffc8)
6 0x7bc465ee start_process+0x1d() in ntdll (0x0033ffe8)
0x00439d4b: movl 0x0(%eax),%edx
See more details in the attachment.
Link to the self-extracting exe file:
http://download.fxcorporate.com/FXCM/FXTS2Install.EXE
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37248
Bug ID: 37248
Summary: Floating point stack fault in a program compiled with
Silverfrost FTN95
Product: Wine
Version: 1.7.25
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pepalogik(a)seznam.cz
I use Silverfrost FTN95 compiler
<http://www.silverfrost.com/11/ftn95/ftn95_fortran_95_for_windows.aspx> for
debugging a Fortran 77 code. This compiler has quite a unique CHECKMATE feature
which performs various run-time checks, but this compiler is Windows-only.
First it seemed to work fine in Wine but then, when I used a larger code, the
program execution resulted in a floating point stack fault. Note that the
compiler itself works correctly in Wine, but the resulting CHECKMATE-enabled
executable fails (while the very same executable runs well on Windows).
I was happy when I found a workaround: to compile the program with /F_STDCALL.
Unfortunately, this turned out to be insufficient for an even larger code (it
is actually the same program with just larger parameter values and thus larger
arrays and more iterations in various cycles). For this code, /F_STDCALL only
causes the floating point stack fault to occur later.
I cannot 100% guarantee that the code is correct - a floating point stack fault
can be caused e.g. by calling a function with an incorrectly specified return
type. However, I think this is unlikely for the following reasons:
1. It does work on MS Windows,
2. It has been checked with two different compilers (FTN95 and gfortran).
3. It has been checked with Silverfrost's CHECKMATE run-time checking (as it
runs on Windows without failure).
4. It has been checked by me.
Hence I guess it is a bug in Wine.
What files do you need to tackle this problem? As the executable needs a
Silverfrost's runtime library, you will have to install FTN95 in any case. I
suggest that I will upload these files and information:
* program source,
* compiling instructions,
* input files (which are required by the program).
I will now wait for either your response or the appearance of Wine 1.7.26 in
the PPA (it seems to be to complicated for me to build it from the source). If
the latter happens earlier, I will check if the bug persists and upload the
files I have suggested.
--
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=39783
Bug ID: 39783
Summary: Trickster Online (Playtrickster) fails to run
Product: Wine
Version: 1.8-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: flaviozavan(a)gmail.com
Distribution: ---
Playtrickster's (http://www.playtrickster.com/) Trickster client fails to run.
As there is no official server anymore, this is one of the most populated
servers.
Running the client fails with:
$ wine Trickster.exe
err:module:attach_process_dlls "TrickLib.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"E:\\pt\\Trickster.exe" failed, status c0000096
How to reproduce:
Download the Full Client and install it.
http://board.playtrickster.com/index.php?/topic/47-game-download/
Download the patch(es) and extract it/them to the directory where the game was
installed (there's an update every month)
Running Trickster.exe with wine
Tested on a clean prefix.
Any suggestions on how to get more information on this?
--
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.