http://bugs.winehq.org/show_bug.cgi?id=4361
------- Additional Comments From alex(a)thehandofagony.com 2006-21-01 13:02 -------
Se the AppDB page for information on how to install the 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=4362
------- Additional Comments From karllinuxtest.relton(a)ntlworld.com 2006-21-01 12:38 -------
Created an attachment (id=1736)
--> (http://bugs.winehq.org/attachment.cgi?id=1736&action=view)
An object to be moved
The screenshot shows (zoomed in somewhat) a white canvas with one simple text
object that has been selected: hence the black frame with various drag handles
around the edge and in the middle (the ones sticking out allow rotation and
shearing).
All the drag handles work except the one in the middle - which should allow the
user to move (drag) the object across the canvas. For some reason this is not
working.
Without any special debug, I notice that the log is appended with:
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 100 is not
valid, number of bitmaps in imagelist: 5
each time I try and move the object.
Any hints on how to create debug output that might focus in on the root cause
would be appreciated - I'm happy to try and produce debug logs.
--
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=4362
Summary: Cant move objects in Greetings Card Factory
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karllinuxtest.relton(a)ntlworld.com
In Greetings Card Factory 1.0 (from Nova Development), I can no longer move
selected objects in the proper way. This is actually a regression - it used to
work way back in 200412xx.
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=4357
ploujj(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From ploujj(a)gmail.com 2006-21-01 09:31 -------
This turned out to be a not wine/Linux related UnrealGold issue.
--
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=4302
chain_shinra(a)gmx.at changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From chain_shinra(a)gmx.at 2006-21-01 09:21 -------
I have deleted my ~/.wine folder and am using now aRts/OSS/no sound.
This works for me.
Thank you.
--
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=2538
------- Additional Comments From vitaliy(a)kievinfo.com 2006-21-01 09:03 -------
This is a kernel driver (copy-protection?). Wine currently does not support
loading of drivers of any kind.
--
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=2538
------- Additional Comments From markknecht(a)gmail.com 2006-21-01 07:49 -------
I just noted that in the WinME test I Did get this message in the terminal:
mark@dragonfly ~/.wine/drive_c/Program Files/Native Instruments/Reaktor Session
$ wine ReaktorSession.exe
fixme:vxd:VXD_Open Unknown/unsupported VxD L"wibukey.vxd". Try setting Windows
version to 'nt40' or 'win31'.
Note that I do run Reaktor Session 4.0 under Win XP. I don't think I've run that
version, now discontinued and older than the demo we are trying out here, under
Win XP.
--
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=2538
------- Additional Comments From markknecht(a)gmail.com 2006-21-01 07:46 -------
/OK, I tried the Win98, WinME, WinXP settings in winecfg. Same results for me in
all cases. I am now getting this message about 'Error WK1117 - WBUKEY.SYS not
installed' all the time for the existing installation. Possibly I could try
installing the demo app using different emulated versions? Very strange that we
do not all at least get the same results, goor or bad...
--
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=4360
------- Additional Comments From ahlgren(a)mit.edu 2006-21-01 07:32 -------
Created an attachment (id=1733)
--> (http://bugs.winehq.org/attachment.cgi?id=1733&action=view)
Standard output (console) from running bugged Photoshop under Wine. Contains
lots of fixmes and an divide-by-0 exception.
Here's the attachment.
Also note that this is how I installed Photoshop: I opened regedit in windows
and exported everything under the LOCAL/software/Adobe key. For some reason,
Wine's regedit was unable to import this file (a separate bug which I'm not
sure is on file), so I had to manually enter the license code. I didn't copy
any other registry keys however.
When this first started happening, I noticed that Photoshop booted with a giant
out-of-place floating scrollbar right in the middle of the program window.
Apparently this scrollbar belonged to the brush palette (i.e. the lost
scrollbar disappeared when I hid the brush palette).
Also, might anyone know how to reset preferences of Photoshop? I think that
might work as a temporary fix...
--
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=4360
Summary: Photoshop crashed; now all clicks crash Photoshop
Product: Wine
Version: 20050725
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ahlgren(a)mit.edu
Photoshop under Wine commonly crashes, especially when resizing any sort of palette. Before, I was
unable to right-click anywhere (I get a "program error" dialog box in Photoshop). Now, any click I make or
any tool selection I make makes Photoshop crash after a 1-2 second delay.
The logs from my console are in an attached file.
--
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=3138
------- Additional Comments From ahlgren(a)mit.edu 2006-21-01 07:24 -------
I have the same problem. It used to be that I could just alt-tab out and ctrl-C in the console and
Photoshop would resume fine (without letting me right-click).
It might be related to the other bug I'm about to post under the name of "Photoshop crashed and now any
click crashes it".
-- mats_a at mit edu
--
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=4337
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-21-01 06:38 -------
But reverting back the changes for atof from the patch does not fix the simple
test program. Confusing....
--
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=4337
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-21-01 06:05 -------
oh, and reverting the changes for atof back from the patch makes Splintercell
happy again.
--
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.