http://bugs.winehq.org/show_bug.cgi?id=18429
Summary: Printing is weird in educational software
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peterson(a)orkutcidio.org
Hello,
I'm from Brazil and in my English school we were trying to use the software
"Click and Change FC" (I believe it's from Cambridge) but we are not able to
print it because it never prints correctly: eveything on the paper gets messy;
there's a big black box in the middle of it, etc. Our printer is an HP Laserjet
1018.
How can I provide information about printing? Is this a known bug (couldn't
find anything about it)? Thanks =)
--
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=26815
Summary: Mini Golf cannot be played a second time
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://www.myrealgames.com/download-free-games/mini-go
lf/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Starting the first time works but closing and starting up again doesn't
All that happens in the terminal is this
fixme:msxml:domelem_setAttributeNode (0x1319e0)->(0x1319cc 0x32ee14): semi-stub
fixme:msxml:domelem_setAttributeNode (0x131a10)->(0x1319fc 0x32ee14): semi-stub
fixme:msxml:domelem_setAttributeNode (0x1319c0)->(0x131a34 0x32ee30): semi-stub
...........
With Runtime Error! that pops up.
--
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=25312
Summary: WINE needs to support XRandR 1.2
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: owen.riddy(a)gmail.com
Created an attachment (id=32154)
--> (http://bugs.winehq.org/attachment.cgi?id=32154)
A patch to add support for XRandA 1.2. It will break many things.
Wine currently supports XRandR 1.1, which is fine for single-monitor users. It
is bad for multi-monitor users because every time wine tries to change the
resolution it completely mucks everything up, and usually switches off a
monitor, eg, bug 16958 (which is a XRandR problem).
XRandR 1.2 introduced some very major architecture changes (*) to support
multi-monitor setups.
I've attached a badly formatted & crufty patch that implements the required
bits of XRandR 1.2. Some issues remain:
A) Fullscreen applications no longer occupy the whole X Screen - only one
physical screen. Games will need to confine the mouse pointer to that screen to
remain playable, and I don't know where in Wine to do this. This may run afoul
of bug 6971.
B) I'm not certain how this patch might interact with DirectDraw & Direct3D -
it probably breaks the screen co-ordinate assumptions in wine.
I don't think it is worth tidying this patch to the formatting standard
required for Wine until A is dealt with.
The patch includes a lot of garbage included as I tried to work out how ddraw
and xrandr interacted (sorry), and what Xinerama was doing in the mix. The
really important parts are X11DRV_XRandR_Init(void), make_modes(void), int
X11DRV_XRandR_GetCurrentMode(void) and LONG X11DRV_XRandR_SetCurrentMode(int
mode) in xrandr12.c.
(*) http://cgit.freedesktop.org/xorg/proto/randrproto/tree/randrproto.txt -
Sec. 1.2 - wine should be resizing crtc, not the screen.
--
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=25187
Summary: Sandlot games launcher "Play Now" button does nothing
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After patching crypt32 to get past bug 25174, the game fails to launch
when you run the launcher. The log shows
fixme:mshtml:nsURI_GetAsciiHost Use Uri_PUNYCODE_IDN_HOST flag
0[139448]: file chrome://global/content/commonDialog.js, line 49: TypeError:
window.arguments is undefined
0[139448]: file chrome://global/content/commonDialog.js, line 60: TypeError:
gArgs is undefined
0[139448]: file chrome://global/content/commonDialog.js, line 176: TypeError:
gArgs is undefined
fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid 28
winetricks ie6 gets rid of log messages, but the game still doesn't launch.
--
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=20809
Summary: 15 Days: Crash at startup
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jojos_band(a)gmx.net
Created an attachment (id=24926)
--> (http://bugs.winehq.org/attachment.cgi?id=24926)
Wine console output and application's own error handler output
The game 15 days from house of tales crashes with an unhandled page fault. It
initializes the fullscreen loading screen (black background, small CD in the
bottom right edge) and reports an error afterwards. The application itself
catches the error and gives some hints in an error dialog.
I'll attach the console output of wine as well as the error information of the
game itself.
Currently, there is no demo of the game available.
--
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=20170
Summary: Gruntz: Slow down a lot when displaying text
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: miro(a)hroncok.cz
Gameplay slows down a lot, when text is displayed in game window. I mean white
text with information in top left corner or text when writing cheats.
Displaying text in game guides is OK, same as text in classic Windows dialogs.
Steps to reproduce:
For white text in top lef corner:
1. start playing the game (SINGLEPLAYER > QUICKSTART)
2. click the mouse button twice, to actually start playing the game
3. hit F5 to quicksave the game
4. set a name of the game and click on Save
5. OK all the dialogs
6. F5 again
5. the white text appears in top left corner, game slows down until text
disappears
(This may not work in the demo.)
For writing a cheat:
1. start playing the game (SINGLEPLAYER > QUICKSTART)
2. click the mouse button twice, to actually start playing the game
3. hit Enter and write something
4. game slows down
5. hit Enter again
6. game is OK again
It is not playable during the time, game is slowed down. Also I know two
things:
1. Neither CPU or Memory usage goes up during the slow down.
2. There are no errors or text in the terminal during the slow down.
Demo link: http://download.cnet.com/Gruntz-demo/3000-7562_4-10026065.html
PS Sorry, but I didn't test this in any earlier version of Wine, so it is
possible this is happening since ever...
--
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=21487
Summary: hh,exe: Missing icons, problem displaying initial pag
of sample CHM-file
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.istinger(a)gmx.at
CC: michael.istinger(a)gmx.at
When displaying the sample CHM file, the "closed book" and "open book" in
the tree control on the left side of the window are missing.
The right window complains that "the page cannot be displayed".
I have verified that the file displays ok on Windows XP SP3, so
the problem appears to be in my wine setup.
I assume that this may be related to the "err:" messages I receive when running
hh.exe.
I will upload the following material:
a) Sample CHM file
b) output generated from hh.exe
c) sample screenshot showing display on Windows XP SP3.
Is there anything I can do to get hh.exe to display correctly, or is this
a genuine bug that needs to be fixed?
All the best
Michael
--
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=21346
Summary: Ashampoo Slide Show 2010: Slideshow preview window
crashes the app
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://hdlroot01.ashampoo.com/public/ash/0166/ashampoo
_slideshow_studio_2010_1.00_6121.exe
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=25702)
--> (http://bugs.winehq.org/attachment.cgi?id=25702)
Many and Err...
The video preview window in the bottom right of the main window has a play
button. If you click it the entire application hangs.
I've added the url of the trial version for anyone interested in testing it.
--
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=23906
Summary: Starcraft 2 : graphic problem with mission Safe Haven
(save colony)
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=30011)
--> (http://bugs.winehq.org/attachment.cgi?id=30011)
Screenshot
The screen is covered in fog, hence making the mission unplayable. The screen
is fine in Windows. So far, I have experienced this only in the mission Safe
Haven if you save the colony.
Gentoo Linux X64
Nvidia 8800GT
nvidia-drivers 256.35
--
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.