http://bugs.winehq.org/show_bug.cgi?id=9886
Summary: GeoInfo hangs if trying to select a street for the
second time
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
Created an attachment (id=8378)
--> (http://bugs.winehq.org/attachment.cgi?id=8378)
patch
This is because our DDEML doesn't call the callback after receiving an ACK when
the hMem parameter doesn't match the current transaction hMem. However it
doesn't remove transaction from the queue so only after the first transaction
the callback will be called. This patch removes the transaction from the queue
however it is not fully correct - there may be asynchronous transactions so the
ACK doesn't need to come in the same order as the request were sent. A correct
code should check the whole list of transactions.
--
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=9991
Summary: Can not enable more then two input languages
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel1r(a)gmail.com
When I run windows applications with Wine, I'm only able to write in English.
When I try to write in other language (I tried Russian and Hebrew), input is
either ignored or I see blocks instead of letters, depending on application.
If I set LANG to ru_RU.UTF-8 or he_IL.UTF-8 before starting application, I'm
able to write in two languages (either English and Russian, or English and
Hebrew). There is no way to enable all three languages to work simultaneously.
I'm using Fedora 7 and Gnome desktop. I added both Russian and Hebrew keyboard
layouts in keyboard preferences and I'm able to write in all three languages in
Linux native applications.
--
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=9970
Summary: OPA uses the process id/thread id to generate "random"
temp filenames
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
But if there is no Wine program running in the background then we start a clean
server each time and these number are always the same. OPAS handles very badly
if there is a lot of temporary files from the same "namespace" already and
after killing the program five times (so that it cannot clean the files on
exit) it will refuse to start.
A workaround is to clean the C:\Windows\Temp or to keep a program running in
the background so that the pids are each time different. I'm also not sure if
the problem is in OPAS or in the Visual FoxPro runtime - the error 1410 that
appears is a MS defined error code (
http://msdn2.microsoft.com/en-us/library/aa976055(VS.71).aspx )
--
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=10650
Summary: PhotoFiltre take much time to fill empty a draw
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam050986(a)yahoo.fr
Photofiltre is very slow making a simple color-filling on an image.
Teste yourself :
- Install photofiltre
- Get a new document ( 800*600 for example )
- Fill it black/whatever
- wait 20 seconds
On windows it only take 1 second...
I asked the author, and he told me that the algorythm used is a "classical
recursive algorythm..."
This has been a bug from longtime, and none of other Wine Versions fixed the
bug... :-/
--
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=11115
Summary: "Please do not PASTE logs and back traces" message is
ignored too often
Product: WineHQ Bugzilla
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: jeffzaroyko(a)gmail.com
It could be that the way the Enter Bug page is designed, this message is not
prominent enough for everyone to perceive its importance.
maybe it could be larger to place more emphasis on the message or alternatively
feature a stop sign graphic next to it saying something like "STOP, read this."
--
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=11748
Summary: Adobe Dreamweaver 8 trouble with document root on
external drive?
Product: Wine
Version: 0.9.30.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.stos.org/1/2007/02/07/dreamweaver-on-linux-with-wine/
said there was some problem with setting the document
root to be an external drive (maybe a permissions problem).
Recording here even though I haven't tried it myself yet.
--
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=12212
Summary: DeusEx: regression - running at big resolutions result
in screen shift&crop
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anton(a)korzh.ru
CC: julliard(a)winehq.org
Running DeusEx since 0.9.56 in resolution different to 640x480, results in
incorrect fullscreen positioning and picture cropping to upper-left quarter of
screen in first main menu view. In 0.9.55 is everything ok.
git bisect helped to find a commit which have introduced the regression:
0.9.55-409
winex11: Re-introduce a separate X11 window for the client area of top-level
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=11430
Summary: Applications based on CodeJock Software ToolkitPro fail
with division by zero
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: developers(a)tefnet.pl
ToolkitPro from CodeJock software fails during initial UI drawing with:
wine: Unhandled division by zero at address 0x423325 (thread 0009), starting
debugger...
Sample application can be downloaded from:
http://www.codejock.com/public/download/win32/TabbedViewPro.zip
This makes applications like DIALux
(http://www.dial.de/CMS/English/Articles/DIAL/DIAL.html?ID=1) widely used in
lighting industry 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=11170
Summary: LoadLibrary behaviour is different from the windows one
Product: Wine
Version: 0.9.52.
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hules(a)free.fr
Under wine (version 0.9.52), attempts to open an .exe file with LoadLibrary
fails (with error ERROR_INVALID_ADDRESS), while it succeeds on windows (all
versions):
The following example shows that different behaviour:
(I compiled it with i386-mingw32-gcc ./test.c && cp a.exe b.exe )
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
int main() {
const char *fname = "b.exe";
HMODULE hmod = LoadLibrary(fname);
//HMODULE hmod = LoadLibraryEx(fname_, NULL, LOAD_LIBRARY_AS_DATAFILE);
if (hmod) {
fprintf(stderr, "loaded at %p\n", (void*)hmod);
} else {
fprintf(stderr, "error %x\n", (int)GetLastError());
}
return 0;
}
--
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=11133
Summary: Shade: Wrath of Angels Demo - no graphics drawn in game
Product: Wine
Version: 0.9.52.
Platform: PC
URL: ftp://ftp.gameaholic.com/pub/demos/shade_demo_101.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
wine-0.9.52, Ubuntu 7.10, nVidia FX5200
intro movie plays, menus work, but
Upon starting the first level, there are no visuals, just a black screen, the
game appears to play but nothing but black is on screen.
If you hit ESC, a status bar is drawn, or if you scroll the mouse a small
movement speed graphic is drawn, but nothing else. Attaching +d3d log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.