https://bugs.winehq.org/show_bug.cgi?id=37693
Bug ID: 37693
Summary: No color printing within applications
Product: Wine
Version: 1.7.32
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: powersurge69(a)hotmail.com
Distribution: ---
I recently loaded Linux Mint 17 on my mother's computer and one of the programs
that she likes to use is CreataCard 3. I loaded this program on her machine
using PlayOnLinux and the latest version of Wine and the program almost runs
perfectly. The only issue that it's having is that the cards are printing in
grayscale on her color HP PSC1410 printer. The same thing happened when I
installed Hallmark Card Studio on her machine. Her printer prints full color
images just fine using other Linux programs. I tested it with another printer
and got the same result. I even tried testing it with an older version of
Linux Mint 13 and it still printed in grayscale so this leads me to believe
that it's a Wine issue. I think this is the same issue that was reported in
bug# 8428 that was abandoned.
--
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=15726
Summary: incorrect text background on listview in Paf 5.2
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://ftp.ldscatalog.com/PAF5AllLangs.exe
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cjstimpson(a)utwire.net
In Paf 5.2
In the dialog from Edit/Add -> Individual, the list view has white instead of
transparent backgrounds for the following text on the left side: "PERSONAL:"
"EVENTS:" "OTHER:".
There's also these partial grey backgrounds that show up on the selected row
that aren't supposed to be there.
--
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=31422
Bug #: 31422
Summary: Generate Website fails to display with iexplore
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Classification: Unclassified
Created attachment 41303
--> http://bugs.winehq.org/attachment.cgi?id=41303
Sample generated website
Attempt to load the attached web site results in an error message being display
"It appears that you may have Javascript disabled. ".
If you use native JScript the same error message is displayed.
--
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=26263
Summary: __wine_call_from_regs violates x86 ABI
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart.vanassche(a)gmail.com
Created an attachment (id=33470)
--> (http://bugs.winehq.org/attachment.cgi?id=33470)
Valgrind output
As far as I know x86 applications should not modify data below the stack
pointer. Running the latest (2011-02-27) git version of Wine under Valgrind
results in many "address is just below the stack pointer" complaints. See also
the attachment for the output of the following command:
valgrind --suppressions=wine-memcheck.supp --trace-children=yes
--trace-children-skip=/usr/bin/wineserver
--trace-children-skip-by-arg=wineboot.exe,winemenubuilder.exe,services.exe,winedevice.exe,plugplay.exe,explorer.exe
--vex-iropt-precise-memory-exns=yes --num-callers=32
--fullpath-after=$HOME/software --error-limit=no --gen-suppressions=all wine
notepad
--
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=9493
Summary: Cosmetic Errors when using Default Luna theme from
Windows XP
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smackdat1(a)gmail.com
Created an attachment (id=7842)
--> (http://bugs.winehq.org/attachment.cgi?id=7842)
errors using luna theme
Background for dragbar is black and Frame and Checkbox labelsdo not blend with
the background. Component is just a guess
--
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=40418
Bug ID: 40418
Summary: Doom 4 requires bcrypt AES provider
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
CC: charles.gorand.dev(a)gmail.com
Distribution: ---
Continuation of bug 40406.
fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm L"AES" not supported
--
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=42716
Bug ID: 42716
Summary: IsDebuggerPresent returning TRUE
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: dmpeletronic(a)gmail.com
Distribution: ---
The function above is always returning true, depending on the machine. It seems
that the struct is not initialized correctly.
BOOL WINAPI IsDebuggerPresent(void)
{
return NtCurrentTeb()->Peb->BeingDebugged;
}
Please check the Peb and BeingDebugged initialization.
As consequence, some applications sometimes cannot be run, such as MetaTrader5,
and we get a DialogBox:
“A debugger has been found running in your system. Please unload it from your
memory and restart your program”.
--
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=38064
Bug ID: 38064
Summary: Using alt+enter to fullscreen any rpgmaker XP game
causes keyboard input lose and not fullscreen
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: t_arceri(a)yahoo.com.au
Distribution: ---
Full screen used to work fine in wine-1.7.31 and broke in wine-1.7.31.
Now when I try to go full screen it doesn't take input from the keyboard
meaning I can't exit and have to power off my laptop.
Also it doesn't fullscreen properly just part of the window is redrawn in the
top left.
I've bisected the input issue to this commit:
45d530461bf29c953f5f4532cc0e917b4c4fc296 is the first bad commit
commit 45d530461bf29c953f5f4532cc0e917b4c4fc296
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Thu Nov 13 20:39:25 2014 +0100
wined3d: Minimize device windows on focus loss.
And bisected the drawing issue to:
commit f6dde7062413a1dfdd71acc92c5178ac66f3ade0
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Nov 18 21:26:57 2014 +0100
wined3d: Restore the display mode on focus change.
Example app:
http://www.itsqueeze.com/wp-content/uploads/2015/02/Custom_Mouse_System.tar…
You also need the run time package for Rpgmaker XP:
http://www.rpgmakerweb.com/download/additional/run-time-packages
Just run Game.exe and press alt+enter
--
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=40078
Bug ID: 40078
Summary: With IrfanView copied image detail is horizontally
flipped
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Ulf.Zibis(a)gmx.de
Distribution: ---
Please refer to this bug:
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1540693
--
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=40623
Bug ID: 40623
Summary: DOOM (2016) crashes on launch
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: strider(a)strycore.com
Distribution: ---
The game does not launch at all. From what I understand from the backtrace, it
crashes in something related to xinput1_3.
--
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.