http://bugs.winehq.org/show_bug.cgi?id=15824
Summary: Microsoft Chat's comic mode graphical glitches
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Elliotw2(a)gmail.com
Microsoft Chat has thick black lines instead of thin ones around borders of
comic mode. I don't know what causes this, but I tested with native and builtin
GDIplus and Directdraw and it shows up in both.
--
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=37954
Bug ID: 37954
Summary: Unhandled exception: page fault on write access to
0x0cf00052 in 32-bit code (0x00520d30)
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: anonymous.maarten(a)gmail.com
Distribution: ---
Created attachment 50563
--> https://bugs.winehq.org/attachment.cgi?id=50563
Visual Studio 6 project, binary and wine output log
Hey,
While trying to implement msvcirt.dll,
I stumbled upon a write to a null pointer.
The source of the binary is
(compiled on Visual Studio 6.0, with option \MT and _MT and _DLL defined)
see https://msdn.microsoft.com/en-us/library/aa272081(v=vs.60).aspx
#include <strstrea.h>
int main()
{
ostrstream oss;
return 0;
}
The Visual Studio project, binary and console output are bundled in the
attached tar.
The error is:
wine: Unhandled page fault on write access to 0x00000000 at address 0x405000
(thread 000
9), starting debugger...
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00405000
).
In current git all functions called in mscvirt are stubs.
I believe that this should not cause a null pointer access.
--
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=38726
Bug ID: 38726
Summary: valgrind shows uninitialized memory in
qcap/tests/smartteefilter.c
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
==2035== Conditional jump or move depends on uninitialised value(s)
==2035== at 0x5FEF54F: QualityControlRender_DoQOS (qualitycontrol.c:214)
==2035== by 0x5FE6F18: BaseRendererImpl_Receive (renderer.c:411)
==2035== by 0x5FE670E: BaseRenderer_Receive (renderer.c:222)
==2035== by 0x5FE280C: MemInputPin_Receive (pin.c:1122)
==2035== by 0x5FE28DE: IMemInputPin_Receive (strmif.h:3395)
==2035== by 0x5FE28DE: MemInputPin_ReceiveMultiple (???:0)
==2035== by 0x47A39D0: IMemInputPin_ReceiveMultiple (strmif.h:3398)
==2035== by 0x47A39D0: SinkMemInputPin_ReceiveMultiple (???:0)
==2035== by 0x47A3856: IMemInputPin_ReceiveMultiple (strmif.h:3398)
==2035== by 0x47A3856: SinkMemInputPin_Receive (???:0)
==2035== by 0x5F10141: IMemInputPin_Receive (strmif.h:3395)
==2035== by 0x5F10141: BaseOutputPinImpl_Deliver (???:0)
==2035== by 0x5F05B6A: SmartTeeFilterInput_Receive (smartteefilter.c:436)
==2035== by 0x5F11A8F: MemInputPin_Receive (pin.c:1122)
==2035== by 0x47A4224: IMemInputPin_Receive (strmif.h:3395)
==2035== by 0x47A4224: media_thread (???:0)
==2035== by 0x7BC81BB7: ??? (signal_i386.c:2682)
==2035== by 0x7BC81BFE: call_thread_func (signal_i386.c:2741)
==2035== by 0x7BC81B95: ??? (signal_i386.c:2682)
==2035== by 0x7BC88D78: start_thread (thread.c:443)
==2035== by 0x4F88F37F: start_thread (in /usr/lib/libpthread-2.21.so)
==2035== by 0x4F7ABD4D: clone (in /usr/lib/libc-2.21.so)
==2035== Uninitialised value was created by a client request
==2035== at 0x7BC4A7FD: mark_block_uninitialized (heap.c:208)
==2035== by 0x7BC4A952: initialize_block (heap.c:239)
==2035== by 0x7BC4ECB4: RtlAllocateHeap (heap.c:1716)
==2035== by 0x5FEEA65: QualityControlImpl_Create (qualitycontrol.c:41)
==2035== by 0x5FE68AC: BaseRenderer_Init (renderer.c:271)
==2035== by 0x5F7CE5B: NullRenderer_create (nullrenderer.c:243)
==2035== by 0x5F767F4: DSCF_CreateInstance (main.c:133)
==2035== by 0x4C707E4: IClassFactory_CreateInstance (unknwn.h:226)
==2035== by 0x4C707E4: CoCreateInstance (???:0)
==2035== by 0x47A3ACA: create_SinkFilter (smartteefilter.c:578)
==2035== by 0x47A64D4: test_smart_tee_filter_in_graph
(smartteefilter.c:1555)
==2035== by 0x47A808B: test_smart_tee_filter (smartteefilter.c:1786)
==2035== by 0x47A9097: func_smartteefilter (smartteefilter.c:2028)
==2035== by 0x47A9EC5: run_test (test.h:584)
==2035== by 0x47AA30D: main (test.h:666)
==2035==
--
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=37847
Bug ID: 37847
Summary: Shantae - Risky's Revenge has glitchy graphics
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emailofchris(a)gmail.com
Distribution: ---
Created attachment 50406
--> https://bugs.winehq.org/attachment.cgi?id=50406
Terminal output while playing Shantae - Risky's Revenge for a short time.
Sprites and other graphics are often glitchy in Shantae - Risky's Revenge. Here
are pictures: http://imgur.com/a/jD6FC
I've attached the terminal output, which mostly consists of one error repeated
a few thousand times, interspersed with a few others.
--
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=40385
Bug ID: 40385
Summary: usp10:usp10 regression caused by new cross-compiler
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: usp10
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The WineHQ upgrade changed the cross-compiler used to generate the reference
WineTest executables. Since the upgrade the usp10:usp10 64 bit test has this
failure on Windows Vista to Windows 10:
usp10.c:3087: Test failed: ScriptStringCPtoX should return E_INVALIDARG not
00000000
See:
https://test.winehq.org/data/tests/usp10:usp10.htmlhttps://www.winehq.org/pipermail/wine-devel/2016-March/112371.html
I can reproduce the problem with this compiler:
$ i686-w64-mingw32-gcc --version
i686-w64-mingw32-gcc (GCC) 5.3.1 20160205
But if I recompile the tests with -O0 the failures go away which points to a
compiler bug.
We need to either:
* Switch to a non buggy compiler to build the reference WineTest executables.
(which might involve reporting the bug in the first place)
* Add 'CFLAGS = -g -O0' to the test's Makefile.in as a workaround.
(preferably once we can point to a relevant compiler bug)
* Find some other nicer workaround in the C file.
--
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=30844
Bug #: 30844
Summary: VirtualDJ Home Free do not work and hangs sometimes.
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mayanksuman(a)live.com
Classification: Unclassified
Created attachment 40392
--> http://bugs.winehq.org/attachment.cgi?id=40392
Crash report when VirtualDJ Home is left undisturbed for a while
VirtualDJ Home Free sometimes fail after being idle for a while.
In Browser window VirtualDJ show + sign before Music folder even if it does not
hold anything. Clicking on + crashes the program.
The playback quality is also bad. -- May be due to bad buffer setting.
--
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=36850
Bug ID: 36850
Summary: Fury 3 does not recognize Gamepad/Joystick
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: schmatzler(a)googlemail.com
I tried running the demo of Fury 3 which runs fine, but it doesn't recognize
any gamepads.
I have an old Xbox 1 gamepad which works pretty well. When I plug it in, I get
/dev/input/js0 and a /dev/input/event device. I can also see the gamepad in
"wine control" and it works in other games.
A full debug log is here (too big to attach):
http://schmatzler.de/debuglog.tar.bz2
In the log I went into the options and chose to calibrate a Joystick where it
asks me to press a button on the controller, but doesn't recognize it.
A demo of the game can be found here:
ftp://ftp.microsoft.com/deskapps/games/public/Fury3/FURY3X.ZIP
--
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=32362
Bug #: 32362
Summary: dxgi problem for Ghost Recon Future Soldier
Product: Wine
Version: 1.5.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berillions(a)gmail.com
Classification: Unclassified
Created attachment 42700
--> http://bugs.winehq.org/attachment.cgi?id=42700
dxgi functions
The latest Ghost Recon works only on Windows Vista/Seven and with directx 10 or
11.
I set winecfg to Seven and when i launch the game, it crash. But in the output
console, there aren't error messages, just fixme messages about "dxgi"
functions.
Impossible to know where come from exactly the problem.
Thanks,
Max
--
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=40665
Bug ID: 40665
Summary: 'INFINITY' undeclared (In function
'test_effect_preshader_ops')
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)openmailbox.org
Distribution: ---
Attempting to compile 1.9.10 in Puppy Linux 4.3.1
Some dependencies installed.
effect.c: In function 'test_effect_preshader_ops':
effect.c:3977: error: 'INFINITY' undeclared (first use in this function)
--
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=29961
Bug #: 29961
Summary: ADO.NET query on a Jet database fails.
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: birdfamily715(a)googlemail.com
Classification: Unclassified
Created attachment 38996
--> http://bugs.winehq.org/attachment.cgi?id=38996ADO.NET Jet database commands that worked
ADO.NET commands (CREATE TABLE, INSERT, UPDATE and DELETE) work
(inspection of the database afterwards shows that to be true), but a
SELECT query produces the error "Arguments are of the wrong type, are
out of acceptable range, or are in conflict with one another."
Needless to say, the same code ran successfully on Windows.
Winetricks was used to import JET40, MDAC28 and DOTNET20.
In order for a database connection to be made, however, it was
necessary to copy across five DLLS from Windows: comsvcs.dll,
CLBCatQ.DLL, colbact.DLL, COMRes.dll, and MTXCLU.DLL and register one:
$ wine regsvr32.exe comsvcs.dll
Attached are c-sharp code files for the database commands that worked
(adonet2.cs) and for the one that didn't (the SELECT query)
(adonet1.cs). For succesful compilation they require the addition of
references to (under COM) ' Microsoft ActiveX Data Objects 2.8' which
results in the production of a Dll: Interop.ADODB.dll and this must be
copied across into Wine along with the executables. An empty Jet
database test.mdb, is also attached. This can be populated by
adonet2.exe and then queried by adonet1.exe
adonet2 creates a database table, inserts four records, updates one,
deletes another and runs to completion.
Finally odbc4.c is a C program which provides a query in odbc which
can be used to inspect the table rows of the database.
--
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.