http://bugs.winehq.org/show_bug.cgi?id=2858
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-17-10 03:48 -------
In my case installation was overwriting ELF-binary data with PE-binary data.
You can check this using "file":
$ file ~/.wine/drive_c/windows/system32/regsvr32.exe
| /home/s2/.wine/drive_c/windows/system32/regsvr32.exe: symbolic link to
/usr/src/wine-cvs/wine/programs/regsvr32.exe.so
$ ll /usr/src/wine-cvs/wine/programs/regsvr32.exe.so
| lrwxrwxrwx 1 s2 s2 24 Oct 7 01:41
/usr/src/wine-cvs/wine/programs/regsvr32.exe.so -> regsvr32/regsvr32.exe.so
$ ll /usr/src/wine-cvs/wine/programs/regsvr32/regsvr32.exe.so
| -rwxrwxr-x 1 s2 s2 652514 Oct 11 20:27
/usr/src/wine-cvs/wine/programs/regsvr32/regsvr32.exe.so
$ file /usr/src/wine-cvs/wine/programs/regsvr32/regsvr32.exe.so
| /usr/src/wine-cvs/wine/programs/regsvr32/regsvr32.exe.so: ELF 32-bit LSB
shared object, Intel 80386, version 1 (SYSV), not stripped
After IE6 installation it reports about PE 32-bit executable. :-\
After this wine fails to launch regsvr32.exe.so -- dlopen() fails on it. Maybe
the same issue arose in your case too?
--
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=3608
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-17-10 03:36 -------
please send this patch to wine-patches directly.
--
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=3608
------- Additional Comments From oldium.pro(a)seznam.cz 2005-17-10 02:52 -------
Described problem with inverted bitmaps can be seen in the game Neighbours from
Hell (tested only in game version I) in this case: Without patch all texts are
drawn in inverted colors (background is foreground and vice versa), with patch
everything is rendered 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=3608
Summary: [PATCH] Fix for monochrome DIBs
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oldium.pro(a)seznam.cz
I found a problem in translating XImage into DIB created by CreateDIBSection. I
also created a patch, which will be part of this bug-report.
Affected applications: Neighbours from Hell (game).
All problems are in graphics/x11drv/dib.c only. It is only the case, when
colors of DIB are inverted - so color[0]=0xFFFFFF and color[1]=0x000000 (and
others).
In this patch:
1. When update XImage->DIB (monochrome images) is made, function
X11DRV_DIB_GetImageBits_1 falls back into "notsupported" branch. The palette of
the DIB was ignored in this case. If the colors are inverted, also image is
inverted for updating DIB. Update DIB->XImage is not affected as it uses the
palette.
2. Used XImage (bmpImage parameter) has RGB mask corresponding to current visual
(set by X during the creation of XImage), so it is not zero. The RGB mask was
checked for zero when copying BMP->DIB, so new static inline function
X11DRV_DIB_CheckMask was introduced.
3. Parameter colorMap was set to identity color map for every monochrome bitmap.
Changed to check if colorMap is NULL (should not be) or has the same colors
(color[0]==color[1], this can happen).
Note: This was sent to wine-patches mailing list (8th October 2005) but as I
don't know how fast is the reaction there, I rather created this issue for
tracking 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=3560
------- Additional Comments From I-SAngeli(a)siriush.com 2005-17-10 01:21 -------
Hi Jonathan,
How come I get this error? Am I doing something wrong?
wine # patch -p1 < 19084-001.bin
can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Index: dlls/kernel/locale.c
|===================================================================
|RCS file: /home/wine/wine/dlls/kernel/locale.c,v
|retrieving revision 1.67
|diff -u -p -r1.67 locale.c
|--- dlls/kernel/locale.c 12 Sep 2005 21:22:32 -0000 1.67
|+++ dlls/kernel/locale.c 15 Oct 2005 13:28:56 -0000
--------------------------
File to patch:
Thank you,
Spiro
--
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=916
dpaun(a)rogers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|VERIFIED |CLOSED
------- Additional Comments From dpaun(a)rogers.com 2005-17-10 00:01 -------
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=75
Bug 75 depends on bug 79, which changed state.
Bug 79 Summary: Wine 1.0 Documentation Metabug - Developers Guide
http://bugs.winehq.org/show_bug.cgi?id=79
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--
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=79
dpaun(a)rogers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From dpaun(a)rogers.com 2005-16-10 23:55 -------
No outstanding blockers, 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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=75
Bug 75 depends on bug 80, which changed state.
Bug 80 Summary: Wine 1.0 Documentation Metabug - FAQ
http://bugs.winehq.org/show_bug.cgi?id=80
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--
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=79
Bug 79 depends on bug 727, which changed state.
Bug 727 Summary: The documentation for building the documentation needs improvement
http://bugs.winehq.org/show_bug.cgi?id=727
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |NEW
Status|NEW |ASSIGNED
Status|ASSIGNED |RESOLVED
Resolution| |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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3607
Summary: Add a first run wizard
Product: Wine
Version: CVS
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: willie(a)froq.net
Thinking about the soon-to-be-released Wine 0.9, I'd suggest to add a first
run wizard for Wine. Make the wine executable a small wrapper that calls
wineprefixcreate if no ~/.wine dir was found (Cedega does something like that
IIRC), and calls a small setup tool after that. Maybe a slightly extended
winecfg would be sufficient for 0.9, with some additional settings (name and
company, screen dpi, font rendering, vram - stuff you usually only set once).
--
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=3560
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 18:32 -------
0)su
1)remove all previous winecvs or gentoo wine
2)export CVSROOT=:pserver:cvs@cvs.winehq.org:/home/wine
3)cvs login
4)cvs
5)cvs -z 0 checkout wine
6)cd wine
7)patch -p1 < /tmp/19084-001.bin
8)./configure
9)make depend && make
10)make install
--
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=3560
------- Additional Comments From I-SAngeli(a)siriush.com 2005-16-10 18:04 -------
Hi Jonathan
Now, that I know ebuild work fine and the patch you provided works great too, I
removed wine and installed winecvs as need it to get all possible bug fixes applied.
I need some clarifications please if possible.
I am struggling with installing winecvs as it seems difficult on gentoo amd64.
I followed this link but it failed.
http://forums.gentoo.org/viewtopic-t-391571-highlight-.html
Now, I have in /opt/cvs/wine a lot of files and folders. I got them following
the CVS howto.
Could you please clear up this part: patch -p1 <
path_to_the_patch_you_want_to_try/patch.patch
Lets work with an example: your patch
the file name is: 19084-001.bin
I saved into /tmp
How would you step by step apply this patch following your above line?
Thank you,
Spiro
--
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=3591
------- Additional Comments From winehq(a)paniq.org 2005-16-10 17:29 -------
after checking the sourcecode, i see that EndUpdateResourceW is not implemented
for the case that bReplacing = FALSE
this is causing 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=1490
------- Additional Comments From k_wayne(a)linuxpower.org 2005-16-10 16:40 -------
I last tested with Wine-20050419 and it had the same 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=3217
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-16-10 16:05 -------
Do you have this problem as well running the demo (avaiable at
ftp://ftp.3drealms.com/share/bossw13.exe)? When i try to start the demo, after the
menu has been shown, an error box pops up saying it can't find the appropriate
refreshrate. In the console i see lots of these:
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank
(0x7ff2bf70)->(flags=0x00000001,handle=(nil))
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank
(0x7ff2bf70)->(flags=0x00000004,handle=(nil))
Also , could you try your cd version on the latest wine version and report back
please? 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=3606
Summary: err:wave:JACK_OpenWaveOutDevice jack server not running?
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markknecht(a)gmail.com
I have the Jack server running and other apps are able to attach and create
sound. Wine is working with the Alsa drive. I configure Wine thorugh winecfg to
use the Jack server and start my app. I get no sound. In the terminal I see:
mark@lightning ~ $ wine /home/mark/.wine/drive_c/VST/Crystal.exe
err:wave:JACK_OpenWaveOutDevice jack server not running?
err:wave:wodOpen JACK_OpenWaveOutDevice(0) failed
err:wave:JACK_OpenWaveOutDevice jack server not running?
err:wave:wodOpen JACK_OpenWaveOutDevice(1) failed
err:wave:JACK_OpenWaveOutDevice jack server not running?
err:wave:wodOpen JACK_OpenWaveOutDevice(2) failed
err:wave:JACK_OpenWaveOutDevice jack server not running?
err:wave:wodOpen JACK_OpenWaveOutDevice(3) failed
err:wave:JACK_OpenWaveOutDevice jack server not running?
err:wave:wodOpen JACK_OpenWaveOutDevice(4) failed
err:wave:JACK_OpenWaveOutDevice jack server not running?
err:wave:wodOpen JACK_OpenWaveOutDevice(5) failed
err:wave:JACK_OpenWaveOutDevice jack server not running?
err:wave:wodOpen JACK_OpenWaveOutDevice(6) failed
err:wave:JACK_OpenWaveOutDevice jack server not running?
err:wave:wodOpen JACK_OpenWaveOutDevice(7) failed
err:wave:JACK_OpenWaveOutDevice jack server not running?
err:wave:wodOpen JACK_OpenWaveOutDevice(8) failed
err:wave:JACK_OpenWaveOutDevice jack server not running?
err:wave:wodOpen JACK_OpenWaveOutDevice(9) failed
err:wave:JACK_OpenWaveOutDevice jack server not running?
err:wave:wodOpen JACK_OpenWaveOutDevice(0) failed
err:wave:JACK_OpenWaveInDevice jack server not running?
err:wave:widOpen JACK_OpenWaveInDevice(0) failed
mark@lightning ~ $
The application itself is Savihost.exe, but I don't think (yet) that it matters
what Jack sound app I 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=3411
------- Additional Comments From oliver_stieber(a)yahoo.co.uk 2005-16-10 15:51 -------
Opps, I've attached a new log with warn+all,+trace,+relay,+dinput,+cursor,
+message, +tid with relayExclude ntdll.* kernel32.* gdi32.*
This log is of clicking one of the buttons ten or so times, I haven't included
the startup data in the log.
There's another report on http://bugs.winehq.org/show_bug.cgi?id=3290 which
confirms 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=3604
------- Additional Comments From markknecht(a)gmail.com 2005-16-10 15:03 -------
Thanks. With your help we have at least captured a work around 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=3605
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From truiken(a)gmail.com 2005-16-10 15:03 -------
What version of wine are you using? The install and the app work perfectly for
me. Please upgrade to the latest wine release or even cvs and report back. If
the install is still slow, reopen 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.