http://bugs.winehq.org/show_bug.cgi?id=421
--- Comment #115 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-02-08 00:41:38 ---
(In reply to comment #113)
> This direction is required, when we want to support native drivers.
> For simple Workstations, this would be printer drivers.
> For Workstations in a company, this includes also Mirror Drivers
> (for remote control)
Windows drivers won't work in Wine for obvious reasons, there is no
need to try that path again.
> We could have other Driver next to winex11.drv very easy
> (winesdl.drv anyone ?)
ls dlls/*.drv ?
--
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=17285
Summary: null pointer dereference possibility in failure cases
server/named_pipe.c
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
server/named_pipe.c - create_named_pipe
client = NULL;
}
}
release_object( server );
return &client->obj;
}
any failure will result in a segfault as the NULL client pointer is
defererenced.
--
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=7643
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #68 from Austin English <austinenglish(a)gmail.com> 2009-02-07 22:32:16 ---
Reported fixed.
--
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=5694
knan-wine(a)anduin.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |knan-wine(a)anduin.net
--- Comment #10 from knan-wine(a)anduin.net 2009-02-07 22:19:22 ---
Tested with today's git. Some interesting graphics corruption, but basically
works fine and is playable with native d3dx9_25.dll. No crashes.
(Well, reproducibly hits a nvidia driver bug that borks the colours of my whole
x session on exit, but anyway...)
--
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=6912
knan-wine(a)anduin.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |knan-wine(a)anduin.net
Bug 6912 depends on bug 16273, which changed state.
Bug 16273 Summary: nVidia melody installer fails in ole
http://bugs.winehq.org/show_bug.cgi?id=16273
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
Status|RESOLVED |CLOSED
--- Comment #7 from knan-wine(a)anduin.net 2009-02-07 21:44:07 ---
Looks mildly okay now. And installer works. (1.1.14, nvidia card)
The "Load Working Model" and "Load Reference Model" buttons is hidden behind
the 3D display window (click blindly at the lower left), which makes the
interface rather non-obvious. But loads models fine.
Can't manipulate the models (rotate/zoom/etc).
--
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=4713
knan-wine(a)anduin.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |knan-wine(a)anduin.net
--- Comment #13 from knan-wine(a)anduin.net 2009-02-07 21:18:06 ---
1.1.14: Runs, freezes after a few seconds. Sound keeps playing.
--
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=17295
Summary: Wine ignores Desktop folder location
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehqbugs(a)bugmenot.com
Every time I run any program using wine, it creates a folder ~/Desktop. Any
change of the location with winecfg ->"Desktop Integration" ->"Shell Folder"
creates a symlink~/Desktop, too. The XDG_DESKTOP_DIR setting is ignored.
I really don't want another folder cluttering my home directory.
--
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=17301
Summary: Regression - Autocad MTEXT command broken in current git
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
The patch :
ea9e062b6c460b17ddc3b820dee80960b74b9369 is first bad commit
commit ea9e062b6c460b17ddc3b820dee80960b74b9369
Author: Dylan Smith <dylan.ah.smith(a)gmail.com>
Date: Fri Feb 6 01:09:36 2009 -0500
richedit: Removed unnecessary calls to ME_WrapMarkedParagraphs.
These calls to ME_WrapMarkedParagraphs never do anything, and don't make
sense to be called in these places. These places are for ME_MoveCaret,
and ME_ArrowHome, which both don't involve any text being modified, and
all (direct and indirect) calls to these functions are done after the
text has already been wrapped.
:040000 040000 45e465b6c983b8fe6546963a7c0ffc745a3d4b10
ba718734b4ee94514e23952dca8388c6284b943a M dlls
Broke MTEXT command in Autocad; program crashes with following error :
caret.c:175: ME_GetCursorCoordinates: Asserzione
'!(ME_GetParagraph(pCursorRun)->member.para.nFlags & 0x01)' fallita.
err:seh:raise_exception Unhandled exception code e0000001 flags 0 addr
0x7b845a20
Ciao
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.
http://bugs.winehq.org/show_bug.cgi?id=17262
Summary: Assassins creed - cannot play intro and after intro
crashes
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tomas.bozik(a)gmail.com
Created an attachment (id=19250)
--> (http://bugs.winehq.org/attachment.cgi?id=19250)
console out
1. installed assassins creed
2. added a d2dx9_36.dll, xinput1_3.dll to system32 folder and set as native in
winecf
3. modified registry
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"OffscreenRenderingMode"="fbo"
"RenderTargetLockMode"="readtex"
"UseGLSL"="enabled"
[HKEY_CURRENT_USER\Software\Wine\DirectInput]
"MouseWarpOverride"="force"
4. launched wine AssassinsCreed_Dx9.exe
I can hear sounds of the intro but see nothing but white screen. After intro
sounds application crashes
my system is:
Linux 2.6.27-11-generic x86_64 GNU/Linux (Ubuntu 8.10)
video: ATI Mobility Radeon HD 3400 Series with 9.1 x86.x86_64 drivers
--
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.