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.
http://bugs.winehq.org/show_bug.cgi?id=4368
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From alex(a)thehandofagony.com 2006-21-01 18:06 -------
This bug is identical to bug 4367.
*** This bug has been marked as a duplicate of 4367 ***
--
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=4367
------- Additional Comments From alex(a)thehandofagony.com 2006-21-01 18:06 -------
*** Bug 4368 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=4368
Summary: Locomotion's music/sound skips frequently during play
Product: Wine
Version: 0.9.6.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gelsonluz(a)click21.com.br
Wine version 0.9-6 / windows 2000 on Debian-based distribution (x86)
Wine 0.9-1 has it too.
Reproducing the bug:
- Wait in the game's main screen and wait about 40 seconds and you may hear it.
That does happen in any part of the game.
I've captured Locomotion's music using Audacity and it was clear that when the
bug appeared, the screen showed a lag between sounds. Please see the attached
file in ogg format(Another way to reproduce this bug).
I couldn't find the most likely cause debugging it. Any ideas?
--
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=4367
Summary: Locomotion's music/sound skips frequently during play
Product: Wine
Version: 0.9.6.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gelsonluz(a)click21.com.br
Wine version 0.9-6 / windows 2000 on Debian-based distribution (x86)
Wine 0.9-1 has it too.
Reproducing the bug:
- Wait in the game's main screen and wait about 40 seconds and you may hear it.
That does happen in any part of the game.
I've captured Locomotion's music using Audacity and it was clear that when the
bug appeared, the screen showed a lag between sounds. Please see the attached
file in ogg format(Another way to reproduce this bug).
I couldn't find the most likely cause debugging it. Any ideas?
--
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
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-21-01 14:55 -------
Yip, it's fixed in current cvs. Thanks!
--
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=3978
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 14:40 -------
Confirming then
--
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
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From alex(a)thehandofagony.com 2006-21-01 13:58 -------
I must apologize for submitting this bug report, as the stuttering was caused by
a process that had gone wild. I did try to test for this when I submitted the
report, by running Quake 4, but there the sound played fine in both videos and
in the main menu.
--
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=4366
Summary: OpenOffice 2.0.1 complains "Missing vcl resource", then
crashes
Product: Wine
Version: 0.9.6.
Platform: Other
URL: http://openoffice.org
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To repeat:
install OpenOffice 2.0.1 (without jre)
Run soffice.exe. It complains:
Missing vcl resource. This indicates that files vital to localization are
missing. You might have a corrupt installation.
Comparing with an installation on Windows, using
find -type f | xargs md5sum
doesn't find any obvious missing files (though I was comparing
slightly different installations, so I might have missed something).
If you continue, the program crashes with an exception, or just silently exits.
The log is not very informative:
...
fixme:dbghelp:sffip_cb NIY on 'O:\SRC680\src\desktop\wntmsci10.pro\bin\soffice.pdb'
fixme:dbghelp:sffip_cb NIY on 'O:\SRC680\src\vcl\wntmsci10.pro\bin\vcl680mi.pdb'
...
I'd like to use OpenOffice as a regression test for Wine,
but first we have to get it working...
--
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=4365
Summary: Need way to search by rating
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I need a way to get a list of all apps that work well,
but the app db interface doesn't let me do 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=3978
------- Additional Comments From erickfis(a)gmail.com 2006-21-01 13:24 -------
Same thing here.
slackware 10.1 + ker 2.6.15 + Wine 0.9.5 + Diablo 2 LOD + patch 1.11b
Diablo 2 LOD 1.11b single player its OK, but when I click on battle net, i get:
"Hey guys"
"We got a big error here :("
erickfis@darkstar:~/diablo$ WINEDEBUG=+winsock,+tid,+seh wine game.exe >> log
0009:trace:winsock:DllMain 0x40dd0000 0x1 0x1
0009:fixme:aspi:ASPI_ExecScsiCmd Failed
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 0\Scsi Bus 0\Target Id 2\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 0\Scsi Bus 0\Target Id 3\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 0\Scsi Bus 0\Target Id 4\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 0\Scsi Bus 0\Target Id 5\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 0\Scsi Bus 0\Target Id 6\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 1\Scsi Bus 0\Target Id 2\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 1\Scsi Bus 0\Target Id 3\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 1\Scsi Bus 0\Target Id 4\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 1\Scsi Bus 0\Target Id 5\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 1\Scsi Bus 0\Target Id 6\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 2\Scsi Bus 0\Target Id 0\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 2\Scsi Bus 0\Target Id 1\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 2\Scsi Bus 0\Target Id 2\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 2\Scsi Bus 0\Target Id 3\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 2\Scsi Bus 0\Target Id 4\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 2\Scsi Bus 0\Target Id 5\Logical Unit Id 0
0009:err:aspi:SCSI_GetDeviceName Could not open
HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 2\Scsi Bus 0\Target Id 6\Logical Unit Id 0
0009:warn:seh:setup_exception exception outside of stack limits in thread 0009
eip 100171d6 esp 403a0724 stack 0x40591000-0x407a0000
0009:trace:seh:__regs_RtlRaiseException code=c0000005 flags=0 addr=0x100171d6
0009:trace:seh:__regs_RtlRaiseException info[0]=00000001
0009:trace:seh:__regs_RtlRaiseException info[1]=10000000
0009:trace:seh:__regs_RtlRaiseException eax=10000000 ebx=10018658 ecx=00000000
edx=00001712 esi=10000ffc edi=10000000
0009:trace:seh:__regs_RtlRaiseException ebp=403a0724 esp=403a0724 cs=0073
ds=007b es=007b fs=0033 gs=004f flags=00210206
0009:fixme:ole:ITypeInfo_fnRelease destroy child objects
0009:warn:seh:setup_exception exception outside of stack limits in thread 0009
eip 2000c1d6 esp 403ac9fc stack 0x40591000-0x407a0000
0009:trace:seh:__regs_RtlRaiseException code=c0000005 flags=0 addr=0x2000c1d6
0009:trace:seh:__regs_RtlRaiseException info[0]=00000001
0009:trace:seh:__regs_RtlRaiseException info[1]=20000000
0009:trace:seh:__regs_RtlRaiseException eax=20000000 ebx=2000d658 ecx=00000000
edx=00000397 esi=20000ffc edi=20000000
0009:trace:seh:__regs_RtlRaiseException ebp=403ac9fc esp=403ac9fc cs=0073
ds=007b es=007b fs=0033 gs=004f flags=00210206
0009:trace:winsock:DllMain 0x40dd0000 0x0 0x1
THEN
erickfis@darkstar:~/diablo$ wine Diablo\ II.exe
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403cd9a0)->(0x10022,00000011)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403cd9a0)->(0x10022,00000011)
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:wave:DSD_CreateSecondaryBuffer
(0x403d2b30,0x4069fc64,e0,0,0x404049fc,0x40404b0c,0x404049d8): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403d2b30,0x4069fdd8,e0,0,0x4630025c,0x40444bf4,0x46300238): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403d2b30,0x4069fdd8,e0,0,0x40444ebc,0x4638035c,0x40444e98): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403d2b30,0x4069fdd8,e0,0,0x471c007c,0x4638038c,0x471c0058): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403d2b30,0x4069fdd8,e0,0,0x472401c4,0x463803bc,0x472401a0): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403d2b30,0x4069fdd8,e0,0,0x4638041c,0x472402dc,0x463803f8): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403d2b30,0x4069fdd8,e0,0,0x463a055c,0x40445084,0x463a0538): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403d2b30,0x4069fdd8,e0,0,0x404450e4,0x47240334,0x404450c0): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403d2b30,0x4069fdd8,e0,0,0x47240394,0x4738002c,0x47240370): stub
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403cd9a0)->(0x10022,00000011)
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:wave:DSD_CreateSecondaryBuffer
(0x403d2b30,0x4069f940,180e0,0,0x403e66dc,0x403e67cc,0x403e66b8): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403d2b30,0x4069f940,180e0,0,0x403e66dc,0x403e67ec,0x403e66b8): stub
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403cd9a0)->(0x10022,00000011)
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image ntdll.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image kernel32.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\user32.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\gdi32.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\advapi32.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\comdlg32.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\shell32.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\shlwapi.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\ole32.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\rpcrt4.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\iphlpapi.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\comctl32.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\winspool.drv
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\version.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\lz32.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\msvcrt.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\winex11.drv
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\imm32.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\uxtheme.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\msacm.drv
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\D2Net.pdb'
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\wsock32.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\ws2_32.dll
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\D2Lang.pdb'
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\winmm.dll
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\D2Game.pdb'
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\dsound.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\wineoss.drv
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\msacm32.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\midimap.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\imagehlp.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\dbghelp.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\psapi.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\ddraw.dll
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\D2DDraw.pdb'
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\D2Win.pdb'
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\D2Sound.pdb'
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\D2Multi.pdb'
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\D2MCPClient.pdb'
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\D2Launch.pdb'
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\D2gfx.pdb'
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\D2Client.pdb'
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\Storm.pdb'
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\D2Common.pdb'
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\D2CMP.pdb'
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\Bnclient.pdb'
fixme:dbghelp:sffip_cb NIY on 'C:\Src\Diablo2\Builder\PDB\Fog.pdb'
fixme:winmm:MMDRV_Exit Closing while ll-driver open
wine: Unhandled page fault on read access to 0x000000b4 at address 0x4241e8a3
(thread 000c), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x000000b4 in 32-bit code
(0x4241e8a3).
In 32 bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:004f
EIP:4241e8a3 ESP:437795ac EBP:42439d40 EFLAGS:00210202( - 00 - -RI1)
EAX:00000000 EBX:42435a4c ECX:0000893c EDX:00000000
ESI:403e6630 EDI:43779654
Stack dump:
0x437795ac: 0000002c 800c5012 437795c4 0000000a
0x437795bc: 00000006 0000000a 0003893c 00000007
0x437795cc: 0000893c 4241e819 423f2d20 43779654
0x437795dc: 403d3540 424358a0 423d7442 403e6630
0x437795ec: 43779650 43779654 43af0090 40194108
0x437795fc: 6fc22ba9 40194220 00008000 423f2d20
Backtrace:
=>1 0x4241e8a3 IDsDriverBufferImpl_GetPosition(iface=0x0, lpdwPlay=0x0,
lpdwWrite=0x0, info=0x0)
[/home/erickfis/temp/wine-0.9.5/dlls/winmm/wineoss/dsrender.c:578] in wineoss
(0x4241e8a3)
2 0x00000000 (0x00000000)
0x4241e8a3 IDsDriverBufferImpl_GetPosition+0x93
[/home/erickfis/temp/wine-0.9.5/dlls/winmm/wineoss/dsrender.c:578] in wineoss:
testb$0x20,0xb4(%eax)
578 if (WOutDev[This->drv->wDevID].ossdev->duplex_out_caps.dwSupport
& WAVECAPS_SAMPLEACCURATE)
Modules:
Module Address Debug info Name (112 modules)
PE 0x00400000-0040a838 Deferred diablo ii
PE 0x10000000-1001a000 Deferred smackw32
ELF 0x40000000-40017000 Deferred ld-linux.so.2
ELF 0x4001a000-40023000 Deferred libnss_compat.so.2
ELF 0x40023000-4002d000 Deferred libnss_nis.so.2
ELF 0x4002d000-4002f000 Deferred libnvidia-tls.so.1
ELF 0x40030000-4004a000 Deferred libwine.so.1
ELF 0x40168000-4016c000 Deferred libdl.so.2
ELF 0x4016c000-401ea000 Deferred ntdll<elf>
\-PE 0x40180000-401ea000 \ ntdll
ELF 0x401ea000-402e0000 Deferred libwine_unicode.so.1
ELF 0x402e0000-40303000 Deferred libm.so.6
ELF 0x40303000-4030b000 Deferred libsm.so.6
ELF 0x4030b000-40310000 Deferred libxxf86vm.so.1
ELF 0x40312000-40318000 Deferred libxxf86dga.so.1
ELF 0x4031c000-40332000 Deferred libnsl.so.1
ELF 0x40332000-4033c000 Deferred libnss_files.so.2
ELF 0x4033c000-4033f000 Deferred libxrandr.so.2
ELF 0x40450000-4055f000 Deferred kernel32<elf>
\-PE 0x40470000-4055f000 \ kernel32
ELF 0x4058b000-4058e000 Deferred xlcdef.so.2
ELF 0x406a0000-407e3000 Deferred user32<elf>
\-PE 0x406c0000-407e3000 \ user32
ELF 0x407e3000-40879000 Deferred gdi32<elf>
\-PE 0x40800000-40879000 \ gdi32
ELF 0x40879000-408ba000 Deferred advapi32<elf>
\-PE 0x40880000-408ba000 \ advapi32
ELF 0x408ba000-40956000 Deferred comdlg32<elf>
\-PE 0x408d0000-40956000 \ comdlg32
ELF 0x40956000-40a26000 Deferred shell32<elf>
\-PE 0x40970000-40a26000 \ shell32
ELF 0x40a26000-40a83000 Deferred shlwapi<elf>
\-PE 0x40a40000-40a83000 \ shlwapi
ELF 0x40a83000-40b1e000 Deferred ole32<elf>
\-PE 0x40aa0000-40b1e000 \ ole32
ELF 0x40b1e000-40b65000 Deferred rpcrt4<elf>
\-PE 0x40b30000-40b65000 \ rpcrt4
ELF 0x40b65000-40b83000 Deferred iphlpapi<elf>
\-PE 0x40b70000-40b83000 \ iphlpapi
ELF 0x40b83000-40c56000 Deferred comctl32<elf>
\-PE 0x40b90000-40c56000 \ comctl32
ELF 0x40c56000-40c82000 Deferred winspool<elf>
\-PE 0x40c60000-40c82000 \ winspool
ELF 0x40c82000-40c9c000 Deferred version<elf>
\-PE 0x40c90000-40c9c000 \ version
ELF 0x40c9c000-40cb0000 Deferred lz32<elf>
\-PE 0x40ca0000-40cb0000 \ lz32
ELF 0x40cb0000-40d13000 Deferred msvcrt<elf>
\-PE 0x40cc0000-40d13000 \ msvcrt
ELF 0x40d13000-40d17000 Deferred iso8859-1.so
ELF 0x40d17000-40d20000 Deferred libxcursor.so.1
ELF 0x40d2c000-40d96000 Deferred libfreetype.so.6
ELF 0x40d96000-40da7000 Deferred libz.so.1
ELF 0x40da7000-40e30000 Deferred winex11<elf>
\-PE 0x40dc0000-40e30000 \ winex11
ELF 0x40e30000-40e48000 Deferred libice.so.6
ELF 0x40e48000-40e56000 Deferred libxext.so.6
ELF 0x40e56000-40f20000 Deferred libx11.so.6
ELF 0x40f20000-40f9f000 Deferred libgl.so.1
ELF 0x40f9f000-41708000 Deferred libglcore.so.1
ELF 0x41763000-4176b000 Deferred libxrender.so.1
ELF 0x4176b000-41789000 Deferred ximcp.so.2
ELF 0x41789000-417a6000 Deferred imm32<elf>
\-PE 0x41790000-417a6000 \ imm32
ELF 0x417ea000-4181c000 Deferred uxtheme<elf>
\-PE 0x417f0000-4181c000 \ uxtheme
ELF 0x41900000-41918000 Deferred msacm<elf>
\-PE 0x41910000-41918000 \ msacm
ELF 0x41919000-41935000 Deferred libcups.so.2
ELF 0x41935000-41966000 Deferred libssl.so.0
ELF 0x41966000-41a65000 Deferred libcrypto.so.0
PE 0x41bd0000-41bdd000 Deferred d2net
ELF 0x41c20000-41c3a000 Deferred wsock32<elf>
\-PE 0x41c30000-41c3a000 \ wsock32
ELF 0x41c3a000-41c65000 Deferred ws2_32<elf>
\-PE 0x41c40000-41c65000 \ ws2_32
PE 0x41c70000-41c84000 Deferred d2lang
ELF 0x421f0000-42276000 Deferred winmm<elf>
\-PE 0x42200000-42276000 \ winmm
PE 0x42280000-423a2000 Deferred d2game
ELF 0x423a2000-423f4000 Deferred dsound<elf>
\-PE 0x423b0000-423f4000 \ dsound
ELF 0x423f4000-4243b000 Stabs wineoss<elf>
\-PE 0x42400000-4243b000 \ wineoss
ELF 0x4243b000-4245e000 Deferred msacm32<elf>
\-PE 0x42440000-4245e000 \ msacm32
ELF 0x42570000-42585000 Deferred midimap<elf>
\-PE 0x42580000-42585000 \ midimap
ELF 0x43160000-43179000 Deferred imagehlp<elf>
\-PE 0x43170000-43179000 \ imagehlp
ELF 0x43179000-431c0000 Deferred dbghelp<elf>
\-PE 0x43180000-431c0000 \ dbghelp
ELF 0x431c0000-431d5000 Deferred psapi<elf>
\-PE 0x431d0000-431d5000 \ psapi
ELF 0x43b50000-43bd2000 Deferred ddraw<elf>
\-PE 0x43b70000-43bd2000 \ ddraw
PE 0x43be0000-43c21000 Deferred binkw32
PE 0x60000000-6002e000 Deferred ijl11
PE 0x6f8c0000-6f8d3000 Deferred d2ddraw
PE 0x6f8e0000-6f9ae000 Deferred d2win
PE 0x6f9b0000-6f9c9000 Deferred d2sound
PE 0x6f9d0000-6fa0f000 Deferred d2multi
PE 0x6fa20000-6fa34000 Deferred d2mcpclient
PE 0x6fa40000-6fa6d000 Deferred d2launch
PE 0x6fa80000-6faa1000 Deferred d2gfx
PE 0x6fab0000-6fbe5000 Deferred d2client
PE 0x6fbf0000-6fc50000 Deferred storm
PE 0x6fd50000-6fdf9000 Deferred d2common
PE 0x6fe10000-6ff17000 Deferred d2cmp
PE 0x6ff20000-6ff42000 Deferred bnclient
PE 0x6ff50000-6ffac000 Deferred fog
ELF 0x7bf00000-7bf07000 Deferred <wine-loader>
Threads:
process tid prio (all id:s are in hex)
00000008 (D) C:\Program Files\Diablo II\Diablo II.exe
0000001e 15
00000013 0
0000000c 1 <==
0000000b 0
0000000a 0
00000009 0
WineDbg terminated on pid 0x8
erickfis@darkstar:~/diablo$
--
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=4364
Summary: Office 2000 apps crash on startup
Product: Wine
Version: CVS
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ls65594(a)appstate.edu
I am running WINE compiled from CVS, and I was able to install Microsoft
Office 2000 without problems (and also ran wineboot afterwords). However,
whenever I try to start one of the applications (Word, Excel, Powerpoint,
etc), the splash screen and then the GUI momentarily show up on the screen,
and then exits out. Apparently, this is not a "crash" proper because no
backtrace is printed. Here is the output from the launching of powerpoint:
fixme:ole:CoRegisterMessageFilter stub
fixme:richedit:REExtendedRegisterClass semi stub
fixme:ver:RtlVerifyVersionInfo (0x55bdf80c,64,6): Not all cases correctly
implemented yet
It's not much, I know. Another thing I noticed is that Office Assistant would
try to pop up right before the application closed, but I don't know if this is
related. At any rate, it doesn't pop up any more, or it is too fast for me to
notice.
--
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=3620
------- Additional Comments From dank(a)kegel.com 2006-21-01 13:06 -------
Well, shoot. That CreateFile call is trying to open
mfc42, not create it. So I gave the wrong part of the log file.
The installer still fails to install anything with today's CVS.
I tried using winecfg to set the wine version to win95, didn't help.
WINEDEBUG=+module,+file,+dialog wine Disk1/Setup.exe
produces somewhat more interesting output; between
the install wizard dialog box and the dialog box saying
all is well, you can see it probing for mfc42, msvcrt, and for
some reason, conin$ and conout$. But nothing really jumps out at me.
--
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
------- 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.
http://bugs.winehq.org/show_bug.cgi?id=4337
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-21-01 06:02 -------
Created an attachment (id=1732)
--> (http://bugs.winehq.org/attachment.cgi?id=1732&action=view)
a.exe gives wrong output
it's a bug in atof. Even the simple attached program (from
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html…)
gives a wrong output with builtin msvcrt. Works fine with native:
atof test: " -2309.12E-15"; float: -2.309120e-12
atof test: "7.8912654773d210"; float: 7.891265e+00
atoi test: " -9885 pigs"; integer: -9885
atol test: "98854 dollars"; long: 98854
[root@h185158 ~]# WINEDLLOVERRIDES="msvcrt=n" wine a.exe
atof test: " -2309.12E-15"; float: -2.309120e-012
atof test: "7.8912654773d210"; float: 7.891265e+210
atoi test: " -9885 pigs"; integer: -9885
atol test: "98854 dollars"; long: 98854
--
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=4086
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--
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=4359
Summary: Regression: WMP 7.1 crashes with native DCOM
Product: Wine
Version: 0.9.6.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=198
OS/Version: Linux
Status: NEW
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
In Wine 0.9.2, Windows Media Player could be started without having to install
the DCOM98 update, but unless this was installed, entering the playback screen
would crash the Player.
In Wine 0.9.6, however, the player crashes on startup unless DCOM98 is installed.
Console output
fixme:actctx:CreateActCtxW stub!
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{6c736db1-bd94-11d0-8a23-00aa00b58e10}, hres is 0x80040154
err:seh:setup_exception stack overflow 44 bytes in thread 0009 eip 7fec502e esp
7fc50fd4 stack 0x7fc51000-0x7fd60000
--
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 05:14 -------
Created an attachment (id=1731)
--> (http://bugs.winehq.org/attachment.cgi?id=1731&action=view)
Log output with +variant
Here is the log output with +variant - but note it does not really seem to be
any different to the log that I get without this setting (which makes me
suspicious).
--
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=1490
------- Additional Comments From wijn(a)wanadoo.nl 2006-21-01 04:12 -------
> Wouldn't this be nearly always cause this bug for
> older applications? e.g: I'm trying to run a 16 bit application with a 64k shell
> stack and Wine is copying over all the environment variables from a modern 32bit
> operating system?
This bug can and does happen on Windows (any version) as well. Assigning a fixed
size buffer for something that may very well grow beyond theat size is asking
for trouble. It happens all the time though even if with one or two extra lines
of code this could have been prevented.
I have seen this problem only with a coupe of Bible programs, probably sharing
some code.
> But now the program is complaining that it can't find the data files, so
> obviously there is still some kind of environment variable error.
> I feel like I am very close... Please help me figure out what environment
> variables I am missing....
No variables come to my mind. You can try the unset method, removing variables
that are obviously of no use to the program (KDE stuff, LS_COLORS and more)
until the program get past the insufficient space error.
Pay attention to the current directory from where you start wine. If the program
looks for data files relative to the current dir, then that matters.
If nothing else helps, create a WINEDEBUG=+file,+dosfs log file; bzip2 the
result and attach it here.
--
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=4037
------- Additional Comments From m0unds(a)speakeasy.net 2006-21-01 03:58 -------
Manually installed: IE 6.0, VB Runtime 6.0, MSXML 4.0, MDAC 2.8, DCOM98. I
managed to get the program to register correctly and it does start and run
normally. No crashing so far--- only thing I'm noticing now is that it
displays the following as it runs:
fixme:sync:RegisterWaitForSingleObjectEx 0x1e8 0x71468576 0x7fe525b0 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1e4 0x71468576 0x7fe15610 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1e4 0x71468576 0x7fe15818 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1e8 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1e4 0x71468576 0x7fe00e88 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1e8 0x71467916 (nil) 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1e4 0x71468576 0x7fe221e0 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1e8 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1e4 0x71468576 0x7fe210c0 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1e8 0x71467916 (nil) 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1e4 0x71468576 0x7fe1d7f0 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1e8 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1e8 0x71468576 0x7fe525b0 0 4
other than this, though, the software is working correctly so far.
--
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=4009
------- Additional Comments From lukas(a)petrovicky.net 2006-21-01 03:31 -------
I used to play WA with this patch on Windows XP and that's also what I've tried
in wine. However, switching to Windows 98 mode doesn't help at all.
--
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=4009
------- Additional Comments From cihan(a)uq.edu.au 2006-21-01 03:15 -------
Yes, I play it on Windows 2000. And as mentioned before, besides the main menu I
can play it perfectly under Wine as well.
--
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
magnus(a)hacka.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.5. |0.9.6.
------- Additional Comments From magnus(a)hacka.net 2006-21-01 02:59 -------
No change in 0.9.6. Troubleshooting together with Valve via e-mail. I've
e-mailed you Leon and Vitaliy on the addresses listed here!
--
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=4037
m0unds(a)speakeasy.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.2. |0.9.6.
------- Additional Comments From m0unds(a)speakeasy.net 2006-21-01 02:57 -------
Bug is still present with WINE .96; the application is generating an error
message almost identical to the message I got with the old version, but debug
exits with 0x8. MS Data Access Comp. are installed correctly.
--
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 02:38 -------
seems to be a recent patch: between 9 jan and 15 jan.
--
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=4349
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ehildum(a)comcast.net
------- Additional Comments From vitaliy(a)kievinfo.com 2006-21-01 01:30 -------
*** Bug 4356 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=4356
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-21-01 01:30 -------
Not even Wine's bug
*** This bug has been marked as a duplicate of 4349 ***
--
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=4103
------- Additional Comments From tony.lambregts(a)gmail.com 2006-20-01 23:47 -------
Created an attachment (id=1730)
--> (http://bugs.winehq.org/attachment.cgi?id=1730&action=view)
xllsettings trace of running oni
With just mesa I got an error about not having a hardware accelerated OpenGL
device
After installing nvidia drivers I get it not able to find acceptable screen
setting
trace:x11settings:X11DRV_ChangeDisplaySettingsEx width=1920 height=1080 bpp=32
freq=0 (XRandR)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found! (XRandR)
--
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=4358
Summary: "Bug link" email to app maintainer fails to mention
which bug!
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
When an app in the db only has a few bugs,
it's not such a problem that the emails about
"new bug link" don't mention which bug has been linked.
But once the app has thirty or so bugs,
that email is pretty darn annoying.
Can we get it to include a link to the bug
in question?
Thanks!
--
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=4356
Summary: ./tools/wineinstall fails during make depend
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-help
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehildum(a)comcast.net
Fedora Core 4 (up to date as of 1/20/06), gcc vers. 4.0.2, lex 2.5.4
wine built from source updated from CVS on 1/20/06.
wineinstall and make depend fail with error message:
<snip>
make[2]: Entering directory `/home/ehildum/src/wine/wine-0.9.6/tools/widl'
gcc -g -O2 -o widl client.o hash.o header.o proxy.o server.o typegen.o typelib.o
utils.o widl.o write_msft.o parser.tab.o lex.yy.o -L../../libs -lwpp -lwine_port
-lfl
../../libs/libwpp.a(lex.yy.o)(.text+0x624): In function
`_yy_dummy_uses_of_static_functions_b2f4_517d_02ff_b30c_3e5a_47d7_aaa3_3b5d_':
/home/ehildum/src/wine/wine-0.9.6/libs/wpp/lex.yy.c:3357: multiple definition of
`_yy_dummy_uses_of_static_functions_b2f4_517d_02ff_b30c_3e5a_47d7_aaa3_3b5d_'
lex.yy.o(.text+0x58c):/home/ehildum/src/wine/wine-0.9.6/tools/widl/lex.yy.c:1796:
first defined here
collect2: ld returned 1 exit status
make[2]: *** [widl] Error 1
</snip>
--
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=4325
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|website-bugs |wine-directx-d3d
Product|WineHQ Apps Database |Wine
Version|unspecified |0.9.5.
------- Additional Comments From dank(a)kegel.com 2006-20-01 22:41 -------
This bug was misfiled; moving from 'app db' to '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=3894
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|website-bugs |wine-misc
Product|WineHQ Apps Database |Wine
Version|unspecified |0.9.1.
------- Additional Comments From dank(a)kegel.com 2006-20-01 22:39 -------
This bug was misfiled. Moving to 'wine' from 'app db'.
--
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=3213
------- Additional Comments From infyquest(a)gmail.com 2006-20-01 22:30 -------
I will also look into that direction, right now i have been busy with work.
I will look into it when im free
--
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=3543
------- Additional Comments From ericsbinaryworld(a)gmail.com 2006-20-01 21:05 -------
Running with progman already open does not resolve the problem.
Running as win2k or win3.1 does not resolve the problem.
--
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=3221
------- Additional Comments From gary.barnes(a)earthlink.net 2006-20-01 20:48 -------
I have the "split" dialog problem in Quicken Deluxe 98. A second small window
on top of the main dialog seems to continuously get created. See the
attachment. This problem did not exist in version 20050211 and earlier. It
appeared in version 20050310 and still occurs in 0.9.6. The +relay output was
created using the Mandriva binary rpm from the wine download site. I would be
happy to help bebug this if someone tells me what to 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=443
------- Additional Comments From elanthis(a)awesomeplay.com 2006-20-01 20:11 -------
This error persists with wine 0.9.6.
elanthis@stargrazer:~/Windows/cygwin/bin$ wine bash.exe
21 [main] ? (8) cygheap_user::init: GetTokenInformation (TokenUser), Win32
error 5
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:ntdll:NtQueryObject Unsupported information class 1
--
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=1490
------- Additional Comments From k_wayne(a)linuxpower.org 2006-20-01 19:42 -------
> Running under Wine, the windows environment ("shell") is a almost 100% copy of
the unix environment ("shell")
Really? Do you mean that Wine copies the unix shell environment over to the
emulated windows environment? Wouldn't this be nearly always cause this bug for
older applications? e.g: I'm trying to run a 16 bit application with a 64k shell
stack and Wine is copying over all the environment variables from a modern 32bit
operating system?
> Anyway did you try, and what are the results of running:
> env -i PATH=$PATH DISPLAY=$DISPLAY wine yourprogram.exe
It didn't "work" until I added XAUTHORITY.
env -i PATH="$PATH:./" DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY wine bcs/Bcs.exe
Thank you, this got me past the "Insufficient space in environment" error.
But now the program is complaining that it can't find the data files, so
obviously there is still some kind of environment variable error.
I feel like I am very close... Please help me figure out what environment
variables I am missing....
It feels path related, I have tried adding the fake_windows dir and the
application dir to my Unix path but it doesn't help.
Any advice?
--
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=4009
------- Additional Comments From vitaliy(a)kievinfo.com 2006-20-01 19:33 -------
Oh great thatnks for whole lot of so usefull info.
So is there anyone who actually has this game running on windows 2000? And I
mean _real windows_? The patch that's provided with game is useless and d leads
to exactly the same results as Lukas informed us about.
--
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
ericsbinaryworld(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ericsbinaryworld(a)gmail.com 2006-20-01 19:07 -------
Ok, it now works. Thank you for helping me through 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=4343
------- Additional Comments From vitaliy(a)kievinfo.com 2006-20-01 17:50 -------
That's a known problem fixed some week ago. (lockup in ole)
--
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=4009
------- Additional Comments From lukas(a)petrovicky.net 2006-20-01 17:47 -------
I posted twice more than I wanted. Sorry for 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=3754
------- Additional Comments From vitaliy(a)kievinfo.com 2006-20-01 17:40 -------
Created an attachment (id=1727)
--> (http://bugs.winehq.org/attachment.cgi?id=1727&action=view)
output | grep -v GetFileSecurityW
Well no sident required to get that far. All you need is:
borrow these dlls: atl71.dll mfc42.dll msvbvm60.dll msvcr71.dll.
touch ~/.wine/drive_c/windows/system32/wsock32.dll
Import this into registry:
[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Internet Explorer]
"Version"="6.0.2800.1106"
Log before the error is attached.
--
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=3213
------- Additional Comments From us(a)edmeades.me.uk 2006-20-01 17:14 -------
Actually thats wrong, ignore that. However, I think the simple change is that
in the SetBitmapSize, we reject a set of 0,0 (checks for <=0 and treats as a
failure). I think changing this to just <0 is more accurate.
Still investigating
--
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=4155
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex(a)thehandofagony.com 2006-20-01 17:12 -------
It works in newver Wine versions.
--
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=4355
Summary: WMP10 setup fails due to unimplemented functions
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The Windows Media Player 10 setup program fails due to unimplemented functions.
See the AppDB entry for information on how to start the installer.
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000
fixme:actctx:CreateActCtxW stub!
fixme:setupapi:SetupGetInfInformationW (0x7fe339d8, 1, 0x7fe3b8d0, 8192,
0x7f19a7d4) Stub!
fixme:setupapi:SetupGetInfInformationW (0x7fe339d8, 1, 0x7fe3b8d0, 8192,
0x7f19a7d4) Stub!
fixme:setupapi:SetupQueryInfFileInformationW (0x7fe3b8d0, 0, 0x7f19a844, 260,
(nil)) Stub!
--
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
------- Additional Comments From djrpublic(a)cfl.rr.com 2006-20-01 17:03 -------
OK as you requested - I renamed .wine - ran winecfg to rebuild it and change to
win98 - nothing else
The install hangs in exactly the same place and manner as yesterday.
I gather that I'm not the only one having problems with wine 0.9.5 under Ubuntu
from comment on the Ubuntu forum. Perhaps it's a little hasty to update without
a specific Ubuntu binary?
--
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=4051
------- Additional Comments From tony.lambregts(a)gmail.com 2006-20-01 16:48 -------
I do not think that it is related to this bug. This bug is about crashing in the
audio drivers (mostly alsa)
--
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=3754
michael_neuweiler(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From michael_neuweiler(a)yahoo.com 2006-20-01 16:42 -------
addendum to comment above: installation of sidenet script was done on a clean
env. And msvbvm60.dll, msvcr71.dll, wininet.dll, wsock32.dll were copied to
windows\system32
--
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
------- Additional Comments From ericsbinaryworld(a)gmail.com 2006-20-01 16:27 -------
ah, so it appears the packages were split at some time and when I updated my
wine install, it didn't prompt for these to be installed. I'm currently
installing them and will update you on whether this fixes things.
--
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=4051
------- Additional Comments From yuriy.kozlov(a)gmail.com 2006-20-01 16:26 -------
"Is this still a problem with anyone with version 0.9.6."
I don't know if this same bug is still there, but now in 0.9.5 and 0.9.6 I get
this error when clicking on the audio tab and winecfg freezes:
*** glibc detected *** free(): invalid pointer: 0x7c02a820 ***
wine: Assertion failed at address 0xffffe410 (thread 0009), starting debugger...
However, I am currently using the Kubuntu Dapper development release, so the new
error is not necessarily a wine problem.
--
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=4354
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-20-01 16:19 -------
oh no sorry, the error number differs i see 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=4009
------- Additional Comments From alex(a)thehandofagony.com 2006-20-01 16:07 -------
*** Bug 4255 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=4255
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From alex(a)thehandofagony.com 2006-20-01 16:07 -------
The errors in the full game and the demo now seem to be the same, so making this
a duplicate.
*** This bug has been marked as a duplicate of 4009 ***
--
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=2480
------- Additional Comments From mstefani(a)redhat.com 2006-20-01 15:57 -------
Hmm ... there could be an other/more bugs in Wine oleaut32 implementation but
after fixing those you would run into the next problem. It looks like flora need
IE to run. You could try to install it or go the harder route of using the
MozillaActiveX control. Anyway that's far away of my area of expertise and
interest in Wine. A pointer to the MozillaActiveX control is
http://wiki.winehq.org/MozillaIntegration?highlight=%28activex%29
Regarding the possible bug in oleaut32: could please run flora.exe and get the
variant, ole and typelib traces?
WINEDEBUG=+ole,+variant,+typelib wine flora.exe and attach the output?
--
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=4354
Summary: Worms WP setup fails with when copying files
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The setup program for Worms World Party fails when it starts copying files,
displaying a dialogue about an uhandled exception. The strange thing is, that
if I install the demo first, the installer for the full game will succeed.
Dialogue box
Error Number: 0x80040706
Description: Object reference not set
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=4353
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-20-01 15:06 -------
it's from this evening :) (10-01-2006)
--
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=3213
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |us(a)edmeades.me.uk
------- Additional Comments From us(a)edmeades.me.uk 2006-20-01 15:02 -------
Its toolbar related (comctl32). Basically the size of the toolbar is
calculated from the contents, but it incorrectly takes the 'bitmap' path even
though there are only strings in the toolbar. This means we end up returning
the 'default' bitmap height, which is the size we end up with.
Changing the code to not go down the bitmap path seems the 'right' thing, but
only when there are no bitmaps. Investigating further
--
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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4338
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winehq(a)paniq.org
------- Additional Comments From vitaliy(a)kievinfo.com 2006-20-01 14:44 -------
*** Bug 4352 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=4352
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-20-01 14:44 -------
Great.
*** This bug has been marked as a duplicate of 4338 ***
--
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=4278
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony.lambregts(a)gmail.com 2006-20-01 14:30 -------
at least part of the problem is that X is at maximum 24 bit so dealing with 32
is going to be a problem.
confirming
--
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=4353
Summary: Regression: Battlefield 2 demo fails to install since
Wine-0.9.3
Product: Wine
Version: CVS
Platform: PC
URL: http://www.gamershell.com/download_9576.shtml
OS/Version: Linux
Status: NEW
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, i just tried to install this demo again. In wine-0.9.3 it installed fine.
Now it pops out to the console again. This is in the console:
wine: '/root/.wine' created successfully.
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7e1ce6bc,0x7e1ce6c0), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7e1ce6b8,0x7e1ce6bc), stub!
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Battlefield 2(TM) Demo - InstallShield
Wizard" of other process window (nil) should not use SendMessage
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8d3e4,0x7fc8d3e8), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8d2bc,0x7fc8d2c0), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8d368,0x7fc8d36c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8d8d0,0x7fc8d8d4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8d7a8,0x7fc8d7ac), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8d854,0x7fc8d858), stub!
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Battlefield 2(TM) Demo - InstallShield
Wizard" of other process window (nil) should not use SendMessage
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8d5b4,0x7fc8d5b8), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8d48c,0x7fc8d490), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8d538,0x7fc8d53c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc812e8,0x7fc812ec), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc811c0,0x7fc811c4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8126c,0x7fc81270), stub!
fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x2002a
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc812e8,0x7fc812ec), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc811c0,0x7fc811c4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8126c,0x7fc81270), stub!
fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x2002a
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7e1ce6d0,0x7e1ce6d4), stub!
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0d00-00000a000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error
0x80070057
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0d00-00000a000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0b00-00000a000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0d00-00000a000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
When it pops out the last ole related errors are printed, so i guess it's
related to 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=4352
Summary: listbox selection is sticky in Jeskola Buzz
Product: Wine
Version: 0.9.5.
Platform: PC
URL: http://web.hibo.no/~mva/getbuzz.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)paniq.org
when switching to the wavetable view (f9) and selecting entries from the sample
list from bottom to top, old items previously selected are not being deselected.
selecting from top to bottom works as expected.
i guess thats only happening with multiselection boxes.
this bug makes it impossible to use samples in buzz and injures core features.
--
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=3119
winehq(a)paniq.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From winehq(a)paniq.org 2006-20-01 13:57 -------
is now fixed since a while.
--
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=4347
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-20-01 13:46 -------
patch commited.
--
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 leon_fraitak(a)mail.ru 2006-20-01 13:00 -------
To quote Vitaliy on IRC:
[19:04:01] <vitamin> kommerck, well Wine's pipes are working fine... In bytes
format
[19:04:42] <vitamin> And lots of stuff uses them - so Unless they now
transfering LOTS more I don't think so
--
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=4351
Summary: wine segfaults (segmentation fault) with some apps
during instalation
Product: Wine
Version: 0.9.6.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: penna(a)bb.com.br
I am trying to install ARS User, from Remedy.
Versions 5.1.2 and 4.5.1 give a segfault when running:
"wine user.exe"
Other versions: 5.1 and 3.0 installs ok.
There is a thread at wine-devel list that explains better:
http://www.winehq.org/pipermail/wine-devel/2006-January/044272.html
--
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 leon_fraitak(a)mail.ru 2006-20-01 12:50 -------
It should be something with Winsock, as it doesn't happen in offline mode.
Vitaliy said Wine pipes should be fine.
--
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=1490
------- Additional Comments From wijn(a)wanadoo.nl 2006-20-01 12:38 -------
> Please explain how to use the "unset" command.
by example:
unset LS_COLORS
removes the var LS_COLORS from your environment, check with command "env
"
> I don't think "env -i" would help at all - that is the unix shell, not the
> windows shell.
Running under Wine, the windows environment ("shell") is a almost 100% copy of
the unix environment ("shell")
Anyway did you try, and what are the results of running:
env -i PATH=$PATH DISPLAY=$DISPLAY wine yourprogram.exe
--
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
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-20-01 12:26 -------
I guess sometimes links get created by {pre|post}[un]install scripts of an rpm
package, so you may try --scripts option:
$ rpm -q --scripts 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=4283
------- Additional Comments From vitaliy(a)kievinfo.com 2006-20-01 09:46 -------
Do you have all of the following installed?
wine-0.9.5-2.fc4.i386.rpm
wine-arts-0.9.5-2.fc4.i386.rpm
wine-capi-0.9.5-2.fc4.i386.rpm
wine-cms-0.9.5-2.fc4.i386.rpm
wine-devel-0.9.5-2.fc4.i386.rpm
wine-ldap-0.9.5-2.fc4.i386.rpm
wine-tools-0.9.5-2.fc4.i386.rpm
wine-twain-0.9.5-2.fc4.i386.rpm
Optional (deppends on your configuration:
wine-nas-0.9.5-2.fc4.i386.rpm
wine-jack-0.9.5-2.fc4.i386.rpm
Wine-esd-0.9.5-2.fc4.i386.rpm
To confirm please run "rpm -qa | grep 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=4322
------- Additional Comments From vitaliy(a)kievinfo.com 2006-20-01 09:31 -------
What if we symlink Desktop instead of using z:\$HOME\Desktop?
Or what if we create separate path for $HOME?
All the links that we use Z:\ for are $HOME related only.
--
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=4278
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-20-01 09:26 -------
Hi , i just gave this a quick try as well and i too have the error. I did a
+relay trace and removed all kernel32+ntdll calls as i guess the error won't be
there:
0009:Call gdi32.GetDeviceCaps(000002e4,0000000c) ret=10910f4a
0009:Call winex11.drv.GetDeviceCaps(7ff04620,0000000c) ret=7f796fee
0009:Ret winex11.drv.GetDeviceCaps() retval=00000018 ret=7f796fee
0009:Ret gdi32.GetDeviceCaps() retval=00000018 ret=10910f4a
0009:Call user32.MessageBoxW(00000000,10219770 L"Please set your desktop color d
epth to 32 bits.",10218f70 L"Desktop color depth error",00000000) ret=10910faf
Just before the messagebox there's a call to gdi32.GetDeviceCaps . It returns
0x0000018 which is 24 and i guess that should be 32 (bits). If i add a quick
hack in dlls/gdi32/dc.c line 888: if(cap==12 && hdc==0x000002e4) return 32;
i can actually bypass the error, see the splash screen enter the menu, (which is
completely screwed up and a lot of these messages:
err:d3d:IDirect3DDevice8Impl_ActiveRender cannot get valides GLXFBConfig for
(21,D3DFMT_A8R8G8B8)/(75,D3DFMT_D24S8))
So i guess this is a bug in gdi32
--
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=4229
------- Additional Comments From tuharsky(a)misbb.sk 2006-20-01 09:09 -------
Unfortunately, no, You can't download ASPI or ISS.
However, in my opinion, any VFP application that creates it's own windows inside
can do.
I have installed more packages: fontforge, libttf-dev, libttf2. However, I
noticed the change (creating the fonts functional during compilation) after
installing the fontforge package.
I can try to figure out, which package did it. But it seems the fontforge ore
some of it's dependencies.
--
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=4350
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-20-01 08:45 -------
Sorry about that.
*** This bug has been marked as a duplicate of 4278 ***
--
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=4278
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tony.lambregts(a)gmail.com
------- Additional Comments From tony.lambregts(a)gmail.com 2006-20-01 08:45 -------
*** Bug 4350 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=2962
------- Additional Comments From dank(a)kegel.com 2006-20-01 06:44 -------
It sounds like you didn't run 'configure'.
But presumably a newer precompiled version of wine
is available, so perhaps you don't need to
build from sources.
Do you still have the text entry problem with a fresh copy of 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=2480
------- Additional Comments From mstefani(a)redhat.com 2006-20-01 06:34 -------
Good, the automation error is gone. The program hits now an other problem.
Could you please try running it with native (aka from Windows) oleaut32 dll? I
want to check if the problem is still in that dll.
WINEDLLOVERRIDES="oleaut32=n" wine flora.exe
--
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=2480
------- Additional Comments From pmad(a)biology.pl 2006-20-01 06:31 -------
I retest with latest wine CVS and both: latest and previous version of Flora
Ojczysta (Polish scientific botanical application) - in both cases I got
another error - "Run-time error '438' - Object daesn't support this property or
method"...
I include full console output and screenshot.
--
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=4342
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine.dev(a)web.de
------- Additional Comments From wine.dev(a)web.de 2006-20-01 05:49 -------
Same Problem in wine-0.9.6/wine-cvs with ISS@VFP (see bug #4268), Notepad.exe
(win2k) and others.
This is a System-Dialog (so the component is "wine-gui") that can use additional
Property-Sheets from the Printer-Driver.
PrintDlgEx* is located in comdlg32.dll and has a COM-Interface.
Our stub is in "dlls/commdlg/printdlg.*"
Using a native comdlg32.dll may help as a workaround.
I have no knowledge about the COM-Things. Sorry.
(i have no rights to update: Version "CVS" / Component: "wine-gui")
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=4283
------- Additional Comments From ericsbinaryworld(a)gmail.com 2006-20-01 05:25 -------
[emesa@short-e ~]$ rpm -ql wine | grep notepad.exe.so
[emesa@short-e ~]$
It appears to be missing from the rpm. A packaging error, perhaps?
--
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=2759
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-20-01 04:25 -------
This is fixed in Wine 0.9.6
--
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=3505
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.snapfiles.com/php|http://www.bellamax.com/cons
|/download.php?id=107207 |umer/brilliantlabs.jsp
Keywords|download |
Version|CVS |0.9.6.
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-20-01 03:11 -------
"Brilliant Labs has been purchased by Bellamax, Inc.
Look for our new photo-editing product in late March 2006."
The application is no longer downloadable; it might be again in March 2006.
--
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=4064
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-20-01 02:51 -------
My patch has been commited.
Thanks
--
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
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-20-01 02:48 -------
>copied fonts - stdole32.tlb - usp10.dll - ran winecfg, selected Win98, setup
drives, added overrides for the 2 windoze files
It works here without doing any of these (fonts are missing when running the
application though). Please try to install it using everything builtin and try
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.
http://bugs.winehq.org/show_bug.cgi?id=4131
magnus(a)hacka.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |magnus(a)hacka.net
AssignedTo|magnus(a)hacka.net |wine-bugs(a)winehq.org
------- Additional Comments From magnus(a)hacka.net 2006-20-01 02:34 -------
Reassigning bug. Someone with good debugging knowledge need to take over.
Post result or questions here and I will relay the info the the Valve engineer I
got hold of.
--
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=1490
------- Additional Comments From k_wayne(a)linuxpower.org 2006-20-01 02:25 -------
I have tried with wine 0.9.5 (ubuntu binary from winehq).
Still has exactly the same problem.
Please explain how to use the "unset" command.
I don't think "env -i" would help at all - that is the unix shell, not the
windows shell.
I'm sure somehow we can replicate the way windows somehow avoids this bug in the
software. It works fine on many different versions of windows I have seen.
--
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=4103
------- Additional Comments From marcus(a)jet.franken.de 2006-20-01 02:07 -------
I get a stackoverflow when running this on SUSE Linux 10.0-AMD64.
The stack gets overwritten by GL abilities (quite a lot from my NVidia
libGL.so).
I think it might be more related to nvidia than to amd64 ;)
--
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=4322
------- Additional Comments From mjung(a)iss.tu-darmstadt.de 2006-20-01 01:35 -------
The problem here is as follows: The first time you start wine without having
an .wine directory already, wineprefixcreate will create it for you. It will
map drive Z: to '/'. When shell32.dll is registered during this process, it
queries the HOME environment variable and maps the result to a DOS path, which
would be something like 'Z:\\home\\joe'. Furthermore, it registers the path
for the Desktop shell folder to 'Z:\\home\\joe\\Desktop'. If you now remove
the Z: drive afterwards, the Desktop shell folder's path doesn't exist any
more and thus won't initialize any more. This is bad, since it is the entry
point for all shell namespace stuff. Therefore, the file dialog and browsing
on winecfg's drives tab is broken.
We have to implement some fallback code somewhere around
shell32/shellpath/SHGetFolderPathW for the case that the desktop folder path
doesn't exist. A save bet would probably be 'C:\\windows\\profiles\\All
Users\\Desktop'.
--
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=4350
Summary: Program asks for 32 bit color depth and wont run
Product: Wine
Version: 0.9.6.
Platform: PC
URL: http://www.splintercell.com/uk/splintercellpandoratomorr
ow/downloads.php
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tony.lambregts(a)gmail.com
Spinter cell Pandora tomorrow demo installs but will not run.
Game displays an error on startup
"Desktop color depth error
Please Set your desktop color depth to 32 bits."
--
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=3062
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-20-01 00:05 -------
Resolving Fixed
--
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=2525
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-20-01 00:04 -------
For Real this time
--
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=4051
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony.lambregts(a)gmail.com 2006-19-01 23:58 -------
Is this still a problem with anyone with version 0.9.6.
--
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=4011
------- Additional Comments From robust(a)gentoo.se 2006-19-01 23:50 -------
I use wine 0.9.5 with cyberjass 3.1 and this is the message that I recieve:
Failed to init DirectX 8. MSN features will be disabled.: 0x80040154
The application works after this message has been displayed. This is the output
that I get in the console:
err:ole:CoGetClassObject class {667955ad-6b3b-43ca-b949-bc69b5baff7f} not registered
err:ole:CoGetClassObject no class object {667955ad-6b3b-43ca-b949-bc69b5baff7f}
could be created for for context 0x1
err:ole:CoUninitialize Mismatched CoUninitialize
err:ole:CoUninitialize Mismatched CoUninitialize
--
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=3062
------- Additional Comments From robust(a)gentoo.se 2006-19-01 23:44 -------
Problems with current versions of wine and WoW should be fixed, afaik.
--
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=2525
------- Additional Comments From robust(a)gentoo.se 2006-19-01 23:41 -------
I have never had any problems with reiser4 and wine. And I don't have any now
either.. can't speak for the others but the problem is not affecting me at least.
--
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=4336
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-19-01 23:28 -------
Duplicate of bug 4051
*** This bug has been marked as a duplicate of 4051 ***
--
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=4051
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |phobieweb(a)yahoo.de
------- Additional Comments From tony.lambregts(a)gmail.com 2006-19-01 23:28 -------
*** Bug 4336 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=4322
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|winecfg crashes |winecfg Breaks if drive Z:
| |not defined as / or users
| |home
------- Additional Comments From tony.lambregts(a)gmail.com 2006-19-01 23:24 -------
I don't know what to think about this one. Z: is usually mapped to / and not
their users home but that maybe the way that some packagers do this.
You Cannot browse on the Drives tab either if Drive Z: is not mapped to either
the users home or root
Confirming 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=4347
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2006-19-01 23:18 -------
Patch sent.
--
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 mike(a)codeweavers.com 2006-19-01 23:06 -------
Likely to be a bug in Wine's msvcrt.dll. If you can program, try adding a
ERR("%s\n", fmt); to the start of the sprintf function to see what kind of
format string it's trying to use. If not, you can confirm that the bug is
msvcrt by copying a windows version of that dll into the app's directory.
--
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=4184
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Priority|P2 |P1
------- Additional Comments From tony.lambregts(a)gmail.com 2006-19-01 22:52 -------
This can be a real show stopper for new users. Changing screen color depth
option to anything but the current screen depth simply breaks 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=4110
nickmarko(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From nickmarko(a)gmail.com 2006-19-01 21:26 -------
All you have to do is install a newer version of Wine. Wine 0.9.5 works for me
(installed from CVS).
--
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=4346
------- Additional Comments From mike(a)codeweavers.com 2006-19-01 21:00 -------
I didn't know it was directly related to Arial, but Picasa would crash for me if
freetype support wasn't compiled in.
--
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
------- Additional Comments From ericsbinaryworld(a)gmail.com 2006-19-01 20:35 -------
I'm not sure how to look into the rpm. There are no other rpms installed or any
other versions of 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=4343
lamber45(a)cse.msu.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lamber45(a)cse.msu.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=4344
lamber45(a)cse.msu.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lamber45(a)cse.msu.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=4343
------- Additional Comments From djrpublic(a)cfl.rr.com 2006-19-01 17:58 -------
Well this was a case of being unable to get wine to even consider anything
resembling a reasonable drive configuration. Wouldn't let me give it a valid c:
Kept recalling my Windoze directories even though I repeatedly removed them ...
--
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=3037
a(a)gaydenko.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.5. |0.9.6.
------- Additional Comments From a(a)gaydenko.com 2006-19-01 17:48 -------
Up to 0.9.6.
(file open dialog works 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.
http://bugs.winehq.org/show_bug.cgi?id=4343
------- Additional Comments From tony.lambregts(a)gmail.com 2006-19-01 17:34 -------
> blew away the old .wine folder - isn't it nice that an update requires
> reinstallation of all programs?
mv vs. rm -fr and I pick mv...
I upgrade wine all the time and most of the time I do not find it nessarary to
"blow away" my .wine (if a program does not install I will temporarily move it
out of the way to test cleanly but that is another matter)
--
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-19-01 16:21 -------
Is there a free demo for the program? If yes can you provide a link for it?
If not can you please run the program with
WINEDEBUG=+variant wine $program
and attach the output to this bug report?
--
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
Summary: Wine displays number fields incorrectly
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karllinuxtest.relton(a)ntlworld.com
Art Explosion Greetings Card Factory displays the size of objects (and font
sizes) in certain places in its gui, and has gui forms where the user can enter
these sizes.
For objects, the length might be displayed such as:
2.0cm
For fonts, the size is displayed as a simple integer.
However, now in wine they are being display in a funny (and incorrect)
exponential format, e.g.
2..00e+0cm
Note how there are two decimal points (quite wrong!), and its in exponential
which while techically a correct representation of the number, doesn't make for
a good gui.
I'm not sure which dll or part of wine would be causing this - sorry if I have
mis-assigned the 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=4345
------- Additional Comments From brandm(a)xs4all.nl 2006-19-01 16:06 -------
Another possibly relevant observation: Only images in
.wine/drive_c/windows/profiles/brand/Desktop or in an immediate subdirectory of
this it can be viewed. Images in more deeply embedded subdirectories cannot be
viewed. Given this fact, the fact that images are not seen in the hierarchy
under "My Computer" looks like just a specific case of a more general problem.
--
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=4345
------- Additional Comments From brandm(a)xs4all.nl 2006-19-01 15:48 -------
I should have mentioned that my installation has been configured with winetools.
DCOM, Internet Explorer and other things have been installed with winetools. In
regards to msxml, I have the following files, but they are not mentioned in the
libraries list in winecfg so I am not sure how to tell if they are being used:
.wine/drive_c/windows/system/msxml4.dll
.wine/drive_c/windows/system/msxml4a.dll
.wine/drive_c/windows/system/msxml4r.dll
Louis's screenshot shows directories under the Desktop node in the viewer. It
appears that the contents of his ~/Desktop are shown under the Windows Desktop
node in the program. I also have directories and files in ~/Desktop, but these
do not appear in the program's viewer under Desktop. Under "Desktop", I only see
"/", "Microsoft Outlook", "MyComputer", and "MyDocuments". (Maybe I need to
configure something?)
However, this gave me the idea to experiment with putting images and directories
directly in:
.wine/drive_c/windows/profiles/brand/Desktop.
To my astonishment, the program can display and select images placed in this
directory or in subdirectories of it. Even symbolic links to other directories work.
It looks like the problem can now be narrowed down to a failure to display
images that are in the hierarchy under "MyComputer" and "/" in the viewer. I
don't know if "My Documents" is supposed to be mapped to a Linux host directory,
so I did not try 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=4345
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-19-01 14:58 -------
Created an attachment (id=1720)
--> (http://bugs.winehq.org/attachment.cgi?id=1720&action=view)
snapshot
Hi, i just gave this a try with current cvs.
First: the app crashes immediately here, unless i use native msxml3, so that's
another bug i'd say. Are you using any native dlls?
Second: i cannot preview pictures as well, except, and that's rather weird,
pictures that are present in directories on my Desktop ( so in
~/Desktop/anydir). I can drag those also to right pane (see screenshot). Maybe
you could try this too as it might give a hint where the problem might be
(shell32 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=4229
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-19-01 14:29 -------
I have no fontforge installed here on my RH8/FC4 box, still I get correct 3
symbols (Minimize, Maximize, Close) drawn on unmanaged windows. Quite strange.
Can I download such problematic app to test 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=3180
------- Additional Comments From antdes45(a)yahoo.ca 2006-19-01 14:24 -------
Did not work for me! I set winecfg to open CC in win98 mode and it's doing the
same thing. I have the impression that the option doesn't work in my version.
What Wine version were you using?
--
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=4347
------- Additional Comments From t.artem(a)mailcity.com 2006-19-01 14:21 -------
If your e-mail is real, you'll receive a download URL soon.
--
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=4103
------- Additional Comments From tony.lambregts(a)gmail.com 2006-19-01 14:19 -------
Can you install windows 98 on the machine and see if it works. If windows 98
wont install or it crashes then its hardware and your SOL.
OTOH If it runs then its like Linas ÂŽvirblis says in comment 10
"Also note that this is on a AMD64 machine running a 64 bit kernel, and Oni is a
32 bit app. So in this case you have to run 32 bit Wine in a 32 bit chroot on a
fully 64 bit environment. This means problems."
Not insurmountable but problems. (we need to be able to get this to work in the
long run)
--
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=4347
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?versionId=3821
Keywords| |regression
Platform|Other |PC
Summary|[Regression 0.9.1+] Consise |[Regression 0.9.1+] Concise
|Oxford Dictionary 11 exits |Oxford Dictionary 11 exits
|at startup |at startup
--
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=4341
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
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=4347
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |major
------- Additional Comments From vitaliy(a)kievinfo.com 2006-19-01 13:57 -------
Have link to download demo?
Do you have theme enabled?
Please attach WINEDEBUG=+msg log
--
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=4103
------- Additional Comments From b.buschinski(a)web.de 2006-19-01 12:16 -------
I am not sure but I think a year ago oni works on this maschine with windows xp
and NO service pack
today it isnt even working with the nvidia and/or the nonofficially patch on
32bit winxp sp2 with amd64 cpu driver
but what now?
should I close the bug if someone can confirm that it works von x86?
or should I leave it open until someone find a solution? (for wine or for oni)
--
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=4346
------- Additional Comments From jwhite(a)codeweavers.com 2006-19-01 11:39 -------
It is a Picasa bug, and a known one at that. Mike M knows
more.
The traditional work around is to bundle a .ttf file (the Vera
fonts come to mind) with Picasa.
--
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=4346
------- Additional Comments From dank(a)kegel.com 2006-19-01 11:38 -------
That sounds like a Picasa bug, not a Wine bug...
unless you're saying Wine should come with Ariel
installed by default!
--
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=4198
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://dl.google.com/picasa/
| |picasa2-current.exe
Keywords| |download
--
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=4119
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://dl.google.com/picasa/
| |picasa2-current.exe
Keywords| |download
--
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=3180
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--
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.
Picasa crashes if Arial truetype font (or a substitution) is not installed
X-Bugzilla-Reason: AssignedTo
http://bugs.winehq.org/show_bug.cgi?id=4346
Summary: Latest Picasa build (2.1.0 27.66) expects Arial font
installed by default, it calls GetGlyphOutline on it, it
fails but Picasa doesn't check return code and crashes
trying to interpret the data.
Picasa crashes if Arial truetype font (or a
substitution) is not installed
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)codeweavers.com
CC: picasa(a)codeweavers.com
Latest Picasa build (2.1.0 27.66) expects Arial font installed by default, it
calls GetGlyphOutline on it, it fails but Picasa doesn't check return code and
crashes trying to interpret the data.
Futher investigation has shown that my system doesn't have fontconfig installed
and therefore it can't find .ttf fonts (even if they are installed in the system).
Once Wine finds a .ttf font (via fontconfig or in windows/fonts) it substitutes
Arial and GetGlyphOutline succeeds, which avoids the crash.
--
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=4340
------- Additional Comments From alex(a)thehandofagony.com 2006-19-01 11:02 -------
It did not work any better when sound was disabled. This is the best backtrace
I could get; I ran it with 'winedbg dmcr'; please tell me if there is something
I am doing wrong, as I am not experienced with debugging at this level.
Backtrace:
=>1 0x00447a20 in dmcr (+0x47a20) (0x00447a20)
2 0x0048f7ef in dmcr (+0x8f7ef) (0x0048f7ef)
3 0x004830ac in dmcr (+0x830ac) (0x004830ac)
4 0x0044755e in dmcr (+0x4755e) (0x0044755e)
5 0x0055af33 EntryPoint+0x113 in dmcr (0x0055af33)
6 0x7b86e178 start_process+0xf1(arg=0x0)
[/var/tmp/portage/wine-0.9.5-r1/work/wine-0.9.5/dlls/kernel/process.c:1027] in
kernel32 (0x7b86e178)
7 0xb7efbb53 wine_switch_to_stack+0x17 in libwine.so.1 (0xb7efbb53)
0x00447a20: repe movsl (%esi),%es:(%edi)
--
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=4345
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.ah.nl/fotoservice
| |/client_details.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=4103
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC-x86-64
------- Additional Comments From tony.lambregts(a)gmail.com 2006-19-01 10:58 -------
This is probably related to running wine on 64 bit kernel
--
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=4345
Summary: missing image previews in Albert Heijn picture ordering
software
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brandm(a)xs4all.nl
Albert Heijn, a large supermarket chains in the Netherlands, offers a popular
printing service for digital photographs. For use with this service, the company
offers a native Windows programs for preparing and sending an order.
The software can be downloaded here:
http://www.ah.nl/fotoservice/client_details.jsp. I have done my tests with the
package offered for Windows 2000. The installer package is called
"ahFotoservice2.exe".
Installation seems to go fine with wine 9.5. Icons for starting the software
appear on the desktop and the start menu on Suse 10.0 with KDE 3.5.
The software also starts successfully. A window opens. The action we want is
"Foto's Bestellen" (order pictures). When we click on this button, we are able
to browse the directory structure. But, alas, no image previews are shown in the
right pane. Hence, no images can be selected.
I will add the output captured from wine to this report. There are a number of
"fixmes", but I do not know what might be related to the missing images.
If my wife could use this software, she would be very pleased.
--
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=2942
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-19-01 09:43 -------
Works fine in Wine 0.9.6, can you please try 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.
http://bugs.winehq.org/show_bug.cgi?id=3447
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-19-01 09:42 -------
Fixed in Wine 0.9.6
--
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=4103
------- Additional Comments From 0x0007(a)gmail.com 2006-19-01 09:38 -------
Oni users report crashes on Windows systems [1] that seem very similar to one
reported here. Moreover, the original report says that it also crashes on
Windows XP.
Also note that this is on a AMD64 machine running a 64 bit kernel, and Oni is a
32 bit app. So in this case you have to run 32 bit Wine in a 32 bit chroot on a
fully 64 bit environment. This means problems.
Is it even possible to run Oni on AMD64 in Windows?
[1] http://mukade.bungie.org/cgi-bin/ib3/ikonboard.cgi
--
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.