http://bugs.winehq.org/show_bug.cgi?id=3792
------- Additional Comments From wine.dev(a)web.de 2006-22-01 06:16 -------
I'm working on this Issue.
Basic tests as submitted, validating the Results from EnumPorts with
"win.ini" [Ports] and the Registry will follow
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4268
------- Additional Comments From wine.dev(a)web.de 2006-22-01 06:11 -------
Hi.
For your Comment #39
> 1) Problem with leading space in printer name
> Real solution is probably to do the same as Windows does
> (or what we believe it does), which is trim() of OpenPrinterW() parameter.
The wine testsuite is the place to verify this.
I created a Patch for winspool/tests:
http://www.winehq.org/pipermail/wine-patches/2006-January/023538.html
My XPsp2_home fails with ERROR_INVALID_PRINTER_NAME in this Test, so i
IMHO, the Space in front of the Printername is a bug in ISS@VFP9.
Did you already test:
- with all available Service-Pack's / Hotfixes for ISS and VFP9?
- without the latest Fixes for ISS and VFP9 (Fixes can also add Bugs)?
- with a different Default-Printer?
- with a Dfferent App for VFP9 (is the Bug in VFP9 or in ISS)?
It's also Possible, that a bug in a different wine-DLL add the Space.
WINEDEBUG="+relay,+seh" produces a very big log.
You can use "Debug\\RelayExclude" to shrink that log.
See: http://wiki.winehq.org/UsefulRegistryKeys
> 2) Missing PrinterDriverData registry key
> 3) Missing PrinterDriverData\\FontSubTable key
This is Easy to fix, but we need a testcase for this to verify,
if the keys are created by "AddPrinter", created by the Driver or
if they are optional and the wine-log should be different.
About "PPD File":
This Entry is wine-specific.
I updated http://wiki.winehq.org/UsefulRegistryKeys
Did you try to print with a different PPD-File (different Printer)?
> 5) Windows version emulation
> fixme:commdlg:PrintDlgExA stub
There is already an Entry for this in Bugzilla: Bug #4342
For your Problem with the wrong Printing-Results:
This Problem is gdi32/wineps - specific and
i must say sorry, I'm unable to help here.
We should close this BUG as soon, as Issue 1 is fixed
(since your Printers are visible in ISS@VFP9 and ISS@VFP9 does Print),
and open a new Bugzilla-Entry about the wrong Printing-Results.
I'm working to get PDF-Creation to work inside wine
("http://wiki.winehq.org/PDF"), but there are to mutch
parts missing in winspool.drv yet.
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1370
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From dank(a)kegel.com 2006-22-01 00:09 -------
I just sent a patch for this to wine-patches.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4369
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-21-01 21:50 -------
Please submit an entry for this application in the AppDb
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3391
zhilla(a)spymac.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From zhilla(a)spymac.com 2006-21-01 20:35 -------
fixed... i guess it could use further testing by someone else, but using wine-20060122 cvs now and
problem is gone... properly resizes and stuff.
last version i used that had the bug was 20051227, so the fix is somewhere in between for the
curious :)
and for the rest, it still gives a lot of errors on the console
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps
in imagelist: 0
and its child windows have some display trouble, but that is for another bug report i guess.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4369
------- Additional Comments From super-greg(a)gmx.de 2006-21-01 18:26 -------
Created an attachment (id=1740)
--> (http://bugs.winehq.org/attachment.cgi?id=1740&action=view)
this file creates the right registry entries
[Howto]
First download and execute the setup
then save the nfs.reg to any folder
in this folder type "regedit nfs.reg" in a console
thats it!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4369
Summary: SetDisplayMode returns 0 hz in Need for Speed 4 Demo
Product: Wine
Version: CVS
Platform: PC
URL: http://www.nfshome.com/demos.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: super-greg(a)gmx.de
CC: super-greg(a)gmx.de
The game runs in software mode (very slow).
In d3d mode it crashes at start.
i think that these lines are the reason for the crash:
trace:ddraw:HAL_DirectDraw_SetDisplayMode (0x7fe027a0)->(1024x768x24,0 Hz,00000000)
trace:ddraw:User_DirectDraw_SetDisplayMode (0x7fe027a0)->(1024x768x24,0 Hz,00000000)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found! (XRandR)
fixme:ddraw:Main_DirectDraw_CreateSurface failed surface creation with code
0x88760078
Ill attach a log and a howto to get the demo runnin
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.