http://bugs.winehq.org/show_bug.cgi?id=4173
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |ftp://ftp.ubisoft.fr/pub/dem
| |os/strategie/Darkdemo.zip
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From alex(a)thehandofagony.com 2006-21-01 12:00 -------
Added link to demo.
--
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=4348
------- Additional Comments From mstefani(a)redhat.com 2006-21-01 11:59 -------
Ok, the bug is then in the msvcrt dll like Mike suspected.
Could you please run the program with the msvcrt debug channel enabled and post
the result?
WINEDEBUG=+msvcrt wine $program
--
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=4348
------- Additional Comments From karllinuxtest.relton(a)ntlworld.com 2006-21-01 11:30 -------
Using a windows version of msvcrt.dll (from dll-files.com), and setting in
winecfg to use this in preference to the builtin version, the problem DOES goes
away. I will attach an equivalent screenshot so you can see what the output
should look like.
Unfortunately this is shrink-wrapped software, so no possibility to hack the
software itself to debug it.
The company website is www.novadevelopment.com, product Greetings Card Factory -
I have version 1.0 (note they are now selling version 5.0). Although there is a
try before you buy section, I could not find any downloadable trial version of
this program - just various clipart samples.
--
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=4343
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony.lambregts(a)gmail.com 2006-21-01 11:08 -------
At the the start of a bug report it is not always possible to know that it is a
"known problem" so you ask questions...
As far as what you can do goes, you can compile from cvs or wait for a new release.
As far as entering individuals data goes (and this bug) with a "clean install of
wine using CVS" there are many problems and entering and editing individuals
seems to be one of them. (I can enter and edit them at times but it is difficult)
Confirming for now
--
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 michal.okresa(a)ifne.sk 2006-21-01 10:59 -------
Ok, so far we invested 34 hours into this problem, and this is where we are
right now:
1) Problem with leading space in printer name
trace:winspool:GetDefaultPrinterW L"xerox_230,WINEPS,LPR:xerox_230"
trace:winspool:GetDefaultPrinterA 0x0000000a/0x00000104:L"xerox_230"
trace:winspool:OpenPrinterW (printerName: L" xerox_230", pDefault (nil))
trace:winspool:OpenPrinterW Can't find printer L" xerox_230" in registry
It looks like ISS (application we are trying to run under Wine) asks for default
printer name, takes the result, adds leading space and then calls
OpenPrinterW(), which fails. Nothing comes out of the printer. This looks like a
bug in ISS itself, probably fixed by Windows API.
Temporary solution we used is copy of "xerox_230" registry key as " xerox_230",
while preserving subkeys value. This "solves" situation, so we could proceed to
next point.
Real solution is probably to do the same as Windows does (or what we believe it
does), which is trim() of OpenPrinterW() parameter.
2) Missing PrinterDriverData registry key
trace:winspool:GetPrinterDataExA (0x2, "PrinterDriverData", "PPD File" (nil),
(nil), 00000000, 0x406bc094)
warn:winspool:GetPrinterDataExA Can't open subkey "PrinterDriverData"
err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for printer '
xerox_230'
We solved it by definition of this key:
[System\\CurrentControlSet\\Control\\Print\\Printers\\
xerox_230\\PrinterDriverData] 1137859786
"PPD File"="/etc/cups/ppd/xerox_230.ppd"
At this point, is starts to print something, even it is not what is should be.
3) Missing PrinterDriverData\\FontSubTable key
This is probably not a problem, since FontSubTable defines table of font
substitions. We created the key to get rid of error message in log file.
Note that notepad application is able to print on xerox_230, so this key should
not matter.
4) Ability to change printers in print dialog
With Wine_20050310, it was not possible to change printer in print dialog. With
latest CVS Wine (20060120), this problem is fixed.
5) Windows version emulation
If Wine emulates WinNT40, dialog where you can change printer works.
If Wine emulates WinXP or Win2k version, dialog where you can change printer
does not list any printers, this can be found in log:
fixme:commdlg:PrintDlgExA stub
Problem can be fixed by using native WinXP comdlg32.dll (as Detlef pointed out).
Currently, ISS is able to print, but text is missing, while lines are there. See
attached missing_text.ps file (which we produced be definition of to_file
printer, which generated *.ps file).
Any suggestions are greatly appreciated.
--
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=4343
------- Additional Comments From djrpublic(a)cfl.rr.com 2006-21-01 09:52 -------
If it was a known problem then why did "you" get me into this? Why not just
tell me to wait for version x.x.x to become available for Ubuntu?
Now what can I do?
--
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=4361
Summary: Regression: stuttering audio in Settlers IV
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The audio stutters in the Settlers IV when running Wine 0.9.6. This did not
happen in Wine 0.9.5. Maybe it has something to do with the DirectSound changes?
Several messages like this appear on the console
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7dbdb6e8
--
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.