http://bugs.winehq.org/show_bug.cgi?id=20299
Summary: AutoCAD 2008: No images on buttons from Quick Help
Toolbar
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=24000)
--> (http://bugs.winehq.org/attachment.cgi?id=24000)
Quick Help Toolbar
Problem is showed in attachment. Particularly the images on the buttons
disappeared in Wine 1.1.31. These button are on the right of "Type a question
for help"
I did regression test and that is what I received
c2202929ab4b6d1ce379865dfd8904186814f265 is first bad commit
commit c2202929ab4b6d1ce379865dfd8904186814f265
Author: Joel Holdsworth <joel(a)airwebreathe.org.uk>
Date: Mon Jun 29 19:10:36 2009 +0100
user32: Fixed CURSORICON_CreateIconFromBMI to preserve the alpha channel.
:040000 040000 a16e47d4a4ed568eb8e3fa4f4e84b20b7b7ceffd
b2022d036c05cc39c0ae217a9ba0bb2ffa82dfd9 M dlls
After doing
git show c2202929ab4b6d1ce379865dfd8904186814f265 | patch -p1 -R
I get
patching file dlls/user32/cursoricon.c
Unreversed patch detected! Ignore -R? [n]
Apply anyway? [n]
Skipping patch.
6 out of 6 hunks ignored -- saving rejects to file dlls/user32/cursoricon.c.rej
So I failed to revert this patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20079
Summary: Regression causes WOW to lock up at login screeen
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
> b5b58e423d32666581f69046c74bb19902c35c2b is first bad commit
> commit b5b58e423d32666581f69046c74bb19902c35c2b
> Author: Henri Verbeet <hverbeet(a)codeweavers.com>
> Date: Thu Sep 17 12:35:24 2009 +0200
>
> d3d8: Add a separate function for cube texture initialization.
>
> :040000 040000 8cd1752ed711799ebfb77127de399d527add5415
> 963c6467c8b4367b8a7bd1c1e4eece07937c13d6 M dlls
> [cahrendt@stinky wine-git]$
Latest Wine GIT
went through the regression tests... and got the above..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19798
Summary: unimplemented function
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renaud(a)olgiati-in-paraguay.org
Running the commercial prog guiaslatinas (a phonebook on CD for Paraguay) I get
an wine:
Call from 0x7edee072 to unimplemented function
ntoskrnl.exe.IoReportResourceUsage, abortingerror:
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18632
Summary: libgklayout.dll compiled from mingw fails to load
(.dll from Firefox)
Product: Wine
Version: 1.1.22
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sylvain.pasche(a)gmail.com
This is with wine from git (version wine-1.1.22-51-g85b6189) on Ubuntu 9.04,
32bit.
Steps to reproduce:
- Download Mozilla source from http://hg.mozilla.org/mozilla-central/
- Follow the instructions at
https://developer.mozilla.org/index.php?title=En%2FCross_Compile_Mozilla_fo…
for cross compiling it (I had to do some adjustments to the source in order to
compile).
- copy libgcc_s_sjlj-1.dll in the $objdir/dist/bin directory (required by
mingw).
- Try to load Firefox.
It fails to load, because a required .dll fails to load. The Firefox output is:
*** Registering components in: Apprunner
nsNativeModuleLoader::LoadModule("Z:\home\sypasche\moz\cross\objdir-i686-mingw32\dist\bin_deref\components\gklayout.dll")
- load FAILED, rv: 80004003, error:
Exec format error
The relevant logs:
0009:trace:module:load_native_dll Trying native dll
L"Z:\\home\\sypasche\\moz\\cross\\objdir-i686-mingw32\\dist\\bin_deref\\components\\gklayout.dll"
0009: create_mapping( access=000f0005, attributes=00000000, protect=00000141,
size=00000000, file_handle=00bc, objattr={rootdir=0000,sd={},name=L""} )
0009: create_mapping() = 0 { handle=00c4 }
0009:trace:virtual:NtMapViewOfSection handle=0xc4 process=0xffffffff addr=(nil)
off=000000000 size=0 access=2
0009: get_mapping_info( handle=00c4, access=00000004 )
0009: get_mapping_info() = 0 { size=0a857000, protect=256, header_size=1536,
base=6c140000, mapping=00c8, shared_file=0000 }
0009: get_handle_fd( handle=00c4 )
0009: *fd* 00c4 -> 79
0009: get_handle_fd() = 0 { type=1, removable=0, access=000f0005,
options=00000000 }
0009: close_handle( handle=00c8 )
0009: close_handle() = 0
0009: close_handle( handle=00c4 )
0009: close_handle() = 0
0009:warn:module:load_dll Failed to load module
L"Z:\\home\\sypasche\\moz\\cross\\objdir-i686-mingw32\\dist\\bin_deref\\components\\gklayout.dll";
status=c0000017
status=c0000017 should be STATUS_NO_MEMORY
The resulting binaries load fine on Windows, so there may be some issue on
Wine's side.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18613
Summary: Hero Lab hangs with an invisible message box while
loading Mutants & Masterminds RPG game
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://www.wolflair.com/index.php?context=hero_lab&pag
e=downloads
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=21299)
--> (http://bugs.winehq.org/attachment.cgi?id=21299)
Hero Lab 3.2a backtrace
When using Hero Lab 3.2a to load the Mutants & Masterminds game, the
application hangs at step "Building User Interface..." and winedbg indicates
that the application is trying to show a message box in response to an
exception.
Here are the steps to reproduce the problem:
1. Download and install Hero Lab 3.2a.
2. Skip the informative dialogs, and when asked to perform updates, enter the
update window to download the Mutants & Masterminds game.
3. Import the game, and then dismiss the update window. Load the Mutants &
Masterminds game.
4. The application should hang at the "Building User Interface..." phase.
When frozen, the application has backtrace:
Wine-dbg>bt
Backtrace:
=>0 0xb804442e (0x0030e894)
1 0x7bc71885 NTDLL_wait_for_multiple_objects+0x275(count=1, handles=0x30eb0c,
flags=4, timeout=(nil), signal_object=(nil))
[/home/andrew/wine-git/dlls/ntdll/sync.c:1128] in ntdll (0x0030eab4)
2 0x7bc71b82 NtWaitForMultipleObjects+0x62(count=<register EDI not in topmost
frame>, handles=0x30eb0c, wait_all=0, alertable=<register ESI not in topmost
frame>, timeout=(nil)) [/home/andrew/wine-git/dlls/ntdll/sync.c:1166] in ntdll
(0x0030eae4)
...
11 0x7edd004f MessageBoxExA+0x5f(hWnd=(nil), text="HeroLab.exe has
encountered a problem and needs to close. We are sorry for the
inconvenience...", title="Hero Lab", type=73744)
[/home/andrew/wine-git/dlls/user32/msgbox.c:398] in user32 (0x0030ee44)
13 0x0057f4f7 in herolab (+0x17f4f7) (0x0030f2c8)
The backtrace and relay log are attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18585
Summary: Evil Genius crashes with page fault in d3d9
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergant_ant(a)list.ru
Created an attachment (id=21258)
--> (http://bugs.winehq.org/attachment.cgi?id=21258)
Faillog
The game crashes when moving the camera with error: wine: Unhandled page fault
on read access to 0x00000000 at address 0x7e460813. When the debugger printed
debugging info, the sound continues, the application still stay in black
screen.
This error was received on Debian/sid + wine 1.1.20 Radeon 9600 also on the
Slackware 12.2 + wine 1.1.21/1.1.22 Intel 82G33/G31
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18572
Summary: TCP(iexplore.exe:23945): Application bug, race in
MSG_PEEK.
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toralf.foerster(a)gmx.de
Today I observed within my /var/log/messages :
2009-05-22T17:11:52.023+02:00 n22 TCP(iexplore.exe:23945): Application bug,
race in MSG_PEEK.
2009-05-22T17:11:55.743+02:00 n22 TCP(iexplore.exe:23945): Application bug,
race in MSG_PEEK.
2009-05-22T17:11:56.011+02:00 n22 TCP(iexplore.exe:23945): Application bug,
race in MSG_PEEK.
2009-05-22T17:11:56.093+02:00 n22 TCP(iexplore.exe:23945): Application bug,
race in MSG_PEEK.
2009-05-22T17:12:00.585+02:00 n22 TCP(iexplore.exe:23951): Application bug,
race in MSG_PEEK.
I'm running a stable Gentoo with a vanilla kernel 2.6.29.4.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17731
Summary: Profesor Henry 5.0 doesn't run - a black screen appears
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ryrych(a)gmail.com
hi :)
It's my first entry. All I'm trying to say that I use wine-0.9.58 every day due
to problems with higher versions with Profesor Henry 5.0.
Please take a look:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=6932
a reporter said:
"When you start aplication , you have to
a) wait about 5 secounds ( black screen )
b) switch to different aplication ( ALT+TAB)
c) switch to Profesor Henry Slownictwo 3&4"
but it doesn't work with me or on higher versions of wine then 0.9.58.
The problem with a black screen has appeared since version 1.0.
As far as the Debian is concerned there's no problem as I could compile version
0.9.58. In Gentoo the developers told me that older versions won't be
supported. Additionally compiling "by hand" failed. But in my opinion it's a
bad approach to use many Wine instance at one time.
It would be kind of you to repair it so that higher versions of Wine run
Profesor Henry 5.0. :)
best regards,
Wojciech Ryrych
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17324
Summary: Lotus Notes Client 6.5.5 crashes after some minutes
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toralf.foerster(a)gmx.de
Compared to 1.1.13 if I run LN client longer than - say 10 minutes - it
crashes.
LN gives a popup windows saying it - that's all.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17251
Summary: Torrents renaming each other
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://www.utorrent.pro/AU/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lats(a)yless4u.com.au
Torrents which take on the names of other torrents in the list after being
clicked on just so... Here are the steps:
1. Start with uTorrent showing more than one torrent in a list.
2. Select a torrent in the list.
3. Click once on that selected torrent's NAME FIELD. The field now becomes
editable.
4. Leave it editable, and select a different torrent by clicking anywhere that
other torrent's row.
5. The one JUST clicked on is now renamed to the same name as the FIRST one I
clicked on.
The link below relates to the forum discussion of the issue. I have tested the
scenario and reproduced the problem
http://forum.utorrent.com/viewtopic.php?pid=392247
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.