http://bugs.winehq.org/show_bug.cgi?id=3610
gertrudethetramp(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
--
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=3610
Summary: Heap Issues (???)
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gertrudethetramp(a)gmail.com
I'm not really sure where to submit this... hell, I'm not even sure what these
error messages mean.
I'm trying to run VectorWorks 11.5, which installed flawlessley, and has never
worked. I've tried it with the default Ubuntu Wine-200507025, with
Wine-20050930, and now with Wine-CVS.
I've tried with both the native and builtin ole32, oleaut, and rpcrt4 dll's,
which all fail, although occasionally differently.
Here is the error output with all builtin DLL's. Help!
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:font:WineEngAddFontResourceEx :stub
fixme:ole:CoRegisterMessageFilter stub
err:heap:HEAP_ValidateInUseArena Heap 0x40360000: in-use arena 0x442285d0 next
block has PREV_FREE flag
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:seh:setup_exception stack overflow 712 bytes in thread 0009 eip 401d86de esp
406d0d38 stack 0x406d0000-0x407d0000
err:ntdll:RtlpWaitForCriticalSection section 0x40360020 "heap.c: main process
heap section" wait timed out in thread 000b, blocked by 0009, retrying (60 sec)
wine: Unhandled exception (thread 000b), starting debugger...
err:ntdll:RtlpWaitForCriticalSection section 0x40360020 "heap.c: main process
heap section" wait timed out in thread 000b, blocked by 0009, retrying (60 sec)
err:seh:EXC_DefaultHandling Unhandled exception code c0000194 flags 0 addr
0x401ae360
--
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
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-17-10 09:00 -------
You don't need to patch the cvs tree using my patch as it has been committed.
Just update to latest cvs and this bug will be 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=3607
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-17-10 08:52 -------
This is probably wontfix as:
1)wine already calls wineprefixcreate when no ~/.wine exist
2)name/company/dpi/font/vram, etc should be detected without user interaction
and/or are not necessary for running applications
Can someone confirm?
--
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 08:35 -------
Hi Vijay,
thank you for your reply.
So, lets say this is my folders: /opt/cvs/wine and /opt/cvs/wine-patches
I download the patches and save them all in wine-patches path. Then I run from
/opt/cvs/wine:
# patch -p0 < ../wine-patches/locale.patch
and I get this as output:
patching file dlls/kernel/locale.c
Is this correct so far?
So patch -p0 means start from where you are. patch -p1 means what again? one
directory above or below? Please provide an example so that I can better
understand (if possible)
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=3560
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 08:26 -------
When you are in wine directory you need use patch level as 0, which means it
searches for the files starting using the current directory as the base directory
eg:
patch -p0 < 19084-001.bin
--
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=3609
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 08:22 -------
also attach your config.log, created when you do ./configure
--
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
I-SAngeli(a)siriush.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From I-SAngeli(a)siriush.com 2005-17-10 07:58 -------
Hi Richard and Vijay,
thank you for explaining to me how to better file a bug report. As a matter of
fact I did so as of now.
Beside this, there is still a previous message that has not been addressed which
is pertinent to this case. So, I will reopen this case and post again the
message, hoping to get a solution.
------- Additional Comment #19 From Spiro A. 2005-10-17 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=3609
Summary: cannot find -lfreetype
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: I-SAngeli(a)siriush.com
freetype is an issue when compiling. In my gentoo amd64 64bit, if I apply this "cp
/usr/lib/libfreetype.* /emul/linux/x86/usr/lib/" then I won't get this error but
then my other apps wont run. If I rather don't apply the above command, I get
this error on make epend:
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld:
cannot find -lfreetype
collect2: ld returned 1 exit status
make[1]: *** [sfnt2fnt] Error 1
make[1]: Leaving directory `/opt/cvs/wine/tools'
make: *** [tools] Error 2
Please advice how to solve this major issue.
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=3602
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 07:24 -------
They are using propertysheets, we dont have any tests for propertysheets.
Problem is with propertysheets in dialogs
--
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=3270
------- Additional Comments From dmitry(a)codeweavers.com 2005-17-10 07:18 -------
ShowWindow(SW_SHOWMINIMIZED/SW_SHOWMAXIMIZED) aren't routed to the Window
Manager
at the moment. Crossover has a hack for that, but it needs a clean up
before Alexandre accepts it.
Alexandre has plans to add support for it once 0.9 is released.
--
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
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 05:44 -------
closing this bug as the original bug has been fixed, patch has been commited to
cvs. if there are any new problems other than this one open new bug report(s).
--
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 2005-17-10 05:39 -------
Looks like the same problem that I've seen before on the users mailing list and
the news group. If I am right he error message is accurate: there is no space
for the environment, because the environment is now typically larger then when
this program was written.
This is what I wrote on the users list:
This actually has come up before in a thread "Upper Memory" not long ago
in the newsgroup comp.emulators.ms-windows.wine. That was about a
program called Seed Master, but Bible Companion Software was also
mentioned to suffer the same problem.
The problem is that the program reserves a fixed sized buffer to store
the environment (the output what you see when you type "set" under
DOS/Windows or "env" under Unix/Linux). What was more then enough for
Windows 3.1, may not be enough under XP or Linux.
If the supplier is unwilling to fix it, there are two ways to try to reduce the
environment:
1. Before starting wine, before starting wine cut as much as possible unneeded
variables from the environment. Use the "unset" command for this. You would do
this in a shell script.
2. Remove the environment and add only those variables that are needed
for running wine. For a start you can try this:
env -i PATH=$PATH DISPLAY=$DISPLAY wine yourprogram.exe
(the -i removes all variables, and I add the PATH and DISPLAY variables
needed to find and run wine).
There may be a few more other variables, TMP, TEMP, anything starting
with LD_ needed or wine to run.
Rein.
--
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 f.h.silva(a)terra.com.br 2005-17-10 05:34 -------
Hi Louis,
I dont tried the demo, because with cd version and wine-20050930 I got the same
error: Can't find the refresh rate of my monitor.
thank you for the answer.
Flávio
--
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 infyquest(a)gmail.com 2005-17-10 05:15 -------
there have been a lot of changes from 200504 - 200509. please test with latest 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=3578
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-17-10 05:11 -------
Hi, do you have the same problem with the demo (the free trial version from the
website mentioned above)? I tried the demo and initially it wouldn't start
because of errors with the audio settings. I changed (using winecfg) Hardware
acceleration to "Emulation" and than the program starts up just fine.Could you
try these steps too and report back if it changes anything? 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=3560
------- Additional Comments From richard(a)daijobu.co.uk 2005-17-10 05:08 -------
1. Please open separate bug reports for each bug, as it makes them much easier
to track.
The last one seems to be something like "Compilation fails with AMD64 and 64bit
freetype"
2. Use attachments rather than pasting large amounts of text.
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=3604
------- Additional Comments From richard(a)daijobu.co.uk 2005-17-10 05:03 -------
mfc42.dll is a Visual C++ redistributable, meaning that it can, and perhaps
should, be distributed with savihost.exe
You can also download the necessary version from Microsoft. See
http://support.microsoft.com/kb/q259403/
"Vcredist.exe installs the latest run-time components for Visual C++ applications"
or
http://www.msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvc60…
"Redistributing Microsoft Visual C++ 6.0 Applications"
In short, since you would get exactly the same problem on a freshly installed
copy of Windows 98, this bug should probably be closed.
Re-implementing MFC is a huge job that should not be in the scope 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=443
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 04:17 -------
if i try bash.exe on wine20050930, i get the following errors
fixme:ntdll:NtSetInformationToken 0x44 4 0x61154988 44
fixme:ntdll:NtSetInformationToken 0x44 6 0x7fa9fa00 4
31 [main] ? 8 cygheap_user::init: SetTokenInformation (TokenDefaultDacl),
Win32 error 1
fixme:ntdll:NtSetSecurityObject 0x38 0x00000004 0x7fa9f5ec
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0x9c):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0xd4):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0x9c):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0x9c):stub returning FALSE
fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:ntdll:NtQueryObject Unsupported information class 1
Segmentation fault
--
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=3602
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 04:10 -------
it works in desktop mode, it might be a problem with dialog re-sizing
--
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 04:01 -------
Already done on 8th October 2005, I just wanted to be sure that it will not be
lost anywhere in the middle of hundreds of 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=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=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 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=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.
http://bugs.winehq.org/show_bug.cgi?id=3604
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |LATER
------- Additional Comments From truiken(a)gmail.com 2005-16-10 14:54 -------
We're in a feature freeze right now before the 0.9 release, so implementing
mfc42.dll is more of a wishlist item right now. It's possible it will be on the
1.0 release list.
--
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
Summary: SourceInsight35 runs so slow
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: huaguoqing(a)yahoo.com.cn
when using wine to install sourceinsight35,I found the installing and running
speed are very slow(sourceinsight can work on FC4, but when running in redhat
enterprise version 4, sourcesight pop up a window ,say " the system source too
low, shutdow soon", that why?) .
the system monitor shows that : wine-preloader's VM = 1.1G ,why it's that big?
the cpu near to 100% ?
get trial version sourceinght: http://www.sourceinsight.com
the install and running message:
[root@localhost temp]# wine Si35Setup.exe
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmGetDefaultIMEWnd (0x20036 - (nil) 0x77e252a0 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x20036 - 0x3002c 0x77e252a0 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x20036 - 0x3002c 0x77e252a0 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x20036 - 0x3002c 0x77e252a0 ): semi-stub
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmGetDefaultIMEWnd (0x8002e - 0x3002c 0x77e252a0 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x8002e - 0x3002c 0x77e252a0 ): semi-stub
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
fixme:imm:IME_WindowProc Received focus, should never have focus
fixme:imm:ImmSetOpenStatus Semi-Stub
[root@localhost temp]# kate &
[1] 5168
[root@localhost temp]# ASSERT: "m_currentContainer==container" in
kateviewmanager.cpp (196)
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmGetDefaultIMEWnd (0x100a8 - (nil) 0x77e25850 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x100a8 - 0x100ae 0x77e25850 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x100a8 - 0x100ae 0x77e25850 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x100a8 - 0x100ae 0x77e25850 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x100a8 - 0x100ae 0x77e25850 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x100a8 - 0x100ae 0x77e25850 ): semi-stub
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmGetDefaultIMEWnd (0x100b4 - 0x100ae 0x77e25850 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x100b4 - 0x100ae 0x77e25850 ): semi-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=3604
------- Additional Comments From markknecht(a)gmail.com 2005-16-10 14:41 -------
Thanks. I had no idea that the number at the end was like some function within
the DLL itself. I copied over a version of MFC42.dll from my Windows XP box and
it workes now.
Thanks!
Now, the problem for many Linux users would possibly be that they do not have
access to a Windows box to get the right DLL. Is there any wok being done by the
Wine developers to implement MFC42.dll?
Thanks very much!
--
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=3108
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Grand Theft Auto: San |GTA: San Andreas cannot
|Andreas/Battlefield 2 - |install in Managed mode
|installer freezes |(hidden message box)
--
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=3108
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1003 is|0 |1
obsolete| |
--
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=3108
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1001 is|0 |1
obsolete| |
--
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=3108
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1002 is|0 |1
obsolete| |
--
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=3108
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #999 is|0 |1
obsolete| |
--
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 ivg2(a)cornell.edu 2005-16-10 13:48 -------
Oliver, I don't see the attachment, but I can investigate as well - confirming 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 truiken(a)gmail.com 2005-16-10 13:41 -------
It sounds like you need to find a newer or older mfc42.dll. The app expects
MFC42.DLL.6625 to exist so it must exist in some version of mfc42.dll.
--
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=3576
bvr102(a)psu.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From bvr102(a)psu.edu 2005-16-10 13:41 -------
Ah, that was the problem. My source install was not completely removed. When I
totally cleaned out the system and re-installed everything, this problem ceased
to occur. Thanks for the tip!
--
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=3574
bvr102(a)psu.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From bvr102(a)psu.edu 2005-16-10 13:39 -------
Turns out the issue has been taken care of. My rpm install was mixing up with
bits and pieces of an earlier source install that was not properly removed.
When I cleaned up the system and re-installed the latest rpm, Riven is able to
connect to my display.
--
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
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
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=3604
Summary: savihost crashes running Crystal VSTi
Product: Wine
Version: 20050930
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markknecht(a)gmail.com
The Linux Audio community is looking for a supportable method under Wine to run
VST's and VSTi's. After looking around we focused in on Savihost as a small
platform that could possibly do this. I am reporting a bug with trying to make
this work. I chose the Crystal VSTi because it has worked in the past with the
jack_fst method of running VSTi's. Unfortunately jack_fst no longer works with
current revisions of Wine.
Software required to duplicate this bug:
Savihost.exe (Currently Ver. 1.23)
http://www.hermannseib.com/english/savihost.htm
Crystal.dll
http://www.greenoak.com/crystal/download.html
Download and unzip Savihost and Crystal. Create a directory .wine/drive_c/VST
and place both files there. Rename savihost.exe to Crystal.exe.
The setup now looks like:
mark@lightning ~/.wine/drive_c/VST $ ls -la
total 11516
drwxr-xr-x 2 mark users 4096 Oct 16 10:20 .
drwxr-xr-x 7 mark users 4096 Oct 16 10:17 ..
-rw-r--r-- 1 mark users 11120640 Oct 16 10:17 Crystal.dll
-rw-r--r-- 1 mark users 319488 Oct 16 10:20 Crystal.exe
-rw-r--r-- 1 mark users 319488 Oct 16 10:18 savihost.exe
mark@lightning ~/.wine/drive_c/VST $
The first time I ran
wine ./Crystal.exe
Wine told me it couldn't fine a Windows dll file called mfc42.dll. I got a copy
of mfc42.dll from http://www.dll-files.com an dplaced this in the window/system
directory. After doing that the dll message went away but savihost failed with
the following message:
mark@lightning ~/.wine/drive_c/VST $ wine ./Crystal.exe
wine: Call from 0x40b001 to unimplemented function MFC42.DLL.6625, aborting
Segmentation fault
mark@lightning ~/.wine/drive_c/VST $
--
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=3291
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-16-10 12:08 -------
Following patch fixes the crash:
--- dlls/msvcrt/cpp.c_ 2005-10-17 19:07:43.000000000 +0000
+++ dlls/msvcrt/cpp.c 2005-10-17 19:08:10.000000000 +0000
@@ -594,7 +594,7 @@
}
}
TRACE("(%p) returning %s\n", _this, _this->name);
- return _this->name;
+ return _this;
}
/******************************************************************
I'm however not sure if this fix is really correct , could somebody familiar
with this code hava a look at this 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=3560
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 07:44 -------
This bug will be fixed only if Alexandre decides to apply my patch (or another
patch that fixes it).
=> reopenning
--
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
I-SAngeli(a)siriush.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From I-SAngeli(a)siriush.com 2005-16-10 07:41 -------
Hi Jonathan,
I learned how to apply patches to wine through gentoo portage ebuilds. So now
rather than compiling wine manually through CVS, I can rely on euilds.
I applied your patch and it works PERFECTLY!
Please make this patch effective immediately as it works on my amd64.
thank you for your help and looking forward to assisting you with patch testing. :-)
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=3603
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 07:39 -------
this ould work if you did:
export WINEDEBUG=+relay
wine notepad
Bug closed.
--
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=3603
m.goemmel(a)compulab.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From m.goemmel(a)compulab.de 2005-16-10 07:15 -------
Sorry, I'm a linux newby and thought I have to set WINEDEBUG like an evironment
variable, which is valid for the whole session, like:
WINDEBUG=relay
wine regedit
Sorry, so please close this bug. I will take more care next time before starting
a bug report...
Markus
--
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=3603
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 07:06 -------
What are you setting WINEDEBUG to ?
WINEDEBUG=+trace wine myapp.exe
works well 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=3603
Summary: WINEDEBUG environment variable has no effect...
Product: Wine
Version: 20050930
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.goemmel(a)compulab.de
I'm a bit surprised... am I doing something wrong? But setting the WINEDEBUG
variable will not show anything on the console window. FIXME messages always
appear, but no TRACE messages or something. This happens with the Suse 9.3
binary and with the current compiled CVS tree. Can please someone confirm this,
or give me a hint what I'm doing wrong or what I have to do to bring up RELAY
messages and stuff like this.
Thanks
Markus
--
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=3602
------- Additional Comments From infyquest(a)gmail.com 2005-16-10 06:35 -------
well i will try it tommorrow.
can you try it with older version of installer.
as the new installer is only 1-2 months old.
try setup 2.142 (i could not recollect it properly)
and also try it in desktop mode.
I think its a seperator bug
as in normal windows (tested on win98) there is a seperator above the buttons in
the initial screen.
--
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=1796
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 05:55 -------
Likely fixed by Rein Klazes's patch
(http://www.winehq.org/hypermail/wine-cvs/2005/06/0466.html). Reporter failed to
report back and this application is not downloadable anymore (afaik).
Please reopen if you still have problems.
--
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=3016
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 05:48 -------
Do you have a sample application that exibits the problem ?
can you report back using current Wine-CVS or latest Wine release ?
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=2795
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 05:43 -------
Is it still an issue using current Wine or Wine-CVS ?
Please report back.
(confirming per user comments)
--
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=85
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 05:40 -------
Any update Scott ?
Wine 0.9 is approaching and we must close these 0.9 bugs.
--
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=3577
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.velazquezvisual.c
| |om
Keywords| |download
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 05:34 -------
Can you please give us a direct download link for this application so that
people who don't understand spanish can try this application ?
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=3598
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?versionId=1095
Severity|major |normal
--
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=2879
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.40tude.com/dialog
| |/download.htm
Severity|minor |normal
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 05:11 -------
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=2968
------- Additional Comments From pidherbemont(a)opendarwin.org 2005-16-10 05:08 -------
The problem remains in current CVS. I've sent a dummy patch for it to the wine-patches. Let's see what
Alexandre thinks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1713
------- Additional Comments From wdev(a)foltman.com 2005-16-10 05:07 -------
It will be a wontfix for quite a while. It seems to use the OLE object
functionality, which is not implemented (nor it will be in the near future).
--
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=3222
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.oligo.net/oligo.h
| |tm
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 05:01 -------
So you mean that the demo version doesn't have this bug under Wine ?
Thanks for reporting back using current Wine version or Wine CVS 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=786
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |julliard(a)winehq.com
Severity|critical |major
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 04:59 -------
Still here in current Wine-CVS. The funny thing is that it now counts the lines
badly (I have the error reported at line 2 even if it fails on line 3).
All the latest patches for wrc were done by Alexandre; maybe he can have a look
at this old bug 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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3240
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 04:54 -------
Do you still have this issue using current Wine-CVS ?
If yes, can you please ask wine-devel(a)winehq.org about it ?
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=1713
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |wdev(a)foltman.com
URL| |http://winsteps.com
Severity|blocker |normal
Keywords| |download
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 04:50 -------
Where can this application be downloaded ? I didn't find the trial version on
the website.
--
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=1490
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 04:46 -------
Does it work any better in current Wine 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=772
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 04:42 -------
I had the same problems with the program manager but thought that the installer
finished anyway. However I don't know how to use this 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=974
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 04:40 -------
I added the informations to get the documentation and documentation can now be
translated (there are already french documents).
--
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=2054
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-16-10 04:32 -------
It still works perfectly here with Wine-CVS (don't know about wine20050930
though). I'm using:
gentoo
kernel2.6.13 from gentoo sources
xorg 6.8.2-r6
gnome 2.10.2
metacity 2.10.3
--
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=3596
------- Additional Comments From vincent.fourmond(a)9online.fr 2005-16-10 04:12 -------
Starting with a native dinput.dll found on DLL-files.com does work a lot better,
thanks. I got a better idea of the problem with the builtin DLL:
* first, the reaction to user input was really slow, so you could mouse your
mouse quite a long while before the cursor actually did start to move;
* it also did seem that there was a delay in mouse events: if I was doing so
small moves, I could see the cursor move step by step after a while, and then,
if I chnage the direction in which I move the mouse, it still goes on moving in
the original direction for two or three jumps.
Thanks for the dinput.dll trick ;-) !
--
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=3586
------- Additional Comments From shutdownrunner(a)o2.pl 2005-16-10 03:05 -------
It's not specific to your install. I have radeon 9000 running on ubuntu and this
bug is confirmed as a hell. I even made a fresh Ubuntu install, but it didn't
help. The bug was still out there. I compiled ati drivers from their website,
used the lastest stable version of kernel. Even running wineprefixcreate after
doing rm -r .wine crashes wine with this error.
--
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=2054
------- Additional Comments From bumm13(a)yahoo.com 2005-16-10 02:59 -------
Created an attachment (id=1183)
--> (http://bugs.winehq.org/attachment.cgi?id=1183&action=view)
Elf Bowling debugger output under wine20050930 (rh7_3)
I've tested Elf Bowling with wine20050930 (RedHat 7.3) and still does the same
thing with the buttons that don't work. Here is the debugger output from
testing with the more recent wine version.
--
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=3600
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
--
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=3599
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-16-10 01:42 -------
it should probably use postscript passthrough then.
can you run with
WINEDEBUG=+psdrv wine ...
please, log the output 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=3601
Summary: controlling guest-programs' behaviours (such as access
to internet) by wine
Product: Wine
Version: 20050930
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kcleung(a)arcor.de
All windows programs are run under wine. However for some instances, one would
like to control behaviours of these windows programs when they run in Linux.
For instances, the user may not want certain Windows programs to gain access to
the internet while want to let the others to. However in the current system,
all linux can do is to block the program wine from accessing to the internet (by
mechanisms such as selinux and RSBAC), which would restrict thte behaviours of
wine as a whole, and therefore all programs run under wine.
It would be nice if wine can control the allowed task of programs internally and
the allowed behaviours of the programs being set by winecfg.
--
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=3600
Summary: msi install fails with Feature transfer error
Product: Wine
Version: CVS
Platform: PC
URL: http://atmel.com/dyn/products/tools_card.asp?tool_id=274
7
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
ids76install.exe is downloadable. It pops a dialog box with caption Feature
Transfer error
Message Error: -1603 Fatal Error during installation
Wine is cvs from 10-14-2005 with this patch
http://www.winehq.org/pipermail/wine-patches/2005-September/020456.html
err:msi:process_action_return_value Invalid Return Code 32
err:msi:ITERATE_Actions Execution halted due to error (1603)
--
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=2899
------- Additional Comments From mike(a)codeweavers.com 2005-15-10 22:06 -------
Sorry, got it the wrong way round. I've used that exact expression in one of
the regression tests I wrote anyway, so once all the regression tests pass, then
HL2 should work too.
--
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=2899
------- Additional Comments From ivg2(a)cornell.edu 2005-15-10 22:02 -------
I'm not sure what LicenseViewed <> 1 should evaluate to - it doesn't make much
sense if the property is missing.... I would think TRUE probably makes more
sense (because LicenseViewed is not 1, it's NULL)
However, if you look at the code for the handler that I discovered online, it
seems like it's supposed to be invoked multiple times, and it only sets
LicenseViewed to TRUE if the scroll bar is close to the bottom - the comments
talk about scrollable control event.
--
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=3595
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2005-15-10 22:02 -------
*** This bug has been marked as a duplicate of 3586 ***
--
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=3586
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |shutdownrunner(a)o2.pl
------- Additional Comments From vitaliy(a)kievinfo.com 2005-15-10 22:02 -------
*** Bug 3595 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=2899
------- Additional Comments From mike(a)codeweavers.com 2005-15-10 21:46 -------
I think the problem is that the expression LicenceViewer <> 1 is not evaluating
to FALSE like it should so the handler will not be invoked.
I hope once it evaluates correctly to FALSE, things should work correctly.
Specifically, I think current code in cond.y has some trouble evaluating empty
properties values.
--
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=3502
------- Additional Comments From reif(a)earthlink.net 2005-15-10 21:39 -------
Created an attachment (id=1181)
--> (http://bugs.winehq.org/attachment.cgi?id=1181&action=view)
Fox for 2000/XP only programs that don't set the primary buffer format
Here is a patch which allows you to override the default direct sound sample
rate and size. Use regedit to set in HKCU\Software\Wine\DirectSound
DefaultSamplesPerSecond 44100 (or 48000)
DefaultBitsPerSample 16
and see if that helps. You can also set this override just for your app using:
HKCU\Software\Wine\AppDefaults\yourapp.exe\DirectSound
--
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=2899
------- Additional Comments From ivg2(a)cornell.edu 2005-15-10 21:11 -------
Ok, I'll take a look, but why do you say that the problem is with the condition
evaluation? That may be another problem, but it also looks like we need to
invoke the handler that sets it to one, on the scrollable text control event...
--
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=2899
------- Additional Comments From mike(a)codeweavers.com 2005-15-10 20:52 -------
Created an attachment (id=1180)
--> (http://bugs.winehq.org/attachment.cgi?id=1180&action=view)
Patch in progress and regression test
I have a patch hanging round here, as well as a regression test with a long
list of tests. Unfortunately I can't get them to work as yet. I'll attach the
patch anyway, so you can have a look.
I'm working on shelllink at the moment, as there's some issues there that are
blocking the release of CrossOver ... I should have time to come back to this
soon.
There's a bunch of issues in with cond.y, and most of them are shown by the
regression tests.
--
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=3502
------- Additional Comments From reif(a)earthlink.net 2005-15-10 19:28 -------
It appears that the developers of this program have no intention of fixing this
bug so that leaves two alternatives; add a registry setting for a default sample
rate and size for 2000/XP only programs or add support for hardware mixing. The
first is easy and I will do that as soon as 0.9 is released. I had the second
working two years ago but it would only work with a specific sound card and only
under very specific circumstances so I didn't bother finishing 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=3429
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |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=3079
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-15-10 18:10 -------
This looks like a copy right protection issue. Maybe you could look for a no-cd
patch on the internet 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=3596
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-15-10 18:04 -------
Could you describe the problem a little bit more clearly: does the cursor stay
in the center or what. Could you try with native dinput.dll and see if it
changes anything? Any furhter info welcome. 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=3599
Summary: Corel Draw 9 printing Issue
Product: Wine
Version: 20050930
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
When try to print in Corel Draw 9 through a cups printer, Corel correctly
detects postscript printer and generates postscript code which is not futher
processed by wine its rater directly sen't to the printer itself which prints
the postscript text code of the page rater than the formated page. No winedebug
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=3598
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-15-10 18:00 -------
Is there a demo or so that also shows this behaviour? Or a free 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=3597
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-15-10 17:59 -------
Oops, no bug in here, closing
--
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=2844
------- Additional Comments From wine.dev(a)web.de 2005-15-10 17:54 -------
Since this is "wine-configuration", my Idea is to extend winecfg to support
"--systemroot x:\directory"
and winecfg will use this Path and set various Registry-entries,
when the entries are not set
we can call winecfg in wineprefixcreate just before installing "wine.inf".
Any Suggestions?
--
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=3598
Summary: Corel Draw 9 is very very slow
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
On 20050930 Corel Draw 9 has become startup without using native dlls. But it is
very very slow. Clicking on a Icon in the toolbar takes up 2 minuts to get the
tool ready for work. Its no cognizable what's the reason of this behaviour. Can
winedebug dosn't shows anything observable which points to the real issue of
this problem. Can sombody send some test procedures to figure out the point of
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=3597
Summary: Corel Draw 9 is very very slow
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
--
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=3596
Summary: Civ Call to Power: mouse tracking really slow
Product: Wine
Version: 20050930
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.fourmond(a)9online.fr
I recently installed Civilization Call to Power using wine. The installation
went quite fine (there was an uncaught access exception, but it didn't seem to
interfere with the rest of the problem). I can also launch the game, but then
the mouse pointer cannot keep up with the actual way I move it (even when I try
the slowest possible moves I can manage). I don't know where the problem is
coming from (I tried with Warcraft III to see if somehow the video card
rendering was too slow, but it didn't look like it). It renders the game
completely unplayable, since I cannot even click on the buttons to start the
game, I can never manage to get the mouse on.
I'm ready to give as much debugging information as necessary, just ask me ;-)
! 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=3594
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine.dev(a)web.de
------- Additional Comments From wine.dev(a)web.de 2005-15-10 17:22 -------
Confirmed.
The native versions of notepad (w98se + w2k) store the Settings in:
HCU\Software\Microsoft\Notepad\
Entry for the Default Font: REG_SZ "lfFaceName"
Value is the Fontname
--
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=3241
------- Additional Comments From truiken(a)gmail.com 2005-15-10 16:45 -------
The workaround is to use comctl32 until the bug is 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=1536
------- Additional Comments From 3.14(a)piology.org 2005-15-10 15:46 -------
The latest wine version I have is 20050310 (as part of Debian Sarge) where I
still have the problem. If you can recommend a place to get Debian packages, I
am willing to test.
pi
--
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=2899
------- Additional Comments From ivg2(a)cornell.edu 2005-15-10 15:29 -------
Oh, nm I see msiexec...
LicenseViewed = 0 doesn't do anything, but LicenseViewed = 1 works fine :)
--
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=3108
------- Additional Comments From ivg2(a)cornell.edu 2005-15-10 15:22 -------
I can see the invisible boxes in Desktop mode... (though some of them have empty
text - maybe the USER patch circulating on wine-devel can fix 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=3343
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From ivg2(a)cornell.edu 2005-15-10 15:18 -------
I am closing the bug, since I just played a 19 minute game successfully (the
insane computer's so weak :)
Either the X bug you were talking about was fixed, or it was a configuration
problem on my side - I had a problem where I was using ATI's libGL over Nvidia's
by mistake....
Will reopen if I see the bug 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=1434
Bug 1434 depends on bug 3343, which changed state.
Bug 3343 Summary: Frozen throne crashes in game
http://bugs.winehq.org/show_bug.cgi?id=3343
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
--
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=3367
------- Additional Comments From black.hole.sun16(a)gmail.com 2005-15-10 14:23 -------
Similar error attempting to install the riddick (pc game) demo:
...
epoll_ctl: Operation not permitted
epoll_ctl: Operation not permitted
epoll_ctl: Operation not permitted
epoll_ctl: Operation not permitted
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=32
wine: Call from 0x404470 to unimplemented function
USER32.dll.UpdateLayeredWindow, aborting
Related?
--
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=3420
------- Additional Comments From esoft(a)mail.az 2005-15-10 14:18 -------
Metatrader 4 run fine, is only problem blank menu; is resolving ?
is no problem dll or fonts
--
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=3241
------- Additional Comments From pgr(a)arcelectronicsinc.com 2005-15-10 14:00 -------
Did you try adding the patch in comment #1?
--
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=3190
marek.zachara(a)telperion.pl changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|IE6 installer says all |wine not hadling NFS
|folders are invalid... |correctly
------- Additional Comments From marek.zachara(a)telperion.pl 2005-15-10 13:52 -------
Bingo :)
Yes, NFS is THE issue. Since i have no HD here, i copied the c_drive
structure to ramdisk and... it worked - at least to the point when IE
installer complained about lack of free space on drive C: :)
--
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=3190
------- Additional Comments From marek.zachara(a)telperion.pl 2005-15-10 13:46 -------
finally managed to compile latest wine. I tried first the sidenet scripts - no
luck, the installer didn't even manage to find any download sites. Then i
followed the 'manual installation' (cleanning .wine first) and with a few
hiccups i managed to get to the point when it asks for for installation path.
Then unfortunately i was faced with the same problem - no matter what folder i
choose, i get the "folder is invalid" message.
BTW, all my filesystems are network-mounted (nfs). Could this be an 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=3241
------- Additional Comments From black.hole.sun16(a)gmail.com 2005-15-10 13:38 -------
Yeah, this is blocking my XviD install (needed by VirtualDub), it's a really bad
bug, here's a screenshot:
http://img233.imageshack.us/img233/562/wineerror0pb.png
Manually creating the directory does nothing. Is there any workaround? Using
yesterday's CVS (20051014)
--
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=3560
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 11:23 -------
You can't apply a patch to an already compiled wine.
If you installed Wine using gentoo's portage, follow these steps to build and
install from cvs and patch:
1)su
2)emerge unmerge wine
3)export CVSROOT=:pserver:cvs@cvs.winehq.org:/home/wine
4)cvs login
5)cvs
6)cvs -z 0 checkout wine
7)cd wine
8)patch -p1 < path_to_the_patch_you_want_to_try/patch.patch
9)./configure
10)make depend && make
11)make install
Then you can try new cvs versions some days later by making
1)cd wine
2)make uninstall
3)cvs update -PAd
4)./configure
5)make depend && make
6)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-15-10 11:17 -------
As for "2) In winecfg, I do not see icons properly. See attachment.
Please let me know how to fix this as i cannot even install applications as when
i get to select sections of installs I do not recognize if it is checked or
unchecked."
I SOLVED this issue by just upgrading xorg-x11 to greater build
x11-base/xorg-x11-6.8.2-r6.
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=3560
------- Additional Comments From I-SAngeli(a)siriush.com 2005-15-10 11:15 -------
Moreover,
I tried ~ $ winecfg
wine: creating configuration directory '/home/sangeli/.wine'...
Warning: Language '' was not recognized, defaulting to English.
Warning: Language '' was not recognized, defaulting to English.
Warning: Language '' was not recognized, defaulting to English.
Then I tried:
~ $ LC_ALL=en_US.UTF-8 wine winecfg
and the Warning went away.
So, definely the patch sould finx this issue and is very well written.
Am still waiting to learn, from gentoo wine support, how to install/aaply the
patch and then will report back.
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=3594
Summary: notepad does not prefill the currently used font in font
selection
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
When I choose to select font in notepad, the font selection dialog always shows
the first font, regardless of the font currently used in notepad.
--
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-15-10 11:04 -------
Hi Jonathan,
good to hear from you again.
LC_ALL must be declared with 0"" If I live it to just LC_ALL= it get a compile
error. Now, are you perhaps saying to just set the variable to LC_ALL without =
and without "" ?
As for patch, when I go to download it I get to download a file named:
19084-001.bin and when I see it (cat 19084-001.bin) I see its content.
Now, what I do not know is how to apply a patch to an existing compiled wine.
I will email wine gentoo maintainer to ask howto. If you happend to know please
let me know so that I can try immediately.
PS: I have another patch to try ( http://bugs.winehq.org/show_bug.cgi?id=3226 )
------- Additional Comment #7 From Mike McCormack 2005-10-13 04:08 -------
I hope to learn how to implement them as for manual compilation it fails.
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=3593
Summary: font selection dialog does not provide localized sample
text
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
There is a sample text in the resource file for font selection dialog
(commdlg.dll) in English (something like AaBbYyZz).
When I change the text in the resource file for Czech version of the dialog the
defaul text is still displayed.
Since the text is not editable, and does not contain the accented characters
commonly used in Czech it is impossible to check usability of the font inside
the font dialog.
--
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=3579
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From dank(a)kegel.com 2005-15-10 10:48 -------
Thanks for the analysis!
--
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=3579
------- Additional Comments From reuben(a)ugcs.caltech.edu 2005-15-10 10:18 -------
Bug confirmed. Further information:
The text in question is inside an edit control (dlls/user/edit.c). A patch in
February added checks inside EDIT_EM_ReplaceSel to make sure that the text will
fit inside the available box. Before this, there was no such check.
http://www.winehq.org/pipermail/wine-patches/2005-February/015979.html
In the current code, this check is ignored if honor_limit is false. If
honor_limit is true and the replacement (or new) text appears to be too long,
the edit control is left unchanged. The message in IBasic is calculated as
taking up too many lines, which is why it does not appear nown, but did appear
before the line-number check was added.
Details about this particular message: the edit control has its top at pixel 0
and its bottom at pixel 48. The line_height property is 16, The calculated
number of lines required is line_count=5, and the calculated number of lines
available is vlc=3. Because 3 < 5, EDIT_EM_ReplaceSel concludes that the
message is too long and doesn't display it. If I turn off the length checking
to make the message appear, it requires only 4 lines, and the actual offset of
one line from the previous one is 14 pixels.
>From these details, there are three distinct things that look wrong to me.
1. Each line requires 14 pixels, but line_height=16. Why don't they match?
2. The message is calculated to require 5 lines, when it really only needs 4. I
think this is a problem in EDIT_BuildLineDefs_ML.
3. If #1 and #2 were fixed, we'd need 14 pixels * 4 lines = 56 pixels, and the
edit control only has 48 pixels, so the length check would still fail. Maybe
something else is wrong?
--
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=3592
Summary: mIRC right-click command Info freezes Wine
Product: Wine
Version: CVS
Platform: Other
URL: http://mirc.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wdev(a)foltman.com
1. Launch mIRC and connect to any server
2. Enter any channel
3. Right-click a nick and select Info
4. Wine freezes
Other right-click menu options seem to work correctly.
The problem is related to LB_GETTEXT returning wrong value for CB_ERR in
ANSI-Unicode calls.
--
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
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Wine should use LC_LANG |Wine should use LANG instead
|instead of LC_ALL |of LC_ALL [Was:Winecfg
|[Was:Winecfg interface with |interface with GUI issues]
|GUI issues] |
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 08:34 -------
Patch is here: http://article.gmane.org/gmane.comp.emulators.wine.patches/19084
--
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
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 08:28 -------
Hi again,
If you unset LC_ALL instead of setting it to '' it would work in current Wine.
However it's still a bug in Wine as LC_ALL is definitely not set to a non empty
string in your config and thus Wine should look for LANG.
I made a patch that I will attach here and send to wine-patches and see if it
gets accepted.
If you could try it it would be very nice.
--
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-15-10 08:11 -------
i started the party too early... i also get an error because EndUpdateResourceW
is not implemented. that means the final step of adding resources to the
executable can not be completed.
--
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
Summary: py2exe does not work properly
Product: Wine
Version: 20050930
Platform: Other
URL: http://www.py2exe.org/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)paniq.org
the py2exe tool does not work properly, because imagehlp is not implemented
completely. i could solve the problem by adding imagehlp as native,bultin and
providing a native dll.
py2exe is critical for creating deployable python applications for win32. being
able to prepare cross-operating-system setups under linux is a high advantage.
--
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=3590
Summary: python for win32 can not be installed
Product: Wine
Version: 20050930
Platform: Other
URL: http://www.python.org/ftp/python/2.4.2/python-2.4.2.msi
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)paniq.org
using the builtin msiexec service, python can not be installed. i think i
managed to get it to install using /i /q and a native msiexec.
--
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-15-10 07:39 -------
Hi Spiro,
I reopened the bug and changed it's summary because I think there is indeed a
bug in Wine and that your setup should work (letting LC_ALL empty).
In the meanwhile you can run wine using
LC_ALL=whatever wine winecfg
for example.
--
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=1135
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 07:35 -------
The menu bug is fixed in current Wine-CVS (menus work fine here in WinISO).
Please open a new bug for the transparent rebar that is still not 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=3241
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |resqu(a)gmx.ch
--
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=3562
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 07:29 -------
Yes the patch fixes the problem. Marking as duplicate of this infamous bug.
*** This bug has been marked as a duplicate of 3241 ***
--
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=3241
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 07:29 -------
*** Bug 3562 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=3560
------- Additional Comments From I-SAngeli(a)siriush.com 2005-15-10 07:25 -------
Hi Jonathan,
according to what you posted, I have to declare LC_ALL= and otherwhise this
creates theproblems. Is this correct, so far? Did I get it?
Well, my goal is to have the following localization in "Italian and US English".
So, I apply these changes to /etc/env.d/02locale and here is my goal divided
into two sections for better explanation:
ITALIAN SECTION:
-----------------------------
LC_NUMERIC="it_IT.UTF-8"
LC_MONETARY="it_IT.UTF-8"
LC_PAPER="it_IT.UTF-8"
LC_MEASUREMENT="it_IT.UTF-8"
ENGLISH SECTION:
-----------------------------
LC_CTYPE="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LANG="en_US.UTF-8"
With the above setting, living LC_ALL="" empty here is the result of my current
"locale"
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_NUMERIC=it_IT.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MONETARY=it_IT.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_PAPER=it_IT.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=it_IT.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=
WHICH IS WHAT I AIM TO.
Now, if I rather apply the change to LC_ALL=, according to the "LC_ALL If set to
a non-empty string value, override the values of all the other
internationalization variables.", and make let's say LC_ALL="it_IT.UTF-8" this
is the result of my "new locale":
LANG=en_US.UTF-8
LC_CTYPE="it_IT.UTF-8"
LC_NUMERIC="it_IT.UTF-8"
LC_TIME="it_IT.UTF-8"
LC_COLLATE="it_IT.UTF-8"
LC_MONETARY="it_IT.UTF-8"
LC_MESSAGES="it_IT.UTF-8"
LC_PAPER="it_IT.UTF-8"
LC_NAME="it_IT.UTF-8"
LC_ADDRESS="it_IT.UTF-8"
LC_TELEPHONE="it_IT.UTF-8"
LC_MEASUREMENT="it_IT.UTF-8"
LC_IDENTIFICATION="it_IT.UTF-8"
LC_ALL=it_IT.UTF-8
WHICH IS TOTALLY WRONG.
Now, could you please illustrate what is wrong so far in what I am doing? My
"only" way to make locale behave properly is to let LC_ALL=
If you can achieve what I above intend to set with my goal still with LC_ALL="a
language" please post here so that I learn something new and implement it
immediately.
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=3000
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 07:18 -------
I sent patches to fix this. I'll close the bug if they are accepted.
--
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
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Winecfg interface with GUI |Wine should use LC_LANG
|issues |instead of LC_ALL
| |[Was:Winecfg interface with
| |GUI issues]
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 07:05 -------
Changing bug summary.
>From man locale:
LANG Provide a default value for the internationalization variables
that are unset or null. (See the Base Definitions volume of
IEEE Std 1003.1-2001, Section 8.2, Internationalization Vari-
ables for the precedence of internationalization variables used
to determine the values of locale categories.)
LC_ALL If set to a non-empty string value, override the values of all
the other internationalization variables.
--
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
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
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=3560
------- Additional Comments From I-SAngeli(a)siriush.com 2005-15-10 06:54 -------
Hi Jonathan,
thank you for your support.
Here is my locale output:
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_NUMERIC=it_IT.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MONETARY=it_IT.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_PAPER=it_IT.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=it_IT.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=
As you can see, my LC_ALL= is empty but it is specifically empty otherwhise it
would defeat the purpose of individual customizations.
This is what I advice/see:
It is wrong to set wine or other applications to refer to LC_ALL. Totally wrong.
Rather it sahould be used: LANG= and only this.
I wish to invite developers to make this change, if possible, so that users can
customize their locale according to their needs and not to apps needs.
Please advice if I am wrong so that I modify my understanding of localization setup.
You can also take a look at my howto for localizations I posted in Gentoo Forum
for UTF-8: http://forums.gentoo.org/viewtopic-t-390888-highlight-.html
Sincerely,
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=3001
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 06:29 -------
Please try using current Wine version and if it still crashes set windows
version to nt40 using winecfg.
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=2170
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 06:12 -------
This bug seems fixed. Please open new bug(s) for the other issues (odbc, etc.).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3573
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-15-10 06:07 -------
Runs fine here with current cvs as well. If it runs fine on your computer with
previous version (20050830) you might do a regression test
--
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
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 06:07 -------
This problem occurs if you don't have LC_ALL set correctly.
Type locale in the console and see if you have a valid LC_ALL setting. If it's
empty or invalid, please refer to the gentoo documentation (for example
http://gentoo-wiki.com/HOWTO_Create_an_UTF-8_enabled_system)
If you think your configuration is valid and there is a bug in Wine, please
reopen with more details (output of locale at least).
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=2596
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |lionel.ulmer(a)free.fr
Status|UNCONFIRMED |NEW
Component|wine-binary |wine-directx-ddraw
Ever Confirmed| |1
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 05:56 -------
Again a setcooperativelevel 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=2170
------- Additional Comments From hallo(a)michael-kaufmann.ch 2005-15-10 05:56 -------
We should create a bew bug ("odbccp32.dll not implemented") or reopen bug 3268.
This bug is about a crash which doesn't appear anymore (with native and built-in
odbccp32.dll)
--
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=3481
------- Additional Comments From wdev(a)foltman.com 2005-15-10 05:44 -------
Looks like it's remedied by setting buffer content to empty string in
CB_GETLBTEXT when item doesn't exist. I will investigate the issue further later.
--
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=2989
------- Additional Comments From hurtta+wine2(a)leija.mh.fmi.fi 2005-15-10 05:33 -------
windowing environment is started with
startx -- :1
If it is not correctly setup (for example $DISPLAY do not have set),
then window manager and that terminal emulator where following commands are
typed, can not be started. So please do not start talking that DISPLAY
is not set....
[hurtta@jalmari hurtta]$ cat A
http://bugs.winehq.org/show_bug.cgi?id=2989
[hurtta@jalmari hurtta]$ mozilla http://bugs.winehq.org/show_bug.cgi?id=2989&
[1] 4218
[hurtta@jalmari hurtta]$ rm -rf .wine/
[hurtta@jalmari hurtta]$ wineprefixcreate
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
/home/hurtta/.wine updated successfully.
[hurtta@jalmari hurtta]$ echo $DISPLAY
:1.0
[hurtta@jalmari hurtta]$ wine --version
Wine 20050930
[hurtta@jalmari hurtta]$
That comment is written that mozilla what was started on above....
--
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=2989
------- Additional Comments From hurtta+wine2(a)leija.mh.fmi.fi 2005-15-10 04:56 -------
With ssh connection gives same error. I will test that
also with same setup than on original bug report.
[hurtta@jalmari hurtta]$ wineprefixcreate
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
/home/hurtta/.wine updated successfully.
[hurtta@jalmari hurtta]$ echo $DISPLAY
localhost:10.0
[hurtta@jalmari hurtta]$
Next command definately proves that DISPLAY is exported and it is correct:
[hurtta@jalmari hurtta]$ xdpyinfo
name of display: localhost:10.0
version number: 11.0
vendor string: Mandrake Linux (XFree86 4.2.1, patch level 3mdk)
vendor release number: 40201000
XFree86 version: 4.2.1
maximum request size: 4194300 bytes
motion buffer size: 256
bitmap unit, bit order, padding: 32, LSBFirst, 32
image byte order: LSBFirst
number of supported pixmap formats: 7
supported pixmap formats:
<...>
[hurtta@jalmari hurtta]$ wine --version
Wine 20050930
[hurtta@jalmari hurtta]$
--
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=3587
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |ivanleo(a)gmail.com
Status|ASSIGNED |NEW
--
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=2872
------- Additional Comments From marcus(a)jet.franken.de 2005-15-10 02:46 -------
strange, it should really have fixed that :(
i am bit out of ideas
--
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=2989
------- Additional Comments From hurtta+wine2(a)leija.mh.fmi.fi 2005-15-10 02:06 -------
> Do you still have this issue with current Wine ?
wine-20050830 does NOT compile at all....
So it is not possible to test 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=3575
------- Additional Comments From infyquest(a)gmail.com 2005-15-10 00:48 -------
It would be better if you could attach a test program inorder to reproduce 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=3587
------- Additional Comments From infyquest(a)gmail.com 2005-15-10 00:43 -------
Well if you have the No-CD version, use it till then.
And also send me a copy of the No-CD Version
--
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=2948
------- Additional Comments From infyquest(a)gmail.com 2005-15-10 00:37 -------
Well the patch does not fix the seond control.
No need to send to the 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=2663
------- Additional Comments From jmnemonic(a)gazeta.pl 2005-14-10 19:17 -------
Hi,
My current config:
* Wine-20050930-i486-S10.2 for Slackware downloaded from Wine's website
* Slackware 10.2
* Linux 2.6.13.3
* X-server 6.8.2 (from Slackware 10.2)
* KDE 3.4.2 (from Slackware 10.2)
* Compaq Evo N600c
The buttons are not shown properly - see
http://student.cgc.com.au:16080/~jmnemonic/wine/wine-screenshot.png
Unfortunately the communication with the organizer stopped working. I don't know
which version of Wine caused this. The same hardware and backup application seem
to work OK when I use Windows.
When I use Wine I have the following on my terminal:
bash-3.00$ wine ./Szq.exe
libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering
fixme:ole:CoRegisterMessageFilter stub
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:storage:StgCreateDocfile Transacted mode not implemented.
err:x11drv:X11DRV_CreateWindow invalid window width -1
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:heap:RtlCompactHeap stub
fixme:heap:RtlCompactHeap stub
fixme:heap:RtlCompactHeap stub
fixme:heap:RtlCompactHeap stub
fixme:heap:RtlCompactHeap stub
fixme:win:LockWindowUpdate (0x10038), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:heap:RtlCompactHeap stub
fixme:heap:RtlCompactHeap stub
fixme:heap:RtlCompactHeap stub
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
err:ole:CoGetClassObject class {00000304-0000-0000-c000-000000000046} not registered
fixme:ole:CoCreateInstance no classfactory created for CLSID
{00000304-0000-0000-c000-000000000046}, hres is 0x80040154
err:ole:get_unmarshaler_from_stream Failed to create marshal, 0x80040154
err:ole:CoGetClassObject class {00000304-0000-0000-c000-000000000046} not registered
fixme:ole:CoCreateInstance no classfactory created for CLSID
{00000304-0000-0000-c000-000000000046}, hres is 0x80040154
err:ole:get_unmarshaler_from_stream Failed to create marshal, 0x80040154
err:ole:CoGetClassObject class {00000304-0000-0000-c000-000000000046} not registered
fixme:ole:CoCreateInstance no classfactory created for CLSID
{00000304-0000-0000-c000-000000000046}, hres is 0x80040154
err:ole:get_unmarshaler_from_stream Failed to create marshal, 0x80040154
err:ole:CoGetClassObject class {00000304-0000-0000-c000-000000000046} not registered
fixme:ole:CoCreateInstance no classfactory created for CLSID
{00000304-0000-0000-c000-000000000046}, hres is 0x80040154
err:ole:get_unmarshaler_from_stream Failed to create marshal, 0x80040154
err:ole:CoGetClassObject class {00000304-0000-0000-c000-000000000046} not registered
fixme:ole:CoCreateInstance no classfactory created for CLSID
{00000304-0000-0000-c000-000000000046}, hres is 0x80040154
err:ole:get_unmarshaler_from_stream Failed to create marshal, 0x80040154
err:ole:CoGetClassObject class {00000304-0000-0000-c000-000000000046} not registered
fixme:ole:CoCreateInstance no classfactory created for CLSID
{00000304-0000-0000-c000-000000000046}, hres is 0x80040154
err:ole:get_unmarshaler_from_stream Failed to create marshal, 0x80040154
err:ole:CoGetClassObject class {00000304-0000-0000-c000-000000000046} not registered
fixme:ole:CoCreateInstance no classfactory created for CLSID
{00000304-0000-0000-c000-000000000046}, hres is 0x80040154
err:ole:get_unmarshaler_from_stream Failed to create marshal, 0x80040154
fixme:ole:CoRegisterMessageFilter stub
bash-3.00$
It is backed up as http://student.cgc.com.au:16080/~jmnemonic/wine/wine-log.txt.
Cheers,
Krzys
--
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=3502
------- Additional Comments From reif(a)earthlink.net 2005-14-10 16:29 -------
I just downloaded the latest version and traced it and it appears to be a bug in
their program. They never set the primary buffer format so it defaults to
22050Hz 8 bit stereo and anything played will be resamples to that format. You
would have the same problem running this program on Windows 98 with DirectX 6 or
7 (which is about where wine is right now). They can get away with this on 2000
and XP because later versions of DirectX don't have a real primary buffer in
which everything gets mixed into like wine. This would not be a problem if wine
had true hardware accelerated secondary buffers for hardware mixing.
--
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=3587
storri(a)torri.org changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |2896
nThis| |
--
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=3587
Summary: System Shock 2 requires safedisc 1.11.000 support
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: storri(a)torri.org
Placing this report here as a place holder for System Shock 2. The game requires
safedisc support.
--
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=3586
------- Additional Comments From akohlsmith-wine(a)mixdown.ca 2005-14-10 15:04 -------
I forgot to mention that the individual helping on IRC has no issues running
the setup.exe with SuSE 9.3, which is why we believe it is something specific
to my install, but aren't sure what or how to next approach this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3586
------- Additional Comments From akohlsmith-wine(a)mixdown.ca 2005-14-10 15:02 -------
Created an attachment (id=1173)
--> (http://bugs.winehq.org/attachment.cgi?id=1173&action=view)
non-stripped backtrace with native comctl32.dll
This is the same backtrace after a make install-dev and a rm -rf ~/.wine and
forcing the windows version to win2k through winecfg. It is using the native
comctl32.dll from my win2k machine.
--
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=3584
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2005-14-10 15:01 -------
Author resubmited more readable 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=3586
------- Additional Comments From akohlsmith-wine(a)mixdown.ca 2005-14-10 15:00 -------
Created an attachment (id=1172)
--> (http://bugs.winehq.org/attachment.cgi?id=1172&action=view)
non-stripped backtrace with builtin comctl32.dll
This is the backtrace after a make install-dev and a rm -rf ~/.wine and forcing
the windows version to win2k through winecfg. It is using the builtin
comctl32.dll.
--
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=3586
Summary: All apps (various installshield setup.exes) seem to
crash
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akohlsmith-wine(a)mixdown.ca
Working with some very bright individuals in #winehq we've come to the
conclusion that there is something unusual about my setup. It is a stock
Slackware 10.1 system, stock kernel.org kernel 2.6.13 SMP (HT) on a P4 system
with 768MB of RAM. I was running with the kernel default of CONFIG_NOHIGHMEM
but it was suggested I use CONFIG_HIGHMEM4G to get the 2G/2G split instead of
the default 3G/1G... no change.
Wine is compiled clean from CVS HEAD (as of 20051014), rm -rf ~/.wine before
make install. Running as a normal user. Also tried forcing windows version
to Win2k and copying comctl32.dll over (and forcing native instead of builtin
use of comctl32).
Almost all apps fail immediately and with a very very similar backtrace. Some
will get the InstallShield "initializing" progressbar, some just crash right
away without putting anything on the screen.
I'm running xorg 6.8.1 on an ATI Radeon Mobility M7 LW (Mobility 7500) -- this
is an IBM Thinkpad T30.
An example backtrace from a failed setup.exe attempt is at the bottom of this
bug report (palm desktop 4.14), but two different versions of Agendus also
fail pretty much the same way. Please note that there are libraries loaded
above 0x7fffffff, which I was told is unusual.
Hopefully someone can assist.
--
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=3584
------- Additional Comments From akohlsmith-wine(a)mixdown.ca 2005-14-10 14:56 -------
Created an attachment (id=1171)
--> (http://bugs.winehq.org/attachment.cgi?id=1171&action=view)
non-stripped backtrace with builtin comctl32.dll
Sorry about posting the crash inline instead of attaching. Especially since it
appears to be a stripped install. This is the same backtrace after a make
install-dev and a rm -rf ~/.wine and forcing the windows version to win2k
through winecfg. It is using the builtin comctl32.dll.
--
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=3585
Summary: Wiki mentions 'quickstart' document which has
disappeared
Product: WineHQ.com
Version: unspecified
Platform: Other
URL: http://wiki.winehq.org/Debugging_Reason_3
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akohlsmith-wine(a)mixdown.ca
The wiki link
http://wiki.winehq.org/Debugging_Reason_3
Mentions a quickstart document which appears to be very useful for determining
WHERE a crash occurs. I have, however, been unable to locate this document to
try and help with my own debugging.
The text in question is as follows: "Here code e06d7363 is, as you can see
from the quickstart document, a MSVC++ exception. So it hasn't crashed,
instead the program has thrown an internal exception using "throw foo::bar"
syntax."
--
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=1429
------- Additional Comments From gareth.tpc(a)gmail.com 2005-14-10 14:32 -------
dxdiag still failes with a number of fixmes. It procues a dialog that asks if
you want to check your drivers against MS's dirver database. I clicked "no" and
got the following output:
gareth@linux-box:/mnt/c/windows/system$ wine dxdiag.exe
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),1,3,(nil),0,(nil)) - stub!
fixme:dxdiag:IDxDiagContainerImpl_AddProp (0x403da338, L"dwDirectXVersionMajor",
0x407df9c4)
fixme:dxdiag:IDxDiagContainerImpl_AddProp (0x403da338, L"dwDirectXVersionMinor",
0x407df9c4)
fixme:dxdiag:IDxDiagContainerImpl_AddProp (0x403da338,
L"szDirectXVersionLetter", 0x407df9c4)
fixme:dxdiag:IDxDiagContainerImpl_AddChildContainer (0x403da318,
L"DxDiag_SystemInfo", 0x403da338)
gareth@linux-box:/mnt/c/windows/system$ wine --version
Wine 20050930
And a dialog that says "Error: DXDIAGN.DLL is out of date". NB: I simply rand
dxdial from my windows partition rather than installing a fresh copy, in case it
matters.
--
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
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-14-10 13:59 -------
Confirming per screenshots.
Would it be too much demanding to ask you to post a real windows screenshot
similar to the one in screen2.png ?
Thanks 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=3037
------- Additional Comments From a(a)gaydenko.com 2005-14-10 13:35 -------
To be sure, I have checked child windows behaviour at win32 PC. Indeed, child
windows windowing is the same as with wine versions before (inclusing) 20041019.
--
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=3578
------- Additional Comments From vitaliy(a)kievinfo.com 2005-14-10 13:31 -------
Please attach all messages you get in the console.
--
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=3582
------- Additional Comments From vitaliy(a)kievinfo.com 2005-14-10 13:26 -------
Please add backtrace and any other messages you get in the console.
--
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=3583
------- Additional Comments From nospam(a)thenerdshow.com 2005-14-10 11:57 -------
There are some similarities. I will see if I can get any of those suggested
regressions to work, thanks. But so far, none of the "winecfg" versions of wine
(>20050628) work so, if Moray ever did work, it would be under one of those
older config file versions. Keep on testing!
--
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=3583
Summary: Incorrect x,y Opengl port placement in Moray 3.5.
Product: Wine
Version: CVS
Platform: Other
URL: http://appdb.winehq.org/appview.php?versionId=3450
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nospam(a)thenerdshow.com
If you can get Moray 3.5 to successfully start under wine (see bug 3582) and
then compare with how it runs under windows or qemu, you will be able to see how
the program draws graphics to 4 opengl ports. Under wine, the opengl ports are
overlaid on top of eachother instead of obeying the x,y window coordinates.
This leads to other problems, such as menus and buttons being drawn over.
--
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.