http://bugs.winehq.org/show_bug.cgi?id=4268
------- Additional Comments From tuharsky(a)misbb.sk 2006-11-01 04:05 -------
Created an attachment (id=1667)
--> (http://bugs.winehq.org/attachment.cgi?id=1667&action=view)
logfile bz2 other machine (inform10) -changing printer unsucc.
+driver,+profile,+print,+psdrv,+winspool
This is logfile from different machine (inform10) with wine 200504.
Started ISS app, invoked printer dialogue.
Please note, that the default printer in ISS app (Samsung SCX4100) dosen't
match the CUPS default (xerox_230).
Then I attemped to change printer to xerox_230, unsuccesfully (no complaint,
but printer untouched).
It might be connected to the bug somehow. This is the machine where the only
successfull attemp of printing has been ever made with the VFP9 (VFP7 printing
worked well everywhere).
The succesfull attemp has beed done this way:
As today, the default ISS printer has been the SCX. Colegue has REMOVED the
printer in CUPS, then xerox_230 has been correctly automatically recognised by
the ISS app as default printer, and the printing attemp has been successfull.
This experiment we are no more unable to repeat -the Xerox 230 no more enables
in ISS automatically, and doing this manually dosen't work as I report and
document by this logfile.
--
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=3709
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From mike(a)codeweavers.com 2006-11-01 02:30 -------
This one is interesting. Installing requires the windows version set to winxp,
but it fails after that with the error message:
err:msidb:load_string_table string table load failed! (0035e981 != 001ce981)
The following notes are mainly for me, but might be useful to somebody else
trying to understand the format of the MSI string table.
There's a very long string in the string table (more than 0x1a0000 bytes), and I
don't exactly understand the format of the entries that declare it:
str# len%2^16 ref real len
4820 0 1
4821 34523 1 100059
4822 0 1
4823 0 2
4824 0 1
4825 6197 1 1710133
4826 0 0
4827 24 1 24
4828 0 1
4829 34124 1 99660
So we need to calculate "real len" as above...
"str#" is the offset into the table, and I interpret the unsigned short integer
pairs "(len%2^16) ref" as follows:
"n 1" -> a string of n bytes (where n < 2^16)
"0 0" -> a hole in the string table
"0 m", "n 1" -> a string of m*65536+n bytes (should give up to 4G)
"0 k", "0 m", "n 1" -> shouldn't be necessary...
I'm still not sure how a "0 n" followed by "0 m" is meant to be interpreted.
Looking at the actual size of the string, it seems like it will increase the
length of the next string by 0xa00000*m + 0x10000*n ... though I probably need
to write some tests to confirm this.
------- Additional Comments From mike(a)codeweavers.com 2006-11-01 03:45 -------
This one is interesting. Installing requires the windows version set to winxp,
but it fails after that with the error message:
err:msidb:load_string_table string table load failed! (0035e981 != 001ce981)
The following notes are mainly for me, but might be useful to somebody else
trying to understand the format of the MSI string table.
There's a very long string in the string table (more than 0x1a0000 bytes), and I
don't exactly understand the format of the entries that declare it:
str# len%2^16 ref real len
4820 0 1
4821 34523 1 100059
4822 0 1
4823 0 2
4824 0 1
4825 6197 1 1710133
4826 0 0
4827 24 1 24
4828 0 1
4829 34124 1 99660
So we need to calculate "real len" as above...
"str#" is the offset into the table, and I interpret the unsigned short integer
pairs "(len%2^16) ref" as follows:
"n 1" -> a string of n bytes (where n < 2^16)
"0 0" -> a hole in the string table
"0 m", "n 1" -> a string of m*65536+n bytes (should give up to 4G)
"0 k", "0 m", "n 1" -> shouldn't be necessary...
I'm still not sure how a "0 n" followed by "0 m" is meant to be interpreted.
Looking at the actual size of the string, it seems like it will increase the
length of the next string by 0xa00000*m + 0x10000*n ... though I probably need
to write some tests to confirm this.
--
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=4284
Summary: PowerPoint 2000 deadlocks when opening file with preview
Product: Wine
Version: CVS
Platform: All
URL: http://appdb.winehq.org/appview.php?versionId=71
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cihan(a)uq.edu.au
More specifically, the preview has to have an image on it that is at least 90x90
pixels large. As most presentations have a background image this is nearly
always the case.
How to reproduce:
- Start PowerPoint 2000 and load a file that contains a preview as described OR
run PowerPoint directly with the file as argument.
- Wait some seconds => deadlock
This doesn't happen when keeping PowerPoint busy, ie. by switching through the
slides fast enough. In fact, it is possible to open the file, remove the
preview, save and have it working.
Here's a trace output (I included some more trace messages in the source files):
trace:bitblt:StretchBlt --Start--
trace:gdi:GDI_GetObjPtr (0x3b0c): enter 1
trace:dc:DC_GetDCPtr
trace:gdi:GDI_ReleaseObj (0x3b0c): leave 1
trace:gdi:GDI_GetObjPtr (0x3aec): enter 1
trace:dc:DC_GetDCPtr
trace:gdi:GDI_GetObjPtr (0x3b0c): enter 2
trace:dc:DC_GetDCPtr
trace:bitblt:StretchBlt 0x3aec 0,0 160x120 -> 0x3b0c 0,0 960x720 rop=cc0020
trace:gdi:GDI_GetObjPtr (0x3aec): enter 3
trace:dc:DC_GetDCPtr
trace:gdi:GDI_ReleaseObj (0x3aec): leave 3
trace:gdi:GetObjectW 0x3af8 24 0x7fc2f760
trace:gdi:GDI_GetObjPtr (0x3af8): enter 3
trace:gdi:GDI_ReleaseObj (0x3af8): leave 3
trace:gdi:GDI_GetObjPtr (0x3aec): enter 3
trace:dc:DC_GetDCPtr
trace:gdi:GDI_ReleaseObj (0x3aec): leave 3
trace:gdi:GDI_GetObjPtr (0x3aec): enter 3
trace:dc:DC_GetDCPtr
trace:gdi:GDI_ReleaseObj (0x3aec): leave 3
trace:gdi:GDI_GetObjPtr (0x3aec): enter 3
trace:dc:DC_GetDCPtr
trace:gdi:GDI_ReleaseObj (0x3aec): leave 3
trace:metafile:MFDRV_StretchBlt MF_StretchBltViaDIB->len = 20292 rop=cc0020
PixYPM=3780 Caps=96
trace:bitmap:GetDIBits
trace:dc:CreateCompatibleDC --Checking lock-- hdc=0x3aec
err:syslevel:_CheckNotSysLevel Holding lock 0x7fad49e0 level 3
If more output is needed please let me know.
This bug could be related to 3125 but not sure about that.
--
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=3543
ericsbinaryworld(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20050930 |0.9.4.
------- Additional Comments From ericsbinaryworld(a)gmail.com 2006-10-01 22:25 -------
Sorry for the duplicate. As for the previous suggestion to try running progman
while installing. I am unable to as per bug 4283 where my symlinks are now
broken. However, my original complaint is still valid for 0.9.4 so I will
change the version of this bug report to reflect that.
--
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=4283
Summary: symlinks are broken and having wine recreate directories
does not fix
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ericsbinaryworld(a)gmail.com
Upon upgrade of Wine to 0.9.5 all of my symlinks are broken. I deleted my .wine
directory and let wine recreate the directories. Again, symlinks are broken. I
cannot use notepad.exe, progman.exe, etc
--
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=3529
------- Additional Comments From mike(a)codeweavers.com 2006-10-01 22:01 -------
Created an attachment (id=1666)
--> (http://bugs.winehq.org/attachment.cgi?id=1666&action=view)
Adds the IE6 version to the registry.
This patch makes IE6 appear to be installed, and allows turbo lister install to
run to the end. It probably won't be accepted into Wine, but it might be
useful for testing this and other bugs.
When Rob and Marcus's patches are submitted and accepted into Wine, I'll close
this bug.
--
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=3851
marc.w(a)smlintl.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.3. |0.9.5.
--
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=4282
------- Additional Comments From Royce.Souther(a)SiliconTao.com 2006-10-01 17:55 -------
Okay, I edited .wine/system.reg in vi and added these lines to the top.
[Hardware\\Devicemap\\SerialComm]
"Serial0"="COM1"
I ran rededit and the entry is there. Hypertrm can now see the port but I don't
think it is able to talk on the port yet.
--
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=4282
------- Additional Comments From Royce.Souther(a)SiliconTao.com 2006-10-01 17:43 -------
I can't. The regedit program that comes with Wine gives an errror "Subkey must
be volitile" every time I try to use the regedit GUI. And I can't add it to the
.wine/*.reg files because none of them have the keys for
HKEY_LOCAL_MACHINE\Hardware, only for Software and nothing above that.
Where the heck are the rest fo the keys 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=4263
------- Additional Comments From alex(a)thehandofagony.com 2006-10-01 16:40 -------
I am sorry for not replying sooner, but I have for some reason stopped receiving
mails from WineHQ. I will look at it tomorrow, as it is quite late now and I
have to go to school early. :(
--
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=4282
------- Additional Comments From vitaliy(a)kievinfo.com 2006-10-01 16:04 -------
Try adding them to [HKLM\HARDWARE\DeviceMap\SerialComm]
"Serial0"=""COM1"
--
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=1654
------- Additional Comments From mohan1991(a)xsmail.com 2006-10-01 15:56 -------
fails on installation with wine .95
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
mo1991 err:msi:ITERATE_Actions Execution halted, action L"CheckMediaSource"
returned 1603
mo1991 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction"
returned 1603
mo1991 fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
this is the command line output
seems to fail while selecting the directory to install Streets and Trips to
--
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=4282
------- Additional Comments From Royce.Souther(a)SiliconTao.com 2006-10-01 15:39 -------
The system I found this on is and AMD X2 x64 running Debian.
I just tried it on a different system running Suse10 and found the exact same
problem.
Both systems are running Wine 0.9.5 compiled from source.
--
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=4282
Summary: No serial ports
Product: Wine
Version: 0.9.5.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Royce.Souther(a)SiliconTao.com
Trying to get serial ports working in Wine but no ports show up.
I can run minicom and talk to the serial device. This tells me that the port is
working and I have permissions to use the device.
I added the port acording to the directions
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1
I also tried /dev/ttyS0 and got the same results.
I could not get my custom serail program to find any com ports so I ran
hypertrm.exe and it to cannot see any com ports.
I turned on the debug like so
royce@ttyp6[~]$ WINEDEBUG=+comm,+serial wine c:/hypertrm.exe
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:tapi:lineInitialize (0x7f5169cc, 0x7d9f0000, 0x7da1ba77, "HyperTerminal",
0x7f5169dc): stub.
err:statusbar:StatusWindowProc unknown msg 0803 wp=0000 lp=00000000
fixme:tapi:lineInitialize (0x7f5169cc, 0x7d9f0000, 0x7da1ba77, "HyperTerminal",
0x7f5169dc): stub.
fixme:tapi:lineInitialize (0x7f5169cc, 0x7d9f0000, 0x7da1ba77, "HyperTerminal",
0x7f5169dc): stub.
and that is all the output I am able to get from it.
I also ran wine under strace to see if it found the com1 link file.
royce@ttyp6[~]$ export WINEDEBUG=+comm,+serial,+file,+all; strace wine
c:/hypertrm.exe 2>&1 | grep -i com1
write(2, "0009:Call kernel32.lstrcmpA(7da2"..., 700009:Call
kernel32.lstrcmpA(7da26180 "COM1",7f4e4728 "") ret=7d9f71bd
write(2, "0009:Call kernel32.lstrcpyA(7f4e"..., 670009:Call
kernel32.lstrcpyA(7f4e4728,7da26180 "COM1") ret=7d9f719b
write(2, "0009:Call kernel32.lstrcmpA(7da2"..., 700009:Call
kernel32.lstrcmpA(7da26180 "COM1",7f4e4728 "") ret=7d9f71bd
write(2, "0009:Call kernel32.lstrcpyA(7f4e"..., 670009:Call
kernel32.lstrcpyA(7f4e4728,7da26180 "COM1") ret=7d9f719b
If I do an strace and grep for dosdevices Wine only attempts to open the drive
devices.
I don't know if this is a bug but I don't think I am doing anything wrong.
Acording to everything I have read all I need to do is make the link file to be
able to use serial ports in Wine.
--
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=4263
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerox_xerox2000(a)yahoo.co.uk
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-10-01 14:10 -------
*** Bug 4129 has been marked as a duplicate of this bug. ***
--
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=4129
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-10-01 14:10 -------
ok, looks like this bug has been filed already as well. This one is now
identical to bug 4263
*** This bug has been marked as a duplicate of 4263 ***
--
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=4129
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|dan.horak(a)email.cz, |
|ulrich(a)codeweavers.com |
Status|RESOLVED |REOPENED
Resolution|DUPLICATE |
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-10-01 14:02 -------
Just tried the installer again with current cvs, but there's still a bug . The
installer now ends with a message box Unhandled exception: Error Number 0x80010105
Setup will now terminate.
--
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=4280
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://java.sun.com/j2se/1.5
| |.0/download.jsp
Keywords| |download, NoAppDBEntry
--
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=4279
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.threestate.com/fi
| |lez/3s-sonnet.zip
Keywords| |download, NoAppDBEntry
--
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=4131
------- Additional Comments From magnus(a)hacka.net 2006-10-01 11:31 -------
I just noticed something interesting. Half-Life 2 was updating in Steam when I
had a look, it has probably done this for some time..
Once I turned off auto-update for Half-Life 2 in steam CPU load went from
95-100% to normal.
Once the update for Half-Life 2 was done. CPU usage went down during several
minutes, but once I started a game (Counter-Strike 1.6) CPU usage again went up
again.
I think Valve has done some kinda of change in the network code for Steam. As
everything is OK when running in offline mode. It's probably a good guess. It
would make sense of what I was seing aswell, when Steam was talking to the
Network, everything was freezed up, once it did not, everything was fine.
I tested to refresh the server list, just running Steam, and I CPU went up to
100% within a couple of seconds every time, once I stopped the serverlist
refresh, CPU went back to normal.
I managed to minimized freezing by turning off auto-updates on the games and
shutting off auto-fetch on gaming-news/update info. But it's stil unplayable.
--
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=1713
------- Additional Comments From dank(a)kegel.com 2006-10-01 10:01 -------
Jonathan, I think you can download DCProof from bug 4058 if you
want to see this in action.
--
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.