https://bugs.winehq.org/show_bug.cgi?id=40198
Bug ID: 40198
Summary: Oblivion: corrupted screenshot using the stamp key
Product: Wine
Version: 1.9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ---
Created attachment 53705
--> https://bugs.winehq.org/attachment.cgi?id=53705
screen1
Using wine 1.9.3 Staging.
Every time I take a screenshot in the game The Elder Scroll 4: Oblivion, the
screenshot is corrupted.
It's in greyscale, and misaligned
If I take a screenshot with the internal function of Oblivion Reloaded instead
it is all correct.
part of wine stderr.
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x196e10, adapter_idx
0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM,
dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x196e10, adapter_idx
0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B5G6R5_UNORM,
dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
fixme:d3dx:D3DXLoadSurfaceFromMemory Unhandled filter 0x80004.
fixme:d3dx:D3DXLoadSurfaceFromMemory Unhandled filter 0x5.
and others things
--
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=42727
Bug ID: 42727
Summary: obsolete 128MB bitmap size limit
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: claude(a)mathr.co.uk
Distribution: ---
Created attachment 57708
--> https://bugs.winehq.org/attachment.cgi?id=57708
source code to probe supported bitmap size
The current WINE bitmap implementation has a size limit of 128MiB dating back
to 2008 with a comment about Windows XP:
https://source.winehq.org/git/wine.git/blob/39935fe5ad889d537d828cc82771bdb…
197 /* XP doesn't allow creating bitmaps larger than 128 MB */
198 if (bm.bmHeight > 128 * 1024 * 1024 / bm.bmWidthBytes)
199 {
200 SetLastError( ERROR_NOT_ENOUGH_MEMORY );
201 return 0;
202 }
However, recent versions of Windows seem to have a higher limit, of 2GiB.
Attached source code tries to create bitmaps with increasing sizes (each just
under 2^N bytes) and prints successes and eventual failure.
The bitmap test code seems to have a test for individual maximum dimension
(width), but not for maximum total bitmap size:
https://source.winehq.org/git/wine.git/blob/39935fe5ad889d537d828cc82771bdb…
Thanks for testing to users at
http://www.fractalforums.com/windows-fractal-software/windows-bitmap-size-t…
- I'll attach their results after submitting.
--
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=36183
Bug ID: 36183
Summary: valgrind shows a potential leaks in atl100/tests/atl.c
Product: Wine
Version: 1.3.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: atl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13578== 8 bytes in 1 blocks are possibly lost in loss record 37 of 602
==13578== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==13578== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==13578== by 0x7B8457FF: HeapAlloc (heap.c:271)
==13578== by 0x7B845AD4: GlobalAlloc (heap.c:376)
==13578== by 0x4E29357: OLEClipbrd_Initialize (clipboard.c:1732)
==13578== by 0x4E626C6: OleInitialize (ole2.c:215)
==13578== by 0x4DE5CA0: AtlAxWinInit (atl_ax.c:108)
==13578== by 0x4C9708E: test_ax_win (atl.c:600)
==13578== by 0x4C97273: func_atl (atl.c:627)
==13578== by 0x4C98072: run_test (test.h:584)
==13578== by 0x4C98460: main (test.h:654)
==13578==
==13578== 32 bytes in 1 blocks are possibly lost in loss record 208 of 602
==13578== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==13578== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==13578== by 0x7BC39A6B: RtlInitializeCriticalSectionEx (critsection.c:326)
==13578== by 0x7B876AE5: InitializeCriticalSectionEx (sync.c:356)
==13578== by 0x7B876A64: InitializeCriticalSection (sync.c:313)
==13578== by 0x4DE4213: AtlWinModuleInit (atl.c:436)
==13578== by 0x4C950D9: test_winmodule (atl.c:89)
==13578== by 0x4C9725A: func_atl (atl.c:622)
==13578== by 0x4C98072: run_test (test.h:584)
==13578== by 0x4C98460: main (test.h:654)
==13578==
==1611== 32 bytes in 1 blocks are possibly lost in loss record 217 of 629
==1611== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==1611== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==1611== by 0x7BC39A6B: RtlInitializeCriticalSectionEx (critsection.c:326)
==1611== by 0x7B876AE5: InitializeCriticalSectionEx (sync.c:356)
==1611== by 0x7B876A64: InitializeCriticalSection (sync.c:313)
==1611== by 0x4E62252: test_winmodule (atl.c:101)
==1611== by 0x4E6425A: func_atl (atl.c:622)
==1611== by 0x4E65072: run_test (test.h:584)
==1611== by 0x4E65460: main (test.h:654)
==1611==
==1611== 32 bytes in 1 blocks are possibly lost in loss record 218 of 629
==1611== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==1611== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==1611== by 0x5B300B4: alloc_bstr (oleaut.c:162)
==1611== by 0x5B3044A: SysAllocStringLen (oleaut.c:324)
==1611== by 0x5B535E8: TLB_MultiByteToBSTR (typelib.c:1753)
==1611== by 0x5B580A8: ITypeLib2_Constructor_MSFT (typelib.c:3706)
==1611== by 0x5B57398: TLB_ReadTypeLib (typelib.c:3460)
==1611== by 0x5B4F6BC: LoadTypeLibEx (typelib.c:478)
==1611== by 0x5B4F5F8: LoadTypeLib (typelib.c:454)
==1611== by 0x4E639C1: Dispatch_GetTypeInfo (atl.c:520)
==1611== by 0x4F853FA: AtlGetObjectSourceInterface (oaidl.h:811)
==1611== by 0x4E63D58: test_source_iface (atl.c:576)
==1611== by 0x4E6426E: func_atl (atl.c:626)
==1611== by 0x4E65072: run_test (test.h:584)
==1611== by 0x4E65460: main (test.h:654)
==1611==
==1659== 32 bytes in 1 blocks are possibly lost in loss record 218 of 630
==1659== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==1659== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==1659== by 0x7BC39A6B: RtlInitializeCriticalSectionEx (critsection.c:326)
==1659== by 0x7B876AE5: InitializeCriticalSectionEx (sync.c:356)
==1659== by 0x7B876A64: InitializeCriticalSection (sync.c:313)
==1659== by 0x4E62252: test_winmodule (atl.c:101)
==1659== by 0x4E6425A: func_atl (atl.c:622)
==1659== by 0x4E65072: run_test (test.h:584)
==1659== by 0x4E65460: main (test.h:654)
==1659==
==1986== 80 bytes in 1 blocks are possibly lost in loss record 348 of 630
==1986== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==1986== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==1986== by 0x5B040B4: alloc_bstr (oleaut.c:162)
==1986== by 0x5B045F5: SysAllocStringByteLen (oleaut.c:413)
==1986== by 0x5B29DA8: MSFT_ReadAllStrings (typelib.c:2879)
==1986== by 0x5B2B9F0: ITypeLib2_Constructor_MSFT (typelib.c:3581)
==1986== by 0x5B2B398: TLB_ReadTypeLib (typelib.c:3460)
==1986== by 0x5B236BC: LoadTypeLibEx (typelib.c:478)
==1986== by 0x5B235F8: LoadTypeLib (typelib.c:454)
==1986== by 0x4A349C1: Dispatch_GetTypeInfo (atl.c:520)
==1986== by 0x4F553FA: AtlGetObjectSourceInterface (oaidl.h:811)
==1986== by 0x4A34D58: test_source_iface (atl.c:576)
==1986== by 0x4A3526E: func_atl (atl.c:626)
==1986== by 0x4A36072: run_test (test.h:584)
==1986== by 0x4A36460: main (test.h:654)
==1986==
--
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=41363
Bug ID: 41363
Summary: Starcraft Editor crash when accessing Triggers.
Product: Wine
Version: 1.9.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zombie_ryushu(a)yahoo.com
Distribution: ---
In all versions of Starcraft (Brood War) under Wine 1.9.12 to current,
Starcraft Map editor Crashes whenever the "Triggers" Dialogue is accessed. Wine
will report that the program had a serious problem, and dump a backtrace.
--
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=41585
Bug ID: 41585
Summary: Rogue Operatives won't launch
Product: Wine
Version: 1.9.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Created attachment 55923
--> https://bugs.winehq.org/attachment.cgi?id=55923
crash log - steam
Only a window opens saying
Your application is built to load COOKED content. No COOKED content was found;
This usually means you did not cook content for this build.
It also may indicate missing cooked data for a shader platform(e.g., OpenGL
under Windows): Make sure your platform's packaging settings include this
Targeted RHI.
--
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=35278
Bug ID: 35278
Summary: KindleforPC crashes with big books
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)staerk.de
Classification: Unclassified
Created attachment 47052
--> http://bugs.winehq.org/attachment.cgi?id=47052
backtrace when clicking onto a large book in Amazon Kindle reader for PC
When starting Kindle.exe to read my e-books, wine crashes with the attached
backtrace. I tried with SUSE 13.1 and SUSE 12.2, in both cases it crashes.
--
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=35142
Bug ID: 35142
Summary: Lara Croft and the Guardian of Light: screen filled
with artefacts when StrictDrawOrdering disabled
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 46879
--> http://bugs.winehq.org/attachment.cgi?id=46879
terminal output
Strange polygons are flashing in and out in the game, cutscenes are affected
too.
'winetricks strictdrawordering=enabled' makes those artefacts go away (but
performance suffers).
Demo version is available on Steam:
http://store.steampowered.com/app/35130/
Nvidia binary drivers 325.15
--
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=42597
Bug ID: 42597
Summary: Mouse wheel doesn't scroll in MyLifeOrganized
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ddascalescu+wine(a)gmail.com
Distribution: ---
I'm using Ubuntu with Unity and in MLO for Windows
(https://www.mylifeorganized.net/todo-list-windows.shtml), the mouse wheel
doesn't do anything.
I'm not sure, but I think this is a regression from 1.8.
--
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=33301
Bug #: 33301
Summary: FeiQ can't display its window, the client area is
black.
Product: Wine
Version: 1.5.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fangendoucg(a)gmail.com
Classification: Unclassified
Hi, forks
I tested a LAN chat app called FeiQ, it can't run normally under wine.
Just do as follow:
1. Download FeiQ.exe from http://www.feiq18.com/forum.php or the attachment
I've uploaded here.
sha1sum:
2. It has only one .exe file, so you can save it to anywhere. Then run it: $
wine FeiQ.exe
3. When FeiQ runs for the first time, you'll see a window displayed normally.
You can just click on the default focused button or wait a minute until it
disappears.
4. Then you can see a small window with black client area. After clicking on
the close button, another one comes out. Click on the close button again, the
main window of FeiQ displays. It also has a black client area.
Under Ubuntu 12.04 & wine-1.5.27.
--
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=30020
Bug #: 30020
Summary: Tribes Ascend does not connect to the authentication
service
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: rmlipman(a)gmail.com
Classification: Unclassified
Tribes Ascend installs successfully, but the launcher never connects to the
update service. The only thing that shows up in the console is
fixme:thread:NtQueryInformationThread info class 16 not supported yet
spammed over and over again.
--
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.