http://bugs.winehq.org/show_bug.cgi?id=28217
Summary: Regression: Worms Armageddon frontend palette rapidly
flickers between normal and messed up
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: muzerakascooby(a)gmail.com
Created an …
[View More]attachment (id=36137)
--> (http://bugs.winehq.org/attachment.cgi?id=36137)
The messed-up palette.
This worked in 1.3.25. WA did not work at all in 1.3.26, producing an error
message on startup.
In 1.3.27, Worms Armageddon's frontend flicks between having a messed up
palette and having a normal palette on many screens. It's still usable, but
very uncomfortable. Ingame appears unaffected.
Presumably also affects Worms World Party, but that is much harder to get
working under wine.
I've fiddled with WA's own palette bug workaround settings (designed for
working around palette issues in Windows Vista and later), all to no effect.
All the usual wine workarounds are enabled in WA (most notably, the Use desktop
window workaround which is required to actually be able to see the frontend).
Configuration of WA has not changed from 1.3.25, when it worked.
I have attached a screenshot of one of the (many? I don't know, it's hard to
tell) messed up states the palette gets in.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13364
Summary: Firefox 3 rc1 displays ROS Explorer FAQ poorly
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.sky.franken.de/explorer/index.html
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The todo list in the ROS …
[View More]Explorer FAQ
is displayed in some odd symbol font.
"View source" shows it's very normal
text, with two css styles: indent list.
http://www.sky.franken.de/explorer/explorer.css
shows that those two styles are
.indent {text-indent: -18.0pt; margin-left: 18.0pt}
.list {font-family: MS Sans Serif; font-size: 80%}
Something makes Firefox pick a very wrong font
in that case.
This is on Gutsy without native msttcorefonts
nor wine corefonts installed.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=26027
Summary: Display ActiveX control of cmbchina online bank needs
function iphlpapi.dll._PfCreateInterface
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
URL of cmbchina …
[View More]online bank:
https://pbsz.ebank.cmbchina.com/CmbBank_GenShell/UI/GenShellPC_EN/Login/Log…
1. install the active control
$ rm -rf ~/.wine
$ wget http://site.cmbchina.com/download/CMBEdit.cab
$ cabextract CMBEdit.cab
$ regsvr32 ~/Wine/zhaoshang/CMBEdit.dll
2. write a html file named DebitCardQueryPwd_Ctrl.html as below:
<object id="DebitCardQueryPwd_Ctrl"
classid="clsid:0CA54D3F-CEAE-48AF-9A2B-31909CB9515D"
codebase="https://site.cmbchina.com/download/CMBEdit.cab#version=1,2,0,1"
width="180px" height="20px"></object>
This is extract from
https://pbsz.ebank.cmbchina.com/CmbBank_GenShell/UI/GenShellPC_EN/Login/Log…
3. host a http server and serve index.html
4. wine iexplore http://0.0.0.0/DebitCardQueryPwd_Ctrl.html
Then get logs like :
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:wtsapi:WTSQuerySessionInformationA Stub (nil) 0xffffffff 16 0x32e7dc
0x32e7d4
Adapters table
wine: Call from 0x7b8397f2 to unimplemented function
iphlpapi.dll._PfCreateInterface@24, aborting
fixme:mshtml:activate_plugin No IQuickActivate
The activex control won't display in IE.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=24840
Summary: PDF Xchange Viewer 2.0.54 Showing a Critical Error
When Saving the PDF file
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: suman(a)theunspokenwords.net
Whenever I modify the file …
[View More]inside PDF Xchange Viewer and try to save it, or
print the doc, it is giving an error and closed down the application. The error
referring that a critical error occur.
Previously I am using Wine 1.2.x So I tried to update it to 1.3.4 still getting
the same error.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=28187
Summary: expand: No usage in wineconsole
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
To reproduce this start the console with 'wine wineconsole cmd' and then type
'expand /?' in the wine …
[View More]console.
The usage will be displayed in the terminal in which you started the
wineconsole instead of in wineconsole itself. This is because expand uses
regular Unix stdio functions like printf() instead of WriteConsole().
See the XCOPY_wprintf() function in programs/xcopy/xcopy.c or the output_*()
functions in programs/net/net.c for a model on how to fix this.
After fixing this, verify that running 'expand /?' still works fine in a
regular xterm or equivalent.
(split off from bug 13861)
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=25575
Summary: Microsoft Flight Simulator X: Deluxe Edition, doesn't
like builtin msxml4
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msxml4
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
On first run, you get an error about msxml4 …
[View More]missing. Terminal only shows:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.MSXML2" (4.20.9818.0)
installing msxml4 from the msi bundled with the dvd works around it. After
that, setting msxml4 to builtin in winecfg works fine, presumably it only wants
to see the sxs assembly, which we don't provide.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=21271
Summary: python's test_socket test hangs
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.python.org
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an …
[View More]attachment (id=25575)
--> (http://bugs.winehq.org/attachment.cgi?id=25575)
test output
Install python and run:
wine 'c:\Python31\python.exe' -m test.test_socket
the test will hang. On Windows XP, passes fine. No terminal output. Python's
output is:
testFamily (__main__.NetworkConnectionAttributesTest) ...
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=25444
Summary: ArcaniA - Gothic 4 requires vcrun2008
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=32385)
--> (http://bugs.winehq.org/attachment.cgi?id=32385)
mscodescan …
[View More]log
Attached is the huge list of functions the game requires.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=17487
Summary: Stage Studio displays a black screen
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
URL: http://www.smashboards.com/showthread.php?t=217759
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: k04jg02(a)gmail.com
The community made …
[View More]level editor for Smash Brother's Brawl, Stage Studio, only
shows a black screen, and prints this to the console over and over:
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
I know it's labeled as a fixme, so someone is aware support is missing, but if
you were waiting for an app as a use case, here you've got one. The app is
free, just follow the URL and download it.
Let me know if any particular traces or logs would be useful.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12917
Summary: Finale 2008 (& Notepad) curly braces and ties not drawn
correctly
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s_chriscollins(a)hotmail.com
Created an attachment (id=12642)
--&…
[View More]gt; (http://bugs.winehq.org/attachment.cgi?id=12642)
Finale 2008 comparative screenshots
Software affected: Finale 2008 family of musical notation products
(http://www.finalemusic.com). The bug has been confirmed with Finale 2008, the
2008a update, and Notepad 2008. This bug most likely affects Printmusic 2008
as well.
Free version: Notepad 2008 can be downloaded for free from
http://www.finalemusic.com/notepad/
Bug report: Curly braces and ties are not properly drawn when running under
Wine. The glitch is also rendered when printing. See the attached
screenshots:
finale2008-wine.png - This is how it renders in Wine
finale2008-winxp.png - This is how it should look
Resolution attempts: I have tried both Windows XP and Vista modes in Wine, and
I have tried running it in "virtual desktop" mode, none of which made any
difference. I also deleted the .wine folder in my home directory, which didn't
help either.
--
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.
[View Less]