http://bugs.winehq.org/show_bug.cgi?id=3315
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3338
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3339
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3336
------- Additional Comments From pete4abw(a)comcast.net 2005-17-09 07:10 -------
https://bugs.freedesktop.org/show_bug.cgi?id=594, comment 25 seems to bring up
an issue:
------- Additional comment #25 from Egbert Eich on 2005-09-13 03:55 [reply]
-------
To round this up here is the explanation for the devision by 4 in:
+ if (paddedWidth / 4 > 32767 || height > 32767)
+ return NullPixmap;
We must meet the condition:
paddedWidth * height <= ((1 << (sizeof(size_t) << 3)) - 1)
so that we don't cause an overflow in the argument of a subsequent malloc()
and end up allocating less than the required amount.
size_t should be at least unsigned int therefore the maximum value it can hold
would be: 32767^2 * 4. height needs to be <= 32767 as it needs to fit into a
short. This condition should have been tested in the calling function - we do it
here again for safety.
------------------------
Apparently, this divide/multiply by 4 is causing the problem. There is no
official revised patch yet. I know the gentoo dev implemented it and I "heard"
it works, but it has not been released yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3341
Summary: Running opengl or directx app in desktop mode should
keep the mouse inside the window
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, attached is a very simple opengl32 application. I run it in a virtual
desktop (640x480). I expect the mouse to remain in the window, otherwise it's
quite unusable. The mouse however can leave the window,no matter what settings i
use in winecfg. I guess this also holds for directx apps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3336
------- Additional Comments From james(a)develia.org 2005-17-09 06:09 -------
I can confirm the bug.
A couple of days before Slackware Linux 10.2 was released, the security patch
reported above was introduced in the x11 packages of the distribution.
So the problem exists for Slackware 10.2 as well.
To prevent an integer overflow, huge pixmap (> 32767 in width or height)
allocation will return BadAlloc.
Wine is probably falling in this during its execution.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
thanx for your information.
I get MFC42.dll from google's search result
I hope it's work
By the way thanx for your information.
I will try to make this terminal run @ linux
hence everyone can use it :-)
>From: Wine Bugs <wine-bugs(a)winehq.org>
>To: evergreenrx(a)hotmail.com
>Subject: [Bug 3174] Metatrader 4 === fixme:seh:UnhandledExceptionFilter
>Unhandled error on debug event: 0
>Date: Sun, 11 Sep 2005 12:29:48 -0500
>
>http://bugs.winehq.org/show_bug.cgi?id=3174
>
>
>
>
>
>------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-11-09
>12:29 -------
>with current CVS I get the following
>
>wine terminal.exe
>err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program
>Files\\MetaTrader 4\\terminal.exe") not found
>err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
>Files\\MetaTrader 4\\terminal.exe" failed, status c0000135
>
>This program requires MFC42.DLL (not supplied by wine..)
>
>Evergreenrx:
>
>Where did you get MFC42.DLL since it is not suppled by wine or MetaTrader
>4?
>
>
>
>
>
>--
>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.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
http://bugs.winehq.org/show_bug.cgi?id=3309
------- Additional Comments From mike(a)codeweavers.com 2005-16-09 21:08 -------
Created an attachment (id=1032)
--> (http://bugs.winehq.org/attachment.cgi?id=1032&action=view)
Patch to take the template from the correct db field
Please try this on the latest CVS, and let me know if it fixes the problem. It
probably won't apply to your Wine tree cleanly to without some other patches
already in the 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=3339
Summary: Wine exits when you choose to order prints in Picasa 2
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clay.wood(a)gmail.com
CC: dank(a)kegel.com
I am experiencing a hang in Picasa 2 while using a recent version of
Wine. The error occurs when trying to order prints.
Here's the version of Picasa I installed:
http://toolbar.google.com/picasa/picasa2-setup-1884.exe
To reproduce:
1. Select a photo and try to "Order Prints..." from File menu.
2. Picasa prompts to download and install ActiveX. Choose "Yes" or "No". The
output of choosing either is pretty much identical.
2a. Choosing "Yes" goes on to download the ActiveX plugin, but afterwards
results in a hang.
2b. The hang occurs immediately if you select "No".
3. The Picasa window still redraws but you cannot interact with application
itself until you kill the application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3338
Summary: Wine exits when you choose to e-mail using default e-
mail program" in Picasa 2
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clay.wood(a)gmail.com
CC: dank(a)kegel.com
I am experiencing a fatal error in Picasa 2 while using a recent version of
Wine. The error occurs when trying to e-mail a picture using the default e-mail
program.
Here's the version of Picasa I installed:
http://toolbar.google.com/picasa/picasa2-setup-1884.exe
To reproduce:
1.Select a photo and try to "E-Mail..." from File menu.
2.Picasa prompts to “Select how you want to e-mail your pictures”.
3.When you choose to “Use my default email program” the program crashes. A Fatal
error box comes up and says “Picasa cannot continue”.
4.When you choose to "Ok", the program terminates.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3327
------- Additional Comments From bigbug21-bugtrack(a)web.de 2005-15-09 17:37 -------
@Tony: "Hafas" is an application seems to be used by many European public
transport companies. I have seen this problem only in the version used by
German Rail so far, the other editions I have here seem to be unaffected.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3303
------- Additional Comments From wine.dev(a)web.de 2005-15-09 16:41 -------
Hi Marcus
I'm working on winspool and entered the bug for Documentation Purpose.
notepad(buildin):
- My Cups printer is visible.
- Can Print (I redirected to a File in the Windows Print-Page).
notepad(w98se):
- "Seite einrichten" (Page Setup): visit from winedebug
Read from 0x0000002e. Backtrace:
=>1 0x7a9695f4 PRINTDLG_PageDlgProcA+0x204(hDlg=0x60026, uMsg=0x110,
wParam=0x0, lParam=0x7bc70210)
... /dlls/commdlg/printdlg.c:3104] in comdlg32 (0x7b90f1bc)
- "Drucken" (Print)
--- cut ---
The file "testfile-140.txt" can't be printed.
Make sure, that the Printer is connected and configured.
--- cut ---
notepad(w2k):
- "Seite einrichten" (Page Setup)
fixme:commdlg:PageSetupDlgW Unicode implementation is not done yet
Window "Page Setup" comes up
some Format-Problems: Border input-fields show "fmm"
- "Drucken" (Print)
fixme:commdlg:PrintDlgExW stub
notepad comes back to normal status
Thats some of the holes.
--
by by ...
... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3336
------- Additional Comments From pete4abw(a)comcast.net 2005-15-09 14:59 -------
There was a report from the gentoo list that wine cvs worked fine with the xorg
patch. cannot confirm though.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3337
Summary: Unreal (the old first one) crashes on startup
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris109(a)web.de
Tried to start Unreal:
~/.cvswine/drive_c/Unreal/System$ cvswine Unreal.exe
The programm did not start and I got the following error message:
process tid prio (all id:s are in hex)
00000008 (D) C:\Unreal\System\Unreal.exe
00000009 0 <==
WineDbg terminated on pid 0x8
Then I followed the Instructions on
http://appdb.winehq.org/appview.php?versionId=689
(Step 1 and 2) but Unreal won't start anyway.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3303
------- Additional Comments From marcus(a)jet.franken.de 2005-15-09 13:31 -------
is wine compiled with cups libraries?
is cups correctly setup?
Does the builtin notepad print ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3303
------- Additional Comments From wine.dev(a)web.de 2005-15-09 13:13 -------
Notepad tried to read "PrinterDriverData\\Paper Size" and failed.
The Registry-Key is not found.
There are so many holes in the printing-subsystem in wine....
--
By by ...
... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2612
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-15-09 12:58 -------
has more nice ole bugs i can try
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3336
------- Additional Comments From pete4abw(a)comcast.net 2005-15-09 07:52 -------
Created an attachment (id=1030)
--> (http://bugs.winehq.org/attachment.cgi?id=1030&action=view)
Gentoo xorg-x11-6.8.2 patch
This patch, when applied to xorg-x11-6.8.2 causes wine to fail with most
programs, including winecfg and progman. Curiously MSIE with appropriate dll
overrides works fine! Go figure. Trying similar dll overrides with programs
that fail does not help. HTH
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2708
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
------- Additional Comments From dank(a)kegel.com 2005-15-09 07:45 -------
Can you still reproduce this with current Wine?
If so, can you give us a symbolic stack dump?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3334
------- Additional Comments From jue(a)capaz.de 2005-15-09 03:56 -------
I just realized that our packing mechanism from Win32 (LHA.EXE) doesn't work
with wine. No problem: I can execute the native Linux LHA-Binary. That
is working on principle but I have a problem to give the parameters with
wildcards to the lha - binary.
I wrote a test environment to check where the mistake comes from and
realized that Windows-Programs have a different way to find wildcard-files
in a directory than Linux programs. If I execute a Linuxbinary from shell I
get a list of all matched files as separate parameters. But if I execute the
Linuxbinary from Wine I get just the wildchard (i.e. "*"). So far so good. I
took a look to the function fork_and_exec in process.c in the kernellibrary
of wine. I'm not sure but I think we have to call the glob() function to get
the wildcards to file-parameters. What do you think? If I'm right please
send me a email - I can try to fix it and send you a patch. But I'm not
familar with opensource rules. I think you need just the new process.c -
file?
Thanks! Jürgen
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3334
Summary: execute unix binary parameter problem
Product: Wine
Version: 20040813
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jue(a)capaz.de
I just realized that our packing mechanism from Win32 (LHA.EXE) doesn't work
with wine. No problem: I can execute the native Linux LHA-Binary. That
is working on principle but I have a problem to give the parameters with
wildcards to the lha - binary.
I wrote a test environment to check where the mistake comes from and
realized that Windows-Programs have a different way to find wildcard-files
in a directory than Linux programs. If I execute a Linuxbinary from shell I
get a list of all matched files as separate parameters. But if I execute the
Linuxbinary from Wine I get just the wildchard (i.e. "*"). So far so good. I
took a look to the function fork_and_exec in process.c in the kernellibrary
of wine. I'm not sure but I think we have to call the glob() function to get
the wildcards to file-parameters. What do you think? If I'm right please
send me a email - I can try to fix it and send you a patch. But I'm not
familar with opensource rules. I think you need just the new process.c -
file?
Thanks! Jürgen
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3327
------- Additional Comments From marcus(a)jet.franken.de 2005-15-09 03:16 -------
It likely displays a messagebox behind the splash screen.
i can have a look at it if you want.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3326
------- Additional Comments From marcus(a)jet.franken.de 2005-15-09 02:17 -------
on second look these are not coming from our commoncontrol library but from
the program itself.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3326
------- Additional Comments From marcus(a)jet.franken.de 2005-15-09 00:47 -------
the call is from dlls/comctl32/imagelist.c
WINEDEBUG=+imagelist wine ....
...
trace:imagelist:_read_bitmap nRows=4
trace:imagelist:_read_bitmap nRows=4
trace:imagelist:ImageList_Create (16 16 0x10ff 1 4)
trace:imagelist:ImageList_CreateImage Creating Bitmap: 16 Bits per Pixel
trace:imagelist:ImageList_CreateImage returning 0x89bc
trace:imagelist:ImageList_Create created imagelist 0x4041b038
fixme:bitmap:CreateCompatibleBitmap got bad width 1083325559 or height
1083488832, please look for reason
fixme:bitmap:CreateCompatibleBitmap got bad width 1083325559 or height
1083488832, please look for reason
X Error of failed request: BadMatch (invalid parameter attributes)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3322
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-14-09 22:13 -------
*** This bug has been marked as a duplicate of 3239 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3239
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel.leu(a)gmail.com
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-14-09 22:13 -------
*** Bug 3322 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=3326
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
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=3325
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
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=3333
Summary: DCOM98 won't install on latest build
Product: Wine
Version: 20050830
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fincham(a)gmail.com
This issue won't affect people upgrading, but if you're trying to do a fresh
install of WINE as I am, it is a bit of a problem, as a lot of apps rely on
native DCOM still.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3332
Summary: Explore Folder using ShellExecute fails
Product: Wine
Version: 20050830
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: craig(a)nch.com.au
We have a C++ application that uses ShellExecute to browse a folder contents.
Using this syntax fails under Wine (works fine under Windows 2000/XP - opens
Windows Explorer for the folder). We use the form
ShellExecute(handle, NULL, "path_to_folder", NULL, NULL, SW_SHOWNORMAL);
The documentation for ShellExecute notes
Windows 95: You can use ShellExecute to open or explore a Windows 95 folder. To
open a folder, use either of the following calls:
ShellExecute(handle, NULL, "path_to_folder", NULL, NULL, SW_SHOWNORMAL);
or
ShellExecute(handle, "open", "path_to_folder", NULL, NULL, SW_SHOWNORMAL);
To explore a folder, use the following call:
ShellExecute(handle, "explore", "path_to_folder", NULL, NULL, SW_SHOWNORMAL);
If lpOperation is NULL, the function opens the file specified by lpFile. If
lpOperation is "open" or "explore", the function will force a open window or
explorer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3330
craig(a)nch.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|Windows XP |Linux
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3331
craig(a)nch.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|Windows XP |Linux
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3330
Summary: Delete Icon missing from Tollbar
Product: Wine
Version: 20050830
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: craig(a)nch.com.au
We have a Windows application written using C++ and Win32 API calls only (no
MFC, .NET etc). In this application we create a toolbar and one of the button
is a delete button. For the icon we specify it as STD_DELETE as the standard
Windows delete icon.
When we use the application in Windows XP/2000 it works correctly. Under Wine
the button is blank.
Is this a bug or a design/copywright issue when you are not using the standard
icons?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3155
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From rob(a)codeweavers.com 2005-14-09 16:56 -------
This is fixed in 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=3155
------- Additional Comments From leidola(a)newcon.de 2005-14-09 16:09 -------
Using the latest CVS version the installer seems to run through, not stopping at
C:\...\layout.bin.
But nevertheless the app itself doesn't run. It gives a dialog "google earth
has encountered problems and needs to close...". This happens with any DLL &
winver combination I've tested...
--
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=3248
jm.detrez(a)cegetel.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jm.detrez(a)cegetel.net 2005-14-09 16:05 -------
bug resolve by 20050830 version 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=3326
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-14-09 15:49 -------
Following really awfull hack makes the program start up:
change line 139-141 in dll/gdi32/bitmap.c into:
FIXME("got bad width %d or height %d, please look for reason\n",
width, height); width=800; height=600;
}
// else
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3328
Summary: Input fields in "Hafas" software are displayed
incorrectly
Product: Wine
Version: 20050830
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bigbug21-bugtrack(a)web.de
I use a German public transport timetable application called "Hafas" on a
regular basis. With two exceptions, the software runs smoothly in Wine.
Unlike when it's run on Windows, the input fields for date and time are
shrinked by one digit per section (day, month, year / hour, minute).
I have taken a screenshot of the problem, assuming a train journey from
Nuremberg to Munich today, September 14th, 2005, departing between 1701 (5:01
pm) and 1900 hours (7:00 pm).
Instead of "17:01" the software displays "7 : 1". The same for "19:00" where
it shows "9 : 0". The same problem affects the date: "4 .9 . 005" instead of
"14.09.2005".
As you can see in the screenshot, the application nevertheless uses correct
values instead of the ones shown.
Perhaps a German-speaking engineer can have a look at this. Knowing that this
report is not helpful otherwise, I'd happily send a copy of the application by
mail.
(I have described the other problem with this software in bug #3327)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3327
Summary: Unlike in Windows, the "Hafas" application requires the
return key be pressed at start
Product: Wine
Version: 20050830
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bigbug21-bugtrack(a)web.de
I use a German public transport timetable application called "Hafas" on a
regular basis. With two exceptions, the software runs smoothly in Wine.
One of it is that this application requires the return key be pressed when the
splashscreen shows up. I find this strange, because it's unlike in Windows,
where it launches automatically.
Perhaps a German-speaking engineer can have a look at this. Knowing that this
report is not helpful otherwise, I'd happily send a copy of the application by
mail.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3326
Summary: Subtitle Workshop & weird errors
Product: Wine
Version: 20050830
Platform: Other
URL: http://www.urusoft.net/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: int.teo(a)gmail.com
The program gets installed just fine but when I try to run Subtitle Workshop
(www.urusoft.net) I get the above error message:
fixme:bitmap:CreateCompatibleBitmap got bad width 2 or height 2139494928, please
look for reason
fixme:bitmap:CreateCompatibleBitmap got bad width 2 or height 2139494928, please
look for reason
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 73 (X_GetImage)
Serial number of failed request: 56463
Current serial number in output stream: 56463
I thought about trying to find the problem and probably fix it but when I tried
WINEDEBUG=+relay wine SubtitleWorkshop.exe the program runs!!!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3325
Summary: Time Adjuster's toolbar stays always on top
Product: Wine
Version: 20050830
Platform: Other
URL: http://www.ireksoftware.com/ta/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: int.teo(a)gmail.com
The program seems to run perfectly with wine but a strange thing happens. The
toolbar stays on top of every other window. All other windows can cover the TA's
window and also take focus but the TA's toolbar still appears on top of them.
You can get TA from here: http://www.ireksoftware.com/ta/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3322
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|mike(a)codeweavers.com |wine-bugs(a)winehq.org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|MSI Installer Failure |Richedit failure -
| |ME_CharOfsFromRunOfs:
| |Assertion
------- Additional Comments From mike(a)codeweavers.com 2005-14-09 04:35 -------
It seems to be failing due to an error in the richedit code, not the MSI code.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3313
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-13-09 23:14 -------
Yes it does look like A duplicate
*** This bug has been marked as a duplicate of 3239 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3239
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kuba(a)mareimbrium.org
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-13-09 23:14 -------
*** Bug 3313 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=2787
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-13-09 22:29 -------
Resolving FIXED then.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3137
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-13-09 21:20 -------
Looks like this can be closed then. Resolving as 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=3320
Summary: strange looking buttons and graphical glitches
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leidola(a)newcon.de
Using the latest cvs version (and earlier versions, too) I get graphical
glitches for disabled buttons and for icons.
- background and foreground colors of disabled buttons seem to be swapped.
- icons have a black background and sometimes they are completely black.
This happens on gentoo-linux on kernel 2.6.12 (athlon-xp), xorg 6.8.2 using
fglrx or vesa driver (Radeon 9600) with a fresh install (rm -Rf ~/.wine; copy
theme from xp; regedit & winecfg)
http://leidola.newcon.de/pixmap/wine/wine_strange_buttons-themed.jpghttp://leidola.newcon.de/pixmap/wine/wine_strange_buttons-unthemed.jpg
The X-Server displaying this session uses the vesa-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=3319
Summary: GetDeviceCaps: BITSPIXEL returning 15 on 15bit graphics
Product: Wine
Version: 20050830
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: T.Bonner(a)freesurf.ch
GetDeviceCaps (hDC, BITSPIXEL) returns 15 on 15bit graphics, but it should
return 16 (both on 15 and on 16 bit graphics, according to msdn).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3171
------- Additional Comments From komi(a)gmx.at 2005-13-09 10:15 -------
With firefox 1.5beta1 there are also the black boxes.
But the menu is rendered properly.
I'm using wine 20050830.
I'll attach a screenshot.
Here the console output, while running firefox:
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:imm:ImmGetContext (0x10054): stub
fixme:imm:ImmNotifyIME (0x7d2a75f0, 21, 4, 0): stub
fixme:imm:ImmReleaseContext (0x10054, 0x7d2a75f0): stub
err:clipboard:CLIPBOARD_CloseClipboard Failed to set clipboard.
The err:clipboard:CLIPBOARD_CloseClipboard appears when I quit Firefox
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3170
------- Additional Comments From komi(a)gmx.at 2005-13-09 09:54 -------
I can confirm the bug for the Firefox 1.5beta1 installer.
Using wine 20050830 on Fedora Core 4.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1008
------- Additional Comments From lxtanner(a)yahoo.co.uk 2005-13-09 08:32 -------
Sorry, I am dumb! I meant
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\Source Path"!
--
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=3317
lefty(a)internet.gr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From lefty(a)internet.gr 2005-13-09 07:02 -------
Starting ie6 with a LANG setting of el_GR.UTF-8 fixes the issue
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3317
Summary: Internet Explorer 6 shows greek characters as '?'
Product: Wine
Version: 20050524
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lefty(a)internet.gr
1) I have downloaded and installed ie6 using winetools
2) Start ie6
3) Type any en_US character in ie6 & it appears correctly
4) switch to greek and type a greek character and a question mark appears.
5) Staring native notepad greek works properly
OS: Fedora Core 4
Gnome Desktop
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3226
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From richard(a)daijobu.co.uk 2005-13-09 05:16 -------
Change severity back to Normal
"Blocker: Blocks development and/or testing 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=3316
Summary: OLE Errors keep Altera Quartus Webedition from
installing
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bon(a)elektron.ikp.physik.tu-darmstadt.de
quartusii_50_sp1_web_edition_single.exe (about 230 MByte) downloadable after a
free registration from
https://www.altera.com/support/software/download/altera_design/quartus_we/d…
doesn't install with current CVS:
fixme:ole:ITypeInfo_fnRelease destroy child objects
<repeated>
fixme:ole:RpcChannelBuffer_GetDestCtx (0x78fde724,0x78fde728), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x78fde720,0x78fde724), stub!
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0x8) 79caa224
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d520,0x7ba8d524), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d428,0x7ba8d42c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8dac4,0x7ba8dac8), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d9cc,0x7ba8d9d0), stub!
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0x8) 788d2a8c
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d7ac,0x7ba8d7b0), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d6b4,0x7ba8d6b8), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d4e0,0x7ba8d4e4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d3e8,0x7ba8d3ec), stub!
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x3
-> 0xb) 7b69ffff
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d33c,0x7ba8d340), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d244,0x7ba8d248), stub!
fixme:win:SetWindowTextA setting text "Quartus II 5.0sp1 Web Edition Full Setup"
of other process window (nil)
should not use SendMessage
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d4bc,0x7ba8d4c0), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d3c4,0x7ba8d3c8), stub!
fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x2002e
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d4c0,0x7ba8d4c4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d3c8,0x7ba8d3cc), stub!
fixme:ole:VARIANT_UserFree handle unknown complex type
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d4c0,0x7ba8d4c4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d3c8,0x7ba8d3cc), stub!
fixme:ole:VARIANT_UserFree handle unknown complex type
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d4c0,0x7ba8d4c4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d3c8,0x7ba8d3cc), stub!
fixme:ole:VARIANT_UserFree handle unknown complex type
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d4bc,0x7ba8d4c0), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8d3c4,0x7ba8d3c8), stub!
<killed by user>
You only need a license file if you want to run the installed programms, so
don't request a temporary) free license yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3315
alles(a)hehejo.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |FIXME
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3315
Summary: Found a 'fixme' in 'wininet'
Product: Wine
Version: 20050830
Platform: PC
URL: http://www.hehejo.de
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alles(a)hehejo.de
Good morning.
I just tried to use the Decoder from www.onlinetvrecoder.de. This program does
a lot a of decoding while beeing connectet to a server.
I put the zipfile on my homepage.
http://www.hehejo.de/download/onlinetvrecorderdecoder.zip
Here comes the error:
wine Decoder2.exe
fixme:wininet:InternetCanonicalizeUrlW Unhandled flags 0x02000000
Hope my bug helps you.
Sincerly Yours
Johannes Held
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3226
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mike(a)codeweavers.com
------- Additional Comments From marcus(a)jet.franken.de 2005-13-09 00:13 -------
perhaps this is one for you Mike, but without sample exes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3311
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3299
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
Status|ASSIGNED |NEW
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2899
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3309
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
Status|ASSIGNED |NEW
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3314
Summary: Not accepting new applications for custom configuration
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamesl(a)bestweb.net
In winecfg (wine built from CVS tree, post 20050830)
1: open winecfg application
2: enter name of application to customize settings for. In my case, I was
customizing for Quicken 2000 (in ~/.wine/drive_c/Apps/quicken2k), tried with
relative path (\Apps\quicken2k\qw.exe), full Windows path
(c:\Apps\quicken2k\qw.exe) and app name by itself (qw.exe). Cannot browse to
application, as that will cause winecfg to crash.
3: After adding application, click on OK to close settings.
4: start winecfg again, qw.exe entry will be missing
As I cannot add an application, I am also unable to further customize the
application settings. I would like to set this one to a "managed" desktop, but
cannot find any other likely place than this to do it. But since it does not
keep the setting, I cannot do it. I am also not able to select the application
entry for further editing before closing the dialogue.
AN EXTRA NOTE: The "quicken2k" directory isn't physically under
~/.wine/drive_c/Apps. it is actually a symlink to that location on my Windows
"C" drive (it would be c:\Apps\quicken2k if booted to Windows, thus why it is
placed where it is under ~/.wine). I don't really see that as an issue, as it
does not keep the entry regardless of how I format the entry, so it wouldn't be
validating the file anyway.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3137
------- Additional Comments From nospam(a)thenerdshow.com 2005-12-09 21:44 -------
WoW -opengl works perfectly for me, now.
Wine 80050830 compiled from source.
AMD64, Fedora4_64, Nvidia 6800 v7667
And in WoW's WTF/Config.wtf file:
SET SoundOutputSystem "1"
SET SoundBufferSize "232"
(RedHat Defaults to 232ms)
When wine supports ALSA DirectSound you can change to "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=2972
kuba(a)mareimbrium.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From kuba(a)mareimbrium.org 2005-12-09 14:02 -------
Appears to be fixed in 20050725
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2844
------- Additional Comments From wine.dev(a)web.de 2005-12-09 12:23 -------
Created an attachment (id=1025)
--> (http://bugs.winehq.org/attachment.cgi?id=1025&action=view)
wineprefixcreate - testversion
This is my testing - version of wineprefixcreate from March 2005.
This Version has support for $WINEDEBUG, a framework for localized directories
and more options.
I stopped the development when i tried to filter dlls/shell/*.rc for
the translated directory-names.
Additional reasons: The fixed references to "c:\windows" in wine + wine.inf
and my missing knowledge about KISS and CVS at the end of March.
Some things changed in the official Version of wineprefixcreate
(system32, added programs) in the meantime!
Have fun.
--
By by ...
... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3312
Summary: Fullscreen mode doesn't work correctly with icewm
Product: Wine
Version: 20050830
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.eszlari(a)stud.hs-merseburg.de
IceWM is a X11 window manager that has its own panel/taskbar. Whenever I try to
play games like Starcraft in fullscreen mode, this panel overlaps the game 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=3309
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1020 is|0 |1
obsolete| |
------- Additional Comments From mike(a)codeweavers.com 2005-12-09 02:54 -------
Created an attachment (id=1024)
--> (http://bugs.winehq.org/attachment.cgi?id=1024&action=view)
newer patch
This patch should make the top PIDKEY right. The bottom one, as you say,
should have a different PIDTemplate, so I'll have to investigate how that
happens.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3311
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-11-09 17:21 -------
I get about the same errors, and then it pops up a window:
Error Number 0x80040706
Description: Object Reference not set
Setup will now terminate
Maybe could be useful info to someone
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1094
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From ivanleo(a)gmail.com 2005-11-09 17:05 -------
No updates in almost 3 years, marking as 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=1093
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From ivanleo(a)gmail.com 2005-11-09 17:04 -------
No updates from reporer in almost 3 years, marking as 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=1045
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From ivanleo(a)gmail.com 2005-11-09 17:02 -------
No updates from the reporter in almost 3 years, marking as 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=1043
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ivanleo(a)gmail.com 2005-11-09 17:00 -------
Speed looks ok on current cvs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1027
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From ivanleo(a)gmail.com 2005-11-09 16:52 -------
No updates from reporter in almost 3 years, marking as 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=1025
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From ivanleo(a)gmail.com 2005-11-09 16:51 -------
Closing due to lack of information on the bug/updates
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 1025, which changed state.
Bug 1025 Summary: Dialog box input not accepted until cursor moved out of box
http://bugs.winehq.org/show_bug.cgi?id=1025
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |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=1019
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From ivanleo(a)gmail.com 2005-11-09 16:50 -------
No updates in over 3 years, marking as 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=1016
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From ivanleo(a)gmail.com 2005-11-09 16:48 -------
Marking as abandoned due to lack of updates in over 3 years, lack of information
about the bug and lack of a download link for this app.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1004
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ivanleo(a)gmail.com 2005-11-09 16:43 -------
The latest version of eudora (6.2) installs fine, so I'm marking this as 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=1003
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From ivanleo(a)gmail.com 2005-11-09 16:34 -------
No updates from reporter for over 3 years, marking as 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=981
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From ivanleo(a)gmail.com 2005-11-09 16:32 -------
No updates for over a year, marking as 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=979
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From ivanleo(a)gmail.com 2005-11-09 16:31 -------
This bug can't easily be fixed due to lack of information, no logs, no
downloadable app, no instructions to reproduce the problem, and no updates for
over a year, marking as 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=3311
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From ivanleo(a)gmail.com 2005-11-09 15:07 -------
It looks like a marshalling issue
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{c9ce9778-210c-4cb4-b4f0-f589c3dda00b}
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
...
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80040111
err:ole:CoMarshalInterface Failed to marshal the interface
{c9ce9778-210c-4cb4-b4f0-f589c3dda00b}, 80040111
fixme:thread:THREAD_InitStack 37:38: 0x7b7f0000 [0x7b6f0000]
fixme:ole:CoCreateInstance no classfactory created for CLSID
{064cb054-2518-474e-b2e8-200049528c42}, hres is 0x80004002
...
fixme:ole:CoCreateInstance no classfactory created for CLSID
{064cb054-2518-474e-b2e8-200049528c42}, hres is 0x80004002
As the demo can be downloaded I suggest anyone wanting to fix this get the
installer from
http://download.microsoft.com/download/d/7/3/d7348fe3-d498-4e13-96c6-3da92e…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.