https://bugs.winehq.org/show_bug.cgi?id=37940
Bug ID: 37940
Summary: Invalid file buffering behavior causes data corruption
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: ho-rr-or(a)mail.ru
Distribution: ---
Created attachment 50543
--> https://bugs.winehq.org/attachment.cgi?id=50543
Compiled binary to reproduce
msvcrt file routines sometimes corrupt file data by invalid buffer flushing.
Reproduced by following code (compiled binary attached):
char data[68200];
char buf[sizeof(data)];
for (int i = 0; i < sizeof(data); i++)
data[i] = rand();
FILE* f = _wfsopen(L"test.bin", L"wb+", 64);
rewind(f);
fwrite(data, 1, 68100, f);
// Following calls possible corrupt buffer
rewind(f);
fread(buf, 1, 40000, f);
fread(buf, 1, 40000, f);
// Following call causes wrong buffer flushing
fwrite(&data[68100], 1, 100, f);
fclose(f);
f = fopen("test.bin", "rb");
fread(buf, 1, sizeof(buf), f);
fclose(f);
printf("Memcmp: %d\n", memcmp(data, buf, sizeof(buf)));
Windows output:
Memcmp: 0
Wine output:
Memcmp: -1
Windows file size: 68200
Wine file size: 72296
Bug causes at least cl.exe in Microsoft Visual Studio 2008/2010. Reproduced
when cl.exe generates precompiled header.
test.h:
#pragma once
#include "Windows.h"
#include <iostream>
test.cpp:
#include "test.h"
int main()
{
std::cout << "WORKS!" << std::endl;
return 0;
}
Command to reproduce:
rm test.pch; wine cl.exe /Yctest.h test.cpp
--
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=34603
Bug #: 34603
Summary: Trainsimulator 2014 crash at start/fails to start
Product: Wine
Version: 1.7.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: salamanderrake(a)gmail.com
Classification: Unclassified
Created attachment 46088
--> http://bugs.winehq.org/attachment.cgi?id=46088
steam supplied overrides via winetricks install
Train simulator fails to start/crashes. New steam install in a new overlay.
First with overrides provided by steams install via winetricks, then with d3dx9
override. Also have output from WINEDEBUG="-all,d3d". Also debug output with
d3d11 disabled in winecfg.
--
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=6527
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |ABANDONED
--- Comment #5 from Austin English <austinenglish(a)gmail.com> ---
Abandoned.
--
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=30050
Bug #: 30050
Summary: Supreme Commander 2 mouse pointer not visible
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reza12127(a)yahoo.com
Classification: Unclassified
when i was moving the mouse, elements on the screen responsed to it but mouse
pointer was not visible
--
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=24162
Summary: Youtube downloader fails to download videos
Product: Wine
Version: 1.3.1
Platform: x86-64
URL: http://download.cnet.com/YouTube-Downloader/3000-2071_
4-10647340.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=30407)
--> (http://bugs.winehq.org/attachment.cgi?id=30407)
Log
When attempting to download a video with Youtube Downloader, the download fails
and a window displays HTTP errors (303).
Console output 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=23199
Summary: Dominion Wars main menu cannot be displayed
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yochenhsieh(a)gmail.com
Created an attachment (id=28864)
--> (http://bugs.winehq.org/attachment.cgi?id=28864)
console output of Dominion Wars
While using wine to run the game "Star Trek: Deep Space Nine - Dominion Wars",
the main menu cannot be displayed correctly. Therefore I cannot test other
parts of the game.
The attached console output is copied while playing Dominion Wars in a desktop
window of 800x600 resolution.
--
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=35634
Bug ID: 35634
Summary: i do not know
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: superviveur(a)gmail.com
Created attachment 47589
--> http://bugs.winehq.org/attachment.cgi?id=47589
when should start lobby ... crash
from www.multigioco.it i've downloaded client to play poker that is:
mgmultigioco.it.exe
it is ok run installation, after upgrade automaticly than crash... :-/
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16958
Summary: Exiting Diablo II running in windowed mode, resets
xrandr display setup
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kdekorte(a)yahoo.com
Running Fedora 10 (x86-64) with wine 1.1.12 (32bit). Screen setup is dual head
I run Diablo II in a window
wine .wine/drive_c/Diablo\ II/Diablo\ II.exe -w
And after exiting the game, the DVI-0 output is set to off, the display is fine
and active during the playing of the game.
Apps like notepad or winefile do not do this, so it might be something with the
DirectX layer.
--
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=34039
Bug #: 34039
Summary: Unity Editor - Asset Store Broken
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: d10sfan(a)gmail.com
Classification: Unclassified
Trying to use the asset store in Unity Editor dosen't work. The window comes
up, but just shows gray. When I try and load the asset store, I get this in the
console:
err:wgl:interal_SetPixelFormat Couldn't set format of the window, returning
failure
err:d3d:context_create Failed to set pixel format on device context 0x21bc
err:wgl:internal_SetPixelFormat Can't find a suitable iPixelFormat
fixme:d3d:wine3d_get_format Can't find format WINED3DFMT_R24_UNORM_X8_TYPELESS
(0x49) in the format lookup table
fixme:d3d:getDepthStencilBits Unsupported depth/stencil format
WINED3DFMT_UNKNOWN
--
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.