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.