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=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.
http://bugs.winehq.org/show_bug.cgi?id=10660
Summary: title bar buttons incorrectly drawed
Product: Wine
Version: 0.9.50.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mizvekov(a)gmail.com
Created an attachment (id=9476)
--> (http://bugs.winehq.org/attachment.cgi?id=9476)
screenshot demonstrating the problem
All titlebar buttons are beeing drawn as an X, and they are all misaligned too.
--
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=9260
Summary: the font the winecfg id sustitute by chess figures
Product: Wine
Version: 0.9.42.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: agustin.romero(a)gmail.com
Created an attachment (id=7513)
--> (http://bugs.winehq.org/attachment.cgi?id=7513)
winecfg window
I install kchess-elite, but i had a problem with the fonts. later, I invoke
winecfg and the font are lost. I unistall wine this:
apt-get remove --purge wine
and reinstall it, but the problem is the same. I send a pgn file.
--
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=9985
Summary: Formz: Menus are viewable but do not work when selected
Product: Wine
Version: 0.9.46.
Platform: All
URL: http://www.formz.com/downloads/demo_log_in.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tehquickness(a)gmail.com
The user can view the menu but when they select an item, the menu simply closes
and nothing happens.
When viewing menus, the following error is given:
fixme:menu:SetMenuInfo MNS_NOTIFYBYPOS partially implemented
And after selecting a menu item, the following error is given:
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
This severely limits the usability of this otherwise great working program.
This is one of two bugs present in FormZ.
--
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=10263
Summary: ie6 doesn't display non-https embedded pictures
Product: Wine
Version: 0.9.47.
Platform: All
URL: https://uncensored.citadel.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: w.goesgens(a)outgesourced.org
I've installed IES4l, and had this problem. Upgraded to latest wine debs from
wine.org, the problem still is here.
Log into https://uncensored.citadel.org with ie6 in wine.
(create your account for that)
Click on rooms, you will get a list of rooms.
Click on 'Capture this', a warning message about unencrypted embedded content
arises, whether or not one clicks on continue a second message box pops up with
some application warning, and the page is empty.
--
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=9896
Summary: missing minimize box in vb6 application
Product: Wine
Version: 0.9.46.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
Created an attachment (id=8389)
--> (http://bugs.winehq.org/attachment.cgi?id=8389)
the two example programs
These are two very simple VB6 applications, 0x6CA0000.exe and 0x6CE0000.exe
In windows the minimize box is visible, while in wine (Ubuntu 7.04 - wine
0.9.46) the first one doesn't have the box:
0x6CA0000 -> WRONG, the min box doesn't appear
' VB6 form: Border Style: Fixed single (1), Max button = False, Min Button=
True
0x6CE0000 -> RIGHT, the min box appear
' VB6 form: Border Style: Sizable (2), Max button = False, Min Button= True
0x6CE0000 - 0x6CA0000 = WS_THICKFRAME
--
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=9997
Summary: HTML won't diplay in embedded forms
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Charlatat(a)hotmail.com
GoldMine 6.7 won't display any HTML. Logs complain of unimplemented methods in
shdocvw and mshtml.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.