http://bugs.winehq.org/show_bug.cgi?id=3619
Summary: Picasa autoupdater fails to validate download; problem
in WinVerifyTrust?
Product: Wine
Version: CVS
Platform: Other
URL: http://toolbar.google.com/picasa/picasa2-setup-1884.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
1. Install an older version of Picasa
2. Run Picasa while connected to the Internet
3. When dialog "There is a newer version of Picasa. Download?" comes up, say yes.
4. When download finishes, the update will fail to install, and a dialog box
will say "couldn't validate download" or something like that.
The following lines are on the wine log:
fixme:wintrust:WinVerifyTrust (nil) {00aac56b-cd44-11d0-8cc2-00c04fc295ee}
0x7fa2ba84
fixme:wintrust:WinVerifyTrust (nil) {00aac56b-cd44-11d0-8cc2-00c04fc295ee}
0x7fa2ba84
fixme:wintrust:WinVerifyTrust (nil) {00aac56b-cd44-11d0-8cc2-00c04fc295ee}
0x7fa2ba84
fixme:wintrust:WinVerifyTrust (nil) {00aac56b-cd44-11d0-8cc2-00c04fc295ee}
0x7fa2ba84
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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-18-10 18:31 -------
Even better, the demo has ALL the functionality of the full version. I've
written some plug-ins for Moray and the author seems like a nice guy. I'd wager
that if you can prove you are a wine developer helping to extend the program to
other platforms he would give you a full version like he did for others. Don't
tell him I said that though. The guy is very busy and you will likely not get
an answer except in the moray newsgroups.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=94
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-18-10 17:28 -------
Can this bug be closed ? I think Alexandre rewrote it...
--
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=2690
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-18-10 17:12 -------
Hi, i downloaded the game from
http://files.filefront.com/SteelPanthersWorldAtWarSetup+v820/;3291947;;/fil…
With current cvs the game does not crash , starts up and seems to be playable just
fine. Only issues i have is with sound , i get a lot of these: "err:dsound
underrun on sound buffer" and they slow down the game's starting up.
Could you please report back , using latest wineversion, if the crash has been
fixed for you too?
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=3291
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-18-10 16:50 -------
Thanks Hans,i'll have a look at it later this week when i have more time. If i
need your help i'll give you a sign thanks in advance for your help!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3613
------- Additional Comments From freddiewitherden(a)hotmail.com 2005-18-10 16:30 -------
When I ran the program I went to cd .wine/drive_c/My\ Documents and then ran the program. Is the .wine
folder in need of a bit of 'chmod -R .wine 0777' treatment? When it tries to write to a temp file where is it
trying to write it to? drive_c or / (unix)? Well since there seem to be problems with tmpfile() (so much for
ANSI...) I will just use something like FILE *tmpfile = fopen("cryptlite.tmp", "wb+"); and then after I 'fclose
(tmpfile) I will do a remove("cryptlite.tmp");, makes the code look ugly but if I want it to work on Windows
then I guess that it is something I will need to do.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3486
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-10 14:48 -------
This should be fixed in current cvs. Could you please try that and report back
if it's working 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=3613
------- Additional Comments From richard(a)daijobu.co.uk 2005-18-10 14:25 -------
> On Windows temporary files go in either C:\temp, C:\Windows\Temp or
%user%'\temp ...
Surprisingly, no -- at least not for tmpfile() in msvcrt.dll
I checked on XP and NT4, and the msdn page
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html…
is correct -- the tmp file goes in the root directory.
> Why does MSVCR80d.dll work?
MS must have changed where they put the tmp file. I guess you have the source
code with VC++, so you can take a peek.
Alternatively
$ WINEDEBUG=file wine encrypt-vc++.exe
will tell you all about the files that get opened.
> So, what would you suggest I do?
It's probably best to leave Z: mapped to unix \
In the default configuration of wine, the user will have her own personal c:,
and will be able to write to c:\, so you can simply make sure you start inside
c:, like this:
$ cd ~/.wine/drive_c && wine \path\to\encrypt.exe ...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3291
------- Additional Comments From hans(a)it.vu.nl 2005-18-10 14:16 -------
Way to go Louis, I think you just solved a bug in Wine! The
demangled name looks OK to me, so I'd say this proves the statement
wrong that mangled names always begin with '?'.
To get this fix into Wine I propose you try changing your little
program into a Wine regression test to go along with the fix.
How about that? Ask me if you need any help doing so.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3291
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-18-10 14:01 -------
Looks like the above is the fix. test program returns same result under windows,
so looks like also windows doesn't really bother about mangled strings not
starting with a '?'
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3577
------- Additional Comments From javier(a)isotecsl.com 2005-18-10 13:19 -------
Sorry for the last post, it was intedend for the soon to be closed bug 3366.
Javier.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From pgr(a)arcelectronicsinc.com 2005-18-10 12:57 -------
I think the cvs from 10/18/2005 fixes the problem. I restarted the install and
it did a remove old version which may have been the failure. I install after
that completed.
The next problem is this program uses batch files and pif's with batch files to
mangage running all the bits and pieces of the program. Most of my old programs
modify the autoexec.bat for paths and enviromental settings and that is
currenttly commented out or disabled. I will file a bug on batch programs when I
get the time to work on it.
--
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=3592
------- Additional Comments From wdev(a)foltman.com 2005-18-10 12:46 -------
I've got a specific fix for the LB_GETTEXT which fixes the problem without
removing theming support, will post it 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=2666
------- Additional Comments From oliver_stieber(a)yahoo.co.uk 2005-18-10 12:38 -------
The colour map gets create in X11DRV_CreateDIBSection
--
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=2666
------- Additional Comments From oliver_stieber(a)yahoo.co.uk 2005-18-10 12:16 -------
I've done a bit more digging and:
The problem seems to be that the physBitmap is 32 bit and were mapping to an 8
bit dibSection but the 8 bit pallette for the physBitmap is all black.
the structure is setup in x11drl/dib.c X11DRV_DIB_DoCopyDIBSection.
It's unclear how the palette should be handled, should the DC's paette be
used? should a new palette be created if the image changed? or should the
palette be fixed at creation time(in which case it's wrong)
So far I've traced everything back through :
trace:bitmap:X11DRV_DIB_Lock Locking 0x1208 from thread 0009
trace:bitmap:X11DRV_DIB_Coerce InSync requested in status GdiMod
trace:bitmap:X11DRV_DIB_DoProtectDIBSection Changed protection from 1 to 4
trace:bitmap:X11DRV_DIB_DoCopyDIBSection 0x7ee4f088 1 0x7ecf8ac8 256
0x3600425 0 0 0 0 128 32
trace:bitmap:X11DRV_DIB_DoCopyDIBSection Copying from Pixmap to DIB bits
trace:bitmap:X11DRV_DIB_GetImageBits XShmGetImage(0x7c027a48, 56624165,
0x7c470710, 0, 0, -1)
trace:bitmap:X11DRV_DIB_GetImageBits Dib: depth= 8 r=0 g=0 b=0
trace:bitmap:X11DRV_DIB_GetImageBits Bmp: depth=24/32 r=ff0000 g=ff00 b=ff
Warblade has exactly the same problem.
The DIB engine (which hasn't been merged yet) may fix the problem, or make the
problem easier to fix.
--
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=3592
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-10 11:48 -------
Using current cvs (with the patch applied) doesn't fix this problem. Removing
theming from all themed controls fixes 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=2182
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-10 11:36 -------
*** This bug has been marked as a duplicate of 2181 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2181
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-10 11:36 -------
*** Bug 2182 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=1434
Bug 1434 depends on bug 2182, which changed state.
Bug 2182 Summary: civ2: wine freezes on text display. BT, report.
http://bugs.winehq.org/show_bug.cgi?id=2182
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2181
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
Status|UNCONFIRMED |NEW
Component|wine-binary |wine-user
Ever Confirmed| |1
Summary|Civ2: wine crashes, probably|Civ2: wine crashes because
|when starting sound |of WM_SETFOCUS message
Version|unspecified |CVS
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-10 11:34 -------
This is not sound related. Removing
user/focus.c:67: SendMessageW( hwnd, WM_SETFOCUS, (WPARAM)previous, 0 );
fixes the problem. I have not verified what windows does, but it looks like wine
sends this message at the wrong time.
Backtrace:
=>1 0x0040f81f in civ2 (+0xf81f) (0x4055e140)
2 0x005d2bbe in civ2 (+0x1d2bbe) (0x4055e170)
3 0x405fea77 WINPROC_wrapper+0x17 in user32 (0x4055e194)
4 0x405ff3e9 WINPROC_CallWndProc+0x59(wParam=0x90028, lParam=0x0)
[/usr/local/src/wine-build/dlls/user/../../../wine/dlls/user/winproc.c:417] in
user32 (0x4055e1c8)
5 0x40601b5a CallWindowProcW(func=0x4065f1ae, hwnd=0x30054, msg=0x7,
wParam=0x90028, lParam=0x0)
[/usr/local/src/wine-build/dlls/user/../../../wine/dlls/user/winproc.c:3091] in
user32 (0x4055e6ac)
6 0x405d7467 call_window_proc+0xb7(lparam=0x0, unicode=0x1, same_thread=0x1)
[/usr/local/src/wine-build/dlls/user/../../../wine/dlls/user/message.c:1515] in
user32 (0x4055e710)
7 0x405d7b19 SendMessageTimeoutW+0x139(hwnd=0x30054, msg=0x7, wparam=0x90028,
lparam=0x0, flags=0x0, timeout=0x0, res_ptr=0x4055e78c)
[/usr/local/src/wine-build/dlls/user/../../../wine/dlls/user/message.c:2349] in
user32 (0x4055e768)
8 0x405d7b65 SendMessageW(hwnd=0x30054, msg=0x7, wparam=0x90028, lparam=0x0)
[/usr/local/src/wine-build/dlls/user/../../../wine/dlls/user/message.c:2430] in
user32 (0x4055e794)
9 0x405bf334 set_focus_window
[/usr/local/src/wine-build/dlls/user/../../../wine/dlls/user/focus.c:67] in
user32 (0x4055e834)
10 0x405bfa7a SetFocus+0x15a(hwnd=0x30054)
[/usr/local/src/wine-build/dlls/user/../../../wine/dlls/user/focus.c:286] in
user32 (0x4055e850)
11 0x005eaac2 in civ2 (+0x1eaac2) (0x4055e874)
12 0x005eac60 in civ2 (+0x1eac60) (0x4055e8a0)
13 0x005c5c20 in civ2 (+0x1c5c20) (0x4055e8c4)
14 0x0040863c in civ2 (+0x863c) (0x4055e8dc)
15 0x00408607 in civ2 (+0x8607) (0x4055e8f4)
16 0x005a5cdf in civ2 (+0x1a5cdf) (0x4055e964)
17 0x005a5ffb in civ2 (+0x1a5ffb) (0x4055ea8c)
18 0x0041cf55 in civ2 (+0x1cf55) (0x4055ef00)
19 0x0041f271 in civ2 (+0x1f271) (0x4055f674)
20 0x0041fd3a in civ2 (+0x1fd3a) (0x4055fe6c)
21 0x004c428b in civ2 (+0xc428b) (0x4055fe80)
22 0x0055ae20 in civ2 (+0x15ae20) (0x4055fe9c)
23 0x005f7075 EntryPoint+0x1e5 in civ2 (0x4055ff2c)
24 0x7b8682d6 start_process+0xc6(arg=0x0)
[/usr/local/src/wine-build/dlls/kernel/../../../wine/dlls/kernel/process.c:992]
in kernel32 (0x4055fff4)
25 0x4001c981 wine_switch_to_stack+0x11 in libwine.so.1 (0x00000000)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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-18-10 11:10 -------
Created an attachment (id=1203)
--> (http://bugs.winehq.org/attachment.cgi?id=1203&action=view)
test program
Ok, could this be the fix then:
line 969 in undname.c reads:
/* MS mangled names always begin with '?' */
if (*sym->current != '?') return FALSE;
Looks like this is not really the case, if i comment this line out the attached
program returns the same string as with native msvcrt.dll. Any comment?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3617
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vitaliy(a)kievinfo.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-10 11:03 -------
Several problems:
1. Wine is missing default action for .inf files.
2. ShellExec doesn't execute properly (copied from win2k):
"%SystemRoot%\\System32\\rundll32.exe setupapi,InstallHinfSection
DefaultInstall 132 %1"
3. inf file makes bad assumpsions about short file names.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 willie(a)froq.net 2005-18-10 11:02 -------
Maybe, still, the Wine font rendering looks completely different from all my
other Linux desktop apps. I usually use medium hinting and antialiasing, with
no subpixel hinting. The preferred way to render fonts is stored in
~/.fonts.conf. Wine should either use the settings there (preferred) or let
the user configure the settings. Autodetecting something and/ or guessing
settings won't cut it if you opt for good integration.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3618
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-10 10:43 -------
What do you mean "Does not work". Plase be more specific what the problem is.
Does it works with 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=3613
------- Additional Comments From freddiewitherden(a)hotmail.com 2005-18-10 10:37 -------
On Windows temporary files go in either C:\temp, C:\Windows\Temp or %user%'\temp (or something to
that effect, that each user has their own 'local' temp directory. tmpfile() is used because if your program
crashes while it is running the temp file will be in a 'temp' directory, which can the be removed periodically
by the operating system.
However, why does the one compiled in visual studio 2005 work? It uses MSVCR80d.dll (d is for
debugging) instead. So, what would you suggest I do? Map Z:\ to something else which everyone can write
to?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3618
Summary: MS Office (maybe other applications) don't work with
russian filenamese properly.
Product: Wine
Version: 20050930
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=31
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wieker(a)mail.ru
[wieker@yarilo wieker]$ echo $LANG
ru_RU.UTF-8
[wieker@yarilo wieker]$ uname -a
Linux yarilo.hell 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux
In all locales MSO ask, that file unreachable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3617
Summary: Installer fails: CVS WINE 20051018
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: jdoutt(a)whoi.edu
CC: jdoutt(a)whoi.edu
Today, 18 Oct, I downloaded the latest CVS and built WINE from that.
I'm running Fedora core 3
I get the following
wine --version
Wine 20050930
the installer fails for WXTIDE
WXTIDE can be downloaded from SIMTEL net
http://www.simtel.net/product.download.mirrors.php?id=57988
as wxtide42.zip
when unzipped, run as
wine setup.exe
click on
I agree
install
get "installation failed - could not run the install script file wxtide42.inf"
I tried renaming "WXTIDE42.INF to wxtide42.inf to see if lower case would help,
but it didn't!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 I-SAngeli(a)siriush.com 2005-18-10 10:22 -------
Hi Richard,
Most likely I missunderstood the instructions.
I removed from /etc/env.d/ the file and run again:
# env-update
# source /etc/profile
Then I went to add this line "/emul/linux/x86/usr/lib" in the file
/etc/ld.so.conf but found it already there. As a matter of fact:
~ # cat /etc/ld.so.conf | grep /emul/linux/x86/usr/lib
/emul/linux/x86/usr/lib
So, I run ldconfig
Now, because I am installing winecvs in /opt/cvs/wine as root so that every user
can run wine, I continue the install procedure as root. Is this ok so far?
Then, I continue as before and go into /opt/cvs/wine and run (as root)
./configure && make depend && make but get the same error:
collect2: ld returned 1 exit status
winegcc: gcc failed.
make[2]: *** [ddraw.dll.so] Error 2
make[2]: Leaving directory `/opt/cvs/wine/dlls/ddraw'
make[1]: *** [ddraw] Error 2
make[1]: Leaving directory `/opt/cvs/wine/dlls'
make: *** [dlls] Error 2
I apologize for perhaps not being able to solve this issue but I follow all I am
told (with one correction made by you) and still get the same issue.
Please let me know.
Thank you,
Spiro
Questions:
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=1885
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-10 10:18 -------
Patch is commited.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3291
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hans(a)it.vu.nl
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-18-10 10:03 -------
Well, i'm just a beginner; the best i can come up with is this:
#include <windows.h>
main()
{
char* name;
char* mangled=".ABVVec4@ref2@dice@@";
name= __unDName(0, mangled + 1, 0,malloc,free, 0x2800);
printf("name = %s\n",name);
return 0;
}
Now when i compile this (link with msvcrt.lib) and run with wine it gives:
name = class dice::ref2::Vec4 const &
so that looks reasonable. However in cpp.c it says MSVCRT_malloc instead of
malloc. I couldn't get this little test compiled with MSVCRT_malloc. How would i
do that?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2271
------- Additional Comments From leon_fraitak(a)mail.ru 2005-18-10 09:38 -------
With newest CVS Armada dies with unhandled exception right after the splash,
so I can't start it at all.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2139
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-10 09:23 -------
Patch is commited.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3291
------- Additional Comments From hans(a)it.vu.nl 2005-18-10 09:04 -------
My guess our __unDName() can't demangle .ABVVec4@ref2@dice@@, but
I think it should. This should be verified on Windows though.
So, returning "" is acceptable only if Windows does that, which
I doubt. Are you able 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=3217
------- Additional Comments From f.h.silva(a)terra.com.br 2005-18-10 09:00 -------
Hi Louis,
like I said I tried that (create a new key) and continue to receive the refresh
rate message error.
but I will try again tonight.
I'm pretty sure that I tried correctly but...
thank you.
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=3291
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-18-10 08:42 -------
btw even returning an empty string like "" fixes the problem. would that be an
acceptable fix?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3291
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-18-10 08:31 -------
OK, that previous fix is definitly not correct. I didn't have a real look at the
code. I've put some extra trace's in the code and this is what i found (code
from cpp.c):
/******************************************************************
* ?name@type_info@@QBEPBDXZ (MSVCRT.@)
*/
DEFINE_THISCALL_WRAPPER(MSVCRT_type_info_name);
const char * __stdcall MSVCRT_type_info_name(type_info * _this)
{
if (!_this->name)
{
/* Create and set the demangled name */
/* Nota: mangled name in type_info struct always start with a '.', while
* it isn't valid for mangled name.
* Is this '.' really part of the mangled name, or has it some other meaning ?
*
char* name = __unDName(0, _this->mangled + 1, 0,
MSVCRT_malloc, MSVCRT_free, 0x2800);
--->It turns out that this->mangled = .ABVVec4@ref2@dice@@
and name is nil...... Is that supposed to be correct?
if (name)
{
---> So the rest of the code is skipped....
}
TRACE("(%p) returning %s\n", _this, _this->name);
return _this->name;
---> so it just returns nil
}
Somehow Battlefield chokes because of this null return value. Even if i change
the line
return this->name;
into
return "rubbish";
the game starts up just fine.....
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3609
------- Additional Comments From richard(a)daijobu.co.uk 2005-18-10 07:57 -------
* The environment variable is LD_LIBRARY_PATH (not LD_PATH)
But as Vijay (almost) said
As root:
* add /emul/linux/x86/usr/lib in the file /etc/ld.so.conf (NOT /etc/ld.conf.so)
* run ldconfig
As a user:
* in the wine directory,
./configure && make depend && make
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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-18-10 07:46 -------
Hi, flavio, what i did is create *NEW* key Debug (so *NOT* under Winedbg) and
then create a new string RelayExclude under this new key and give it the value:
ntdll.*;kernel32.*;gdi32.*;user32.*;winex11.drv.*
This way the game is slowed down, but not slowed down so much that you have to
wait for years to get it going.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3093
------- Additional Comments From giluxxx(a)hotmail.com 2005-18-10 06:40 -------
i have the same problem for years now and it made me lose my hair...
confimred on several distros like redhat 7,8,9,rhel3, fedora 1,2,3 ubuntu 5.10
with versions of wine ranging from a few years ago up till the latest version.
i would be so incredibly gratefull if this would 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=3613
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From richard(a)daijobu.co.uk 2005-18-10 06:40 -------
Hans, I agree. tmpfile() causes problems on windows as well because not all
users will have access to the root directory.
Resolving as INVALID.
Freddie, you can find what dlls a program is using by running:
$ WINEDEBUG=loaddll wine a.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3486
Bug 3486 depends on bug 3241, which changed state.
Bug 3241 Summary: Regression: installer fails to create installation dir:the folder name is not valid
http://bugs.winehq.org/show_bug.cgi?id=3241
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |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.
http://bugs.winehq.org/show_bug.cgi?id=3540
Bug 3540 depends on bug 3241, which changed state.
Bug 3241 Summary: Regression: installer fails to create installation dir:the folder name is not valid
http://bugs.winehq.org/show_bug.cgi?id=3241
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |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.
http://bugs.winehq.org/show_bug.cgi?id=3257
Bug 3257 depends on bug 3241, which changed state.
Bug 3241 Summary: Regression: installer fails to create installation dir:the folder name is not valid
http://bugs.winehq.org/show_bug.cgi?id=3241
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |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.
http://bugs.winehq.org/show_bug.cgi?id=3353
Bug 3353 depends on bug 3241, which changed state.
Bug 3241 Summary: Regression: installer fails to create installation dir:the folder name is not valid
http://bugs.winehq.org/show_bug.cgi?id=3241
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |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.
http://bugs.winehq.org/show_bug.cgi?id=3517
Bug 3517 depends on bug 3241, which changed state.
Bug 3241 Summary: Regression: installer fails to create installation dir:the folder name is not valid
http://bugs.winehq.org/show_bug.cgi?id=3241
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |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.
http://bugs.winehq.org/show_bug.cgi?id=3241
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-18-10 06:36 -------
Frank's patch has been applied (http://cvs.winehq.org/patch.py?id=20723
). All these installer are working now (tested successfully DVD Shrink,Davar,
Easy Cash and Tax, X-Force, OziExplorer and WinISO).
Great work everyone !
--
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=3609
------- Additional Comments From I-SAngeli(a)siriush.com 2005-18-10 06:19 -------
Hi,
I did all as was told this way:
1) created a new file named "ld.conf.so" in /etc/env.d with this content:
"LD_PATH="/emul/linux/x86/usr/lib"
2) I updated the system with:
# env-update
# source /etc/profile
3) I run ldconfig
4) I cd /opt/cvs/wine and run:
- make clean
- make depend
- make
*** Here is when I got this error: ***
gnu/3.4.4/../../../libXext.a when searching for -lXext
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld:
skipping incompatible /usr/lib/libXext.so when searching for -lXext
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld:
skipping incompatible /usr/lib/libXext.a when searching for -lXext
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld:
cannot find -lXext
collect2: ld returned 1 exit status
winegcc: gcc failed.
make[2]: *** [ddraw.dll.so] Error 2
make[2]: Leaving directory `/opt/cvs/wine/dlls/ddraw'
make[1]: *** [ddraw] Error 2
make[1]: Leaving directory `/opt/cvs/wine/dlls'
make: *** [dlls] Error 2
So, what is next?
PS: Here is my env
------------------------------
LC_PAPER=it_IT.UTF-8
MANPATH=/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.15.92.0.2/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.4/man::/opt/blackdown-jdk-1.4.2.02/man:/usr/qt/3/doc/man:/opt/vmware/man
LC_ADDRESS=en_US.UTF-8
LC_MONETARY=it_IT.UTF-8
HOSTNAME=mir
SHELL=/bin/bash
TERM=xterm
LC_NUMERIC=it_IT.UTF-8
QTDIR=/usr/qt/3
OLDPWD=/etc/env.d
LC_ALL=
USER=root
LC_TELEPHONE=en_US.UTF-8
PRELINK_PATH_MASK=/usr/lib/gstreamer-0.8
GDK_USE_XFT=1
PYTHONDOCS=/usr/share/doc/python-docs-2.3.5/html
PAGER=/usr/bin/less
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo
LD_PATH=/emul/linux/x86/usr/lib
XINITRC=/etc/X11/xinit/xinitrc
MAIL=/var/mail/root
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/3.4.4:/opt/blackdown-jdk-1.4.2.02/bin:/opt/blackdown-jdk-1.4.2.02/jre/bin:/usr/qt/3/bin:/usr/kde/3.4/sbin:/usr/kde/3.4/bin:/opt/vmware/bin:/usr/share/karamba/bin
LC_MESSAGES=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
PWD=/opt/cvs/wine
JAVA_HOME=/opt/blackdown-jdk-1.4.2.02
EDITOR=/bin/nano
JAVAC=/opt/blackdown-jdk-1.4.2.02/bin/javac
LANG=en_US.UTF-8
LC_MEASUREMENT=it_IT.UTF-8
QMAKESPEC=linux-g++
KDEDIRS=/usr
JDK_HOME=/opt/blackdown-jdk-1.4.2.02
SHLVL=1
HOME=/root
LESS=-R
PYTHONPATH=/usr/lib/portage/pym
LOGNAME=root
GCC_SPECS=
CVS_RSH=ssh
LC_CTYPE=en_US.UTF-8
CLASSPATH=.
LESSOPEN=|lesspipe.sh %s
INFOPATH=/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.15.92.0.2/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.4/info
DISPLAY=:0.0
OPENGL_PROFILE=nvidia
LADSPA_PATH=/usr/lib64/ladspa
SANE_CONFIG_DIR=/etc/sane.d
LC_TIME=en_US.UTF-8
G_BROKEN_FILENAMES=1
CONFIG_PROTECT=/usr/lib/X11/xkb /usr/kde/3.4/share/config /usr/kde/3.4/env
/usr/kde/3.4/shutdown /usr/share/config
LC_NAME=en_US.UTF-8
XAUTHORITY=/root/.xauth7PfoPH
_=/usr/bin/env
------------------------------
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=3241
------- Additional Comments From infyquest(a)gmail.com 2005-18-10 06:09 -------
well frank's patch has been commited
please test with latest cvs
--
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=3613
------- Additional Comments From hans(a)it.vu.nl 2005-18-10 06:00 -------
I can reproduce this here. It's not a bug in tmpfile() but
a configuration problem. A "trace+msvcrt,file" log shows
that tmpfile() generates a bare filename like "\s8.", like
it should.
But then when it tries to open it Wine will resolve this to
an absolute Unix path, which becomes something like
"/home/user/.wine/dosdevices/z:/\s8." on a default Wine
installation.
Since z: is mapped to / the call will fail for unprivileged
users, because they don't have write permission in /. On Windows
I think the temporary filename will resolve to "c:\s8" and if
I'm not mistaken everyone is allowed to write to c: on Windows.
Indeed, if I remove the symbolic link z: (so that the directory
that c: points to becomes topmost) your program doesn't crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3217
------- Additional Comments From f.h.silva(a)terra.com.br 2005-18-10 05:19 -------
Hi Louis, lets see:
Seems I got the same behavior here, but a few notes:
I dont have a key HKEY_CURRENT_USER->Software->Wine->Debug
I have a HKEY_CURRENT_USER->Software->Wine->Winedbg
so I insert the string there and tried to run the game.
after see a loooooooot of messages on console, I got the game's splash screen,
but very, very slow.
after the splash screen gone, I cant see nothing more... I dont know if its
running somewhere, but nothimg more comes... I cant reach the game's menu to try
to play. :(
If I create a key HKEY_CURRENT_USER->Software->Wine->Debug and insert the string
there, I continue receiving the same refresh rate error.
Thank you
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2899
------- Additional Comments From ivg2(a)cornell.edu 2005-18-10 04:53 -------
Okay...it doesn't work, as I expected.
I don't see how the handler can ever be called, given that the control event is
on the ScrollableText control, which does not have a handler. That's regardless
of any condition evaluation.
--
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=3609
------- Additional Comments From infyquest(a)gmail.com 2005-18-10 04:46 -------
better add /emul/linux/x86/usr/lib
in the file /etc/ld.conf.so
and run ldconfig
after that ./configure in the wine directory and do a make
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1199 is|0 |1
obsolete| |
------- Additional Comments From mike(a)codeweavers.com 2005-18-10 03:35 -------
Created an attachment (id=1201)
--> (http://bugs.winehq.org/attachment.cgi?id=1201&action=view)
dlls/msi/cond.y
This version has another fix for some crashes due to null pointer dereferences.
--
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-18-10 02:33 -------
Created an attachment (id=1200)
--> (http://bugs.winehq.org/attachment.cgi?id=1200&action=view)
Test cases for MsiEvaluateCondition
Here's the test cases I've written, since they won't be committed to WineHQ for
a while, I'm posting them here. If anybody can thing of any more, add them
here.
--
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=3609
------- Additional Comments From I-SAngeli(a)siriush.com 2005-18-10 02:28 -------
Hi Vijay,
could you please advice what corective action to take so that I can install
wine? so far I still do not have it installed.
Also, looking at this command "./configure
--x-libraries=/emul/linux/x86/usr/lib" is it possible to run ./configure
assigning the proper LD_LIBRARY_PATH? If so, how to find out what is it in my
system?
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=3583
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
------- Additional Comments From dank(a)kegel.com 2005-18-10 02:11 -------
Added download keyword, since you can grab a free demo at
http://www.stmuc.com/moray/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2398
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rmay(a)ou.edu
------- Additional Comments From dank(a)kegel.com 2005-18-10 02:03 -------
*** Bug 2908 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 on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2908
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dank(a)kegel.com 2005-18-10 02:03 -------
*** This bug has been marked as a duplicate of 2398 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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-18-10 02:02 -------
Created an attachment (id=1199)
--> (http://bugs.winehq.org/attachment.cgi?id=1199&action=view)
fixed cond.y
Please copy the attached file into dlls/msi/cond.y and recompile Wine, and let
me know if this works any better. I've written 99 test cases and this version
passes all...
--
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=2398
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jonathan(a)ernstfamily.ch
------- Additional Comments From dank(a)kegel.com 2005-18-10 02:01 -------
*** Bug 3083 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 on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3083
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dank(a)kegel.com 2005-18-10 02:01 -------
*** This bug has been marked as a duplicate of 2398 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2398
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |maikmerten(a)gmx.net
------- Additional Comments From dank(a)kegel.com 2005-18-10 02:00 -------
*** Bug 3400 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 on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3400
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dank(a)kegel.com 2005-18-10 02:00 -------
*** This bug has been marked as a duplicate of 2398 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dank(a)kegel.com 2005-18-10 01:59 -------
*** This bug has been marked as a duplicate of 2398 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2398
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nospam(a)thenerdshow.com
------- Additional Comments From dank(a)kegel.com 2005-18-10 01:59 -------
*** Bug 3583 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 on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2398
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
Target Milestone|--- |1.0.0
------- Additional Comments From dank(a)kegel.com 2005-18-10 01:47 -------
Reopened, set target to version 1.0.0. ("Resolved Later" should probably
be for bugs we want to fix after 1.0.)
--
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=3609
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 22:56 -------
May be your LD_LIBRARY_PATH is not set correctly, even the tests in the
config.log say that they failed. But, i dont know why wine is considering the
freetype even though the tests failed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 19:39 -------
Hinting and AA work fine. If you have Hinting enabled freetype it uses hinting
and if not it uses AA. This was discussed recently and fixed in current CVS I think.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1882
------- Additional Comments From gerardo(a)dd.com.ar 2005-17-10 17:32 -------
Created an attachment (id=1198)
--> (http://bugs.winehq.org/attachment.cgi?id=1198&action=view)
Debug output WINEDEBUG=server
Application gets the "socket NNNN is writable" signal from server/sock.c
exactly once, at the beginning, and sends login info then.
After that, app gets no more opportunities to write.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3613
freddiewitherden(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Different Compilers == |tmpfile() not working with
|Different Results |MinGW application
------- Additional Comments From freddiewitherden(a)hotmail.com 2005-17-10 16:33 -------
After looking into it I found that the tmpfile() call was causing the problem. If I replace FILE *tmpFile =
tmpfile() with FILE *tmpFile = fopen("temp.file", "wb+"); it worked perfectly. I am still unsure however
which library is providing the .exe's stdlib, and it would seem that the reason the VC++ version worked is
because I used the native MSVC80d.dll file rather than the Wine one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2506
------- Additional Comments From black.hole.sun16(a)gmail.com 2005-17-10 16:26 -------
Still occurs with latest CVS. This prevents the "Humoungous Installation" (one
of the installer options -- I presume that here it installs better textures
etc.) which is about 651MB. I had to settle with "Large" installation..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3314
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2005-17-10 15:08 -------
As mensioned you need to "customize" application. Just adding it will not retain
that application.
Closed as 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=3607
------- Additional Comments From willie(a)froq.net 2005-17-10 15:04 -------
1.) Sorry, didn't know this. It's been a while since I installed Wine from
scratch... :-)
2.) Yeah, autodetection would be fine, but maybe somewhat difficult for
certain settings. The organization/ company is not stored anywhere AFAIK, even
the full name is nowhere on the system on some distros. VRAM can't be
autodetected in any sane way according to a recent thread on Wine devel, and
the default is completely insufficient, at least for gamers. It's certainly
possible to autodetect the DPI (xpdyinfo shows it), though. And the font
rendering is strange, I have no idea how to turn on antialiasing for example,
and I use Wine daily since 2001. Maybe parsing ~/.fonts.conf and ~/.gtkrc-2.0
to determine the default system font, hinting and antialiasing would work...?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2047
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-17-10 14:43 -------
abandoned
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 I-SAngeli(a)siriush.com 2005-17-10 14:27 -------
If I properly look for answers for your question I use the command "file" to
find the elfclass, right?
So, I did this:
This is what is available in /usr/lib/libfreetype.*
a. libfreetype.a
b. libfreetype.la
c. libfreetype.so -> libfreetype.so.6.3.7
d. libfreetype.so.6 -> libfreetype.so.6.3.7
e. libfreetype.so.6.3.7
and here is the elfclass:
a. libfreetype.a: current ar archive
b. libfreetype.la: ASCII English text
c. libfreetype.so: symbolic link to `libfreetype.so.6.3.7'
d. libfreetype.so.6: symbolic link to `libfreetype.so.6.3.7'
e. libfreetype.so.6.3.7: ELF 64-bit LSB shared object, AMD x86-64, version 1
(SYSV), stripped
This is what is available in /emul/linux/x86/usr/lib/libfreetype.*
a. libfreetype.a
b. libfreetype.la
c. libfreetype.so
d. libfreetype.so.6
e. libfreetype.so.6.3.7
and here is the elfclass:
a. libfreetype.a: current ar archive
b. libfreetype.la: ASCII English text
c. libfreetype.so: symbolic link to `libfreetype.so.6.3.7'
d. libfreetype.so.6: symbolic link to `libfreetype.so.6.3.7'
e. libfreetype.so.6.3.7: ELF 32-bit LSB shared object, Intel 80386, version 1
(SYSV), stripped
I hope this helps. It seems like freetype is available in 32 but but strange
that wine is not pointing to the right place. humm
Waiting for instructions...
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=2293
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2005-17-10 14:03 -------
This part appears to be working. Both:
winhelp -i260 delphi5.hlp
winhlp32 -i260 delphi5.hlp
works for me. I have also tested other topics. The only part that doesn't work
here is that Wine's winhelp doesn't display default page if index is not found.
Closing 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=3329
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-17-10 13:52 -------
Created an attachment (id=1197)
--> (http://bugs.winehq.org/attachment.cgi?id=1197&action=view)
ole 32 calls with native ole32
Here's a +snoop log with native ole32 (only ole32 calls)
I can see 2 differences with regard to using builtin ole32:
CoGetMalloc get returns 0x000000 (which is succes i guess) whereas it returned
0x000001 with builtin ole32
OleInitialize returns 0x0000000 as well, wherea it returned 0x00000001 with
builtin ole32. Maybe this might be useful to someone to get a bit further...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1434
Bug 1434 depends on bug 2939, which changed state.
Bug 2939 Summary: Unable to run games (X11DRV_ChangeDisplaySettingsExW No matching mode found!)
http://bugs.winehq.org/show_bug.cgi?id=2939
What |Old Value |New Value
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
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.
http://bugs.winehq.org/show_bug.cgi?id=2939
luizluca(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|FIXED |
------- Additional Comments From luizluca(a)gmail.com 2005-17-10 13:08 -------
Ok, my mistake. This bug still exists. It disapeared 'cause I have set the
xorg resolution to 1280x1024x85 and avoided kde to reset it.
My xorg.config and Xorg.0.log will be attached.
This problem can be reproduced if the system is started at 1920x1440x60hz and
kde sets it at startup to 1024x768x85hz.
Maybe this is related to frequency changes.
Using wine20050930
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3614
Summary: bad display in Conan demo game
Product: Wine
Version: 20050930
Platform: Other
URL: http://www.clubic.com/demo-jeux-video-1097-0-conan.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
In the menu screen, the display is scrolling.
It is very hard to read the different items.
The console does not give messages which would permit to find the bug.
Any idea ?
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3613
Summary: Different Compilers == Different Results
Product: Wine
Version: 20050930
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freddiewitherden(a)hotmail.com
I wanted to test out Wine for the first time. So, I decided to test out my encryptor program, which is
written in ANSI C (compiles on Windows and Linux), the code (5k) can be seen here: http://
margaret2708.plus.com/main.c . I first compiled it with Visual Studio 2005 Beta and along with the exe
copied over MSVCR80d.dll. I encrypted and decrypted a file with it (running under Wine). I then tried it out
with MinGW (GCC 3.4.2) and tried it out under Wine, however while I was able to encrypt a file I was unable
to decrypt it (does not write the file correctly). Both versions work under Windows, which is why I find this
bug very strange, I think that it might be a DLL problem, however I was unable to find out what C runtime
DLL MinGW uses.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 10:31 -------
This is the flags used to call PropertySheet
In Normal Mode
trace:propsheet:PropertySheetA (0x7fa8f830)
In Desktop Mode
trace:propsheet:PropertySheetA (0x7fa9f830)
Something fishy going on
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3612
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?versionId=1095
Severity|major |normal
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-17-10 10:27 -------
The file created is indeed a pdf file, but it seems empty.
file ~/Desktop/Grafik1.pdf
/home/jernst/Desktop/Grafik1.pdf: PDF document, version 1.2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3611
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?versionId=1095
Severity|major |normal
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-17-10 10:24 -------
Seems to be a duplicate of Bug 633.
*** This bug has been marked as a duplicate of 633 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=633
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |roli8200(a)yahoo.de
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-17-10 10:24 -------
*** Bug 3611 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=3609
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 10:20 -------
i think you are trying to compile for 32 bit and linking 64 bit libraries or
vice-versa
check the elfclass of the libraries in both directories
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
------- Additional Comments From huaguoqing(a)yahoo.com.cn 2005-17-10 10:20 -------
I have used wine 20050524 and 20050930 under Fedora4, but the problem still
exist. st.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 10:11 -------
from output of man patch
-pnum or --strip=num
Strip the smallest prefix containing num leading slashes from each
file name found in the patch file. A sequence of one or more adja-
cent slashes is counted as a single slash. This controls how file
names found in the patch file are treated, in case you keep your
files in a different directory than the person who sent out the
patch. For example, supposing the file name in the patch file was
/u/howard/src/blurfl/blurfl.c
setting -p0 gives the entire file name unmodified, -p1 gives
u/howard/src/blurfl/blurfl.c
without the leading slash, -p4 gives
blurfl/blurfl.c
and not specifying -p at all just gives you blurfl.c. Whatever you
end up with is looked for either in the current directory, or the
directory specified by the -d option.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 I-SAngeli(a)siriush.com 2005-17-10 10:10 -------
Created an attachment (id=1190)
--> (http://bugs.winehq.org/attachment.cgi?id=1190&action=view)
./configure
Hi Vijay,
this config.log was produced by just simply running ./configure
I will aslo attach anothr attachment while running ./configure
--x-libraries=/emul/linux/x86/usr/lib as seen somewhere.
Please advice.
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=3217
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Can't run Balls of Steel. |Can't run Balls of Steel.
|Wine starts debugger... |Refresh rate monitor not
| |found
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-17-10 10:02 -------
Ok, i'll change the bug's title to reflect what happens now.
While i tried to investigate this i ran into this:
if enable quite a few debugchannels the program comes up just fine and i can
play the demo!
Steps to reproduce:
Using regedit add a new key Debug under HKEY_CURRENT_USER->Software->Wine
Under this key (HKEY_CURRENT_USER->Software->Wine->Debug) add a string value
RelayExclude and set it to: ntdll.*;kernel32.*;gdi32.*;user32.*;winex11.drv.*
Now do:
export WINEDEBUG=+relay
wine ~/.wine/drive_c/Program\ Files/Pinball\ Wizards/Balls\ of\ Steel\ DEMO\
v1.3/bos.exe
This way i could actually start playing without the "refresh rate" error. Seems
as if you somehow you have to slow down the game a bit to avoid the error.
Could you try if it works on your computer too and report back?
Anyone an idea how to proceed?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3439
------- Additional Comments From ulrich(a)codeweavers.com 2005-17-10 09:56 -------
I can't reproduce this exception. Is this an AMD64 issue or has it gone away
using the cvs tip?
I see the hang Neil and Louis reported but I think that's a duplicate of bug 3329.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3612
------- Additional Comments From roli8200(a)yahoo.de 2005-17-10 09:56 -------
Created an attachment (id=1189)
--> (http://bugs.winehq.org/attachment.cgi?id=1189&action=view)
Corel PDF creation output pdf file
This is the resulting pdf file from corel draw when try to make a pdf export.
The document should contain a Text with the string "Testtext fro Roland" with
the font "AvantGarde Bk BT"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3612
------- Additional Comments From roli8200(a)yahoo.de 2005-17-10 09:54 -------
Created an attachment (id=1188)
--> (http://bugs.winehq.org/attachment.cgi?id=1188&action=view)
Wine Trace of Corel startup, create a new document, create a simple text and
print it out
Based on the absense of any wine debug out put of this issue, attached the
function trace of of Corel startup, create a new document, create a simple text
and print out. I hope there is a hint to find the error on corel pdf export.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine.dev(a)web.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=3612
Summary: Corel Draw 9 PDF export doesn't work
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
When try to create a pdf from Corel Draw 9. It creates only unusable bin content
which can't be opend by any application (including Corel Draw 9)
No wine debug output of this reason. Please see the attachement which describes
a wine trace of startup make text and try to print 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=3611
Summary: Copy / Paste dosn't works in Corel Draw 9
Product: Wine
Version: 20050930
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
When try to copy paste contents from Corel to Corel winedebug prints:
fixme:storage:StorageImpl_Commit (0): stub!
If the source is a text component, the plain text (without formatting) is copied
to the clipboard. If the source is something else such as a square, image or
object composition, nothing is copied to the clipboard.
This happens on all wine version since beginning of the tests.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
------- Additional Comments From roli8200(a)yahoo.de 2005-17-10 09:36 -------
Additional Information: The printer is a HP Laserjet 4 (PCL4 (as known)) which
the postscript output should first go through the cups driver.
The Cups printer is shown to Corel Draw as Postscript. Corel then creates
Postscript code which directly passed to the printer. This should not happen.
Wine should process is first through or to the cups printer driver.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
------- Additional Comments From roli8200(a)yahoo.de 2005-17-10 09:26 -------
Created an attachment (id=1187)
--> (http://bugs.winehq.org/attachment.cgi?id=1187&action=view)
Winedebug Trace as requested for the Corel Draw Printing issue
This is a complete Trace from the Start of Corel Draw to Create a simple text
to print it out through the cups standard printer.
It eventually contains also some debug output of the try of CorelDraw to
initialize the Spelling assistant which fails.
Its called as root (see the header of the trace which contains the calling
command) to avoid permission problems. If You see the ntdll and kernel32
winedlloverrides. It is required until the 20050930 version. I don't know why
but without this dlls and the winedlloverrides corel crashes while startup.
The output on the Printer begins as follows:
%%BeginDocument: Wine passthrough
%BeginDocumentSetup
%%BeginProlog
/AutoFlatness false def
/AutoSteps 0 def
/CMYKMarks true def
/UseLevel 2 def
%Build: CorelDRAW Version 9.337
%Color profile: Generisches CMYK Drucker - Profil
%Option: Composite
...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
------- Additional Comments From richard(a)daijobu.co.uk 2005-17-10 09:26 -------
Hmm, the Czech font dialog was really hardly implemented at all.
As you've found out, the sample text in the resource is ignored. The real sample
text is in fontdlg.c -- change the Script to change the Sample.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3547
m.goemmel(a)compulab.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|socket() is created in |multiple accept() calls to
|nonblocking mode by |the same socket all came
|default... |back when a call came in
| |(blocking mode)
------- Additional Comments From m.goemmel(a)compulab.de 2005-17-10 09:22 -------
Ok, I took a look into the code, doing some debugging, and now I can make my
first bug report a bit clearer. My windows application has a socket, which is
binded and set to listen, all in blocking mode. Then I call accept() four
times in different threads, and then I'm waiting that a IP call to the IP
address comes in. Now the difference: when in Windows, the first accept()
comes back and the other three accept() calls are untouched, waiting for the
next call. In Wine, all four accept() come back immediately, three of them
with a zero handle.
Please let me know if I can help in any way...
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.
I'm a little pressed for time right now, but I will see if I can get to
it.
Dan Rollins
Seattle ARTCC
Traffic Management
COMSEC Manager
253-351-3529 TMU 24hr
253-351-3534 voice mail if unavailable
Wine Bugs <wine-bugs(a)winehq.org>
10/07/2005 06:12 AM
To
Daniel Rollins/ANM/FAA@FAA
cc
Subject
[Bug 2841] Missing Minimize Button
http://bugs.winehq.org/show_bug.cgi?id=2841
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-07-10 08:12
-------
Can you please try using latest Wine release and report back ?
If the problem still occur, would you mind attaching a simple test app
(source
and binary) so that we can see what's wrong ?
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
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.