http://bugs.winehq.org/show_bug.cgi?id=17152
Summary: Blizzard Updater complains about javascript being turned
off
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
URL: http://www.worldofwar
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=19021)
--> (http://bugs.winehq.org/attachment.cgi?id=19021)
Screenshot of behaviour.
When patching World of Warcraft, the Blizzard Updater (at least the old one)
complains about Javascript being turned off, instead of showing the patch.html
file embedded in the patcher. See screenshot.
No interesting terminal output, however testing the patcher is a long process
so if a full debug log is needed, just say what to run.
--
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=34366
Bug #: 34366
Summary: Photoshop CS2 fails at the "initializing tools"
windows
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff.artik(a)gmail.com
Classification: Unclassified
Created attachment 45747
--> http://bugs.winehq.org/attachment.cgi?id=45747
Terminal result
When I launch Photoshop CS2, it fails without starting, and stay on
"initializing tools" : http://i.imgur.com/1TZKKuf.jpg
this is a regression, didn't had this problem before.
--
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=13467
Summary: Linking a bug to an application instead of a version
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin.smulders(a)gmail.com
I know of at least 2 programs were bugs apply to all versions (Overlord,
Samsung PC Studio) and I'd like the ability to add them to all versions at
once.
No biggie, just something i thought of.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36338
Bug ID: 36338
Summary: valgrind shows a potential leak in
comcat/tests/comcat.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==20450== 28 bytes in 1 blocks are possibly lost in loss record 161 of 554
==20450== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==20450== by 0x4CAABB8: apartment_getclassobject (compobj.c:526)
==20450== by 0x4CADFC6: get_inproc_class_object (compobj.c:2894)
==20450== by 0x4CB0D2F: CoGetClassObject (compobj.c:3032)
==20450== by 0x4CB14B7: CoCreateInstance (compobj.c:3197)
==20450== by 0x4B48DF5: func_comcat (comcat.c:92)
==20450== by 0x4B4A02C: run_test (test.h:584)
==20450== by 0x4B4A41A: main (test.h:654)
==20450==
--
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=18223
Summary: Grim Fandango: unable to install
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t0p0linik(a)yahoo.it
Created an attachment (id=20730)
--> (http://bugs.winehq.org/attachment.cgi?id=20730)
Small error window during installation
I just can't install the game at all!
I wanted to know how far 1.1.20 is toward to make the game easily enjoyable and
it can't be installed. Why? Furthermore, the error window I get is empty.
I attach a screenshot.
The "STOP" little window appears a couple of times during installation, then
everything reaches the end and the install directory contains only two files:
DeIsL1.isu (uninstaller data file?) and Grim.EXE
So, the game is unusable.
--
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=21060
Summary: MCI open+play .avi hangs
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Perhaps this simple scenario explains one or another hang in some application.
Please use my mci command shell at bug #20232, comment #10 to enter the
following commands:
open z:\...path\to\wine-src\dlls\shell32\searching.avi alias v
play v
Wine hangs.
Alternatively:
open z:\...path\to\wine-src\dlls\shell32\searching.avi alias v
play v wait
does not hang. Use
close v
Ctrl-D to exit the shell.
open z:\...path\to\wine-src\dlls\shell32\searching.avi alias v
window v show
play v
does not hang either.
Supposedly you can use any .avi file of your choice. If you prefer, you can
write a 20 liner C program to send the commands instead of using my shell.
Perhaps there's some race condition? The play command must open a window if
none is present (native does so). "play v wait" shows that Wine can do it too,
yet the "play v" without previously opened window hangs.
BTW, the window that Wine opens for the video is larger than the one native
opens. It looks like there's room reserved to the right for a scrollbar. This
could explain some layout discrepancies in some applications. But that's
another issue.
--
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=27641
Summary: an editor should use the indic font when indic typing
is being done
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fast.rizwaan(a)gmail.com
Created an attachment (id=35341)
--> (http://bugs.winehq.org/attachment.cgi?id=35341)
the hindi characters are shown as boxes
When typing hindi in wine apps, only boxes are shown, it would be nice if wine
could 'use' automatically the language related font (available fonts) and font
substitution from ~/.fonts.conf, at least mangal or arial unicode ms or their
substituion font should be used. It is better than empty boxes. :)
likewise, some indic language fonts only have part of latin characters like
numbers and symbols but not ABCDEFGHIJKLMNOPQRSTUVWXYZ characters, wine should
try to use default font for latin if there are not glyphs avaialble for a
language.
Thanks.
Please see the video and attachment hindi_font_boxes.rtf
http://www.youtube.com/watch?v=uMtwEHp6gvw
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8036
--- Comment #45 from Sebastian Lackner <sebastian(a)fds-team.de> ---
(In reply to Claudio from comment #44)
> I tried already multiple times to raise awareness on this issue, and last
> time a test failed on Windows, as you can see in the comments above, thus
> the patch was ignored.
>
> I do not have access to any Windows machine, so keeping this patch up to
> date for the purpose of keeping the game working is all I can do.
You do not need to have access to a Windows machine to work on Wine. Thats what
the Wine testbots are for: https://testbot.winehq.org/
Register a free account, then you can test your patches (or arbitrary
crosscompiled tests) in an Windows environment.
Please note that the tests should also pass in Wine without any errors. Your
latest patch fixes some issues, but doesn't remove the corresponding todo_wine.
Besides that you do not follow the coding style of the sourrounding code, and
you also use tabs instead of spaces, which is not allowed in the Wine source.
If you're still interested in fixing this upstream, you should make yourself
familiar with the wine test suite / testbot / ..., and then write tests for all
the changes you introduce. Changing all functions in a single patch is also a
bad idea, better split it up in multiple patches, each with a corresponding
test to show that this indeed matches Windows behaviour. Feel free to ask me
(via email or in #wine-staging on IRC) if you need any help for that.
I have added a cleaned up version to Wine Staging:
https://github.com/wine-compholio/wine-staging/blob/master/patches/kernel32…
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8036
--- Comment #44 from Claudio <sick_soul(a)yahoo.it> ---
(In reply to roger from comment #43)
> What's wrong with the patch that you couldnt send it over patches list and
> got merged into upstream?
>
> https://source.winehq.org/patches/
I tried already multiple times to raise awareness on this issue, and last time
a test failed on Windows, as you can see in the comments above, thus the patch
was ignored.
I do not have access to any Windows machine, so keeping this patch up to date
for the purpose of keeping the game working is all I can do.
The fundamental issue is that the windows profile API does not explicitly
mention what happens when section string or key string are the empty string in
the GetPrivateProfileString and WritePrivateProfileString.
In fact, it's nothing special at all (the section "" is a valid section, and
the key "" is a valid key),
but instead wine insists considering section "" and key "" as invalid names for
sections/keys, therefore causing all sorts of data corruption and weird runtime
behavior when running under wine.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8036
roger(a)mailinator.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |roger(a)mailinator.com
--- Comment #43 from roger(a)mailinator.com ---
What's wrong with the patch that you couldnt send it over patches list and got
merged into upstream?
https://source.winehq.org/patches/
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8036
Claudio <sick_soul(a)yahoo.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #50103|0 |1
is obsolete| |
--- Comment #42 from Claudio <sick_soul(a)yahoo.it> ---
Created attachment 50106
--> https://bugs.winehq.org/attachment.cgi?id=50106
patch updated for wine-1.7.27
fixed patch for wine-1.7.27. Tested enough that it should not have surprises.
Have fun, people out there who still play this game like me :)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8036
--- Comment #41 from Claudio <sick_soul(a)yahoo.it> ---
(In reply to Claudio from comment #40)
> Created attachment 50103 [details]
> minimal patch for wine-1.7.27
>
> minimal patch for wine 1.7.27.
>
> There has been some improvement upstream. The only thing missing is to
> consider the section "" as just another section.
I was too quick to fire.. it's broken, I'll try to fix it momentarily.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8036
Sebastian Lackner <sebastian(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sebastian(a)fds-team.de
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8036
--- Comment #40 from Claudio <sick_soul(a)yahoo.it> ---
Created attachment 50103
--> https://bugs.winehq.org/attachment.cgi?id=50103
minimal patch for wine-1.7.27
minimal patch for wine 1.7.27.
There has been some improvement upstream. The only thing missing is to consider
the section "" as just another section.
--
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=27282
Summary: wine cannot execute TDRABCSetup.exe
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. Download the installer
$ wget http://www.95599.cn/update/down/TDRABCSetup.exe
2. start with wine:
$ wine TDRABCSetup.exe
there is no any output, also no any window display.
Typing Ctrl+C can not stop the program, the output is like below:
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
err:ntdll:RtlpWaitForCriticalSection section 0x338198 "?" wait timed out in
thread 0020, blocked by 0009, retrying (60 sec)
Only wineserver -k can stop the program.
--
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=14109
Summary: cannot download gecko with wine iexplore
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
CC: hans(a)it.vu.nl
With today's git, I can no longer install gecko via wine's iexplore. Regression
testing says:
62337044819bbb418f33abcf3869f2b5a915e6cf is first bad commit
commit 62337044819bbb418f33abcf3869f2b5a915e6cf
Author: Hans Leidekker <hans(a)it.vu.nl>
Date: Mon Jun 23 20:58:41 2008 +0200
wininet: Resolve hostname once per connection.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37534
Bug ID: 37534
Summary: 1.7.30 ./configure errors to report
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
Distribution: ---
Hi All,
Scientific Linux 6.5 (RHEL 6.5 clone).
Would your please fix these errors? I have attached my config.log. You will
note in the log that it does indeed find libpng.
Many thanks,
-T
wine-1.7.30]# ./configure --disable-win64
"configure: WARNING: libxrender 32-bit development files not found, XRender
won't be supported."
It is already installed. The "X" is in caps
# rpm -qa libXrender | grep -i i686
libXrender-0.9.8-2.1.el6.i686
"configure: WARNING: No OpenGL library found on this system.
OpenGL and Direct3D won't be supported."
# rpm -qa \*OpenGL\* | grep -i i686
perl-OpenGL-0.62-1.el6.i686
"configure: WARNING: libxslt 3/usr/lib/libXrender.so.12-bit development files
not found, xslt won't be supported."
# rpm -qa \*libxslt\* | grep -i i686
libxslt-1.1.26-2.el6_3.1.i686
libxslt-devel-1.1.26-2.el6_3.1.i686
"configure: WARNING: libpng 32-bit development files not found, PNG won't be
supported."
# rpm -qa \*libpng\* | grep -i i686
libpng-devel-1.2.49-1.el6_2.i686
libpng-1.2.49-1.el6_2.i686
"configure: WARNING: No sound system was found. Windows applications will be
silent."
VLC works fine (pulse audio output)
--
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=34386
Bug #: 34386
Summary: Microsoft Visual Studio Test Agent 2010 Configuration
Tool crash when apply settings is performed
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: omar.mendez(a)flextronics.com
Classification: Unclassified
Created attachment 45774
--> http://bugs.winehq.org/attachment.cgi?id=45774
Error Log File
After the installation of Microsoft Visual Studio Test Agent 2010 a
configuration is performed in order to connect the agent to the proper test
controller, however an error is being thrown when you try to apply settings to
Test Agent.
Unhandled Exception: unimplemented function ntdsapi.dll.DsBindW called in
32-bit code (0x7b83bbd5).
Refer to the attachment for extra details.
--
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=29429
Bug #: 29429
Summary: Installer buttons do not work
Product: Wine
Version: 1.3.35
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=25030
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: altogatto(a)gmail.com
Classification: Unclassified
Created attachment 38091
--> http://bugs.winehq.org/attachment.cgi?id=38091
details from terminal
The Master Genealogist's installer for version 8, buttons do not register that
they have been clicked on so you are unable to install the program.
Also the buttons look different from windows, see the screen shots.
Any suggestions?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=9043
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.32.
--
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=10348
Summary: Every Extend music does not play.
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: febaen(a)gmail.com
When starting Every Extend in Wine, three windows pop up (one after another),
giving the same MCI error, accompanied in the terminal by
"fixme:mci:MCI_LoadMciDriver Couldn't load driver for type L"MPEGVIDEO"."
errors. It also has a small "No Device" window that stays open the entire time
the program is open, which is blank as far as I can see, which the error box
makes me think is connected to the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23375
Summary: Flux Family Secrets: The Rabbit Hole sets gamma to 0
and never restores it
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.bigfishgames.com/download-games/8022/flux-f
amily-secrets-the-rabbit-hole-ce/download.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
To get to this point, you will need to first install ie6 with winetricks to
work around bug 14343.
When Flux Family Secrets: The Rabbit Hole is started, the screen goes black and
only cursors are visible. The screen can be made visible again by running
"xgamma -gamma 1.0".
The game appears to work find once the gamma settings are restored.
--
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=33691
Bug #: 33691
Summary: Directory Opus 10 locks up and crashes
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
Directoy Opus 10 installs fine but it locks up or crashes soon after startup. I
suspect the reason is the following locking stubs which it calls a lot:
fixme:thread:AcquireSRWLockExclusive (0x24aaf1c): stub
fixme:thread:ReleaseSRWLockExclusive (0x24aaf1c): stub
fixme:thread:InitializeSRWLock (0x24ad750): stub
--
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=11582
Summary: Flash 5 Trial hangs when you click "Try"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://download.macromedia.com/pub/flash/esd/flash5-
trial.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Can't try this trial out very well. It installs,
but when you start it, the "Try" button just
locks the app.
--
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=10081
Summary: City of Heroes does not run if asked to use a dual core
processor
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthew.b.gerber(a)gmail.com
If I run CohUpdater.exe with the -renderthread 1 flag to inform it of the
presence of a dual-core processor, the game appears to:
* Enter an endless loop (continually spamming SetLayeredWindowAttributes calls
to the terminal Wine was run from) rather than finishing loading, and
* Mess up at least part of the Wine registry while doing it (graphics settings
are lost after the game and Wine are killed, whereas they're properly saved
after a normal session.
CoH is optimized for dual-core processors; top confirms that it isn't detecting
the dual-core processor on its own under Wine.
OS: Ubuntu 7.0.4
CPU: Intel Core 2 Duo
GPU: nVidia GeForce 6800 Ultra
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37546
Bug ID: 37546
Summary: mshtml: Possible null pointer dereference: post_data
(Cppcheck)
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
[dlls\mshtml\navigate.c:905]: (error) Possible null pointer dereference:
post_data
890 if(!data_len) {
891 GlobalFree(data);
892 post_data = NULL;
893 }else if(post_data != data) {
894 char *new_data;
895
896 new_data = GlobalAlloc(0, data_len+1);
897 if(new_data)
898 memcpy(new_data, post_data, data_len);
899 GlobalFree(data);
900 if(!new_data)
901 return E_OUTOFMEMORY;
902 post_data = new_data;
903 }
904
905 post_data[data_len] = 0;
906 request_data->post_data = post_data;
907 request_data->post_data_len = data_len;
post_data is being set to NULL in line 892, in line 905 it's being used.
--
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=27945
Summary: GdipDrawString LineAlignement does not work .
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m_matsu(a)wind.sannet.ne.jp
Created an attachment (id=35747)
--> (http://bugs.winehq.org/attachment.cgi?id=35747)
output image (Windows and Wine 1.3.25)
When GdipDrawString is called after GdipSetStringFormatLineAlign is called, the
defective operation is caused.
sample (C#)
private void Form1_Paint(object sender, PaintEventArgs e)
{
Graphics g = this.CreateGraphics();
Font font = new Font("Arial", 20);
Brush brush = new SolidBrush(Color.Black);
RectangleF rect = new RectangleF(0, 0, 200, 50);
StringFormat format = new StringFormat();
Pen pen = new Pen(Color.Black);
format.LineAlignment = StringAlignment.Center; // call
GdipSetStringFormatLineAlign
g.DrawString("ABCDE", font, brush, rect, format);
g.DrawRectangle(pen, rect.X, rect.Y, rect.Width, rect.Height);
}
--
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=23380
Summary: WoW trial fails to install, saying it doesn't have
write access to Program Files
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.worldofwarcraft.com/burningcrusade/trial/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
The installer downloads its files, but when trying to install, fails, saying it
doesn't have write access to C:\Program Files\World of Warcraft Trial.
Screenshot/terminal output 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=32293
Bug #: 32293
Summary: Opera: wine uses builtin save file dialog, fails to
save file
Product: Wine
Version: 1.5.18
Platform: x86
URL: http://www.opera.com/browser/download/?os=windows&ver=
12.11&local=y
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spoon0042(a)hotmail.com
Classification: Unclassified
Created attachment 42624
--> http://bugs.winehq.org/attachment.cgi?id=42624
wine console log
wine now uses (what appear to be) built-in file dialogs, and in Opera (both
current version 12.11 and 11.64) when I try to save a file nothing happens. For
example, google "putty ssh download", go the appropriate link, click
"putty.exe". An initial dialog will pop up, with options Run / Save / Cancel /
Help. Click "Save", wine's dialog will come up, click "Save" here. Both dialogs
will go away, and nothing happens. Expected behavior is Opera opening its
"Downloads" tab and saving the file. Attached log with warn+commdlg,warn+shell
(doesn't add much) in a clean wineprefix.
I tried with native commdlg and comdlg32, this crashes with:
wine: Call from 0x7bc4b8a0 to unimplemented function SHELL32.dll.755, aborting
Trying further dlloverrides (comctl32, shell32, shlwapi) just results in
crashes / failing to start.
Right click -> Save to download folder seems to work since it doesn't use the
dialog, I guess. Saving the regular way it's sometimes possible to find things
in the cache (or temporary_downloads if it's an executable and you click Run,
which also doesn't use the dialog) under Local Settings\Application
Data\Opera\Opera but that doesn't help much.
--
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=21222
Summary: Mall Tycoon 2 Deluxe: Page fault on write access
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25492)
--> (http://bugs.winehq.org/attachment.cgi?id=25492)
wine: Unhandled page fault on write access to 0x00000004 at address 0x7bc47aa3
(thread 0009), starting debugger...
Impossible to launch Mall Tycoon 2 Deluxe retail version after install. It just
dies with a page fault, which is 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=18894
Summary: Dungeon Keeper 2 game (animation) speed is too fast
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eluminex(a)gmail.com
Installed version: Dungeon Keeper 2 v1.7
The game speed is too fast for some elements. Scrolling for example is almost
impossible since it is so fast - going from one end of a map to the other in a
second. The animation speed of torches on the walls are also way too fast as
well as smoke animations.
This only happens with hardware acceleration on and therefore suggests this is
a problem related to d3d.
Wine 1.1.23, nVidia 180, Kubuntu 9.04 x64
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37231
Bug ID: 37231
Summary: Set iframe's src failed.
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Created attachment 49503
--> https://bugs.winehq.org/attachment.cgi?id=49503
log+mshtml.txt
wine iexplore
http://jactry.com/HTMLTest/tests/mshtml_HTMLFrameBase_put_src_detached_elem…
---snip---
fixme:mshtml:HTMLFrameBase_put_src detached element
---snip---
--
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=36863
Bug ID: 36863
Summary: Mass Effect 3 [Origin] crash on startup
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: phisig791(a)gmail.com
Created attachment 48956
--> http://bugs.winehq.org/attachment.cgi?id=48956
Backtrace given by wine
Mass Effect 3 will not start
Error exists in 32-bit or 64-bit wine bottle
To duplicate:
Install Origin
Patch Qt5Network.dll
Download Mass Effect 3 (and DLC)
Enable virtual desktop and mouse capture as instructed by WineHQ
Execute 'wine Binaries/Win32/MassEffect3.exe'
Mass Effect will not start, it will just crash with the error 'Unhandled
exception: page fault on read access to 0xfc710040 in 32-bit code
(0xfc710040)'.
It has been suggested that removing/renaming IGO32.DLL will resolve this issue,
however when I tried it Origin failed to start, complaining that IGO32.DLL did
not exist.
Wine build: wine-1.7.20
Platform: i386
Host system: Linux
Host version: 3.13.0-24-generic
--
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=20520
Summary: SolidWorks 2007: Crahses after splashscreen
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=24447)
--> (http://bugs.winehq.org/attachment.cgi?id=24447)
Wine 1.1.32
I'm using Wine 1.1.32 on Fedora 11 i386.
Steps to reproduce:
1) clean ~/.wine
2) winetricks dotnet20 mfc42
3) install SolidWorks2007
4) start SolidWorks2007 and get error message after splashscreen
The crash seems to appear after
err:mshtml:nsChannelBSC_stop_binding RemoveRequest failed: 80004005
Bug can be workarounded by
winetricks ie6
--
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=35804
Bug ID: 35804
Summary: Open file window makes Photoshop CC crash
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeff.artik(a)gmail.com
Photoshop CC runs very well using wine. The only feature that makes Photoshop
CC crash is the "open file" dialog box. All others features are running fine.
To reproduce this bug, simple open a file after installing photoshop.
- Creating a new doc works.
- Drag and drop a picture in Photoshop CC works.
--
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=13968
Summary: 3d graphics are positioned incorrectlly on the screen
Product: Wine
Version: 1.0-rc5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julianlubenov(a)abv.bg
3d graphics in Chessmaster 11 - Grandmaster Edition are positioned so
incorrectly on the screen that they aren't displayed at all or pushed upper and
displayed partially if you are using the 3d desktop in ubuntu. The reason that
the graphics are displayed somehow when you are using 3d desktop is because the
backbuffer is smaller. I think the whole problem is in the
IWineD3DSwapChainImpl_Present function in swapchain.c file in wined3d. The
problem is that handling the pSourceRect and pDestRect parameters (which
control the copying parts from the backbuffer to the window) of the function is
not implemented yet (FIXME("Unhandled present options %p/%p\n", pSourceRect,
pDestRect);).
--
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=28479
Summary: windows7 included programs
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damianatorrpm(a)gmail.com
Hi,
I guess it may have already been reported, but I could not find the bug.
windows7 paint/wordpad/solitaire/other games do not work. They fail with:
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:slc:SLGetWindowsInformationDWORD (L"Shell-InBoxGames-Hearts-EnableGame")
stub
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37622
Bug ID: 37622
Summary: msiexec does not support /update option
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
Distribution: ---
Created attachment 50070
--> https://bugs.winehq.org/attachment.cgi?id=50070
Screenshot, installation failed.
When installing Mixx, a free, opensource and multiplatform DJ software:
http://www.mixxx.org/
installation under WINE fails because unimplemented /update option.
The tool opens its help dialog because this unrecognized option and the
installer of the application just quits after the user clicks on the OK button.
Attached screenshot shows the result on the screen.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36241
Bug ID: 36241
Summary: valgrind shows a leak in comdlg32/tests/printdlg.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==26461== 92 bytes in 1 blocks are definitely lost in loss record 584 of 1,024
==26461== at 0x7BC4C735: notify_alloc (heap.c:255)
==26461== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==26461== by 0x496B93F: test_PrintDlgExW (printdlg.c:391)
==26461== by 0x496CA1E: func_printdlg (printdlg.c:642)
==26461== by 0x496D820: run_test (test.h:584)
==26461== by 0x496DC0F: main (test.h:654)
==26461==
--
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=14666
Summary: [wined3d] volume/volumetex locking implementation
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
Hi there,
this bug should be sort of a "metabug" for fixing the locking behaviour of
volume and volumetexture objects in D3D (version 8 and 9 currently, because 7
and below doesn't have/support volumes).
I already wrote some patches and testcases to fix/illustrate the problem, but
they were rejected on wine-patches. The main problem that the problem should be
adressed much lower in wined3d.
I now post all my current patches here, so other people can take a look.
Some things what are currently not implemented:
(1) locking of volume/volumetex objects always succeeds althoug it shouldn't
- specifying to large lockboxes should fail for example
- some volumes are not lockable at all
(2) creating volumes/volumetextures always succeeds, usage and pool types are
not checked
Only a few things the patches should adress.
I intend on working on this, but I need a bit more input about why and where to
fix this exactly.
Attaching patches now...
Also adding Stefan Dösinger, Henri Verbeet, Alexander Dorofeyev and Roderick
Colenbrander to CC (sry guys *g*, but I'm sure you know where my stuff should
go).
I currently have these DX SDK docs on my system:
version 9, 8, 7 and 6
(someone asked me if I got the 7 SDK)
Greets,
Tobias
--
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=23340
Summary: Winscard : test program : unimplemented function
winscard.dll.SCardIsValidContext and
winscard.dll.SCardReleaseContext
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.linuxunderground.be/compteco/winscard_test.
zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
Created an attachment (id=29078)
--> (http://bugs.winehq.org/attachment.cgi?id=29078)
console output PCSCTest.exe
start wine PCSCTest.exe in Zip test program
--
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.
https://bugs.winehq.org/show_bug.cgi?id=6866
--- Comment #19 from Padrah Zoltan <zoltan.padrah(a)gmail.com> ---
I've tried to reproduce this issue on Xubuntu 14.04, in Virtualbox, with the
wine PPA added to Xubuntu. Wine version has been 1.7.31.
I couldn't reproduce the original graphical corruption anymore. I've tried
clicking around/switching desktops/moving the windows around, both in desktop
mode and also in normal application mode, but CircuitMaker 2000's window has
been correctly repainting, expect one obscure case:
When the window of CircuitMaker 2000 is partially outside in the left direction
of the virtual desktop, then dragging a different window over the virtual
desktop of wine causes graphical corruption on the left part of CircuitMaker
2000's window, at the left part. I'm attaching the screenshot and the terminal
output of wine running CircuitMaker 2000.
Interacting with CircuitMaker 2000's window removes the graphical corruption,
either on some parts of the window (clicking inside) or on the whole window
(moving the window).
Note about the attachment's description: apparently there has been a copy-paste
error, the actual command has been:
$ wine cirmaker.exe &> log.txt
--
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.
https://bugs.winehq.org/show_bug.cgi?id=6866
--- Comment #18 from Padrah Zoltan <zoltan.padrah(a)gmail.com> ---
Created attachment 50092
--> https://bugs.winehq.org/attachment.cgi?id=50092
terminal output from wine 1.7.31
Command has been:
$ wine cker.exe &> log.txt
--
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.
https://bugs.winehq.org/show_bug.cgi?id=6866
--- Comment #17 from Padrah Zoltan <zoltan.padrah(a)gmail.com> ---
Created attachment 50091
--> https://bugs.winehq.org/attachment.cgi?id=50091
Screenshot showing the graphical corruption with wine 1.7.31
The terminal window has been dragged over CircuitMaker 2000's window (in wine's
virtual desktop), first vertially over the left part, and then to the right.
note that only a limited part of the window is filled with garbage, and not
all.
--
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=36943
Bug ID: 36943
Summary: Unhandled exception: page fault on write access to
0x00000014 in 32-bit code (0xb75a101e)
Product: Wine
Version: 0.9.59.
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: james_200122(a)yahoo.com
this error causes a register dump and this in return closes the program or
freezes up the computer
--
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=22910
Summary: Age of Empires III 1.1.3: Unhandled exception: page
fault on write access....
Product: Wine
Version: 1.2-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=28342)
--> (http://bugs.winehq.org/attachment.cgi?id=28342)
Unhandled page fault on write access to 0x000078b8 at address 0x1c78c2 (thread
0009), starting debugger...
Attached is the log. This affects all versions best I can tell, NoCD and
official CD included. This version was patched to latest 1.1.3 and a NoCD exe
applied.
FYI: I followed instructions from the WineAppDB and dumped 3 discs properly
into one folder and execute, install was perfect. If it matters this is also
from the "Complete Collection". :)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=9043
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #20 from Bruno Jesus <00cpxxx(a)gmail.com> ---
(In reply to Bruno Jesus from comment #19)
> (In reply to zippy from comment #18)
> > InDesign CS starts cleanly in wine 1.7.31, no workaround needed :)
>
> Resolving fixed, thanks for testing.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=9043
--- Comment #19 from Bruno Jesus <00cpxxx(a)gmail.com> ---
(In reply to zippy from comment #18)
> InDesign CS starts cleanly in wine 1.7.31, no workaround needed :)
Resolving fixed, thanks for testing.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=9032
zippy <gohabsgo60(a)yahoo.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gohabsgo60(a)yahoo.ca
--- Comment #13 from zippy <gohabsgo60(a)yahoo.ca> ---
still in wine 1.7.31
terminal output still mentions the same unimplemented compression and vfw
stuff.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=9043
zippy <gohabsgo60(a)yahoo.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gohabsgo60(a)yahoo.ca
--- Comment #18 from zippy <gohabsgo60(a)yahoo.ca> ---
InDesign CS starts cleanly in wine 1.7.31, no workaround needed :)
--
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=33775
Bug #: 33775
Summary: Extra track appears it the touhou 8 music room
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: murela_alba(a)abv.bg
Classification: Unclassified
Created attachment 44737
--> http://bugs.winehq.org/attachment.cgi?id=44737
???
Okay, this one is just plain weird. Inside the Imperishable Night music room
there's an extra track at the bottom that shouldn't be there. For one thing the
game only has 21 tracks, for another the text is in Japanese, even in the
English patched version. It's also marked as never listened to, even with
everything cleared. And, yes, I ran the game from the same folder in Windows 7,
and it doesn't appear there.
Using Ubuntu 13.04 (64-bit) with wine 1.5.31.
--
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=28629
Bug #: 28629
Summary: TrackMouseEvent saves tracking data only for last
caller's HWND
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
See this code from dlls/user32/input.c:
/* fill the TRACKMOUSEEVENT struct with the current tracking for the given hwnd
*/
if (ptme->dwFlags & TME_QUERY )
{
*ptme = tracking_info.tme;
/* set cbSize in the case it's not initialized yet */
ptme->cbSize = sizeof(TRACKMOUSEEVENT);
return TRUE; /* return here, TME_QUERY is retrieving information */
}
Although the comment says it works per-hwnd, the code itself doesn't have any
logic concerning hwnd.
This problem makes button theming with hover support work incorrectly in
various cases. The easiest way to see this is as follows:
0. Configure some windowsXP theme, e.g. Luna or Royale
1. Start winecfg
2. Select "Libraries" tab
3. Press Edit (having at least one override)
4. Press Cancel on the dialog
5. Try to hover any button on the winecfg main window - it won't work.
The reason for this not working is that the "Edit Override" dialog's Cancel
button, being hovered, has called TrackMouseEvent for TME_LEAVE, and after
pressing it, it was destroyed, still leaving mouse tracking structure (global,
not per-hwnd, which is the core problem) in TME_LEAVE enabled state. Now, when
Edit or any other button becomes hovered, the structure returned on TME_QUERY
suggests that TME_LEAVE is enabled, so for Edit button's hwnd the timer isn't
set.
So, the solution should be to make tracking_info per-hwnd, instead of global.
--
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=28886
Bug #: 28886
Summary: Window borders aren't themed
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 37114
--> http://bugs.winehq.org/attachment.cgi?id=37114
Screenshot comparing windows and Wine rendering
Some windows even without virtual desktop should have themed borders, and
example is toolwindows. Wine doesn't theme them at all, it's seen in e.g.
GIMP's toolbox.
Of course, in virtual desktop all windows get unthemed borders.
See screenshot: the classically themed toolboxes are in Wine, while in windows
the borders are themed correctly with Royale style.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=5989
--- Comment #13 from Austin English <austinenglish(a)gmail.com> ---
Created attachment 50063
--> https://bugs.winehq.org/attachment.cgi?id=50063
terminal output in wine-1.7.31-99-g5ecea72
--
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.
https://bugs.winehq.org/show_bug.cgi?id=5989
--- Comment #12 from Austin English <austinenglish(a)gmail.com> ---
Still in wine-1.7.31-99-g5ecea72.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37550
Bug ID: 37550
Summary: Textpad 7.4 crashes on installation
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ineuw(a)aei.ca
Distribution: ---
Created attachment 49969
--> https://bugs.winehq.org/attachment.cgi?id=49969
backtrace report of the crash
crashes with an unhadled exception
--
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=19400
Summary: Quicken Will Maker 2007 crashes wine
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Hi All,
Just as soon as you start Quick Will Maker 2007, it crashes. I have included
the following trace from the FAQ
WINEDEBUG=+relay,+seh,+tid wine qwp.exe &> /home/temp/qwp.trace.txt
-T
--
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=28783
Bug #: 28783
Summary: Explorer buttons missing
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.downing(a)guardian-shield.com
Classification: Unclassified
Created attachment 36980
--> http://bugs.winehq.org/attachment.cgi?id=36980
Screen shot 1
Wine explorer does not show buttons under title bar, nor are they active all
the time.
--
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=28403
Summary: PKR.COM bugs
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hanzal.michal(a)gmail.com
Good afternoon,
I am using OpenSuse 11.4.
I installed pkr.com and 90% of buttons had active
part lower than their actuall position on screen.
Whole screen is also little shift to upside. All you can see in
attached file.
I tried New version 1.3.28, and this stable version (1.3.12) and
problem was same.
If I made fullscreen then application stay in windowed mode, but only some
times
blink during changing to fullScreen and you can see in attached file how it is.
After closing pkr.com application Linux didnt change resolution back and 3
icons
of every windows started before, during and after pkr.com was lost.
(3 icons means - Minimalize button, maximalize button and close button (CROSS))
Please try to find this BUG if it is possible, but I believe you :)
With best regards
Michal Hanzal
Paint Engineer
--
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=28389
Summary: Wine crash trying to run "Micro Application Cartes de
Visite 2.0"
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: swami(a)petaramesh.org
Created an attachment (id=36403)
--> (http://bugs.winehq.org/attachment.cgi?id=36403)
Wine crash complete console output
When trying to run "Micro Application Cartes de Visite 2.0" (draw4481.exe),
Wine display a box stating that the application crashed and must be closed.
Additionally, the console from which the program was started displays :
wine: Unhandled page fault on read access to 0x00000050 at address 0x7c1d0943
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000050 in 32-bit code
(0x7c1d0943).
...
(More details in attachment !)
...
Backtrace:
=>0 0x7c1d0943 in mfc71 (+0x90943) (0x0032fcc8)
--
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=28147
Summary: X3-The Threat loading savegames does not work
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frank.henry(a)gmx.net
Created an attachment (id=36066)
--> (http://bugs.winehq.org/attachment.cgi?id=36066)
normal game
Setup:
As per recommandations at
http://appdb.winehq.org/objectManager.php?sClass=version&iId=12888
I got the game up and running, begin able to fly around and trade.
I upgraded the game with the official 1.0 to 2.5 patch from Egosoft.
Ubuntu 11.04 2.6.38-10-generic
wine-1.3.26 (1.3.26-0ubuntu1~ppa1~natty1)
Reproduction:
Start a new game (regardless of 'normal' or 'own'), fly to the space station
and save, then immediately reload.
Result: major failure in X3.EXE
I have attached (trimmed) console outputs. I have only trimmed away all the
redundant information.
I have rated this issue as critical because while you can play the game, you
are unable to load, thus making it not usable.
--
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=24511
Summary: bsnes 0.6.8 video doesn't function properly; freezes
on subsequent run.
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: LordHDL(a)yahoo.com
Created an attachment (id=30938)
--> (http://bugs.winehq.org/attachment.cgi?id=30938)
Normal Output
Video, audio, and input are required for bsnes to function properly. It will
try to initialize these the first time you run it, but fails. It freezes, and
you're forced to quit. The only way to close it when that happens is to quit
X11 altogether. On the next startup, a message appears stating that all
drivers have been disabled, and can be manually set in configuration.
Selecting them in the GUI works fine, and they will work as long as you don't
quit the application. If you do quit and then restart, it will freeze again.
The problem is caused when either Direct3D, OpenGL, or DirectDraw is selected
while you quit the application. Restarting while GDI or Qt-Raster is selected
will not result in a freeze. Furthermore, video and audio playback are
extremely slow.
--
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=21589
Summary: MacOS error from MIDI SetVolume
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=26043)
--> (http://bugs.winehq.org/attachment.cgi?id=26043)
console output during tests
Hi,
The midi tests now in git that will appear with wine-1.1.38 produce a strange
error on MacOS:
err:wave:AudioUnit_GetVolume
AudioUnitGetParameter return an error "\xff\xff\xd5\x8e"
Same error for SetVolume
a) Is dbg_fourcc() really the appropriate method for reporting error codes
there? It rather looks like a small negative number:
-10866 aka. kAudioUnitErr_InvalidScope
b) The same function succeeds when called from waveGetVolume in tests/wave.c on
a wave handle instead of a MIDI one.
Perhaps the MacOS MIDI SW-synth does not support volume settings after all?
Perhaps a more elaborate filter graph would be needed to support variable
volumes? One would then question whether MIDICAPS_VOLUME need be reported at
all in such a case and possibly drop support for Get/SetVolume in midi.c -- or
implement said filter graph.
This is just supposition. I'm not familiar with MacOS programming.
--
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=20411
Summary: X11DRV_AlphaBlend not a dibsection
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sportflieger2004-wbug(a)yahoo.de
Starting a sector of AtcWindows with the option "Transparent Supplementary
Dialogs" checked, prints the following message on the console:
fixme:xrender:X11DRV_AlphaBlend not a dibsection
The transparent message box (for the communication) is not displayed (as is
should) thus leaving you with no initial calls and read backs from the
aircrafts (making controlling the aircrafts impossible).
--
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=28292
Summary: NetViewer.exe with Wine 1.3.27 get in crash
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: livio(a)checasin.com
I receive this one error...:
wine: Unhandled exception 0xc0000417 at address 0x100b0bf2 (thread 0009),
starting debugger...
livio@livio-R530-R730-R540:~$ Process of pid=0008 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
0000000e services.exe
0000001b 0
00000017 0
00000015 0
00000014 0
00000010 0
0000000f 0
00000011 winedevice.exe
00000016 0
00000013 0
00000012 0
00000018 plugplay.exe
0000001c 0
0000001a 0
00000019 0
0000001d explorer.exe
0000001e 0
You must be attached to a process to run this command.
No process loaded, cannot execute 'detach'
--
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=27510
Summary: Darkspore incorrect texture during intro scene
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: web(a)raydenuni.com
Created an attachment (id=35174)
--> (http://bugs.winehq.org/attachment.cgi?id=35174)
Wine version with bug.
In the introduction scene in Darkspore, there is a cryostasis chamber with a
glass front. In wine it is rendered incorrectly with green banding. Have
attached Windows and Wine screenshots.
The game has a demo (http://store.steampowered.com/app/99890/) which is just
the full version of the game with an account that doesn't have the full game.
Unfortunately, you can only reproduce the bug in the intro video which is only
played the first time you play, per account.
Gentoo
Wine 1.3.20
Geforce 580
Windows 7
Geforce 480
--
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=27479
Summary: Acrobat X Pro: fails to install
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=35137)
--> (http://bugs.winehq.org/attachment.cgi?id=35137)
Installation message
Steps to reproduce:
1) remove ~/.wine
2) wine setup.exe
3) next, next, next
4) installation starts
Behaviour:
Installation ends prematurely.
Expected behaviour:
Installation shouldn't end prematurely.
--
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=25102
Summary: Activation of Adobe Acrobat Professional 9 not
possible
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.duelli(a)web.de
Created an attachment (id=31830)
--> (http://bugs.winehq.org/attachment.cgi?id=31830)
Output of wine during
Note: This is not a mere installer problem as described in other Acrobat/Adobe
related reports.
The installation of Adobe Acrobat Professional works completely fine until it
asks for the serial.
Also running Acrobat with the limited 30-days trial functionality just works
fine.
Although I have a valid serial number which is accepted on native Windows XP,
the check for activation simply fails stating that the activation serial number
is not valid.
A possibly related problem might be the inability to install updates. The
download of updates is correctly triggered, but the installation of the update
fails.
--
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=21081
Summary: Wine does not seem to register installed codec for
Final Fantasy 7
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=25285)
--> (http://bugs.winehq.org/attachment.cgi?id=25285)
terminal log
I have set up an installation of Final Fantasy 7 as per the appdb guidelines
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=183).
It requires installation of the TrueMotion2.0 codec.
I have installed the codec via an installer which can be found at
http://www.free-codecs.com/download/ace_mega_codecs_pack.htm (which seems to
crash sometimes - going to file a bug when I know more)
I'm pretty sure it's installed correctly.
Videos still do not play. I did ONCE hear sound but not since :(
After a short period of black for the intro video the 'New Game/Load' option
does appear so it's definitely a problem with the codec.
Installing it worked on Vista.
Log when running ff7.exe 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=20120
Summary: Autocad 2005 Graphic issue with mltext
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deejaypelle(a)gmail.com
Created an attachment (id=23685)
--> (http://bugs.winehq.org/attachment.cgi?id=23685)
image showing the bug
In autocad 2005 ,if you try multiline command, the colour box it is not of the
correct size. Default colour is black i don't know if it should be this. the
font box is blank.
Look the image 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=10753
Summary: Mario Typing 2 doesn't start (certain msvideo functions
unimplemented)
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9602)
--> (http://bugs.winehq.org/attachment.cgi?id=9602)
Crash log
Mario Teaches Typing 2 crashes during execution due to some msvideo functions
not being implemented. Namely "msvideo.dll.ICINSTALL" , "msvideo.dll.ICREMOVE",
and "msvideo.dll.ICIMAGECOMPRESS".
Unfortunately, a demo of this game does not seem to exist. A crash log is
attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27846
Summary: Active Worlds 5.1 3D interface does not integrate.
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mister_a(a)aol.com
Created an attachment (id=35613)
--> (http://bugs.winehq.org/attachment.cgi?id=35613)
Output from terminal
The render window is supposedly separated like that is due to a restriction in
X11 that prevents other controls from being attached to the window. Running it
through MAC OS X with WINE runs fine, so this is ticking off alot of Linux
users who use AW.
--
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=27438
Summary: Express Lister2 for Quicksales installs but won't run
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ewin.campbell(a)gmail.com
Hi, I am a novice to Linux. I am running Ubuntu 10.04 LTS - Lucid. I am in
Australia and am about to use an eBay type online auction called Quicksales.
They have a listing tool called Express Lister2 that you can download and use
offline to setup your auctions the bulk upload them. Wine is great and using it
I have been able to install and run all the windows programs I need. So I
downloaded Express Lister2 and it installed fine. However when I try to run it
either it tries to load, 'spinning cursor', then nothing or I get one or both
of these error messages..
Invalid parameter or There is no Windows program to open this type of file.
The program can be found at..
http://www.quicksales.com.au/services/sellingtools/expresslister2.aspx
Thanks
Ian
--
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=27217
Summary: WM_ACTIVATEAPP message not sent when running in a
virtual desktop
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silas-wine(a)flatline.org.uk
When running a WINE program in a virtual desktop (set to virtual desktop on
winecfg), and if the WINE program is the only program running in the virtual
desktop, the WM_ACTIVATEAPP event is not sent to the program when the virtual
desktop window is focused.
It appears that Wenlin 3 relies on a WM_ACTIVATEAPP event to tell it when its
internal clipboard might be out of date. If it doesn't get the WM_ACTIVATEAPP
event, it will not refresh its clipboard to the OS clipboard, because it
"thinks" that the user has never switched out of it and therefore cannot
possibly have changed the clipboard contents in another app.
I don't know how many other programs have similar behaviour. Therefore I think
WINE should send WM_ACTIVATEAPP when the virtual desktop window is focused.
It's OK when not running on a virtual desktop. However, in Wenlin's case you
may want the virtual desktop if you are using a window manager such as OpenBox,
which sometimes seems to discard keystroke events if they arrive very shortly
after Wenlin's "conversion bar" window has closed. And you may want to use
OpenBox if you're on Ubuntu 11.04, as it seems more stable than the default
Metacity/Mutter window manager which can crash (especially if you use Skype,
but I haven't been able to isolate it well enough to file a Metacity bug).
--
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=27193
Summary: Missing model-parts in Lineage II
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jensm1(a)bbjh.de
in the game "Lineage II", there are some model-parts (e.g. Armor) missing, if
you set the "GPU-animation" option.
The option seems to enable hardware rendering (probably using vertex shaders).
I'll add screenshots of both settings and an error log as soon as possible.
--
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=27131
Summary: Crash in RTFGetToken
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)robots.org.uk
Download the attached MSI file and run 'msiexec /i test.msi'. Press Next and
msiexec should crash.
--
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=20073
Summary: LifeScan OneTouch Diabetes Management Software does
not install/run properly
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.lifescan.com/products/otdms/install/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrej(a)podzimek.org
The installer copies all files successfully. However, database initialization
fails at the end of the installation, spilling out lots of OLE errors.
The application does run, but reports a corrupted database and fails to operate
normally. (That's not surprising.)
The errors reported by the application are (surprisingly, this time) very
similar to thos that can occur on Windows and are mentioned in the FAQ here:
http://www.onetouch.ca/english/faq_detail.asp?f_id=65
I tried to install native msado15.dll and oledb32.dll, but this didn't help at
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=28073
Summary: Photomatix 4.01 can't tonemap a loaded HDR image
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnsankey(a)ncf.ca
Created an attachment (id=35945)
--> (http://bugs.winehq.org/attachment.cgi?id=35945)
Terminal output
Photomatix 4.01 instals fine with Mono already installed. When run, it fails to
load a series of images to build a HDR (just sits there with no action); it
loads an already existing HDR OK but it crashes as below when trying to tonemap
the image.
--
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=27341
Summary: build error: conflicting types for 'int64_t' wine
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arne_bab(a)web.de
I get a build error on Gentoo. This bug is only intended as a pointe to the
Gentoo bug report which already has options for tackling it:
http://bugs.gentoo.org/show_bug.cgi?id=354745
--
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=27305
Summary: Fonts and Anti Alias Problems
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vivanguarda2(a)ig.com.br
Created an attachment (id=34927)
--> (http://bugs.winehq.org/attachment.cgi?id=34927)
Wast onts
I 'm using a new slackware 13.37, wine 1.3.20 and a 17' CRT monitor. After
trying to play a MU Online Game I don´t get solve fonts anti alias
representation issue. Normally, I edit regedit and play the game. But at this
time,, If I use slack 13.1, game run perfectly. Then, what's the operational
relationship between wine fonts and sytem? Can it be a monitor Edid ( dpi or
freq problem )?
HKEY_CURRENT_USER\Software\Wine\X11 Driver
string: ClientSideAntiAliasWithCore value: N
string: ClientSideAntiAliasWithRender value: N
--
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=26377
Summary: [WinInet] Cookies Not Set
Product: Wine
Version: unspecified
Platform: x86
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Techie7(a)Yandex.com
Certain Cookies are not getting set in WINE (using WinInet).
Specific example is attached.
Possible triggers:
Cookie value length (1496 bytes)
--
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=24498
Summary: Trainz 2006: when creating track, ballast and ties not
drawn
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Trainz 2006 displays menu text fine with default settings now
(in fact, turning off xrender now makes the text go away?!).
My son tried it under both Wine-1.3.3 and Windows, and
the only problem he noticed so far is that when creating a new
layout, the track is drawn as dotted lines on Wine and as fully
detailed track on Windows.
--
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=23937
Summary: [The Master Genealogist 4.0d] Perhaps the DPMI free
memory information needs some hard limits.
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=11482
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
(In reply to comment #21 From Andrew Nguyen ) of bug 12874
<snip>
> For the next problem:
>
> fixme:int31:DPMI_xalloc failed to allocate linearly growing memory (2148921344
> bytes), using non-linear growing...
> fixme:int31:DPMI_xalloc failed to allocate any memory of 2148921344 bytes!
> fixme:int31:DPMI_xalloc failed to allocate linearly growing memory (2148511744
> bytes), using non-linear growing...
> fixme:int31:DPMI_xalloc failed to allocate any memory of 2148511744 bytes!
> fixme:int31:DPMI_xalloc failed to allocate linearly growing memory (2148102144
> bytes), using non-linear growing...
> fixme:int31:DPMI_xalloc failed to allocate any memory of 2148102144 bytes!
> ...
>
> For some reason, the application uses the queried DPMI free memory information
> to try to allocate all available memory, and it spends a huge amount of time
> doing this until it crashes. Hacking DPMI_xalloc to reject allocation sizes
> larger than 512 MB (or some reasonable arbitrary value) gets the application to
> start. Perhaps the DPMI free memory information needs some hard limits for
> applications like this one. There are many more issues after this, but that
> would seem to belong in another bug report.
TMG 4.0d freezes and is unresponsive as per Andrews explanation.
--
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=23663
Summary: RollerCoaster Tycoon 3 Platinum mouse disappears after
15 mins
Product: Wine
Version: 1.1.44
Platform: All
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fapage14(a)gmail.com
the mouse disappears after about 15 mins of play.
--
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=20250
Summary: Winemenubuilder or msi mix icons of file associations
in MS Office 2007
Product: Wine
Version: 1.1.30
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bozkar(a)gmail.com
Created an attachment (id=23891)
--> (http://bugs.winehq.org/attachment.cgi?id=23891)
WINEDEBUG=+menubuilder wine setup.exe
Tested MS Office 2007 Home and Student PL Retail, typical install.
icons of files in nautilus, PCMan File Manager etc are inappropriate,
.doc files get MS word create new template icons (or sth like that), .xls get
ms excel backup files icons, etc.
Lot of urelated files, gets icons from MS Office too, i.e. .xspf, .iso, .gp3,
~/sent mailbox file, etc.
wine-1.1.30 from lamaresh.net deb, older versions affected.
--
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=27919
Summary: Miranda+chat.dll (standard group chat plugin) + paste
Cyrillic = \u0412 \u043a\u044d\u0448\u0435
Product: Wine
Version: 1.3.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jl2001(a)inbox.ru
copy Cyrillic text (from Firefox or...) "В кэше Яндекса были найдены: убийца
Кеннеди, чаша Грааля, бозон Хиггса и ВТОРОЙ НОСОК!" paste in chat and inserting
"\u0412 \u043a\u044d\u0448\u0435 \u042f\u043d\u0434\u0435\u043a\u0441\u0430
\u0431\u044b\u043b\u0438 \u043d\u0430\u0439\u0434\u0435\u043d\u044b:
\u0443\u0431\u0438\u0439\u0446\u0430
\u041a\u0435\u043d\u043d\u0435\u0434\u0438, \u0447\u0430\u0448\u0430
\u0413\u0440\u0430\u0430\u043b\u044f, \u0431\u043e\u0437\u043e\u043d
\u0425\u0438\u0433\u0433\u0441\u0430 \u0438
\u0412\u0422\u041e\u0420\u041e\u0419 \u041d\u041e\u0421\u041e\u041a!"
sometimes also occurs when you insert a srmm.dll (standard Miranda message
plugin) but ctrl+z and paste again work good
if I copy Cyrillic text from srmm and paste in chat or Firefox or ... -
inserting Cyrillic good
wine version 1.0-1.3
Miranda version 7.0-9.x
--
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=27794
Summary: Unable to type french accented characters
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukaschmela(a)gmail.com
French is not my locale in Ubuntu, however, I need it in wine applications as
well as in Ubuntu native applications. Using the keyboard shortcut
(Shift+CapsLock), I can change the keyboard layout in Ubuntu to french azerty
and that is also well recognized in wine.
The problem is, that when I try to type a french accented letter (e.g. è,à,ê),
it only types the unaccented equivalent (e,a,e). This happens in Wine's Notepad
as well as in other applications.
--
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=27049
Summary: Quicken 2008 Deluxe tab and help icon display glitches
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)skierpage.com
Created an attachment (id=34482)
--> (http://bugs.winehq.org/attachment.cgi?id=34482)
glitches in tab rendering and search icon
Quicken 2008 Deluxe in Wine 1.3.15-0ubuntu5 has far fewer display glitches than
before, thanks!
I noticed two remaining and attached a screen capture. This is with no Library
overrides, no winetricks, and the Quicken binary qw.exe
set to Windows Version "Windows 98" in winecfg
1. There's a icon next to Search in the search box at top right that appears as
a black rectangle.
2. Visual glitches appear in the row of Quicken tabs, look to the right of the
last tab "[Financial Overview]".
I couldn't find a Windows 98 Quicken 2008 screenshot, but compare with
http://www.thetechbrief.com/wp-content/uploads/2007/10/image1.png.
--
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=26804
Summary: 1.3.18 stop working on Mac OS X 10.6
Product: Wine
Version: 1.3.18
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: manphiz(a)gmail.com
A newly built and installed 1.3.18 on Mac OS X 10.6 doesn't work. Trying to
issue "winecfg" resulted in failure_1.log in attachment. Then I tried to
manually add LD_LIBRARY_PATH and DYLD_LIBRARY_PATH with
"/usr/local/lib:/usr/lib:/lib:/usr/X11/lib" and then winecfg, and it hanged so
I have to kill it. Partial result is in failure_2.log in attachment.
On the other hand, 1.3.17 built with the same condition works out-of-the-box
(without tweaking the *_LIBRARY_PATH environment variables). Build time
configurations are like below:
CFLAGS="$CFLAGS -march=core2 -mtune=core2 -O3"
CXXFLAGS="$CXXFLAGS $CFLAGS"
CPPFLAGS="$CPPFLAGS -I/usr/X11/include"
LDFLAGS="$LDFLAGS -L/usr/X11/lib"
Please let me know if further information is needed.
--
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=24713
Summary: Microgaming Thumper Registration Wizard Failure
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seotaewong40(a)gmail.com
On connecting to Microgaming Thumper casinos (e.g. Crazy Vegas Casino) by
clicking on the CONNECT button, and selecting one of the options, the Online
Registration Wizard will fail with the following:
1) an error message remaining to retry later
2) a long connection
--
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=15601
Summary: Phantasmagoria 1 crashes at startup
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deadlock(a)start.no
When I run Phantasmagoria 1, it will crash right after calling int 31, ax=0001
which is a DPMI interrupt, free LDT descriptor. Which means that it crashes
somewhere around line 882 in file dlls/winedos/int31.c I then commented out
what's between the else { and }. The comment that is already there reads:
/* If a segment register contains the selector being freed, */
/* set it to zero. */
Which probably means that the game tries to use either the DS, ES, FS or GS
segment after it has freed the LDT descriptor. Is this function/interrupt
really supposed to fiddle with DS, ES, FS and GS? I can't see any mention of
that in the DPMI
specifications(http://www.delorie.com/djgpp/doc/dpmi/api/310001.html) and
apparently Windows handles it differently, since it won't crash when I comment
out the lines that reset these segments.
--
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=24971
Summary: Ulead PhotoImpact versions 5 and 10: Launching color
balance dialog freezes program
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jschlueter(a)hush.com
Created an attachment (id=31627)
--> (http://bugs.winehq.org/attachment.cgi?id=31627)
terminal output
Hello,
in all PhotoImpact versions I've tested so far, trying to launch the color
balance dialog freezes the application so that one has to kill it. Triggered by
shortcut Ctrl+L as well as click on toolbar icon for the function, and menu
entry.
I've added the terminal output for PhotoImpact 5 (Ubuntu 9.10, Wine-1.3.4).
Thanks in advance :)
Joerg
--
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=23136
Summary: Jade Dynasty - problem in window mode
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djsholohoff(a)gmail.com
When Jade Dynasty started in window mode, "W" "A" "S" "D" keys doesnot works.
But it works in fullscreen mode. How to fix this problem?
--
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=22529
Summary: Lego Star Wars installer crashes when installing
DirectX
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I noticed this on "Lego Star Wars: The Complete Saga", but I see it mentioned
on the original disc as well in the appdb,
http://appdb.winehq.org/objectManager.php?sClass=version&iId=12828
The crash seems to happen while the game is trying to install Direct X at
the end.
The game seems properly installed in spite of the crash.
--
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=21960
Summary: winetest: can hardly type anything into the tag/email
input forms
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Hi,
the new email address requester is a pain to use because there's no cursor and,
unlike the tag input form, it won't receive the input I type to the keyboard.
So the user becomes desperate about how to be able to start the tests!
It's only after I click "start" (after the error requester) that the requester
shows a reaction to mouse clicks: although no cursor appears, I'm now able to
type in some text.
Actually, this behaviour is almost exeactly that of the tag input requester.
The only difference is that this one typically echoes what I type immediately
after starting Wine. Sometimes no input is accepted there either. Well, its
behaviour appears as broken as the other input requester, but in the past, this
was somehow less of an annoyance: sometimes it accepts input, sometimes not.
What is noteworthy is that the window titles do not show the blue colour
typical of activated windows. They stay grey instead. They stay grey even when
I move the requester to some other location.
Sometimes (with the tag input requester), it echoes my input even though the
title bar is grey.
A cursor appears in rare cases only.
Often enough, the requester appears with a blue color title bar, accept text
yet display no cursor.
A (mostly?) reproduceable way to activate the window and make the cursor appear
is to click "start" with an empty field. The error requester will appear with
the regular blue title bar. Afterwards, the input requester will appear in blue
as well, and a cursor appear after I click into the text entry form.
I'm almot always running winetest inside a virtual desktop. There's not a
single log printed to the terminal.
Actually I already know this behaviour from Ubuntu Linux, but somehow it's more
of a pain on MacOS. I just tested again in the unreleased Ubuntu Lucid: the tag
input form has a grey title bar, shows no cursor but accepts my input. That's
why I did not bother to report this bug in the past.
--
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.