http://bugs.winehq.org/show_bug.cgi?id=29314
Bug #: 29314
Summary: VLC menu bar text is invisible
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
CC: julliard(a)winehq.org
Classification: Unclassified
Regression SHA1: 23c7c0469c34b072c0e6fdf5bbcab547dcc4d912
Created attachment 37911
--> http://bugs.winehq.org/attachment.cgi?id=37911
Screenshot
See screenshot.
This is a regression, and is still present as of wine-1.3.34-202-gb0f704d:
23c7c0469c34b072c0e6fdf5bbcab547dcc4d912 is the first bad commit
commit 23c7c0469c34b072c0e6fdf5bbcab547dcc4d912
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Oct 19 22:07:32 2011 +0200
gdi32: Reimplement GetCharABCWidthsFloat using the integer version.
:040000 040000 9d93e4beb3b477bccdc39e0c9f5f294e9ca1b05d
2fb51c8fd8ac7d0ea09fece17797fb9c7f84beff M dlls
--
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=29229
Bug #: 29229
Summary: There: Invisible text in in-game dialogs/windows (Qt?)
Product: Wine
Version: 1.3.32
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pilota51(a)gmail.com
Classification: Unclassified
Created attachment 37757
--> http://bugs.winehq.org/attachment.cgi?id=37757
Terminal messages from launch of client and immediately exiting.
This is a regression starting at 1.3.32 in the virtual world client "There".
This is still present as of 1.3.34, even though that release fixed similar
issues.
The text is not visible in most dialogs/windows, including IM windows, the
Organizer, exit confirmation dialog, various text entry dialogs, basically any
windows that can be dragged outside of the client window. I think, but not
certain, that it is related to Qt. In text entry dialogs, the cursor can be
seen and it moves when typing. It is worth noting that the windows have
transparency as long as they are completely inside the client window.
Text appears correctly in other areas such as the menu, Communicator (buddy
list), ChangeMe, and elements connected to the 3D world. The buddy list and
ChangeMe looks identical in style to the problem windows, except they are only
rendered inside the client window. I'm certain that most of those elements use
Flash. From my understanding, the developers plan to transition all Flash
elements to Qt shortly after it opens to the public.
The client can be downloaded from http://there.com/download and the issue can
be reproduced without an account by launching the client and then exiting,
where an affected confirmation dialog 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=27283
Summary: can not start IBankWizard.msi installer
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. download the installer
$ wget
https://pbank.95559.com.cn/personbank/download/AssistantDelopy/AssistantIns…
2. start the installer
$ WINEDEBUG=+msi msiexec /i IBankWizard.msi trace:msi:MsiSetInternalUI 00000005
(nil)
trace:msi:MsiInstallProductW L"IBankWizard.msi" (null)
trace:msi:MSI_OpenPackageW L"IBankWizard.msi" 0x32fcdc
trace:msi:MSI_OpenPackageW Copying to local package
L"C:\\windows\\Installer\\3d8.msi"
trace:msi:MSI_OpenPackageW Opening relocated package
L"C:\\users\\fracting\\Temp\\msi3d1.tmp"
trace:msi:MSI_OpenDatabaseW L"C:\\users\\fracting\\Temp\\msi3d1.tmp" #0001
fixme:storage:create_storagefile Storage share mode not implemented.
There is no any window appear, the program will not stop until pressing Ctrl+C.
--
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=33550
Bug #: 33550
Summary: Can't select there's only one item in TreeView if
canceled TVN_BEGINLABELEDIT.
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: orzhvs(a)gmail.com
Classification: Unclassified
Created attachment 44406
--> http://bugs.winehq.org/attachment.cgi?id=44406
WINEDEBUG=+message wine ~/.wine/drive_c/Program\ Files/PremiumSoft/Navicat\
for\ SQL\ Server/navicat.exe 2>&1 | grep -E WM_NOTIFY\|TVN_ > out.txt
In a TreeView control, if the following conditions holds:
1. There's only one item in the tree.
2. The control has bit TVS_EDITLABELS (=0x0008) set in dwExStyle.
3. Returned TRUE when receiving TVN_BEGINLABELEDIT.
The item will never be selected, at least never drawn as selected.
This happens in a database tool Navicat. Try this to reproduce the bug:
1. Download and install Navicat for Sql Server 10.0.0.3 Trail at
http://www.download3k.com/Install-Navicat-The-World-s-best-SQL-Server-GUI-t…
2. Open Navicat, create the only one connection, fill anything in config
dialog, no need to be a real sql server.
3. Try do label-editing on item in the TreeView, by click twice (seperated, not
double-click) on the item. In fact there will be no label-editing, doing this
is to trigger a TVN_BEGINLABELEDIT message.
4. The item will lose selection and will never be selected again.
vim o
hvs@hvsgentoo ~/Desktop $ sha1sum ~/Downloads/navicat100_sqlserver_en.exe
6236f7a402985aeb3d94fa6f86805af8976c2ee8
Return value on TVN_BEGINLABELEDIT is descripted here
http://msdn.microsoft.com/en-us/library/windows/desktop/bb773506(v=vs.85).a…
--
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=24265
Summary: minimized windows disappear
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarekczek(a)poczta.onet.pl
Created an attachment (id=30551)
--> (http://bugs.winehq.org/attachment.cgi?id=30551)
1. from the moment of clicking minimize till the end (wineserver -k)
Some applications on my system disappear totally from the desktop after
minimizing them. It's debian lenny with openbox and fbpanel. I'm going to
illustrate it on the Bridge Base Online app.
Setup: http://online.bridgebase.com/download/bbo_setup.exe
Default install, to C:\Bridge Base Online
Launch app, for example with
wine c:\\Bridge\ Base\ Online\\NetBridgeVu.exe
Don't log in, choose Open Bridge Movie..., open a file 00ittsf8.lin from the
hands subdirectory. Click on a deal below, for example no 110. We are on the
main screen of the app.
Then I can minimize the window, it goes down to the taskbar and is still
visible through Ctrl-Tab. But trying to restore it either from taskbar or from
Ctrl-Tab fails. App is still working, but it's window became inaccessible.
wmctrl doesn't see it too.
I attach logs of relay:
1. from the moment of clicking minimize till the end (wineserver -k)
2. from the moment of min till max (so it's part of no 1)
3. from the moment of max till kill
--
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=20727
Summary: Regression in wine 1.1.30: Characters in Sacred
Underworld invisible
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knipl(a)in.tum.de
Between Wine 1.1.29 and 1.1.30 the characters in Sacred Underworld 2.28 (and
possibly also Sacred) become invisible (usingn Nvidia drivers 190.42). A
regression test showed this commit to be the problem:
2b2fc827ce1f340554cc8d01f6b183d4a5c02114 is first bad commit
commit 2b2fc827ce1f340554cc8d01f6b183d4a5c02114
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Sep 10 16:57:16 2009 +0200
wined3d: Remove unused parameters to drawPrimitive().
:040000 040000 2f0c1b1c48af0ce094ba8cf6fc7b561622aa78a2
715329eb72914885257d2515d4e0c0315a30c651 M dlls
:040000 040000 6e42f98120a878a266a2b2f45ea52e6d53bd15aa
82d71eed45b555649978412a7edecbdedde0ce31 M include
It seems they were not totally unused however ;-)
If someone wishes so then I can give screenshots to illustrate the problem. If
further information is needed just ask.
--
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=31582
Bug #: 31582
Summary: Internet Explorer 8 Fatal Error on Start up
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ramongonzaga11(a)gmail.com
Classification: Unclassified
Created attachment 41530
--> http://bugs.winehq.org/attachment.cgi?id=41530
IE8 backtrace error
Error when starting IE8 on UBUNTU 11.04
--
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=23773
Summary: No application close "cross" icon displayed for
ForteAgent
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivankob4wine(a)gmail.com
Created an attachment (id=29797)
--> (http://bugs.winehq.org/attachment.cgi?id=29797)
no close buuton
Another icon is displayed below but it doesn't close the app.
(see the atatchment)
--
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=34793
Bug #: 34793
Summary: Regression: MSVCRT__invalid_parameter
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lara(a)craft.net.br
Classification: Unclassified
On my last test on wine 1.5.3, Battle City Remake works fine, but now in 1.7.4
I get error:
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the
registry for bias 180, std (d/m/y): 17/02/2013, dlt (d/m/y): 20/10/2013
fixme:win:EnumDisplayDevicesW ((null),0,0x32f478,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f4e8,0x00000000), stub!
err:msvcrt:MSVCRT__invalid_parameter (null):0 (null): (null) 0
wine: Unhandled exception 0xc0000417 in thread 31 at address 0x7b83b43e (thread
0031), starting debugger...
I found same bug here: http://bugs.winehq.org/show_bug.cgi?id=25393
--
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=15256
Summary: Disabling OpenGL output in WinUAE causes crash, possibly
in x11drv_main
Product: Wine
Version: 1.1.4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=16046)
--> (http://bugs.winehq.org/attachment.cgi?id=16046)
Console output on crash
WinUAE is an open source (GPL) emulator of Amiga computers, available from
http://www.winuae.net/.
The output of WinUAE can be rendered using DirectDraw (default), Direct3D or
OpenGL. If WinUAE is set to use OpenGL, disabling the output filter (which
reverts to DirectDraw output) causes WinUAE to crash.
The console output on crashing begins:
fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set
err:ntdll:RtlpWaitForCriticalSection section 0x7d1da4c0 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0019, blocked by 0009, retrying
(60 sec)
wine: Unhandled page fault on read access to 0x000005e0 at address 0x7edfcaa9
(thread 0009), starting debugger...
To demonstrate:
- Run WinUAE
- Select a disk image for drive DF0: in the Floppy drives page, e.g.
rsi1.adf.gz from ftp://ftp.coresystems.de/pub/uae/rsi1.adf.gz
- In the filter page, check the Enable box and select the OpenGL filter.
- Click OK to start the emulation.
- After a few seconds press F12 to bring up the settings window.
- In the Filter page, uncheck the Enable box.
- To work around Wine bug 10643, click in the main window and press F12.
- Click OK to dismiss the settings window. WinUAE crashes.
Attached is the console output on crashing. I can attach a minidump file if
needed.
--
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=31881
Bug #: 31881
Summary: Silverlight 5.x can't individualize
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Depends on: 31589
Classification: Unclassified
After working around Bug #31589 (attachment 41923) Silverlight 4.x is able to
individualize; however, Silverlight 5.x still has problems. It appears to
create the individualization files and then delete them after it fails to
connect to a named pipe:
0059:KERNEL32.CreateFileA(020ab990
"\\\\.\\pipe\\lrpc\\keysvc",c0000000,00000000,00000000,00000003,00000000,00000000)
ret=7e87340e
0059:Ret KERNEL32.CreateFileA() retval=ffffffff ret=7e87340e
This named pipe business is not attempted with Silverlight 4.x, so creating
this pipe would probably do the trick. A little googling finds this
documentation:
http://www.hsc.fr/ressources/articles/win_net_srv/msrpc_cryptsvc.html
--
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=33679
Bug #: 33679
Summary: WordPerfect X6 trial does not install
Product: Wine
Version: 1.5.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erik(a)familiendam.dk
Classification: Unclassified
Created attachment 44584
--> http://bugs.winehq.org/attachment.cgi?id=44584
Trace result from the installation attempt.
Tried installing a trial version of WordPerfect Office X6 I downloaded from
Corel's homepage on 29-may-13. It unpacks the .msi files, but after this it
fails, getting no further. I first tried with wine 1.4.0 since that is what is
provided as default when you install wine on a Ubuntu 12.10 dist, subsequently
I updated it to 1.5.30, but, alas, to no avail - same result.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37872
Bug ID: 37872
Summary: Multiple applications need support for
IHTMLWindow2::open '_self' window name (CompeGPS)
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says.
Example app 'CompeGPS 7.x':
http://we01.compegps.com/download/setup_compeGPSLAND_770.exe
When clicking 'activation' and entering an invalid code, the 'back' button
doesn't work.
Relevant part of trace log:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/CompeGPS
$ WINEDEBUG=+tid,+seh,+relay,+mshtml,+ieframe wine ./CompeGPSLAND.exe >>log.txt
2>&1
...
0023:trace:mshtml:fire_event_obj (0x10709fd0) L"click"
...
0023:trace:mshtml:call_event_handlers L"click" >>>
...
0023:trace:mshtml:dispex_query_interface (0x662dca4)->(IID_IDispatchJS
0x108d968) returning NULL
...
0023:trace:mshtml:HTMLWindow2_QueryInterface (0x662dc70)->(IID_IDispatchEx
0x108d9ac)
0023:trace:mshtml:HTMLWindow2_AddRef (0x662dc70) ref=23
0023:trace:mshtml:WindowDispEx_GetDispID (0x662dc70)->(L"open" 10000001
0x108da20)
0023:trace:mshtml:DispatchEx_GetDispID (0x662dca4)->(L"open" 10000001
0x108da20)
0023:trace:mshtml:HTMLWindow2_Release (0x662dc70) ref=22
...
0023:trace:mshtml:HTMLWindow2_QueryInterface
(0x662dc70)->({719c3050-f9d3-11cf-a493-00400523a8a6} 0x108d8a8)
0023:trace:mshtml:dispex_query_interface (0x662dca4)->(IID_IDispatchJS
0x108d8a8) returning NULL
...
0023:trace:mshtml:HTMLWindow2_QueryInterface (0x662dc70)->(IID_IDispatchEx
0x108d97c)
0023:trace:mshtml:HTMLWindow2_AddRef (0x662dc70) ref=23
0023:trace:mshtml:WindowDispEx_InvokeEx (0x662dc70)->(d 409 1 0x108d8f8 (nil)
0x1061b038 0x1063e608)
0023:trace:mshtml:DispatchEx_InvokeEx (0x662dca4)->(d 409 1 0x108d8f8 (nil)
0x1061b038 0x1063e608)
0023:trace:mshtml:HTMLWindow2_QueryInterface (0x662dc70)->(IID_IHTMLWindow2
0x108d5e4)
0023:trace:mshtml:HTMLWindow2_AddRef (0x662dc70) ref=24
...
0023:trace:mshtml:HTMLWindow2_open (0x662dc70)->(L"?" L"_self" L"" 0 0x108d328)
0023:fixme:mshtml:HTMLWindow2_open Unsupported name L"_self"
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/aa741489%28v=vs.85%29.aspx
--- quote ---
...
name [in, optional]
Type: BSTR
BSTR that specifies the name of the window. This name is used as the value
for the IHTMLAnchorElement::target attribute on a form or an anchor element.
_blank
The url is loaded into a new, unnamed window.
_parent
The url is loaded into the current frame's parent. If the frame has no
parent, this value acts as the value _self.
_self
The current document is replaced with the specified url.
_top
The loaded url replaces any framesets that might be loaded. If there
are no framesets defined, this value acts as the value _self.
--- quote ---
Source:
http://source.winehq.org/git/wine.git/blob/df63590706b0bcd4c114bd551491e25b…
--- snip ---
925 static HRESULT WINAPI HTMLWindow2_open(IHTMLWindow2 *iface, BSTR url, BSTR
name,
926 BSTR features, VARIANT_BOOL replace, IHTMLWindow2 **pomWindowResult)
927 {
928 HTMLWindow *This = impl_from_IHTMLWindow2(iface);
929 HTMLOuterWindow *window = This->outer_window;
...
938 if(!window->doc_obj || !window->uri_nofrag)
939 return E_UNEXPECTED;
940
941 if(name && *name == '_') {
942 FIXME("Unsupported name %s\n", debugstr_w(name));
943 return E_NOTIMPL;
944 }
...
--- snip ---
$ sha1sum setup_compeGPSLAND_770.exe
4fb4de12fa88fc73967d1909e080b47470df4c68 setup_compeGPSLAND_770.exe
$ du -sh setup_compeGPSLAND_770.exe
38M setup_compeGPSLAND_770.exe
$ wine --version
wine-1.7.34
Regards
--
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=19086
Summary: Front Panel Designer: crashes when trying to load
saved files
Product: Wine
Version: 1.1.24
Platform: PC
URL:
http://www.schaeffer-ag.de/en/download/front-panel-des
igner.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dariuskellermann(a)gmx.de
The application crashes (displays error message, becomes unresponsive, error
message cannot be clicked) when trying to load a previously saved front panel
file.
Terminal displays no output(none at all).
--
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=14132
Summary: Incorrect Font Displayed After Install
Product: Wine
Version: 1.0.0
Platform: PC
URL: see Description
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pbronline-wine(a)yahoo.co.uk
Occurs with Corel WordPerfect Office X3 and WordPerfect Office 12.
Start installer. Note font (print snapshot or whatever). Install application,
Quit installer. Start installer again. Font displayed is different.
With WordPerfect Office X3, the effect is obvious as the 'wrong' font is a
symbol font. With WordPerfect Office 12, the 'wrong' font is very narrow (I
think this may have previsouly been reported as <<poor rendering>>).
Problem affects not just the installers but also service packs and the
applications themselves (particularly Presentations). I would expect it
affects all installed applications.
To confirm the problem ...
1. remove all references to Corel installed fonts from system.reg which ever
way you choose but the following works:
cd .wine
mv system.reg system.reg~
sed -e '/TrueType.*C:.*\.TTF/d' -e '/TrueType.*C:.*\.ttf/d' system.reg~ >
system.reg
2. move Corel installed fonts to one side for a moment:
mv drive_c/windows/Fonts drive_c/windows/Fonts.wpo
mkdir drive_c/windows/Fonts
3. Start installer. Font is back to what is was before installation. Quit
installer.
3. Put back a bad font:
cp -p drive_c/windows/Fonts.wpo/WPCO03N_.TTF drive_c/windows/Fonts
4. Start installer. Symbol font makes screen indecypherable.
5. Try other fonts. Not all override the 'good' font. MTEXTRA.TTF and
WPHV04N_.TTF do.
Downloads ?
WordPerfect Office X3:
http://www.corel.com/servlet/Satellite?pagename=uk/ProcessLayout&lc=en&ppg=…
Professional (aka not Trial) Edition is 'fun' to install. See bug 14106.
WordPerfect Office 12:
Not available for download anymore as far as I can tell. Perhaps one of the
nice people who contributed to bug 2547 can help.
Standard (aka not Trial) Edition installs nicely under Wine 1.0.
--
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=11081
Summary: Windows Genuine Advantage Tool crashes on launch
Product: Wine
Version: 0.9.52.
Platform: Other
URL: http://www.microsoft.com/genuine/downloads/Validate.aspx
?displaylang=en&sGuid=68d69b53-5057-4179-b72b-
dfb1e12854f2
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=10101)
--> (http://bugs.winehq.org/attachment.cgi?id=10101)
Terminal output in wine 0.9.52
Windows Genuine Advantage Tool crashes on launch. While obviously not a very
important program to us, it should still run (and fail validation). Backtrace
attached.
--
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=32860
Bug #: 32860
Summary: Adobe Reader 5.0 will not open, period.
Product: Wine
Version: unspecified
Platform: ppc32
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ss12home(a)yahoo.com
Classification: Unclassified
Created attachment 43396
--> http://bugs.winehq.org/attachment.cgi?id=43396
Program Error Details
Wine will not open any windows programs.
I do not have the Windows part of my hard drive usable "on".
I installed Ubuntu first because I did not have the Win-XP code available.
I have not been able to re-install that part since I had the new mother board
put in in June of 12.
I have installed many or all updates.
I have a hard time locating and using certain program that I have installed for
Ubuntu, such as "lexmark-scan-legacy" program that I need to get the drivers
for my printer installed. The programs are somewhere because the Ubuntu
Software Center says they are installed.
My computer works very well considering the programs that just won't work.
Thank you for your help, I know you guys are so busy!! You all do a really
great job, & I love using Ubuntu!
Sincerely,
Mar
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37177
Bug ID: 37177
Summary: I finded it when I was trying to read Quick Start
Guide-MotionDV STUDIO 5.3E LE for DV
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: morcovadrianmihai(a)gmail.com
Created attachment 49416
--> https://bugs.winehq.org/attachment.cgi?id=49416
???????????????????//
????????????????????//
--
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=17342
Summary: Adobe acrobat 5 crash after a splash screen
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: last_deceneu(a)yahoo.com
Created an attachment (id=19377)
--> (http://bugs.winehq.org/attachment.cgi?id=19377)
crash log of acrobat 5
Acrobat is the only reason that I use wine. I seen that only version 5 of
acrobat is working on wine. Currently I updated my suse linux from 11.0 to
11.1. On suse 11.1 I installed wine 1.1.14 and it crashed after displaying a
splash screen, it krash also with 1.1.9. On previous version of suse 11.0 I
used wine 0.9 and worked fine.
I installed acrobat in a clean wine and with winetricks I installed mfc42 and
vcrun2008.
Please give some instructions how to make it work.
--
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=20165
Summary: Ikea Home Planner 2010 crashes or hangs X.
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tshoulihane(a)hotmail.com
Created an attachment (id=23764)
--> (http://bugs.winehq.org/attachment.cgi?id=23764)
Crash log
2010 (2.0.3) version of Ikea home planner. Installs OK, but on adding an itme
to the room layout (for example a door), wine crashes. If run from the programs
menu, X locks up and needs to be restarted.
--
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=13925
Summary: Ikea home planer 2D and 3D graphical views show only
garbage
Product: Wine
Version: 1.0-rc4
Platform: PC
URL: http://www.ikea.com/ms/de_DE/rooms_ideas/splashplanners.
html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)zorglub.s.bawue.de
Created an attachment (id=14043)
--> (http://bugs.winehq.org/attachment.cgi?id=14043)
section of .xsession-errors while IPH was running.
Hello,
the actual version of Wine is 1.0-rc5 but it's not listed yet.
This bug is related to test
http://appdb.winehq.org/objectManager.php?sClass=version&iId=11720&iTesting…
There is not much to add to what I've written there actually, so copy&paste:
Application installs and starts, but all graphical views are completely garbled
(2D and 3D, like a TV without channel), the menus and icons seem to work and do
something but I can't see anything.
# Graphical configuration
Section "Device"
Identifier "Intel Corporation 82Q963/Q965 Integrated Graphics
Controller"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
# glxinfo
[...]
direct rendering: Yes
[...]
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) 965Q 4.1.3002 x86/MMX/SSE2
OpenGL version string: 1.4 Mesa 7.0.3-rc2
[...]
I also attach my .xsession-errors (the part related to when the Ikea program
was running.
Let me know if you need more.
Thanks, Eric
--
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=28827
Bug #: 28827
Summary: Digsby won't start
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: esmuyraro(a)hotmail.com
Classification: Unclassified
The latest version of Digsby won't start. I get this message:
http://img689.imageshack.us/img689/1899/pantallazodel2011102010.png
--
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=26683
Summary: pixmap error ascTimeTables 2010 version
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavloukos(a)gmail.com
I have successfully installed ASC TimeTables in wine 1.2 under Ubuntu 10.04LTS
however whenever I execute the application, it shows the splash screen, then it
shows the environment and suddenly the app terminates unexpectedly with the
following error:
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Value in failed request: 0x0
Serial number of failed request: 31846
Current serial number in output stream: 31870
The same happens with wine 1.3.
Does anyone have any clue on what might be wrong?
--
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=26698
Summary: Dope Wars 2.2 weapon rack text is not drawn correctly
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://www.fileplanet.com/47518/40000/fileinfo/Dope-Wa
rs-2.2
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=33996)
--> (http://bugs.winehq.org/attachment.cgi?id=33996)
Dope Wars 2.2 bad rendering on Wine
When playing Dope Wars 2.2 on wine-1.3.17-173-g6eed4c4, the portion of the game
window that shows the available weapons in the player's inventory has some
distortion that makes the text difficult to read, whereas the text appears
correctly when the game is run on Windows 7. There is no standard error output
of interest.
--
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=34476
Bug #: 34476
Summary: Arx Fatalis crashes on start
Product: Wine
Version: 1.7.1
Platform: x86
URL: http://www.fileplanet.com/85489/80000/fileinfo/Arx-Fat
alis-Demo-%5BEnglish---Updated%5D
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Classification: Unclassified
Regression SHA1: 6325f3ddd8d9922b49608b3afc096eaebada737d
Created attachment 45903
--> http://bugs.winehq.org/attachment.cgi?id=45903
terminal output (Arx Fatalis demo)
This will be probably a dupe of bug #34467, once regression testing is done in
#34467, because terminal output produced by Fallout/Fallout 2 before crashing
is very similar to the one in bug #34467.
Arx Fatalis also crashes on start, can be reproduced with the demo version as
well. The following error message is shown by the game:
"A DDraw object has a non-zero reference
count (meaning it was not properly cleaned up)."
Fallout and Fallout 2 (GOG.com versions) crash when I start a new game, but
with a different backtrace.
The result of the regression testing:
6325f3ddd8d9922b49608b3afc096eaebada737d is the first bad commit
commit 6325f3ddd8d9922b49608b3afc096eaebada737d
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Sep 4 08:56:45 2013 +0200
wined3d: Don't set WINED3DUSAGE_RENDERTARGET on the front buffer.
We never render directly to the front buffer, and in case of e.g. a P8
front
buffer, we would fail surface creation if we were to enforce format
restrictions.
:040000 040000 92c8f800515ead7d435f129ac8d803e95929aca0
66111a39033c6406a011436ee6787f7ae75ee324 M dlls
Reverting the patch on wine-1.7.1-158-g88c2a18 fixes the problem.
Nvidia binary drivers 325.15
--
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.