http://bugs.winehq.org/show_bug.cgi?id=3253
------- Additional Comments From twigathy(a)gmail.com 2005-07-09 09:21 -------
Okay, with the latest build of wine (Wine 20050830) graphics are no longer
trippy but the issue with laggy mouse controls is still around. Tried running in
a window without desktop, with desktop to no avail.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3298
Summary: Word 95: Dialog boxes are unusable (X11 ConfigureNotify
problem)
Product: Wine
Version: CVS
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hallo(a)michael-kaufmann.ch
The dialog boxes of Word 95 often appear with the minimal window size (about
70x50 pixels), so they're unusable. With KDE's window manager (KWin) this
happens very often. With Enlightenment and GNOME's window manager (Metacity), it
only happens from time to time.
I've looked for the reason, and I think it's very closely related to bug 1265
which Duane Clark has tried to fix here:
http://www.winehq.com/hypermail/wine-patches/2003/02/0095.html
That's what's going on (CVS version of Wine, managed window mode):
1. Word creates a dialog with an initial position of (0,0) and size 0x0 (using
CreateWindowEx)
2. Word calls SetWindowPos to set the correct dialog position and size
3. Word calls SetWindowPos to show the dialog (SWP_SHOWWINDOW)
4. The dialog gets the focus, the main window is being deactivated
5. In the WM_NCACTIVATE procedure of the main window, Word calls GetQueueStatus.
Wine will process X events.
6. Wine receives a ConfigureEvent for the initial dialog position and size (0x0)
and saves this to data->whole_rect in X11DRV_sync_window_position
(7. If you're lucky, WINE also receives a ConfigureEvent for the correct dialog
position)
8. Wine shows the dialog and maps it. It calls X11DRV_set_wm_hints, which calls
set_size_hints. This procedure uses data->whole_rect as the dialog's rectangle.
But this stored rectangle is completely wrong because WINE has not yet received
all ConfigureEvents.
9. The window manager has to resize the dialog to the wrong size.
I've not yet managed to write a simple test program; it seems that the timing is
very important for this bug to appear.
How this bug could be fixed:
- Process all X events before setting the window position in SetWindowPos, but I
don't know if that's possible.
- Don't handle X events in MsgWaitForMultipleObjectsEx, just wait for them
(won't fix the actual bug but will probably fix the problem for Word 95).
- Don't cache the X11 window rectangle and always use XGetGeometry to
get the current window rectangle (efficiency loss)
If you really need Word 95, you may apply this patch which breaks other
applications but works fine with Word 95:
http://www.winehq.com/hypermail/wine-devel/2005/08/0346.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=764
------- Additional Comments From titan.costa(a)wanadoo.fr 2005-07-09 07:13 -------
What's the problem?
It runs fine here with builtin quartz.
Could you try again?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3297
Summary: UpdateWindow() doesn't call XFlush()
Product: Wine
Version: CVS
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hallo(a)michael-kaufmann.ch
After an application calls UpdateWindow(), sometimes the window contents doesn't
get updated until the application requests the next event
(GetMessage/PeekMessage). That's because UpdateWindow doesn't flush the X output
queue with XFlush().
I think the best approach would be that UpdateWindow calls GdiFlush, but
this function is currently not implemented.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3282
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-07-09 06:38 -------
Yip, that works; should i close the bug or leave it open, as it does not run in
normal mode?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3148
fgouget(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From fgouget(a)codeweavers.com 2005-07-09 06:33 -------
The patch has been commited:
http://cvs.winehq.org/patch.py?id=19813
I don't know if that means this bug can be closed so I will leave it essentially
as is.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3284
------- Additional Comments From wine(a)rauch-webdesign.de 2005-07-09 04:39 -------
Uploaded Output of "WINEDEBUG=font wine notepad.exe" with virtual desktop 1024*768
as bz2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3284
------- Additional Comments From richard(a)daijobu.co.uk 2005-07-09 03:41 -------
The log file for the virtual desktop and broken fonts is enough, and it will
compress well with bzip2. (eg 856K -> 14K).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2219
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-07-09 02:37 -------
Hi, tried this too with current CVS.
The installation of both bde32.exe and verein32.exe were succesfull and smoothfull.
The program itself starts up but appearently has some issues with the menus,but
that's another bug though.
Could you try too with current cvs, and after a hopefully successfull install
close 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=3282
------- Additional Comments From vitaliy(a)kievinfo.com 2005-07-09 01:55 -------
Try the virtual desktop mode. For some reason it doesn't show it's dialog.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3294
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |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=2910
------- Additional Comments From shacklein(a)gmail.com 2005-06-09 21:42 -------
Just stopping by to say this bug is still present in 20050830 and all other
releases from 0419. It also affects Max Payne in the same way, but I haven't
played it much so I don't know if it's as serious.
I'd like to help in fixing this bug in whatever way I can. I'm not much of a
coder, let alone winehacker, but I would REALLY like to see this one fixed cos
it'll vastly improve support for my favourite game :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3296
Summary: Unhandled Exception while running on Janes F-15
Product: Wine
Version: 20050725
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rechapita(a)hotmail.com
This might be or not be related to bug 2922
I tried to install the game using the instaler, didnŽt work. I worked around it
an copied all the necesary files and added al the registry keys
the game starts and the main menu works (if you donŽt touch any mouse buttons
during the intro movie)
I tried version 20050310(stable debian branch), navigating trou the menus went
more or less smothly. But when I tried to launch the simulation it crashed with
Unhandled Exception.
On version 20050725 navigating went a lot more quirky(menu didnŽt respond to
mouse commands or it did slowly) and it crashed before I got to launch the
simulation.
there is a demo at http://www.3dgamers.com/dlselect/games/f15/f15zip2.exe.html
if you want to 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=3295
Summary: Wine fails to run applications because it does not
change to their directories when running them.
Product: Wine
Version: 20050419
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lxtanner(a)yahoo.co.uk
Many applications fail to find their data files simply because Wine does not
change to their parent directories before running them (which is Windows'
default behaviour - many applications look for their data files in relative paths).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3284
------- Additional Comments From wine(a)rauch-webdesign.de 2005-06-09 14:06 -------
Do you really want me to upload 1.3 + 1.4 MB?
I've created 2 Logfiles with notepad, one not windowed having an size of 1.3 MB
and one windowed 1024*768 with an size of 1.4 MB.
Rather tell me for what to look, than uploading these with my 64kbit line :-(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3284
------- Additional Comments From richard(a)daijobu.co.uk 2005-06-09 10:38 -------
What do you get when you turn on font debugging?
eg
> WINEDEBUG=font wine notepad.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=569
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From richard(a)daijobu.co.uk 2005-06-09 10:13 -------
Original download site has vanished, but version 1.16.02.6 from
http://www.shetani.dk/downloads/mpt.zip
does not show the bug on the current version of WINE, so marking it as fixed.
NB. Modplug tracker went open-source. See http://www.modplug.com/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=3108
------- Additional Comments From ivg2(a)cornell.edu 2005-06-09 09:07 -------
I'm installing off the original CD....
Windows 2000 version doesn't 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=3108
------- Additional Comments From oliver_stieber(a)yahoo.co.uk 2005-06-09 08:27 -------
I managed to install GTA, SA over the weekend with the windows version set to
windows 2000 and a recent version of wine.
GTA, SA starts, displays a intro screen and then exists for me (with a no-cd
patch)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3294
Summary: Lotus Notes 7 does not work no more with CVS Wine
version
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dripple2(a)laposte.net
Wine version built today. Notes simply crashing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3293
------- Additional Comments From ivg2(a)cornell.edu 2005-06-09 06:13 -------
I also get the following warning sometimes, whenever it passes
the assertion failure:
err:mmio:MMIO_ParseExtA No . in szFileName: ""
err:mmio:MMIO_ParseExtA No . in szFileName: "C:\\Program Files\\Valve\\Steam\\"
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:dbghelp:EnumerateLoadedModules If this happens, bump the number in mod
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3293
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Steam dies on startup |Steam dies on startup
| |(memstd.cpp 143: assertion
| |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=3293
Summary: Steam dies on startup
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivg2(a)cornell.edu
Bug is not always reproducible - try enough times, and it works eventually.
It's just awfully annoying to be retrying it 15 times to start up.
I realize the output is insufficient - please advise on what else to provide..
err:mmio:MMIO_ParseExtA No . in szFileName: ""
err:mmio:MMIO_ParseExtA No . in szFileName: "C:\\Program Files\\Valve\\Steam\\"
memstd.cpp (143) : Assertion Failed: 0
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
fixme:dbghelp:fetch_thread_info Couldn't open thread 20 (87)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3288
------- Additional Comments From lxtanner(a)yahoo.co.uk 2005-06-09 05:08 -------
I'm sorry, but I can't debug this application right now, because I only use
Linux at home. As I am living at a residential college during school terms, I
won't be back home until October 15th.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3286
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-06-09 05:00 -------
This has been fixed on cvs dt 06-Sept-05
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3279
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mike(a)codeweavers.com
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From mike(a)codeweavers.com 2005-06-09 03:55 -------
Hi Danny,
Could you please send me a +msi trace by running
WINEDEBUG=+msi wine setup_delphi.exe >& 3279.log
then making sure it crashed and exitted and gzip 3279.log and send it to me?
You might also want to retest with the latest Wine CVS.
thanks,
Mike
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3263
------- Additional Comments From marcus(a)jet.franken.de 2005-06-09 02:36 -------
can you sent a unified diff to wine-patches(a)winehq.org please?
diff -u
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2830
------- Additional Comments From marcus(a)jet.franken.de 2005-06-09 02:27 -------
please send this patch to wine-patches(a)winehq.org 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=1833
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From us(a)edmeades.me.uk 2005-05-09 17:42 -------
No reply for >6 months, and no info to proceed with debugging hence closing
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=2201
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|wine: Unhandled exception |wine: Unhandled exception
|(thread 0013), starting |(thread 0013), starting
|debugger... WineDbg starting|debugger... WineDbg starting
|on pid e Can't find file for|on pid e Can't find file for
|ELF 'wine-kthread' ((nil)) |ELF 'wine-kthread'
|WineDbg starting on pid e |((nil))WineDbg starting on
|Can't find file for ELF |pid eCan't find file for ELF
|'wine-kthread' ((nil)) |'wine-kthread' ((nil))
------- Additional Comments From us(a)edmeades.me.uk 2005-05-09 17:35 -------
No reply for >5 months, closing as abandoned. Please reopen if problem
persists, supplying the requested information
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2199
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Summary|Edit Undo operation does not|Edit Undo operation does not
|behave same as MS Windows. |behave same as MS Windows.
------- Additional Comments From us(a)edmeades.me.uk 2005-05-09 17:31 -------
I think this was fixed ages ago. Please reopen if problem persists
cvs dlls\user\edit.c shows:
static BOOL EDIT_EM_Undo(EDITSTATE *es)
{
: /* As per MSDN spec, for a single-line edit control,
the return value is always TRUE */
if( es->style & ES_READONLY )
return !(es->style & ES_MULTILINE);
:
:
return TRUE;
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2197
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From us(a)edmeades.me.uk 2005-05-09 17:27 -------
No update for >12 months, and no hope of debugging without further
information. Please reopen if the problem persists, with additional information
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3064
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From us(a)edmeades.me.uk 2005-05-09 17:26 -------
Code 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 askwar(a)digitalprojects.com 2005-05-09 16:47 -------
I now ran GoogleEarth.exe in winedbg. When pressing Ctrl+C, I get:
Wine-dbg>cont
Ctrl-C: only stopping the first process
First chance exception: ^C in 32-bit code (0x7ffdd3f0).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:7ffdd3f0 ESP:7fbbe3b8 EBP:7fbbe72c EFLAGS:00000246( - 00 - IZP1)
EAX:00000003 EBX:00000007 ECX:7fbbe718 EDX:00000008
ESI:7ff911d4 EDI:7fbbe718
Stack dump:
0x7fbbe3b8: 7ffe7560 7fbbe694 7fbbe3c8 0065006b
0x7fbbe3c8: 00010007 006c0065 7ffc632b b7e9f858
0x7fbbe3d8: 00000000 b7e9f844 b7e9f848 b7e9f820
0x7fbbe3e8: 7fbbe4c8 b7d96bbe 7fbbe410 7ffc6eac
0x7fbbe3f8: 00000050 7fff1de8 7fd65610 00000001
0x7fbbe408: 7fbbe45c 7ffc5b4d 7fd00000 7fd00000
Backtrace:
=>1 0x7ffdd3f0 DbgUserBreakPoint+0x604 in ntdll (0x7fbbe72c)
2 0x7ffdf4e2 NTDLL_wait_for_multiple_objects+0x242 in ntdll (0x7fbbe85c)
3 0x7ffdf5e7 NtWaitForMultipleObjects+0x67 in ntdll (0x7fbbe888)
4 0x7fc866de WaitForMultipleObjectsEx+0xae in kernel32 (0x7fbbe9b8)
5 0x7f4c684c X11DRV_MsgWaitForMultipleObjectsEx+0xfc in winex11.drv (0x7fbbeaf4)
6 0x7fa0b086 MsgWaitForMultipleObjectsEx+0xd6 in user32 (0x7fbbec90)
7 0x7fa0b15f MsgWaitForMultipleObjects+0x3f in user32 (0x7fbbecb0)
8 0x004075e9 in googleearth (+0x75e9) (0x7fbbf2f8)
9 0x00407e27 in googleearth (+0x7e27) (0x7fbbfec4)
10 0x0040ce8d EntryPoint+0x8b in googleearth (0x7fbbff24)
11 0x7fc74726 in kernel32 (+0x44726) (0x7fbbfff4)
12 0xb7eb9fa1 wine_switch_to_stack+0x11 in libwine.so.1 (0x00000000)
0x7ffdd3f0 DbgUserBreakPoint+0x604 in ntdll: pushl %ebp
--
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
askwar(a)digitalprojects.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |askwar(a)digitalprojects.com
------- Additional Comments From askwar(a)digitalprojects.com 2005-05-09 16:41 -------
With Wine 20050830, Google Earth installer hangs at the first "bar", displaying
Installing
C:\...\layout.bin
No output in the term window, from which I started Wine.
I'm using Wine from the Gentoo Portage tree on Gentoo Linux.
--
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=3288
------- Additional Comments From lionel.ulmer(a)free.fr 2005-05-09 15:07 -------
Could you attach to this bug report a +ddraw trace of running this 'winpin.exe'
application ? As I cannot find any way to download a demo, I cannot debug or
test it myself.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3284
------- Additional Comments From wine(a)rauch-webdesign.de 2005-05-09 13:18 -------
Doing both above does not solve it.
I still get the broken icons.
I copied wine_marlett.ttf from /usr/share/fonts/wine/ to
~/.wine/drive_c/windows/fonts and added the key via "wine regedit.exe"
When starting on console, i get a few fixmes, but none are the same
with CAO and PS.
Nevertheless attaching these:
-- CAO Faktura;
rauch@workstation:~/.wine> cd drive_c/Programme/CAO-Faktura/
rauch@workstation:~/.wine/drive_c/Programme/CAO-Faktura> wine CAO32_DB.exe
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS
fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS
-- PS 6.01
rauch@workstation:~/.wine/drive_c/Programme/Adobe/Photoshop 6.0> wine Photoshp.exe
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:font:WineEngRemoveFontResourceEx :stub
fixme:palette:GetICMProfileA (0xf94c, 0x406ee9f4, 0x406ee9f8): partial stub
fixme:palette:GetICMProfileA (0xf958, 0x406ee9fc, 0x406eea00): partial stub
err:ntdll:RtlpWaitForCriticalSection section 0x109a540 "?" wait timed out in
thread 001b, blocked by 0017, retrying (60 sec)
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngRemoveFontResourceEx :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=2830
------- Additional Comments From whitesnake78(a)mail.com 2005-05-09 13:14 -------
Created an attachment (id=1006)
--> (http://bugs.winehq.org/attachment.cgi?id=1006&action=view)
patch against typelib.c 1.167
Patch goes in typelib.c and is attached as a diff file against typelib.c 1.167.
Patch is divided in 3 parts:
1) in MSFT_DoFuncs: "reclength" of the function information record is stored
in a 16 bit int and not in a 8 bit int as previously supposed, using a 0x1ff
mask. Upper 16 bits contains the ordinal number of the function. Allocation of
the "recbuf" must be modified, to support larger data.
2) Supporting a larger number of parameters means that the function "_invoke"
must be updated too. Maybe there is a smarter way than the one i've found.
3) This is a "new" bug I discovered: in ITypeInfo_fnInvoke, after _invoke, when
you copy data back to pVarResult, you must not always do it. Sometimes
pVarResult is passet to the called function, so data is already in the exit
buffer. Check the comment few lines above "If pointer to variant, pass
reference 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=3284
------- Additional Comments From infyquest(a)gmail.com 2005-05-09 12:11 -------
Even this does not fully.
As you cannot see the text,
and we should add the following key to registry to finally fix this bug
[HKCU\Software\Wine\Fonts\Replacements]
"Marlett"="Wine Marlett"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3284
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From richard(a)daijobu.co.uk 2005-05-09 12:04 -------
You need to install the Marlett font.
Putting wine_marlett.ttf in ~/.wine/drive_c/windows/fonts should fix it.
This is probably something wineprefixcreate should do for 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=1703
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From richard(a)daijobu.co.uk 2005-05-09 11:51 -------
No response from reporter, so abandoning.
Running Explorer from a Win98 installation is unlikely to be supported.
If PowerDesigner doesn't work on a current version of Wine, please open a new 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=1832
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From richard(a)daijobu.co.uk 2005-05-09 11:37 -------
Still doesn't work on 20050830
No mouse. Sometimes doesn't start. Blue 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=1836
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From richard(a)daijobu.co.uk 2005-05-09 11:33 -------
*** This bug has been marked as a duplicate of 1832 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1832
------- Additional Comments From richard(a)daijobu.co.uk 2005-05-09 11:33 -------
*** Bug 1836 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=1834
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From richard(a)daijobu.co.uk 2005-05-09 11:16 -------
Installs fine on Wine-20050830
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1852
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From richard(a)daijobu.co.uk 2005-05-09 10:36 -------
wine /nobackup/rowlings/CD/WinBUGS14.exe
installs fine on Wine-20050830, and seems to run well 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=3291
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=3292
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=3290
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.microsoft.com/gam
| |es/dungeonsiege2/downloads.a
| |sp
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=3292
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-05-09 07:28 -------
btw, there is a directory Fonts in the Battlefield directory; it's content is:
BF1942.font standard6.dif Trebuchet MS11.dif Trebuchet MS14.dif Trebuchet
MS18.dif Trebuchet MS8.dif
BF1942.tga standard6.tga Trebuchet MS11.tga Trebuchet MS14.tga Trebuchet
MS18.tga Trebuchet MS8.tga
Copied them too to ~/.wine/drive_c/windows/fonts but didn't 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=3292
Summary: Battlefield 1942 demo:Text in menu's competely
unreadable
Product: Wine
Version: CVS
Platform: Other
URL: http://www.ausgamers.com/files/details/html/2737
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
The attached screenshot says it all....
I tried copying all fonts (*.TTF) from my native windows partition to
~/.wine/drive_c/windows/fonts but to no avail... Anyone could give me a hint?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
Summary: crash in Battlefield 1942 demo:msvcrt-bug?
Product: Wine
Version: CVS
Platform: Other
URL: http://files.ausgamers.com:85/downloads/1125916843/bf194
2_sp_demo.zip
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi i would like to run the battlefield 1942 demo from the website above. It
crashes immediately:
[root@xxxxxxx-z0xdi4y Battlefield 1942 Singleplayer Demo]# wine BF1942.exe
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00b5c770).
In 32 bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:00b5c770 ESP:7fa7f69c EBP:7fa7fac0 EFLAGS:00210246( - 00 -RIZP1)
EAX:00000000 EBX:00000000 ECX:ffffffff EDX:00000000
ESI:00000000 EDI:00000000
Stack dump:
0x7fa7f69c: 7fdde123 7f3e5e8c 7fa7fac0 00000000
0x7fa7f6ac: 7feab1e0 00000000 00c4e900 00000000
0x7fa7f6bc: 7f3f4093 7f3f406e 00002800 00000000
0x7fa7f6cc: 00000000 00000000 7fa7fac0 0082e064
0x7fa7f6dc: 00000000 00c4e998 00c7c8d0 0047b6bc
0x7fa7f6ec: 7fa7fad0 7fa7fad0 0000000a 7bef1b00
Backtrace:
=>1 0x00b5c770 in bf1942 (+0x75c770) (0x7fa7fac0)
2 0x00000000 (0x00000075)
3 0x00000000 (0x00000000)
0x00b5c770: repne scasb %es:(%edi)
I did a +relay,+seh trace. Just before the crash there are several calls to
msvcrt. If i use native msvcrt the program starts up just fine (although there's
a problem with missing fonts--> unreadable text, but i'll file that as another bug).
i'll attach the last part of the trace, just before the crash
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3288
------- Additional Comments From lxtanner(a)yahoo.co.uk 2005-05-09 05:15 -------
One example of a program trying to run in 8 bit colour depth using libGL is
"Arcade Pinball" by GSP running in 640x480 mode (see 'winpin.exe' in the Wine
AppDB).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2899
------- Additional Comments From mcrandello+winebug(a)gmail.com 2005-04-09 20:09 -------
I forgot to mention this is happening with the current cvs, downloaded and
compiled/installed today (09-04-05).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3287
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-04-09 17:24 -------
Leave it open until it is fixed. Furthermore it's far from certain that this bug
is a duplicate of another bug. Just try out cvs once in a while to see if it is
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=3289
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.solitairecity.com
| |/Trial.shtml
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=3287
------- Additional Comments From kilgus(a)fuenfsieben.de 2005-04-09 17:14 -------
Hm, I read the procedure for the regression test - "This is NOT for casual
users". Yes, indeed. ;)
So I think I'll have to wait for a solution. What to do with this bug report
up to then? Change status to "confirmed", close as some kind of duplicate of
http://bugs.winehq.org/show_bug.cgi?id=3241 or what's the usual way to react
in such a case?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Regression: installer fails |Regression: installer fails
|to create installation dir |to create installation
| |dir:the folder name is not
| |valid
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3288
------- Additional Comments From lionel.ulmer(a)free.fr 2005-04-09 16:48 -------
What exactly is the bug here in Wine ? As you already told, Wine cannot change
the depth of the screen due to lack of support for it in XRandR.
Moreover, I do not know any D3D game running in 8 bit mode (the only exception I
know is JK2 which uses 8 bpp for menus (2D) and 16 bpp for the game itself (3D)
- the reason for which I originally added depth conversion to the Wine ddraw
code). So libGL should not be used to do any rendering in 8 bit mode.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3287
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-04-09 16:48 -------
if you don;t have windows license you may not use the native dlls i guess. You
could try to do a regression test http://www.winehq.org/site/docs/wine-devel/x1316
and see if it really was this patch that caused the problems.The only thing you
could do further is , if you found the patch that causes the problems, fix it
yourself, or hope for a quick fix from one of the devellopers :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3287
------- Additional Comments From kilgus(a)fuenfsieben.de 2005-04-09 16:39 -------
Your response was so fast it caused a "mid-air collision" (or the like) with
my next comment I was about to send ... :-)
In the meantime I had understood what you're command does and why I get
the error messages. Can I use this native "comctl32.dll" permanently without
legal implications (I do not own a Windows licence)?
Back to testing: Yes, EC&T installs now, using native comctl32. The
application itself seems to run fine, too. Can I deactivate this theming patch
with an option for ./configure? In that case I'd fetch the source rpm and
prepare the .spec accordingly ...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3289
Summary: dmime AddPort
Product: Wine
Version: 20050830
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damien.doiselet(a)ddmicrolog.org
During the initialisation of one card game (solitaire city) I have an error with
the dmime dll.
WinDbg says me that the error is in performance.c at the line number 514.
But I the error comes previously.
fixme:dmime:IDirectMusicPerformance8Impl_Init (iface = 0x7ffb7ed8, dmusic =
(nil), dsound = (nil), hwnd = 0x20024)
fixme:dmime:IDirectMusicPerformance8Impl_AddPort (0x7ffb7ed8, (nil)): stub
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x4782e06c).
...
=>1 0x4782e06c IDirectMusicPerformance8Impl_AddPort+0x3c(iface=0x7ffb7ed8,
pPort=0x0) [/root/wine-20050830/dlls/dmime/performance.c:514] in dmime (0x7fcbf7f0)
2 0x00428bb6 in solitaire city (+0x28bb6) (0x2029a2f4)
0x4782e06c IDirectMusicPerformance8Impl_AddPort+0x3c
[/root/wine-20050830/dlls/dmime/performance.c:514] in dmime: movl 0x0(%esi),%eax
514 IDirectMusicPort_AddRef (pPort);
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3287
------- Additional Comments From kilgus(a)fuenfsieben.de 2005-04-09 16:14 -------
Thanks for having a look at my problem. I tried your suggestion, here's the
output:
andi@bigmachine:~/downloads/INSTALLIERT/OK> WINEDLLOVERRIDES="comctl32=n" wine
ECTSetup1.19.exe
err:module:import_dll Library comctl32.dll (which is needed by L"Y:
\\downloads\\INSTALLIERT\\OK\\ECTSetup1.19.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Y:
\\downloads\\INSTALLIERT\\OK\\ECTSetup1.19.exe" failed, status c0000135
Hm, I'm a little bit surprised. Any information I can provide or additional
actions I can take that might be useful?
It's a clean installation of the latest stable release of wine - I removed
the .wine directory in my users home and everything in /tmp that smelled
somehow alcoholic ;-) before trying to reinstall my applications. So
everything setup in .wine is a result of what the current release does as soon
as it can't find a directory named ~/.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=3287
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-04-09 15:55 -------
Tried the demo: i can see the problem.
When i try WINEDLLOVERRIDES="comctl32=n" wine ECTSetup.exe the program installs
just fine. Could this also be caused by the theming patch that caused this
regression??:
http://bugs.winehq.org/show_bug.cgi?id=3241
Maybe you could investigate it a bit
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2030
------- Additional Comments From lxtanner(a)yahoo.co.uk 2005-04-09 15:02 -------
You should not even think of using a native Windows 'ADVAPI32.DLL' because it is
a low-level library directly linked to the kernel. I don't think Wine supports
it 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=1008
------- Additional Comments From lxtanner(a)yahoo.co.uk 2005-04-09 14:57 -------
I can tell you that the LDID_SRCPATH is something that installers temporarily
change when looking for INF files. It refers to the contents of the registry key
'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\SourcePath'. This
key is a REG_SZ that is supposed to store the directory that Windows was
originally installed from, but most people use it to cache the location of INF
files (in Windows, when looking for INF files used to install drivers, the value
of this key is at the top of the drop-down list of places to search when you
enter a custom location to look for drivers). This key should contain a path to
use when searching for INF files (e.g. if the contents of the key are
"C:\\WINDOWS\\INF\\OTHER"), then any INF file processed (by
SETUPAPI.InstallHinfSection[A/W] or ADVPACK.LaunchINFSection[Ex]) will be
searched for first in "C:\WINDOWS\INF\OTHER", then in other SETUPX
StandardLDDs). Note that the existence of INF search paths in the registry means
INF files can be called with the directory name stripped off, as long as they
exist in one of SetupX's search paths.
--
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=3288
Summary: Wine cannot change colour depth in DirectX applications
Product: Wine
Version: 20050419
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lxtanner(a)yahoo.co.uk
When a DirectX application requests a change of colour depth, Wine emits the
warning 'Could not change colour depth from <current OS setting> bits to
<setting requested by application> bits' to standard out. This error happens
regardless of whether Wine is using the XRandR extension or XVidMode extension
(the error begins with 'XRandR:' or 'XVidMode:', respectively).
Applications that are strict about the colour depth they use will crash after
the warning is emitted; other applications will carry on running with the colour
depth set on your Linux desktop.
A workaround for this is running the Linux desktop in the colour depth that the
DirectX application starts in. However, the workaround has a major shortcoming
when used for old DirectX applications that want to use 8 bit colour depth:
libGL, that Wine uses to emulate DirectDraw functions, does not support an 8 bit
screen depth. Sometimes, it is possible to run these applications with a higher
colour depth, but it depends on how strictly the application applies its colour
depth.
Unfortunately, this bug could be caused by lack of functionality in the
XRandR/XVidMode extensions (in which case, X.Org would have to be informed). The
other option is that this bug is caused by unimplemented WinAPI features related
to colour depth switching.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3287
Summary: Installation of Easy Cash & Tax fails with "File access
denied"
Product: Wine
Version: 20050830
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kilgus(a)fuenfsieben.de
The application "Easy Cash & Tax" fails to install with latest stable release
of wine - worked with all previous versions of wine I have used so far.
Homepage: http://www.easyct.de/
Demo version: http://easyct.no-ip.org/downloads.php?cat_id=1&download_id=1
(1,798 kB)
The installation stops after all necessary data has been entered (clicking on
"Weiter" all the time is sufficient), the main window reading "Ordner werden
erstellt" (meaning "creating directories") and a separate dialog appearing
"File access denied".
I started "strace -f wine ECTSetup1.19.exe" but couldn't determin by this
command's output, where "access denied" could point at ...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3139
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-04-09 11:05 -------
Compiling wine with option CFLAGS="-m32" fixes the problem on my athlon64. I
think this is not a bug in 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=3285
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-04-09 09:26 -------
This is a duplicate of bug 657 (your application should supply mfc42.dll)
*** This bug has been marked as a duplicate of 657 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=657
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ivg2(a)cornell.edu
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-04-09 09:26 -------
*** Bug 3285 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=3286
Summary: compile error
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hys545(a)dreamwiz.com
make[2]: Entering directory `/home/hys545/wine/dlls/dinput'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -
fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -
Wpointer-arith -O2 -g -march=i386 -o joystick_linuxinput.o
joystick_linuxinput.c
joystick_linuxinput.c: In function `alloc_device':
joystick_linuxinput.c:305: error: `FF_STATUS_STOPPED' undeclared (first use in
this function)
joystick_linuxinput.c:305: error: (Each undeclared identifier is reported only
once
joystick_linuxinput.c:305: error: for each function it appears in.)
joystick_linuxinput.c: In function `joy_polldev':
joystick_linuxinput.c:726: error: `EV_FF_STATUS' undeclared (first use in this
function)
joystick_linuxinput.c: In function `JoystickAImpl_EnumEffects':
joystick_linuxinput.c:1182: warning: unused variable `dei'
joystick_linuxinput.c: In function `JoystickWImpl_EnumEffects':
joystick_linuxinput.c:1266: warning: unused variable `dei'
make[2]: *** [joystick_linuxinput.o] 오류 1
make[2]: Leaving directory `/home/hys545/wine/dlls/dinput'
make[1]: *** [dinput] 오류 2
make[1]: Leaving directory `/home/hys545/wine/dlls'
I use wine-cvs-2006-9-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=3285
------- Additional Comments From ivg2(a)cornell.edu 2005-04-09 04:15 -------
I think the bug should be closed when the dll is implemented.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3285
------- Additional Comments From truiken(a)gmail.com 2005-04-09 03:58 -------
PidGen.dll depends on mfc42.dll and fails to load when it does not exist.
mfc42.dll is not implemented in wine, and AFAIK won't be implemented anytime
soon, if at all. You can use a copy of mfc42.dll from a windows installation
(or wherever you can find it). Either copy the dll to the directory containing
the application executable, or to .wine/drive_c/windows/system. That should
solve the problem. Report back if it does, and we can close 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=3285
------- Additional Comments From infyquest(a)gmail.com 2005-04-09 03:55 -------
I too get these type of error messages with some application that i tested for
replication Audible Manager bugid 3280,3281 it says that it coulnd find a
specified dll to load which is present in that directory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3285
------- Additional Comments From ivg2(a)cornell.edu 2005-04-09 03:38 -------
Yes..there is a PidGen.dll in the same directory.
I just assumed mfc42.dll isn't implemented 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=3285
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Dungeon Siege 2 Demo: |Dungeon Siege 2 Demo:
|pidgen.dll not found [ |pidgen.dll not found [
|missing MFC42.DLL ] |missing MFC42.DLL ]
------- Additional Comments From infyquest(a)gmail.com 2005-04-09 03:34 -------
Is the pidgen.dll present in that directory? If then i think its a bug,
regarding load_dll, import_dll functions
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3285
Summary: Dungeon Siege 2 Demo: pidgen.dll not found [ missing
MFC42.DLL ]
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivg2(a)cornell.edu
The dungeon siege 2 demo will not start, because of this missing
DLL. It is not locating PidGen.dll (part of the demo zip),
because it requires mfc42.dll. After this, the
demo asks for a CD key, which should not happen.
Furthermore the CD key must be entered in groups of 5,
while the cursor jumps to the next group after 3 characters.
Log shows only the mfc42 issue, not the cursor issue:
fixme:imm:ImmGetDefaultIMEWnd (0x10024 - 0x10026 0x7ff2ef70 ): semi-stub
fixme:imm:ImmGetContext (0x10024): stub
fixme:imm:ImmGetContext (0x10024): stub
fixme:imm:ImmReleaseContext (0x10024, 0x7ff2ef70): stub
fixme:imm:ImmGetDefaultIMEWnd (0x1002c - 0x10026 0x7ff2ef70 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x10034 - 0x10026 0x7ff2ef70 ): semi-stub
fixme:imm:ImmGetContext (0x10034): stub
fixme:imm:ImmGetContext (0x10034): stub
fixme:imm:ImmReleaseContext (0x10034, 0x7ff2ef70): stub
fixme:imm:ImmGetDefaultIMEWnd (0x10034 - 0x10026 0x7ff2ef70 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x10034 - 0x10026 0x7ff2ef70 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x1002c - 0x10026 0x7ff2ef70 ): semi-stub
fixme:imm:ImmGetContext (0x10034): stub
fixme:imm:ImmGetContext (0x10034): stub
fixme:imm:ImmReleaseContext (0x10034, 0x7ff2ef70): stub
fixme:imm:ImmGetDefaultIMEWnd (0x10034 - 0x10026 0x7ff2ef70 ): semi-stub
fixme:imm:ImmGetContext (0x10034): stub
fixme:imm:ImmGetContext (0x10034): stub
fixme:imm:ImmReleaseContext (0x10034, 0x7ff2ef70): stub
fixme:imm:ImmGetDefaultIMEWnd (0x10034 - 0x10026 0x7ff2ef70 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x10024 - 0x10026 0x7ff7a948 ): semi-stub
fixme:imm:ImmGetContext (0x10024): stub
fixme:imm:ImmGetContext (0x10024): stub
fixme:imm:ImmReleaseContext (0x10024, 0x7ff7a948): stub
fixme:imm:ImmGetDefaultIMEWnd (0x10034 - 0x10026 0x7ff7a948 ): semi-stub
fixme:imm:ImmGetContext (0x10024): stub
fixme:imm:ImmGetContext (0x10024): stub
fixme:imm:ImmReleaseContext (0x10024, 0x7ff7a948): stub
err:module:import_dll Library MFC42.DLL (which is needed by
L"H:\\DOWN~NTG\\English\\pidgen.dll") not found
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3284
Summary: Weird icons in title bar while windowed
Product: Wine
Version: 20050830
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)rauch-webdesign.de
When a program is started with the option to run in a virtual desktop,
icons in the title bar for minimizing, maximizing and closing show up broken.
Screenshot can be found at
http://www.rauch-webdesign.de/screens/Bildschirmphoto6.png
In my case the programs this occurs are CAO Faktura at http://www.cao-wawi.de as
well as Adobe Photoshop 6.01.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3283
Summary: term titlebar shows up in starcraft now
Product: Wine
Version: 20050725
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bmorris3(a)san.rr.com
I upgraded from wine-20050111-r2 to wine-20050725-r1 (gentoo ebuild) and now
when I run starcraft (fullscreen) if I scroll the cursor up to the top of the
screen, when it gets to the top of the starcraft part of the screen the titlebar
from the term I executed wine from pops up (but just the title bar, not the rest
of the term window). This shows up on the load screens and also in the game,
which makes you unable to scroll the game up as normal (works for all other
directions).
I use fluxbox (0.9.13-r1) and fluxbox makes the current windows under the cursor
the active window btw.
I uninstalled 725 and went back to 111 and the problem goes away.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 |Grand Theft Auto: San
|Andreas - installer freezes |Andreas/Battlefield 2 -
|[ OLE ] |installer freezes [ OLE ]
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3280
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=1129
------- Additional Comments From hallo(a)michael-kaufmann.ch 2005-03-09 06:31 -------
This bug still exists in WINE 20050830.
Dink Smallwood version 1.06 doesn't start in WINE, the patch to version 1.07
is needed (available at Dink Smallwoods's download page). The released source
code corresponds to version 1.07.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.