http://bugs.winehq.org/show_bug.cgi?id=26165
Summary: Wine 1.2.2: "Cannot change screen BPP from 32 to 8" -
GTA free download
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zizka(a)seznam.cz
Created an attachment (id=33339)
--> (http://bugs.winehq.org/attachment.cgi?id=33339)
Wine GTA stacktrace
wine-1.2.2, running GTA 1 (free download from rockstar.com)
I've set winecfg to run in an emulated desktop, disabled HW sound acceleration,
and run Grand\ Theft\ Auto.exe.
This resulted into Wine suggesting me filing a bug.
Stackgrace attached. Excerpt:
------
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
wine: Unhandled page fault on read access to 0xffff0012 at address 0xffff0012
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0xffff0012 in 32-bit code
(0xffff0012).
------
Thanks
--
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=12129
Summary: Change icon and name of Bugzilla search plugin
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
URL: javascript:window.external.AddSearchProvider('http://bugs.winehq.org/search_plugin.cgi')
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ng.ehahn(a)gmx.de
On the frontpage of Bugzilla, you are offered a search plugin. This plugin has
the caption "Bugzilla" and a generic Bugzilla icon. This way, it could be any
Bugzilla, nothing shows it's the Wine one.
Instead, the caption should be something like "Wine Bugzilla" and the icon
should also be related to Wine. (Maybe the Favicon?)
--
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=16300
Summary: wine user guide mentions winecfg before it explains how
to start a program
Product: WineHQ.org
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Wine has now developed to the point where the default configuration is good
enough for most people. Asking people to run winecfg to configure Wine first no
longer makes sense; explaining how to run programs and installers first works
better. The user guide should reflect that.
--
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=8025
--- Comment #80 from Evan Goers <megatog615(a)gmail.com> 2011-02-26 04:00:14 CST ---
(In reply to comment #79)
> Thx Again. Adding maxcups=1 to grub and removing the patch fixed booth for me.
> No more drops by client timed out and no more freezes.
>
> //
> 2.6.37-ARCH
> Phenom(tm) II X4 955 Processor
> wine-1.3.14
I just tried this and it froze up within an hour. Granted, it did last longer
than usual.
--
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=8025
Evan Goers <megatog615(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |megatog615(a)gmail.com
--
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=24293
Summary: Simple .NET applications not working
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: fernandocarvalho1987(a)hotmail.com
Created an attachment (id=30609)
--> (http://bugs.winehq.org/attachment.cgi?id=30609)
Execution of a .NET application that only shows a message.
Simple applications made with Visual Studio are not working under Wine.
--
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=26243
Summary: WineFAQ: 7.5. I want to associate a native program
with a file type in Wine
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kjensen(a)devnull.dk
Hi,
I have submitted a change to the WineFAQ but it seems like you don't like it -
as it keeps getting reverted... I'll try to explain the change here (as a last
attempt)
In section 7.5. "I want to associate a native program with a file type in Wine"
If the argument to the program contains spaces it will not work - so I have
added sed to change " " (spaces) to "\ " like:
#!/bin/sh
$1 "`wine winepath -u "$2"`" | sed 's/ /\\ /'
I.e. you try to open a .doc file named "my document.doc" then without sed,
openoffice will not be able to open the file. With sed added it will.
I'm sure that I'm not the only one with this problem.
Another minor thing: I believe most people will find it easier to understand if
you use ~ as the reference to home instead of telling them to: "make sure that
$HOME/bin directory is in your $PATH."
But that's just my two cents
Sincerely,
Kim Jensen
--
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=13875
Summary: Lego Island doesn't display 3D
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=13955)
--> (http://bugs.winehq.org/attachment.cgi?id=13955)
Error log
Instead of displaying 3D, Lego Island renders a black screen. This used to
work, and I'm guessing this broke around the time the iPixelFormat bug came
into existence.
--
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=26231
Summary: File IO memory consumption
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: manjak4s(a)ukr.net
Tested on: Ubuntu ( Linux version 2.6.31-20-generic. VMWare vm )
CentOS ( Linux version 2.6.18-164.15.1.el5. VMWare vm )
Gentoo ( Linux version 2.6.34-gentoo-r6. VMWare vm,
physical machine )
File Systems: ext2, ext3.
Reprodused: always.
Function: WriteFile(any params). Haven't tested ReadFile yet.
WriteFile causes FS buffer grows equal to amount of data written (after writing
threshold amount of data, kernel kills process with "out of memory" message).
Memory freed only after buffer become invalid (for example, echo > <filename>.
FS keeps memory even after wine process and wine server finished execution).
Simple program:
BYTE pBuffer[1024];
DWORD dwWritten = 0;
memset(pBuffer, 0xCE, sizeof(pBuffer));
HANDLE hFile = CreateFile(_T("C:\\test.img"),
GENERIC_ALL,
0,
NULL,
OPEN_EXISTING,
FILE_ATTRIBUTE_NORMAL,
NULL);
for (int i = 0; i < 256 * 1024; ++i)
{
WriteFile(hFile, pBuffer, sizeof(pBuffer), &dwWritten, NULL);
}
CloseHandle(hFile);
Output: 256Mb memory leak.
Temporary I have added O_DIRECT option support to wine server and switched to
ext2 FS(works fine for me).
--
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.