http://bugs.winehq.org/show_bug.cgi?id=35953
Bug ID: 35953
Summary: FFXIV: ARR - Launcher requires native winhttp to run.
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: narthorn(a)gmail.com
Created attachment 48024
--> http://bugs.winehq.org/attachment.cgi?id=48024
Screenshot of the actual error along terminal output without debug trace.
When using built-in winhttp, trying to launch Final Fantasy XIV - A Realm
Reborn fails at the very start of the launch process, where the launcher sends
an HTTP request to check if a newer version of the launcher is available.
When no new version is available, the server replies with status code 204: No
Content.
However, builtin wine seems to misreport 4294967295 (2^32-1) bytes of available
data in the response, as shown by this tiny snippet of trace:
0034:trace:winhttp:query_headers returning data: L"HTTP/1.1 204 No
Content\r\nServer: nginx\r\nContent-Type: text/html;
charset=UTF-8\r\nX-Patch-Module: ZiPatch\r\nX-Protocol:
http\r\nX-Latest-Version: 2014.04.02.0000.0001\r\nDate: Sun, 06 Apr 2014
08:24:14 GMT\r\nConnection: keep-alive\r\n"
0034:trace:winhttp:WinHttpQueryDataAvailable 0x3, (nil)
0034:trace:winhttp:send_callback 0x131718, 0x00040000, 0xbbe91c, 4
0034:trace:winhttp:WinHttpReadData 0x3, 0x7de230, 1024, (nil)
0035:trace:winhttp:read_data retrieved 1024 bytes (1024/4294967295)
0035:trace:winhttp:send_callback 0x131718, 0x00080000, 0x7de230, 1024
0034:trace:winhttp:query_data_available 4294967295 bytes available
When using native winhttp, no calls to WinHttpReadData are made.
--
Do not reply 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=32839
Bug #: 32839
Summary: Installed Microsoft office and then Endnote, but
Endnote is not properly working
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: umar82088(a)gmail.com
Classification: Unclassified
Created attachment 43375
--> http://bugs.winehq.org/attachment.cgi?id=43375
Endnote error message
Endnote problem, not working at all
--
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=14518
Summary: GetTextMetrics on Tahoma font metrics returns an invalid
tmInternalLeading
Product: Wine
Version: 1.1.1
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
Created an attachment (id=14854)
--> (http://bugs.winehq.org/attachment.cgi?id=14854)
testcase
As the attached testcase demonstrates, Wine returns an invalid
tmInternalLeading for Tahoma of size 32. This causes a test for
comctl32/tests/status.c to fail. This test fails on Wine with both Wine Tahoma
as well as with Tahomas copied from Windows XP and Windows Vista. This suggests
that the problem is in gdi32, not the font.
--
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=38445
Bug ID: 38445
Summary: valgrind shows a couple invalid writes in
kernel32/tests/fiber.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==9350== Use of uninitialised value of size 4
==9350== at 0x7B83ACDD: SwitchToFiber (fiber.c:213)
==9350== by 0x48AC93A: test_FiberHandling (fiber.c:131)
==9350== by 0x48AD1A8: func_fiber (fiber.c:225)
==9350== by 0x49644EC: run_test (test.h:584)
==9350== by 0x4964926: main (test.h:666)
==9350== Uninitialised value was created by a stack allocation
==9350== at 0x425819D: __longjmp (__longjmp.S:55)
==9350==
==9350== Use of uninitialised value of size 4
==9350== at 0x7B83ACDD: SwitchToFiber (fiber.c:213)
==9350== by 0x49727E3: ??? (in
/home/austin/wine-valgrind/dlls/kernel32/tests/kernel32_test.exe.so)
==9350== by 0x48AD1A8: func_fiber (fiber.c:225)
==9350== by 0x49644EC: run_test (test.h:584)
==9350== by 0x4964926: main (test.h:666)
==9350== Uninitialised value was created by a stack allocation
==9350== at 0x425819D: __longjmp (__longjmp.S:55)
==9350==
==9350== Use of uninitialised value of size 4
==9350== at 0x402A7E7: rindex (vg_replace_strmem.c:190)
==9350== by 0x496392C: winetest_set_location (test.h:282)
==9350== by 0x48AC951: test_FiberHandling (fiber.c:132)
==9350== by 0x48AD1A8: func_fiber (fiber.c:225)
==9350== by 0x49644EC: run_test (test.h:584)
==9350== by 0x4964926: main (test.h:666)
==9350== Uninitialised value was created by a stack allocation
==9350== at 0x425819D: __longjmp (__longjmp.S:55)
==9350==
--
Do not reply 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=33001
Bug #: 33001
Summary: TREEVIEW_GetItemT crashes when getting item from
different tree
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: plr.vincent(a)gmail.com
Classification: Unclassified
Created attachment 43599
--> http://bugs.winehq.org/attachment.cgi?id=43599
Crash log
Triggered using AXE3 (hex editor):
http://advanced-hex-editor-a-x-e.en.softonic.com/
Crashes on program start, after "evaluation period expired" warning and before
displaying the main window. Does not happen systematically, but with a high
probability (~8 out of 10 runs). See attachment for error details.
This is a regression. Looking at the short change history of
dlls/comctl32/treeview.c I identified the commit introducing the regression as
95a15a3482ba47c1b84fd77a63f95d5cd784a97a , and re-introducing a "return FALSE"
in the "if (!TREEVIEW_ValidItem(infoPtr, item))" code branch indeed cures 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=37829
Bug ID: 37829
Summary: Phonostar dradio-Recorder cannot connect to radio
streams
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: olibuntu(a)arcor.de
Distribution: ---
Created attachment 50376
--> https://bugs.winehq.org/attachment.cgi?id=50376
ouput of env WINEDEBUG=warn+all wine C:\\Program\
Files\\dradio-Recorder\\phonostarStarter.exe > output.txt 2>&1
dradio-Recorder is a radio recording software developed by Phonostar for
Deutschlandradio. Features: Livestreams of many international radio stations,
time-shifted recording, programme information
Download from http://www.phonostar.de/partner/dradio-recorder
as http://www.phonostar.de/download/beta/dradio-Recorder3026.exe
When selecting a station (e.g. Deutschlandfunk) and pressing the play button,
the connection is tried to be established but never is.
I attached the ouput of
env WINEDEBUG=warn+all wine C:\\Program\
Files\\dradio-Recorder\\phonostarStarter.exe > output.txt 2>&1
I suspect the lines containing cStreamPlayer::PlayUrl to be near the problem.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18442
Summary: Google Video/Voice chat plugin installer finishes with
error 0x80040509
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.gmail.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Aside from needing native msxml3 and bug 18441, the Google Video/Voice chat
plugin installer works, but when it finishes installing, it says "error
0x80040509".
To reproduce:
1. Install win32 Firefox 3.0.x.
2. Login to Gmail.
3. Attempt to try the video/voice chat, download the plugin. (downloading
http://dl.google.com/googletalk/googletalkplugin/GoogleVoiceAndVideoSetup.e…
directly does not work)
4. Close win32 Firefox.
5a. run winetricks msxml3
5b. install GoogleVoiceAndVideoSetup.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39081
Bug ID: 39081
Summary: CCleaner needs esent.dll
Product: Wine
Version: 1.7.49
Hardware: x86
URL: https://www.piriform.com/ccleaner/download
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
err:module:import_dll Library ESENT.dll (which is needed by L"C:\\Program
Files\\CCleaner\\CCleaner.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\CCleaner\\CCleaner.exe" failed, status c0000135
[austin@localhost ~]$ sha1sum ccsetup508.exe
aa7affcbdaf13c3872f32eaccf3befb92fd0fa80 ccsetup508.exe
[austin@localhost ~]$ du -h ccsetup508.exe
6.4M ccsetup508.exe
[austin@localhost ~]$ wine --version
wine-1.7.49-22-ge083986
--
Do not reply 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=37843
Bug ID: 37843
Summary: Black Mirror 3 starts minimized
Product: Wine
Version: 1.7.32
Hardware: x86
URL: http://www.gamershell.com/download_72202.shtml
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: stefan(a)codeweavers.com
Regression SHA1: f6dde7062413a1dfdd71acc92c5178ac66f3ade0
Distribution: ---
Created attachment 50401
--> https://bugs.winehq.org/attachment.cgi?id=50401
terminal output
The problem looks similar to the GTA:VC issue reported in bug #37716, but this
one occurs both in virtual desktop and full-screen mode. To reproduce the
problem make sure your screen resolution (or virtual desktop size) is the same
as the game resolution (can be adjusted in the options menu).
When you start BM3 the first splash screen is displayed normally then the intro
video gets minimized. In Wine's full-screen mode the game minimized to the
upper panel and can be restored by clicking on it.
The result of the regression test:
f6dde7062413a1dfdd71acc92c5178ac66f3ade0 is the first bad commit
commit f6dde7062413a1dfdd71acc92c5178ac66f3ade0
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Nov 18 21:26:57 2014 +0100
wined3d: Restore the display mode on focus change.
:040000 040000 aa87fc202d416bf38b92925b0040cbdbcc9e3a84
23850dec1d6e575a9050437206d54d48db834005 M dlls
:040000 040000 0e90d026408ce1c052257f931536dd23c1e53a6f
5e45b170033d4faab106d4de13292c70ce3cbed4 M include
Another bug report with the same commit: bug #37762
wine-1.7.33-117-g6bab173
Fedora 21
XFCE 4.10
Xorg-1.16.2.901
Nvidia binary drivers 340.65
--
Do not reply 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=39529
Bug ID: 39529
Summary: Data Source initstring parsing is case-sensitive
Product: Wine
Version: 1.7.52
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oledb32
Assignee: wine-bugs(a)winehq.org
Reporter: gabriel(a)system.is
Distribution: ---
The initstring parsing in 'datainit_GetDataSource' for finding a suitable
provider is doing a case-sensitive sub-string match.
The casing of "Provider=" is insignificant in the native oledb32.dll.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.