http://bugs.winehq.org/show_bug.cgi?id=25352
Summary: Fable: The Lost Chapters videos play upside down
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: winegstreamer
AssignedTo: m.b.lankhorst(a)gmail.com
ReportedBy: austinenglish(a)gmail.com
Depends on: 25351
Created an attachment (id=32232)
--> (http://bugs.winehq.org/attachment.cgi?id=32232)
hack
In 1.3.8, the intro videos work without native quartz/devenum/wmp9, if
gstreamer support is enabled and the right codecs are installed, but the video
plays upside down.
In current git (wine-1.3.8-66-gc82aa50), the videos don't play at all, but
that's bug 25351.
I'll attach Maarten's hack that gets video to display properly.
--
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=25105
Summary: Wine fails to load 3d model (with testcase)
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cleberdemattoscasali-wine(a)yahoo.com.br
Wine will fail to load a 3d model running this simple program made with
DarkBASIC Pro.
--
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=24652
Summary: Missing sizes for wine app icon
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.monreal+wine(a)gmail.com
Created an attachment (id=31162)
--> (http://bugs.winehq.org/attachment.cgi?id=31162)
Screenshot
Wine ships 16x16, 32x32 and 48x48 versions of its icon. These should be
installed in some place where panels, pagers, window managers can find them
(packager's duty?).
However, at the moment two common sizes are missing: 24x24 and some larger
version like 64x64, 128x128 or 256x256.
In GNOME3's window chooser, 64x64 icons are shown. Currently, wine only shows a
smaller icon here, which looks kind of out of place (see attached screenshot).
Note that GNOME does not ship 64x64 artwork itself but scales the bigger
256x256 version down to 64x64 in this place.
--
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=22819
Summary: Some applications like Heroes of Might and Magic 2
display loopback.
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zombie(a)terralab.com
Some applications like Heroes of Might and Magic 2 display loopback addresses
when attempting to initiate a network game. The network game will complain it
is running on 127.12.34.56. I have checked /etc/hosts and determined it is not
the cause of the problem.
--
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=20977
Summary: Bad hlp table rendering
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=25145)
--> (http://bugs.winehq.org/attachment.cgi?id=25145)
Help file
Terrible rendering on attached HLP file. Refer to screenshots.
--
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=18745
Summary: Wine should support MEM_LARGE_PAGES and related
interfaces for large pages & variable page sizes
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trisk-winehq(a)forkgnu.org
The ability to allocate large pages can improve the performance of applications
with densely populated address spaces. The large page interfaces on Windows
were introduced in Windows Server 2003. However, due to limitations in the NT
VM, large pages are always pinned in memory (not pageable) and become scarce
due to excessive fragmentation. Wine has the advantage of running on platforms
with better support for large pages.
Because the memory is normally pinned, the process must have
SeLockMemoryPrivilege on Windows.
The new interfaces are:
MEM_LARGE_PAGES type for VirtualAlloc (NtAllocateVirtualMemory)
(http://msdn.microsoft.com/en-us/library/aa366720%28VS.85%29.aspx)
SEC_LARGE_PAGES flag for
http://msdn.microsoft.com/en-us/library/aa366543%28VS.85%29.aspx
GetLargePageMinimum
(http://msdn.microsoft.com/en-us/library/aa366568%28VS.85%29.aspx)
/***********************************************************************
* GetLargePageMinimum (KERNEL32.@)
*
* Get the minimum size of a large page.
*
* RETURNS
* Size: Success
* 0: Failure
*/
SIZE_T WINAPI GetLargePageMinimum(void)
The allocated regions must be aligned to the minimum size and MEM_COMMIT must
also be set, or NtAllocateVirtualMemory should return STATUS_INVALID_PARAMETER.
I'm opening this bug to keep notes for my own implementation, although anyone
should feel free to jump in.
--
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=26268
Summary: we need unimplemented function
ntdll.dll.ZwSetLdtEntries
Product: Wine
Version: 1.3.14
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jl2001(a)inbox.ru
possible to do this ?
wine: Call from 0x7bc3e820 to unimplemented function ntdll.dll.ZwSetLdtEntries,
aborting
wine: Unimplemented function ntdll.dll.ZwSetLdtEntries called at address
0x7bc3e820 (thread 0026), starting debugger...
Unhandled exception: unimplemented function ntdll.dll.ZwSetLdtEntries called in
32-bit code (0x7bc3e820).
Backtrace:
=>0 0x7bc3e820 __wine_spec_unimplemented_stub+0x50() in ntdll (0x0033f63c)
1 0x7bc21569 in ntdll (+0x11568) (0x0033f63c)
2 0x80000100 (0x0033f6a0)
3 0x00475618 in ruro (+0x75617) (0x0033f6dc)
4 0x00471c52 in ruro (+0x71c51) (0x0033fc5c)
5 0x004727dd in ruro (+0x727dc) (0x0033fc7c)
OR
ruro-programmers said:
"In the last ruro function ZwSetLdtEntries not invoked if it does not exist in
the system. If it exists in the system, it will be called. The only option that
is now possible to crash it if the emulator provides this feature, but it is
called an emulator is completed, due to the fact that it is not implemented. To
get around this, you can either put the emulator, do this for you, or you can
configure it so that it did not export functions are not implemented."
(from Russian language:
В последнем ruro функция ZwSetLdtEntries не вызывается, если она не существует
в системе. Если она существует в системе, она будет вызвана. Единственный
вариант, при котором сейчас возможен вылет, это если эмулятор предоставляет эту
функцию, но на ее вызове эмулятор завершается, из-за того, что она не
реализована. Чтоб это обойти, нужно либо поставить эмулятор, где эта функция
реализована, либо настроить его так, чтоб он не экспортировал не реализованные
функции.)
--
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=18036
Summary: Final Draft Help feature: text is missing
Product: Wine
Version: 1.1.18
Platform: All
URL: http://www.finaldraft.com/downloads/demo-final-draft.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Final Draft is the standard screenwriter's word processor.
The help feature opens but all of the topics are blank.
--
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=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.