https://bugs.winehq.org/show_bug.cgi?id=39185
Bug ID: 39185
Summary: GetPath fails to return the path when using Metafile
DC.
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 52232
--> https://bugs.winehq.org/attachment.cgi?id=52232
Tests
The attached patch highlights that when using a metafile DC,
GetPath should return a valid path.
--
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=35847
Bug ID: 35847
Summary: wined3d does not recognize cards newer than GTX 770
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: rmlipman(a)gmail.com
Created attachment 47861
--> http://bugs.winehq.org/attachment.cgi?id=47861
patch for 780 ti
I have a partial patch that adds for GTX 780 Ti
To make this more complete, support for GTX 780, Titan, and Titan Black should
also be added. Bug 32694 also references GTX 690 so there may be even more that
aren't accounted for.
Information can be found at
select_card_nvidia_mesa (NV## codenames)-
http://nouveau.freedesktop.org/wiki/CodeNames/
This is the search I used to get the device ID for my card (wined3d_private.h)-
http://www.techpowerup.com/vgabios/index.php?architecture=NVIDIA&manufactur…
--
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=17524
Summary: k-meleon crash on startup (Unhandled page fault)
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://kmeleon.sourceforge.net/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)gringer.org
Created an attachment (id=19632)
--> (http://bugs.winehq.org/attachment.cgi?id=19632)
Crash on starting of program
Using the non-installer version of k-meleon, the program crashes on startup.
Steps to reproduce:
1) Download K-Meleon1.5.2en-US.7z from website
(http://kmeleon.sourceforge.net/download.php), and unzip into some directory:
~/install/kmeleon/program$ 7z x K-Meleon1.5.2en-US.7z
2) Dowload installer version (K-Meleon1.5.2en-US.exe) from website, and extract
msvcp71.dll and msvcr71.dll files:
~/install/kmeleon/program$ 7z x ~/install/wine/K-Meleon1.5.2en-US.exe ms*.dll
3) Run k-meleon.exe and observe crash
This follows the portable workflow mentioned on the kmeleon wiki:
http://kmeleon.sourceforge.net/wiki/KMPortable
What should happen:
3) k-meleon doesn't crash.
A log of the crash has been attached.
--
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=40853
Bug ID: 40853
Summary: WeatherSmart 1.8 crashes on startup
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: hid
Assignee: wine-bugs(a)winehq.org
Reporter: mattatbolberry(a)gmail.com
Distribution: ---
Created attachment 54849
--> https://bugs.winehq.org/attachment.cgi?id=54849
WeatherSmart 1.8 startup crash backtrace
WeatherSmart 1.8 crashes on startup - according to attached back trace it
appears to related to hid.dll HidD_GetAttributes.
--
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=37128
Bug ID: 37128
Summary: Clang Static Analyzer: Uninitialized variable in a
condition
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
Clang Static Analyzer identifies Uninitialized variable in a condition
File: dlls/atl110/../atl/atl_ax.c
Location: line 1092, column 10
Description: Branch condition evaluates to a garbage value
HRESULT
WINAPI AtlAxCreateControlEx(LPCOLESTR lpszName, HWND hWnd,
IStream *pStream, IUnknown **ppUnkContainer,
IUnknown **ppUnkControl, REFIID iidSink, IUnknown *punkSink)
{
...
IUnknown *pContainer;
...
hRes = AtlAxAttachControl( pUnkControl, hWnd, &pContainer );
if ( FAILED( hRes ) )
WARN("cannot attach control to window\n");
...
if ( pContainer ) //<==
//Clang: Branch condition evaluates to a garbage value
IUnknown_Release( pContainer );
return S_OK;
}
The uninitialized variable pContainer is used in the condition after the call
of AtlAxAttachControl. This function's description is given below.
HRESULT
WINAPI AtlAxAttachControl(IUnknown *control, HWND hWnd,
IUnknown **container)
{
HRESULT hr;
...
if (!control)
return E_INVALIDARG;//<==
hr = IOCS_Create( hWnd, control, container );
return hWnd ? hr : S_FALSE;
}
In this code, the E_INVALIDARG value may be returned before initializing the
container variable. It will result in the AtlAxCreateControlEx function
generating the warning and going on to work with the uninitialized variable.
--
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=39091
Bug ID: 39091
Summary: Installing Lync Web App in Wine/Firefox
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: staal1978(a)gmail.com
Distribution: ---
Lync Web app requires Windows version >7 (set in winecfg)
most likely this will be the same for "Skype for Business" web app
Visit a page seving an invitation for a Lync meeting (can be found via Google,
or if you have your own invitation)
Firefox will crash due to unimplemented functions in mfplat.dll
Download native mfplat.dll from somewhere and Firefox will not crash and the
page will load and allow you to download
LWAPlugin32BitInstaller.msi
The msi can not be installed:
fixme:advapi:RegisterTraceGuidsA (0x6307379f, 0x630b1cf8,
{0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0x32fc98, (null), (null),
0x630b1d00): stub
fixme:advapi:RegisterTraceGuidsA (0x6307379f, 0x630b1d18,
{797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0x32fc98, (null), (null),
0x630b1d20): stub
fixme:advapi:EventRegister {43d1a55c-76d6-4f7e-995c-64c711e5cafe}, 0x6309ce28,
(nil), 0x630b1500
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:msi:custom_get_thread_return Invalid Return Code 4447
err:msi:ITERATE_Actions Execution halted, action L"CA_TranslateAllAppPkgs"
returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
fixme:advapi:EventUnregister deadbeef: stub
--
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=25557
Summary: menus are misplaced in simulation mode of PALturn+
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Created an attachment (id=32540)
--> (http://bugs.winehq.org/attachment.cgi?id=32540)
Screenshot during simulation mode
See AppDB ID:22266
Almost all functions of PALturn+ work properly, but some menus in simulation
mode are misplaced. The lower menus and the developer icon are displayed a
little to high and overlay the simulation window.
Developer screenshot as it should be:
http://hubertklinkner.de/palmill/images/Palturn+.png
Steps to reproduce:
1. Start "Palturn+.exe"
2. Enter Ctrl+O and choose "Beispiel.NC3"
3. Press F7
4. Click on "OK übernehmen"
5. Simulation mode begins ...
Regards,
E. Atalan
--
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=40855
Bug ID: 40855
Summary: Add blank lines after the Packaging product to make
Wine look more important
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
Before the Packaging product was invented Wine was at the top and there was a
long distance between it and the rest of the products (gecko, apps
database...).
Since the products are arranged alphabetically now the Packaging comes first,
so please add some empty lines between the end of Packaging description so that
Wine stands alone and clear to avoid mistakes.
Packaging : Bugs in WineHQ provided packaging
Wine : <-- You probably want to use that link there!
Wine bugs. Submit bugs related to Wine here.
<-- Use this if in doubt!
Wine‑gecko : For bugs in wine's bundled gecko.
Wine‑staging: For bugs that occur in wine-staging, but not in wine-development
Or if this is just my paranoia please close as invalid.
--
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=34359
Bug #: 34359
Summary: CodeSpells crashes on exit
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
To reproduce,
1) download and unzip
fa110e7bfe7a3005bfb2aa0104be051c7fbd1a87 CodeSpells_Windows_Version.zip
from
https://sites.google.com/a/eng.ucsd.edu/codespells/home
2) Run it, accept the resolution, and wait ten seconds for the first grass
scene to be rendered
3) Quit.
It then crashes with
Unhandled exception: page fault on read access to 0x012b7b18 in 32-bit code
(0x005758c0).
Backtrace:
=>0 0x005758c0 in codespells_windows_version (+0x1758c0) (0x0033fdc8)
...
It does not crash on Windows 7.
--
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=40840
Bug ID: 40840
Summary: Making all utilities callable from /usr/bin
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
I'm noticing that some applications like regedit are wrapped with a script in
/usr/bin but others like uninstall not. Maybe this can be enhanced that all
utilities are callable from /usr/bin.
--
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=33454
Bug #: 33454
Summary: Webbrowser "designmode on" doesn't work properly
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Created attachment 44284
--> http://bugs.winehq.org/attachment.cgi?id=44284
Sample source
http://netikka.net/dev/designmode.exe
Click "Designmode on". -> It clears all existing text.
Terminal: err:mshtml:update_window_doc SetDesignMode failed: 80004003
--
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=34438
Bug #: 34438
Summary: Rexroth Symbol Modeling Tool fails to start
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 45845
--> http://bugs.winehq.org/attachment.cgi?id=45845
Terminal output on wine-1.7.0-346-g1bf936c
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet40 corefonts
3) install D&C Scheme Editor 5
4) wine "Rexroth Symbol Modeling Tool.exe"
Behaviour:
Nothing happens.
Expected behaviour:
Symbol Modeling Tool should start.
Additional info:
Rexroth Symbol Modeling Tool is part of D&C Scheme Editor 5 (URL attached in
header of this bug)
--
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=38878
Bug ID: 38878
Summary: olepropframe.c (OleCreatePropertyFrame) is missing the
apply code
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: jasonwinter(a)hotmail.com
Distribution: ---
The window proc: property_sheet_proc currently only handles 2 messages,
initdialog & destroy, however most DirectX property sheets require the apply
logic to save changes (even though realtime changes can be seen, they are
backed out when the dialog is closed if apply isn't executed).
To resolve the issue, the most basic change to the current source might look
something like this:
...
static HWND hwndFrom = NULL;
static HWND hwndFor = NULL;
static INT_PTR CALLBACK property_sheet_proc(HWND hwnd, UINT msg, WPARAM wparam,
LPARAM lparam)
{
...snip...
case WM_NOTIFY: {
switch (((NMHDR FAR *)lparam)->code) {
case PSN_APPLY:
if (IPropertyPage_Apply(property_page) == NOERROR) {
SetWindowLong(hwnd, DWL_MSGRESULT, PSNRET_NOERROR);
PropSheet_UnChanged (((NMHDR FAR *)lparam)->hwndFrom,
hwnd); // Reset Apply button
} else
SetWindowLong(hwnd, DWL_MSGRESULT, PSNRET_INVALID);
break;
case PSN_SETACTIVE:
hwndFrom = ((NMHDR FAR *)lparam)->hwndFrom;
hwndFor = hwnd;
break;
case PSN_KILLACTIVE:
SetWindowLong(hwnd, DWL_MSGRESULT, FALSE);
break;
}
return FALSE;
}
case WM_DESTROY:
IPropertyPage_Show(property_page, SW_HIDE);
IPropertyPage_Deactivate(property_page);
hwndFrom = NULL;
hwndFor = NULL;
return FALSE;
default:
...snip...
static HRESULT WINAPI PropertyPageSite_OnStatusChange(
IPropertyPageSite *iface, DWORD dwFlags)
{
IPropertyPage *property_page;
TRACE("(%p, %x)\n", iface, dwFlags);
if ((hwndFrom) && (hwndFor)) { // Were they set?
if ((dwFlags & PROPPAGESTATUS_DIRTY) == PROPPAGESTATUS_DIRTY)
PropSheet_Changed (hwndFrom, hwndFor); // Enable Apply button
if ((dwFlags & PROPPAGESTATUS_VALIDATE) == PROPPAGESTATUS_VALIDATE) {
property_page = (IPropertyPage*)GetWindowLongPtrW(hwndFor,
DWLP_USER);
if ((property_page) &&
(IPropertyPage_Apply(property_page) == NOERROR))
PropSheet_UnChanged (hwndFrom, hwndFor); // Reset Apply button
}
if ((dwFlags & PROPPAGESTATUS_CLEAN) == PROPPAGESTATUS_CLEAN)
PropSheet_UnChanged (hwndFrom, hwndFor); // Reset Apply button
}
return S_OK;
}
--
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=21139
Summary: could install game using wine but will not play
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthewpepperell(a)googlemail.com
CC: matthewpepperell(a)googlemail.com
Created an attachment (id=25385)
--> (http://bugs.winehq.org/attachment.cgi?id=25385)
terminal message
I apologise now if i'm just being an idiot but I am a complete novice to linux.
I am using ubuntu 8.10 having had enough of windows, the one thing I miss with
windows is being able to play my football manager games (kills boredom!) I did
some research and found a utility (wine) that could help with my suffering,
after many hours reaserching i got to know the basics of wine and was able to
install my game with no issues. the problem arrose when trying to play the
game, i tried right clicking on the .exe file which did nothing, i then loaded
it in the terminal and the response i got is in the attachment. being I have
only used linux for 3 days the response has blew my mind and have been unable
to find anything on how to fix problem. any ideas i'd be very grateful.
i understand that it could just be that wine is unable to play this game, and
if so i'd just have to deal with it :(
thanks in advance
--
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=40843
Bug ID: 40843
Summary: Guild Wars 2: Game crashes on uninstalling
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
Created attachment 54827
--> https://bugs.winehq.org/attachment.cgi?id=54827
Terminal output
On trying to uninstall Guild Wars 2 with "wine uninstaller" the game starts its
launcher but crashes then and opens its error dialog. In the attachments is the
terminal output.
--
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=40066
Bug ID: 40066
Summary: Typo in winecfg
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: sworddragon2(a)aol.com
Distribution: ---
In winecfg in the Libraries register the overrides list does show
"Existing_overrides:" while the underscore should be a space.
--
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=19724
Summary: elevated demo has a terrible performance under Wine
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=23049)
--> (http://bugs.winehq.org/attachment.cgi?id=23049)
elevated_1024x768.exe (4K binary)
elevated_1024x768.exe runs in Linux a hundred times slower than in Windows.
native d3dx9_33.dll is required.
This is probably due:
fixme:d3d:IWineD3DDeviceImpl_CreateSwapChain The app requests more than one
back buffer, this can't
o use double buffering(=1 back buffer) if possible
--
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=27771
Summary: Ckeditor not work
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 0001(a)techemail.com
Hello!
Please test demo
wine iexplore http://ckeditor.com/demo
Buttons not work. Editing not 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.
https://bugs.winehq.org/show_bug.cgi?id=40638
Bug ID: 40638
Summary: Sage PRO customer helpline number 18443134859 Sage POR
Customer Service phone Number
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: skyway(a)ghostmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
'@@Call, +1-844-313-4859 for all type of help by Sage error support phone
number'
'pdf.sage error support phone number ## 8443134859'
'@@Call,8443134859 for all type help by sage error phone number,sage already
running error,@@@sage backup error,sage cannot save pdf,sage cant send email
,sage company file cannot be found,sage company file is read only. sage error
support phone number ## 8443134859'
sage error phone number @@8443134859
sage error helpline number @@8443134859
sage payroll helpline @@8443134859
sage error support number ## 8443134859
sage error server busy error number ## 8443134859
sage error already running error
sage error backup error
sage cannot save pdf
sage error cant send email
sage error company file cannot be found
sage error company file is read only
sage email error
sage error connection to the company file is lost
sage error customer care number
sage error file exist error
sage error help
sage error registeration
sage flashs and go away
sage installation error
sage multiuser error
sage network error
sage not opening
sage not responding
sage not working
sage payroll error
sage script error
sage support help
SAGE error tech support phone number@ +1-8443134859
SAGE error tech Support Number@ +1-8443134859
SAGE error technical Support Phone Number@ +1-8443134859
SAGE error technical Support Number@ +1-8443134859
SAGE error pro tech Support Phone Number@ +1-8443134859
SAGE error pro tech Support Number@ +1-8443134859
SAGE error pro technical Support Phone Number@ +1-8443134859
SAGE error pro technical Support Number@ +1-8443134859
SAGE error customer service number@ +1-8443134859
SAGE error customer service phone number@ +1-8443134859
SAGE error customer support number@ +1-8443134859
SAGE error customer support phone number@ +1-8443134859
SAGE error payroll tech Support Phone Number@ +1-8443134859
SAGE error payroll tech Support Number@ +1-8443134859
SAGE error payroll technical Support Phone Number@ +1-8443134859
SAGE payroll technical Support Number@ +1-8443134859
SAGE premier support phone number@ +1-8443134859
SAGE premier support number@ +1-8443134859
SAGE premier support number@ +1-8443134859
SAGE help desk phone number@ +1-8443134859
SAGE help desk number@ +1-8443134859
SAGE Error Support Number@ +1-8443134859
SAGE Error Support phone Number@ +1-8443134859
SAGE Contact Number@ +1-8443134859
SAGE Error Support@ +1-8443134859
SAGE Support Contact Number@ +1-8443134859
Technical Support for SAGE Printer@ +1-8443134859
SAGE Support Phone Number@ +1-8443134859
SAGE Support Phone Number@ +1-8443134859
SAGE pro Support Phone Number@ +1-8443134859
SAGE pro Support Phone Number@ +1-8443134859
SAGE tech Support Phone Number USA@ +1-8443134859
SAGE tech Support Number USA@ +1-8443134859
SAGE technical Support Phone Number USA@ +1-8443134859
SAGE technical Support Number USA@ +1-8443134859
SAGE pro tech Support Phone Number USA@ +1-8443134859
SAGE pro tech Support Number USA@ +1-8443134859
SAGE pro technical Support Phone Number USA@ +1-8443134859
SAGE pro technical Support Number USA@ +1-8443134859
SAGE customer service number USA@ +1-8443134859
SAGE customer service phone number USA@ +1-8443134859
SAGE customer support number USA@ +1-8443134859
SAGE customer support phone number USA@ +1-8443134859
SAGE payroll tech Support Phone Number USA@ +1-8443134859
sage enterprise contact number USA+1-8443134859
sage enterprise help USA+1-8443134859
sage enterprise helpline ##1*844*313*4859&@
sage enterprise number ##1*844*313*4859&@
sage data problem number##1*844*313*4859&@
sage datarecovery##1*844*313*4859&@
sage datarecovery number##1*844*313*4859&@
sage datarecovery support ##1*844*313*4859&@
sage not able to backup +1-8443134859
sage online backup number+1-8443134859
sage payroll cosutomer number+1-8443134859
sage payroll error+1-8443134859
sage payroll help+1-8443134859
SAGE.. PRO phone number,(+1-8443134859)// SAGE.. PRO customer care number.....
SAGE.. PRO Toll Free, Peachtree@(+1-8443134859)@-: SAGE.. PRO Technical Support
Number, SAGE.. PRO help desk phone number provides online solution for all
USA/CANADA clients. For any help of query call 1 8443134859 to get all SAGE..
PRO account solution. For any help of query call +1-8443134859 to get all
SAGE.. PRO account solution.
@@Call, +1-8443134859 for all type help by SAGE.. PRO support telephone
number,SAGE.. PRO support phone number,SAGE.. PRO support phone number,SAGE..
PRO help phone number, SAGE.. PRO technical support number.SAGE.. PRO support
number, SAGE.. PRO phone number, SAGE.. PRO tech support number, SAGE.. PRO
customer support number, SAGE.. PRO customer support phone number, SAGE.. PRO
customer service phone number, SAGE.. PRO payroll customer service phone
number, SAGE.. PRO support phone number
Enterprise Solutions.for #P.Eacht.ree ##1*844*313*4859&@Fast supp;o;rt For SAGE
P.Eacht.ree products Manage Finance & Grow Your Business With SAGE, If you have
problem with sage then CALL##1*844*313*4859&@!! 24x7 h'e'lp'line for SAGE50
call this number 1844)313*4859?' Call Now (TollFree) ~~+1*844*313*4859& We Help
With Any sage Error | Accounting AlternativeGet Instant supp;o;rt For SAGE
supp;o;rt Number for SAGE 50 Enterprise Solutions.for #P.Eacht.ree
##1*844*313*4859&@Fast supp;o;rt For SAGE P.Eacht.ree products Manage Finance &
Grow Your Business With SAGE, If you have problem with sage then
CALL1*844*313*4859!! 24x7 h'e'lp'line for SAGE50 call this number
1*844*313*4859?' We Help With Any sage Error Call Now (TollFree)
~~+1*844*313*4859& | Accounting AlternativeGet Instant supp;o;rt For SAGE
supp;o;rt Number for SAGE 50 Enterprise Solutions.for #P.Eacht.ree
##1*844*313*4859&@Fast supp;o;rt For SAGE P.Eacht.ree products Manage Finance &
Grow Your Business With SAGE.
sage payroll helpline+1-8443134859
sage payroll not calcualting taxes +1-8443134859
sage payroll not update +1-8443134859
sage payroll number ##1*844*313*4859&@
sage payroll renewal ##1*844*313*4859&@
sage payroll subscription ##1*844*313*4859&@
sage payroll subscription expierd ##1*844*313*4859&@
sage payroll support ##1*844*313*4859&@
sage payroll tax form ##1*844*313*4859&@
sage sync manager error ##1*844*313*4859&@
sage sync manager not working ##1*844*313*4859&@
sage sync manager number+1-8443134859
sage sync manager problem +1-8443134859
renew sage service plan+1-8443134859
sage file password forget+1-8443134859
sage password reset help+1-8443134859
sage password reset number+1-8443134859
sage password reset support+1-8443134859
sage point of sale error+1-8443134859
sage point of sale helpline+1-8443134859
sage point of sale number+1-8443134859
sage point of sale support+1-8443134859
sage point of sale +1-8443134859
sage error enterprise helpline ##1*844*313*4859&@
sage error enterprise number ##1*844*313*4859&@
sage error data problem number##1*844*313*4859&@
sage error datarecovery##1*844*313*4859&@
sage error datarecovery number##1*844*313*4859&@
sage error datarecovery support ##1*844*313*4859&@
sage error not able to backup +1-8443134859
sage error online backup number+1-8443134859
sage error payroll cosutomer number+1-8443134859
sage error payroll error+1-8443134859
sage error payroll help+1-8443134859
sage error payroll helpline+1-8443134859
sage error payroll not calcualting taxes +1-8443134859
sage error payroll not update +1-8443134859
sage error payroll number ##1*844*313*4859&@
sage error payroll renewal ##1*844*313*4859&@
sage error payroll subscription ##1*844*313*4859&@
sage error payroll subscription expierd ##1*844*313*4859&@
sage error payroll support ##1*844*313*4859&@
sage error payroll tax form ##1*844*313*4859&@
sage error sync manager error ##1*844*313*4859&@
sage error sync manager not working ##1*844*313*4859&@
sage error sync manager number+1-8443134859
sage error sync manager problem +1-8443134859
renew sage service plan+1-8443134859
sage error file password forget+1-8443134859
sage error password reset help+1-8443134859
sage error password reset number+1-8443134859
sage error password reset support+1-8443134859
sage error point of sale error+1-8443134859
sage error point of sale helpline+1-8443134859
sage error point of sale number+1-8443134859
sage error point of sale support+1-8443134859
sage error point of sale +1-8443134859
SAGE tech support phone number@ +1-8443134859 SAGE tech Support Number@
+1-8443134859 SAGE technical Support Phone Number@ +1-8443134859 SAGE technical
Support Number@ +1-8443134859 SAGE pro tech Support Phone Number@ +1-8443134859
SAGE pro tech Support Number@ +1-8443134859 SAGE pro technical Support Phone
Number@ +1-8443134859 SAGE pro technical Support Number@ +1-8443134859 SAGE
customer service number@ +1-8443134859 SAGE customer service phone number@
+1-8443134859 SAGE customer support number@ +1-8443134859 SAGE customer support
phone number@ +1-8443134859 SAGE payroll tech Support Phone Number@
+1-8443134859 SAGE payroll tech Support Number@ +18443134859 SAGE payroll
technical Support Phone Number@ +1-8443134859 SAGE payroll technical Support
Number@ +1-8443134859 SAGE premier support phone number@ +1-8443134859 SAGE
premier support number@ +1-8443134859 SAGE premier support number@
+1-8443134859 SAGE help desk phone number@ +1-8443134859 SAGE help desk number@
+1-8443134859 SAGE Error Support Number@ +1-8443134859 SAGE Error Support phone
Number@ +1-8443134859 SAGE Contact Number@ +1-8443134859 SAGE Error Support@
+1-8443134859
SAGE Support Contact Number@ +1-8443134859 Technical Support for SAGE Printer@
+1-8443134859 SAGE Support Phone Number@ +1-8443134859 SAGE Support Phone
Number@ +1-8443134859 SAGE pro Support Phone Number@ +1-8443134859 SAGE pro
Support Phone Number@ +1-8443134859 SAGE tech Support Phone Number USA@
+1-8443134859 SAGE tech Support Number USA@ +1-8443134859 SAGE technical
Support Phone Number USA@ +1-8443134859 SAGE technical Support Number USA@
+1-8443134859 SAGE pro tech Support Phone Number USA@ +1-8443134859 SAGE pro
tech Support Number USA@ +1-8443134859 SAGE pro technical Support Phone Number
USA@ +1-8443134859 SAGE pro technical Support Number USA@ +1-8443134859 SAGE
customer service number USA@ +1-8443134859 SAGE customer service phone number
USA@ +1-8443134859 SAGE customer support number USA@ +18443134859
SAGE customer support phone number USA@ +1-8443134859 SAGE payroll tech Support
Phone Number USA@ +1-8443134859sage enterprise contact number
USA+1-8443134859sage enterprise help USA+1-8443134859
Sage 50 ServicesC@lls $$1844-313-4859 $$ Oluwasola Owokoya ?@solaliftedtech
Help desk for pro t.e.c.h SAGE50 number u.s.a. C.a.l.l Help desk for h.e.l.p
d.e.s.k number number C.a.n.a.d.a @@1844-313-4859 Help desk for pro t.e.c.h
SAGE50 Support number u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number
number C.a.n.a.d.a Help desk for SAGE50 Support n.u.m.b.r canada Call
@@@@@@@@sutta CANADA2 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support
number u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a
Help desk for SAGE50 Support n.u.m.b.r canada Call @@@@@@ Get FREE ONLINE
support 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number u.s.a.
C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help desk for
SAGE50 Support n.u.m.b.r canada Dial Get FREE ONLINE support 1844-313-4859 Help
desk for pro t.e.c.h SAGE50 Support number u.s.a. C.a.l.l Help desk for h.e.l.p
d.e.s.k number number C.a.n.a.d.a Help desk for SAGE50 Support n.u.m.b.r canada
canada CANADA 1 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number
u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help
desk for SAGE50 Support n.u.m.b.r canada canada 1-1844-313-4859 CANADA, Help
desk for pro Tech SAGE50 Support number,Help desk for technical SAGE50 Support
number 1 1844-313-4859 .Help desk for Tech SAGE50 Number Help desk for Tech
Help desk for tech SAGE50, Help desk for tech SAGE50 number, Help desk for tech
SAGE50 Support number, Help desk for technical SAGE50, Help desk for technical
SAGE50 number, Help desk for technical SAGE50 Support number, Help desk for
tech SAGE50 number, Help desk for SAGE50 number, Help desk for Tech SAGE50
Support number, Help desk for SAGE50 Support number, Help desk for technical
SAGE50 Support number, Help desk for technical SAGE50 number,SAGE50 Support
Number for Help desk for pro Support Number for Help desk for CustomerService?
Technical SAGE50 TeleSupport? Number Help desk for pro SAGE50 number Help desk
for Help desk for pro tech SAGE50 number Help desk for Help desk for pro
technical SAGE50 number Help desk for Help desk for pro technical SAGE50
Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e
number Help desk for Help desk for internet security technical SAGE50 Help desk
for technical SAGE50 Support number Help desk for Help desk for tech SAGE50
Support number Help desk for Help desk for customer SAGE50 Support number
1844-313-4859 Help desk for Help desk for pro SAGE50 Support number Help desk
for Help desk for SAGE50 Support Help desk for tech SAGE50 Help desk for
customer SAGE50 Help desk for Support SAGE50 Help desk for SAGE50 number Help
desk for Help desk for technical SAGE50 Help desk for pro customer SAGE50
Support number Help desk for Help desk for pro tech SAGE50 Support number Help
desk for contact Help desk for SAGE50 Help desk for pro technical SAGE50
Support number ~!~1844-313-4859 ++ Help desk for Help desk for Support number
Help desk for tech SAGE50 Help desk for SAGE50 ticket Help desk for customer
SAGE50 number Help desk for Help desk for tech SAGE50 number Help desk for Help
desk for technical SAGE50 number Help desk for Help desk for SAGE50 center Help
desk for teleSupport SAGE50 call Help desk for SAGE50 Help desk for pro SAGE50
SAGE50 Help desk for Help desk for billing SAGE50 Help desk for pro technical
SAGE50 number Help desk for SAGE50 Help desk for pro Help desk for online
SAGE50 Help desk for contact SAGE50 Help desk for pro SAGE50 number Help desk
for Help desk for pro customer SAGE50 number Help desk for Help desk for pro
tech SAGE50 number Help desk for SAGE50 for Help desk for Help desk for Support
number Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number
Help desk for Help desk for contact Support number Help desk for Help desk for
pro Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Support number Help desk for for
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for software Support
number Help desk for Support number Help desk for for Help desk for Help desk
for c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport number Help desk for Help desk
for h.e.l.p.l.i.n.e Support number Help desk for Help desk for contact number
Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number ~!~1844-313-4859 ++
Help desk for us Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number
Help desk for canada Help desk for teleSupport number Help desk for Help desk
for Support number Help desk for canada Help desk for pro contact number Help
desk for Help desk for number Help desk for Help desk for contact number Help
desk for canada Help desk for pro h.e.l.p.l.i.n.e number Help desk for Help
desk for h.e.l.p.l.i.n.e number Help desk for Help desk for customer number
Help desk for Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk
for Help desk for contact teleSupport number Help desk for contact number Help
desk for for Help desk for Help desk for software contact number Help desk for
Help desk for toll free number Help desk for Help desk for teleSupport number
Help desk for uk Help desk for registration number Help desk for Help desk for
toll free number Help desk for canada Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for software c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Help
desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk
for service Help desk for pro technical SAGE50 Help desk for pro customer
SAGE50 Help desk for technical SAGE50 reviews teleSupport Help desk for pro
Help desk for tech SAGE50 Support number Help desk for Help desk for pro tech
SAGE50 Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for technical SAGE50 Support number Help desk for Help
desk for pro free pro SAGE50 Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e
billing Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e email address Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e reviews contact Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for tech SAGE50 number Help desk for canada Help desk
for pro SAGE50 number Help desk for Help desk for pro contact number Help desk
for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for
Help desk for technical SAGE50 canada Help desk for technical SAGE50 number
Help desk for Help desk for tech SAGE50 Support Help desk for tech SAGE50
number Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport
number Help desk for Help desk for pro customer SAGE50 number Help desk for
Help desk for pro Support number Help desk for Help desk for pro online SAGE50
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for
tech SAGE50 center Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for
software c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for customer care number Help
desk for canada Help desk for customer number Help desk for Help desk for
customer SAGE50 number Help desk for Help desk for customer care number Help
desk for Help desk for customer care toll free number Help desk for Help desk
for tech SAGE50 Help desk for technical SAGE50 Help desk for pro SAGE50 Help
desk for pro tech SAGE50 Help desk for SAGE50 center Help desk for .com
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for pro customer care number Help desk
for Help desk for customer care Help desk for Support number Help desk for
Support number Help desk for for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e
Help desk for Support SAGE50 Help desk for Support number Help desk for tech
SAGE50 Help desk for SAGE50 Support number Help desk for contact Help desk for
by Support Help desk for contact Support number Help desk for Help desk for
h.e.l.p.l.i.n.e Support number Help desk for Help desk for pro Support Help
desk for pro for Support Help desk for contact number Help desk for Help desk
for contact SAGE50 contact Help desk for pro Help desk for contact number Help
desk for canada Help desk for toll free number Help desk for Help desk for
teleSupport number Help desk for Help desk for toll free number Help desk for
canada Help desk for pro SAGE50 services technical SAGE50 for pro Help desk for
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for canada
Help desk for pro customer care number Help desk for canada Help desk for
customer care number Help desk for Help desk for customer care center Help desk
for customer SAGE50 Help desk for customer SAGE50 Support Help desk for
customer h.e.l.p Help desk for customer & technical SAGE50 Help desk for
customer portal Help desk for customer care Support number Help desk for canada
Help desk for customer care email Help desk for h.e.l.p.l.i.n.e Help desk for
tech SAGE50 contact Help desk for customer care toll free Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for pro protection
pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for software
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for hotline
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for us how to contact
Help desk for by email Help desk for free Support SAGE50 Help desk for pro
technical SAGE50 number Help desk for Help desk for pro technical SAGE50
h.e.l.p desk Support number Help desk for Help desk for technical SAGE50 number
Help desk for toll free number Help desk for Help desk for pro customer SAGE50
Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e
Support number Help desk for Support number Help desk for for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Help desk for security SAGE50
Support number Help desk for Help desk for internet security SAGE50 Support
number Help desk for Support number Help desk for for Help desk for security
Help desk for internet security Support number Help desk for in canada Help
desk for pro contact Support number Help desk for in canada Help desk for
security contact Support number Help desk for Help desk for pro h.e.l.p desk
Support number Help desk for in canada Help desk for pro tech SAGE50 Support
number Help desk for free in canada Help desk for pro SAGE50 Support number
Help desk for Help desk for pro Support number Help desk for SAGE50 for
technical issue in canada Support number Help desk for for Help desk for pro
technical SAGE50 Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport
number Help desk for Help desk for pro toll free customer care number Help desk
for Help desk for internet security h.e.l.p Support number[[Category:Call
@@@@@@@@ sutta CANADA2 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support
number u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a
Call @@@@@@@@ sutta CANADA2 1844-313-4859 Help desk for pro t.e.c.h SAGE50
Support number u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number
C.a.n.a.d.a Help desk for SAGE50 Support n.u.m.b.r canada Call @@@@@@@@sutta
CANADA2 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number u.s.a.
C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help desk for
SAGE50 Support n.u.m.b.r canada Call @@@@@@ Get FREE ONLINE support
1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number u.s.a. C.a.l.l
Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help desk for SAGE50
Support n.u.m.b.r canada Dial Get FREE ONLINE support 1844-313-4859 Help desk
for pro t.e.c.h SAGE50 Support number u.s.a. C.a.l.l Help desk for h.e.l.p
d.e.s.k number number C.a.n.a.d.a Help desk for SAGE50 Support n.u.m.b.r canada
canada CANADA 1 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number
u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help
desk for SAGE50 Support n.u.m.b.r canada canada 1-1844-313-4859
CANADA]][[Category:SAGE50 Support Number for Help desk for pro Support Number
for Help desk for CustomerService? Technical SAGE50 TeleSupport? Number Help
desk for pro SAGE50 number Help desk for Help desk for pro tech SAGE50 number
Help desk for Help desk for pro technical SAGE50 number Help desk for Help desk
for pro technical SAGE50 Support number Help desk for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for internet
security technical SAGE50 Help desk for technical SAGE50 Support number Help
desk for Help desk for tech SAGE50 Support number Help desk for Help desk for
customer SAGE50 Support number 1844-313-4859 Help desk for Help desk for pro
SAGE50 Support number Help desk for Help desk for SAGE50 Support Help desk for
tech SAGE50 Help desk for customer SAGE50 Help desk for Support SAGE50 Help
desk for SAGE50 number Help desk for Help desk for technical SAGE50 Help desk
for pro customer SAGE50 Support number Help desk for Help desk for pro tech
SAGE50 Support number Help desk for contact Help desk for SAGE50 Help desk for
pro technical SAGE50 Support number ~!~1844-313-4859 ++ Help desk for Help desk
for Support number Help desk for tech SAGE50 Help desk for SAGE50 ticket Help
desk for customer SAGE50 number Help desk for Help desk for tech SAGE50 number
Help desk for Help desk for technical SAGE50 number Help desk for Help desk for
SAGE50 center Help desk for teleSupport SAGE50 call Help desk for SAGE50 Help
desk for pro SAGE50 SAGE50 Help desk for Help desk for billing SAGE50 Help desk
for pro technical SAGE50 number Help desk for SAGE50 Help desk for pro Help
desk for online SAGE50 Help desk for contact SAGE50 Help desk for pro SAGE50
number Help desk for Help desk for pro customer SAGE50 number Help desk for
Help desk for pro tech SAGE50 number Help desk for SAGE50 for Help desk for
Help desk for Support number Help desk for Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Help desk for contact Support number
Help desk for Help desk for pro Support number Help desk for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for Support number Help
desk for for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for software
Support number Help desk for Support number Help desk for for Help desk for
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport number Help desk for
Help desk for h.e.l.p.l.i.n.e Support number Help desk for Help desk for
contact number Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e number
Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number
~!~1844-313-4859 ++ Help desk for us Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for canada Help desk for teleSupport
number Help desk for Help desk for Support number Help desk for canada Help
desk for pro contact number Help desk for Help desk for number Help desk for
Help desk for contact number Help desk for canada Help desk for pro
h.e.l.p.l.i.n.e number Help desk for Help desk for h.e.l.p.l.i.n.e number Help
desk for Help desk for customer number Help desk for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for contact
teleSupport number Help desk for contact number Help desk for for Help desk for
Help desk for software contact number Help desk for Help desk for toll free
number Help desk for Help desk for teleSupport number Help desk for uk Help
desk for registration number Help desk for Help desk for toll free number Help
desk for canada Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for
software c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support Help desk for
pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for service Help desk for pro
technical SAGE50 Help desk for pro customer SAGE50 Help desk for technical
SAGE50 reviews teleSupport Help desk for pro Help desk for tech SAGE50 Support
number Help desk for Help desk for pro tech SAGE50 Support number Help desk for
Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for technical SAGE50
Support number Help desk for Help desk for pro free pro SAGE50 Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e billing Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e email address Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e reviews
contact Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for tech SAGE50
number Help desk for canada Help desk for pro SAGE50 number Help desk for Help
desk for pro contact number Help desk for Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Help desk for technical SAGE50
canada Help desk for technical SAGE50 number Help desk for Help desk for tech
SAGE50 Support Help desk for tech SAGE50 number Help desk for Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport number Help desk for Help desk for
pro customer SAGE50 number Help desk for Help desk for pro Support number Help
desk for Help desk for pro online SAGE50 Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e number Help desk for Help desk for tech SAGE50 center Help desk
for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for software c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for customer care number Help desk for canada Help desk
for customer number Help desk for Help desk for customer SAGE50 number Help
desk for Help desk for customer care number Help desk for Help desk for
customer care toll free number Help desk for Help desk for tech SAGE50 Help
desk for technical SAGE50 Help desk for pro SAGE50 Help desk for pro tech
SAGE50 Help desk for SAGE50 center Help desk for .com c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for pro customer care number Help desk for Help desk
for customer care Help desk for Support number Help desk for Support number
Help desk for for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for
Support SAGE50 Help desk for Support number Help desk for tech SAGE50 Help desk
for SAGE50 Support number Help desk for contact Help desk for by Support Help
desk for contact Support number Help desk for Help desk for h.e.l.p.l.i.n.e
Support number Help desk for Help desk for pro Support Help desk for pro for
Support Help desk for contact number Help desk for Help desk for contact SAGE50
contact Help desk for pro Help desk for contact number Help desk for canada
Help desk for toll free number Help desk for Help desk for teleSupport number
Help desk for Help desk for toll free number Help desk for canada Help desk for
pro SAGE50 services technical SAGE50 for pro Help desk for Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for canada Help desk for
pro customer care number Help desk for canada Help desk for customer care
number Help desk for Help desk for customer care center Help desk for customer
SAGE50 Help desk for customer SAGE50 Support Help desk for customer h.e.l.p
Help desk for customer & technical SAGE50 Help desk for customer portal Help
desk for customer care Support number Help desk for canada Help desk for
customer care email Help desk for h.e.l.p.l.i.n.e Help desk for tech SAGE50
contact Help desk for customer care toll free Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e number Help desk for Help desk for pro protection pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for software
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for hotline
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for us how to contact
Help desk for by email Help desk for free Support SAGE50 Help desk for pro
technical SAGE50 number Help desk for Help desk for pro technical SAGE50
h.e.l.p desk Support number Help desk for Help desk for technical SAGE50 number
Help desk for toll free number Help desk for Help desk for pro customer SAGE50
Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e
Support number Help desk for Support number Help desk for for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Help desk for security SAGE50
Support number Help desk for Help desk for internet security SAGE50 Support
number Help desk for Support number Help desk for for Help desk for security
Help desk for internet security Support number Help desk for in canada Help
desk for pro contact Support number Help desk for in canada Help desk for
security contact Support number Help desk for Help desk for pro h.e.l.p desk
Support number Help desk for in canada Help desk for pro tech SAGE50 Support
number Help desk for free in canada Help desk for pro SAGE50 Support number
Help desk for Help desk for pro Support number Help desk for SAGE50 for
technical issue in canada Support number Help desk for for Help desk for pro
technical SAGE50 Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport
number Help desk for Help desk for pro toll free customer care number Help desk
for Help desk for internet security h.e.l.p Support
--
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=40352
Bug ID: 40352
Summary: Demo Devil May Cry 4 D3DERR_INVALIDCALL
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Demo Devil May Cry 4 fails to load up D3DERR_INVALIDCALL on
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 430]
(rev a1)
nouveau driver 1.0.12.
This appears to be a regression on wine-1.7.12.
wine-1.6.2 - is good.
wine-1.7.12 - is bad.
However i get get this when trying to do a regression test.
The merge base 50dc4cd636cc88031e0a49697ccc9f03b398e449 is bad.
This means the bug has been fixed between
50dc4cd636cc88031e0a49697ccc9f03b398e449 and
[40dc905fac617f06e69fe803a8313fa5e6a953b7].
--
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=40559
Bug ID: 40559
Summary: how to debug wine's virtual drivers/api interfaces,
i.e. for wifi (-survey)
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: owezahra(a)gmail.com
Distribution: ---
In wine there's no devmgmt.msc (Devicemanager), so where to look at whether a
virtual-driver/api-interface-thinghy actually is usable in wine?
I.e. for using the survey-feature of a wifi-card, one has to know whether wine
detects the wifi-card, or merely gets presented with an interface, which has
the same mac-adresses (seems to be the case via ipconfig vs ifconfig).
Also, i found this very hard to google, i.e. wasn't able to find meaningful
keywords let alone an answer, so even that would be very helpful.
--
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=40813
Bug ID: 40813
Summary: !!!!!!Service+++++1@844-780-6762 Ms outlo@k technical
Support helpline@I844-780-6762 @vg
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgjkl(a)codehot.co.uk
Distribution: ---
help Outlook in easy way..@@1844-780-6762..Outlook customer support phone
number Outlook Customer care helpdesk support telephone number Wireless Outlook
Tech Support number 1844-780-6762 Outlook customer service number Wifi
Outlook customer support phone number ??USA/CANADA/UK/Outlooktralia @@
I8447806762++Outlook tech support number, Outlook customer service
number,Outlook technical Support Phone Number, Outlook customer service phone
number ((SUKHI))Call @@@++ USA I8447806762 Outlook Tech Support phone
number,Outlook technical support phone number 1 I8447806762.Outlook Tech
Support Number Outlook Tech Outlook tech support, Outlook tech support number,
Outlook tech support phone number, Outlook technical support, Outlook technical
support number, Outlook technical support phone number, Outlook tech support
number, Outlook support number, Outlook Tech support phone number, Outlook
support phone number, Outlook technical support phone number, Outlook technical
support number,Support Phone Number for Outlook Phone Number for Outlook
CustomerService Technical Support Telephone Number Outlook support number
Outlook Outlook tech support number Outlook Outlook technical support number
Outlook Outlook technical support phone number Outlook Outlook customer
service number Outlook Outlook internet security technical support Outlook
technical support phone number Outlook Outlook tech support phone number
Outlook Outlook customer support phone number I-844-780-6762Outlook Outlook
support phone number Outlook Outlook support phone Outlook tech support Outlook
customer support Outlook phone support Outlook support number Outlook Outlook
technical support Outlook customer support phone number Outlook Outlook tech
support phone number Outlook contact Outlook support Outlook technical support
phone number ~Unable to render embedded object: File (~I8447807304++ Outlook
Outlook phone number Outlook tech support Outlook support ticket Outlook
customer support number Outlook Outlook tech support number Outlook Outlook
technical support number Outlook Outlook support center Outlook telephone
support call Outlook support Outlook support support Outlook Outlook billing
support Outlook technical support number Outlook support Outlook Outlook
online support Outlook contact support Outlook support number Outlook Outlook
customer support number Outlook Outlook tech support number Outlook support
for Outlook Outlook phone number Outlook Outlook customer service phone number
Outlook Outlook contact phone number Outlook Outlook phone number Outlook
Outlook customer service phone number Outlook phone number Outlook for Outlook
customer service Outlook software phone number Outlook phone number Outlook for
Outlook Outlook customer service telephone number Outlook Outlook helpline
phone number Outlook Outlook contact number Outlook Outlook customer service
number Outlook Outlook customer service phone number ~) not
found.~I8447807304++ Outlook us Outlook customer service phone number Outlook
usa Outlook telephone number Outlook Outlook phone number Outlook usa Outlook
contact number Outlook Outlook number Outlook Outlook contact number Outlook
usa Outlook helpline number Outlook Outlook helpline number Outlook Outlook
customer number Outlook Outlook customer service number Outlook Outlook
contact telephone number Outlook contact number Outlook for Outlook Outlook
software contact number Outlook Outlook toll free number Outlook Outlook
telephone number Outlook uk Outlook registration number Outlook Outlook toll
free number Outlook usa Outlook customer service Outlook software customer
service contact Outlook customer service Outlook customer service phone Outlook
customer service Outlook service Outlook technical support Outlook customer
support Outlook technical support reviews telephone Outlook Outlook tech
support phone number Outlook Outlook tech support phone number Outlook Outlook
customer service Outlook technical support phone number Outlook Outlook free
router support Outlook customer service billing Outlook customer service email
address Outlook customer service reviews contact Outlook customer service
Outlook tech support number Outlook usa Outlook support number Outlook Outlook
contact number Outlook Outlook customer service phone number Outlook Outlook
technical support usa Outlook technical support number Outlook Outlook tech
support phone Outlook tech support number Outlook Outlook customer service
telephone number Outlook Outlook customer support number Outlook Outlook
phone number Outlook Outlook online support Outlook customer service number
Outlook Outlook tech support center Outlook customer service Outlook software
customer service Outlook customer care number Outlook usa Outlook customer
number Outlook Outlook customer support number Outlook Outlook customer care
number Outlook Outlook customer care toll free number Outlook Outlook tech
support Outlook technical support Outlook support Outlook tech support
Outlook support center Outlook.com customer service Outlook customer care
number Outlook Outlook customer care Outlook phone number Outlook phone number
Outlook for Outlook customer service Outlook phone support Outlook phone number
Outlook tech support Outlook support phone number Outlook contact Outlook by
phone Outlook contact phone number Outlook Outlook helpline phone number
Outlook Outlook phone Outlook for phone Outlook contact number Outlook
Outlook contact support contact Outlook Outlook contact number Outlook usa
Outlook toll free number Outlook Outlook telephone number Outlook Outlook toll
free number Outlook usa Outlook support services technical support for router
Outlook Outlook customer service phone number Outlook usa Outlook customer
care number Outlook usa Outlook customer care number Outlook Outlook customer
care center Outlook customer support Outlook customer support phone Outlook
customer help Outlook customer & technical support Outlook customer portal
Outlook customer care phone number Outlook usa Outlook customer care email
Outlook helpline Outlook tech support contact Outlook customer care toll free
Outlook customer service number Outlook Outlook protection norton router
customer service number Outlook Outlook software customer service number
Outlook Outlook hotline customer service phone number Outlook Outlook customer
service phone number Outlook us how to contact Outlook by email Outlook free
phone support Outlook technical support number Outlook Outlook technical
support help desk phone number Outlook Outlook technical support number Outlook
toll free number Outlook Outlook customer support phone number Outlook Outlook
customer
=============[edit] SUPPORT::USA CALL@1844 780 6762@ Outlook customer care
support phone number SUPPORT:USA CALL@1844 780 6762@ Outlook customer care
support phone number USA FLORIDA CALL@1844 780 6762@ Outlook customer care
support phone number USA/CANADA CANADA$$$Us@@ Outlook technical support phone
number 1844 780 6762@@NEWYORK>>>>>>>>>> >#$$$!$CALL @@CALL USA !!1844 780
6762Outlook customer service 1844 780 6762$$$$$ ++ Outlook us Outlook
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number 1844 780 6762++ Outlook us
Outlook c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Outlook telephone
number@@CALL USA !!1844 780 6762Outlook customer service phone number and
Outlook tech support phone number Outlook customer service and support phone
number usa FAST CALL @@ 1844 780 6762Outlook customer service and support
phone number usa FAST CALL @@ 1844 780 6762Outlook customer service and
support phone number usa CALL @@ 1844 780 6762Outlook customer service and
support phone number us CALL @@ 1844 780 6762Outlook customer service and
support phone number usa CALL @@ 1844 780 6762Outlook customer service and
support phone number Outlook scanner, Outlook s phone number, Outlook s
customer support, Outlook support center, Outlook tech, support phone number,
Outlook s routers customer service, Outlook customer service number, Outlook s
technical support, Outlook helpline numbe,Outlook support phone number, bther
support router, Outlook technical support number, Outlook s contact,
troublesh44ting Outlook printe, , Outlook phone support, Outlook s support
phone number, troublesh44t Outlook , Outlook s contact number, Outlook s
customer service, Outlook number¸Outlook phone support, Outlook
troublesh44ting, Outlook customer care, Outlook help desk, drivers for
Outlook s, Outlook technical support phone number, Outlook customer service
phone, contact Outlook s, Outlook customer care number, Outlook help
desk¸Outlook online support, Outlook customer support phone number, Outlook s
router customer service¸Outlook mfc, Outlook s tech support phone number,
Outlook service¸Outlook s tech support, Outlook s customer service phone
number, Outlook install, Outlook laser routers, Outlook s routers, support
Outlook , Outlook service centre, Outlook updates, Outlook inkjet router,
contact Outlook support, Outlook tech support phone, @@ ((()) Outlook lc61,
Outlook s routers tech support, routers online, contact Outlook , Outlook s
router, Outlook label router, Outlook customer support phone, Outlook s
customer support number, Outlook support centre, Outlook laser router, Outlook
toll free number, phone number for Outlook s, Outlook installation, Outlook s
help, desk, Outlook support phone, service Outlook , Outlook mfc, Outlook
customer support , umber, Outlook s technical support phone number, Outlook
hotline, contact number for Outlook s, Outlook , Outlook .com support, contact
Outlook support, Outlook troublesh44t, Outlook telephone support, Outlook s
customer support phone number, Outlook , router help phone number, Outlook
customer service telephone number, Outlook tech support, phone, Outlook .ca
support, Outlook online, Outlook multifunction router, router support, Outlook
, router help, Outlook mfc router, technical support for Outlook s, Outlook
tech support number, email support, Outlook s support phone, mfc Outlook ,
Outlook hl2271dw, Outlook s website¸Outlook support, phone¸Outlook problems
and , olutions, Outlook s routers customer service phone number, customer
service Outlook , solution Outlook , Outlook fax support, mfc Outlook , Outlook
, customer service phone, Outlook help number, Outlook mfc-8461n, Outlook
support line, Outlook s service centre, Outlook wireless laser router, Outlook
s router help, Outlook fax helpline, Outlook s number, Outlook s contact phone
number, Outlook telephone support, Outlook servicing, tech support for
Outlook s, Outlook customer care no, Outlook fax customer service, Outlook
official website, contact Outlook customer service, Outlook technical support,
Outlook s phone support, Outlook technical support phone, Outlook repair
service, Outlook setup, Outlook printing problems, Outlook s technical
support, router drivers, Outlook mfc support, Outlook repairs, installing
Outlook , Outlook copier support, support Outlook s, Outlook s router support
phone number, @@ ((()) Outlook s technical support phone number, Outlook
product support, Outlook and scanner, Outlook s routers troublesh44ting,
Outlook support contact number, Outlook technical support number, samsung
router support,, troublesh44ting Outlook problems, Outlook contact number,
online router support, Outlook problems solutions., rother routers
installation, router Outlook mfc,activity_
--
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=40234
Bug ID: 40234
Summary: No internet connection.
Product: Wine
Version: 1.6-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: benhyper(a)gmail.com
Distribution: ---
I get the warning No internet connection.
ben@ben-E6232:~$ wine iexplore.exe
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:ole:CoResumeClassObjects stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:urlmon:URLMoniker_BindToObject use running object table
err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will
fail
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
fixme:iphlpapi:NotifyAddrChange (Handle 0x13de8b0, overlapped 0x13de8bc): stub
fixme:imm:ImmReleaseContext (0x20024, 0x17682c8): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ieframe:BrowserService_GetTravelLog 0x14fa30 0x32efe8
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of
CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_QueryStatus (0x146968)->((null) 1 0x32efe0
(nil))
fixme:ieframe:ClOleCommandTarget_QueryStatus command_0: 27, 0x0
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 37 of
CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of
CGID_ShellDocView
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x1756838)->()
fixme:ieframe:ClientSite_GetContainer (0x146968)->(0x32efa8)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_GetContentDisposition (0x182f0a8)->(0x32e78c)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x182f0a8)->(0x32e45b)
fixme:ieframe:DocObjectService_IsErrorUrl 0x14fa30 L"https://www.winehq.org/"
0x32f868
fixme:ieframe:handle_navigation_error Navigate to error page
fixme:ieframe:DocHostUIHandler_GetDropTarget (0x146968)
fixme:ieframe:ClientSite_GetContainer (0x146968)->(0x32f8d8)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:advapi:RegisterTraceGuidsW (0x6ad1b4b0, 0x25100a0,
{509962e0-406b-46f4-99ba-5a009f8d2225}, 3, 0x18247a0, (null), (null),
0x25100d0,): stub
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:win:EnumDisplayDevicesW ((null),0,0x32e5b4,0x00000000), stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 103 of
CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 2315 of group
{de4ba900-59ca-11cf-9592-444553540000}
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 35
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 28
fixme:mshtml:nsChannel_IsNoCacheResponse (0x182f0a8)->(0x32ee5b)
fixme:ieframe:ControlSite_OnFocus (0x146968)->(1)
fixme:imm:ImmGetOpenStatus (0x17682c8): semi-stub
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 67 of
CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 67 of
CGID_ShellDocView
--
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=40684
Bug ID: 40684
Summary: MUMTAJ@++@$++$ 1.8008630840 Gmail Tech support Number,
Gmail Customer Support Number usa
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bhaijaanbajrangi85(a)gmail.com
Distribution: ---
24*7 call DIRECT CALL+++1.855.999.9113 @@@@?Gmail customer support phone
n..u.m.b.e.r Gmail tech support p.h.o.n.e number
Usi Gmail=CaFeTeRiA 1.855.999.9113 Gmail Tech Support Number USA Gmail Help
...Desk Number USA canada.
Gmail++ USA Tech s.u.p.p.o.r.t number 1.855.999.9113 Gmail t.e.c.h
s.u.p.p.o.r.t number u.s.a. C.a.l.l 1.855.999.9113. Gmail h.e.l.p d.e.s.k
number number U.S.A @@ Gmail t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a.
C.a.l.l Gmail h.e.l.p d.e.s.k number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e
n.u.m.b.r USA Call @@@@@@@@sutta USA2 Gmail t.e.c.h s.u.p.p.o.r.t p.h.o.n.e
number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k number number U.S.A Gmail
s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA Call @@@@@@ USA1 Gmail t.e.c.h
s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k number
number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA Dial USA1 Gmail
t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k
number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA USA USA 1 Gmail
t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k
number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA USA
1-1855.-958-2535 USA, Gmail Tech s.u.p.p.o.r.t P.h.o.n.e number,Gmail technical
s.u.p.p.o.r.t P.h.o.n.e number 1 1855958 2535.Gmail Tech s.u.p.p.o.r.t Number
Gmail Tech Gmail tech s.u.p.p.o.r.t, Gmail tech s.u.p.p.o.r.t number, Gmail
tech s.u.p.p.o.r.t P.h.o.n.e number, Gmail technical s.u.p.p.o.r.t, Gmail
technical s.u.p.p.o.r.t number, Gmail technical s.u.p.p.o.r.t P.h.o.n.e number,
Gmail tech s.u.p.p.o.r.t number, Gmail s.u.p.p.o.r.t number, Gmail Tech
s.u.p.p.o.r.t P.h.o.n.e number, Gmail s.u.p.p.o.r.t P.h.o.n.e number Gmail
technical s.u.p.p.o.r.t P.h.o.n.e number, Gmail technical s.u.p.p.o.r.t
number,s.u.p.p.o.r.t P.h.o.n.e Number for Gmail P.h.o.n.e Number for Gmail
CustomerService Technical s.u.p.p.o.r.t TeleP.h.o.n.e Number Gmail
s.u.p.p.o.r.t number Gmail Gmail tech s.u.p.p.o.r.t number Gmail Gmail
technical s.u.p.p.o.r.t number Gmail Gmail technical s.u.p.p.o.r.t P.h.o.n.e
number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail internet
security technical s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t P.h.o.n.e number
Gmail Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail customer
s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail s.u.p.p.o.r.t P.h.o.n.e number Gmail
Gmail s.u.p.p.o.r.t P.h.o.n.e Gmail tech s.u.p.p.o.r.t Gmail customer
s.u.p.p.o.r.t Gmail P.h.o.n.e s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t number Gmail
Gmail technical s.u.p.p.o.r.t Gmail customer s.u.p.p.o.r.t P.h.o.n.e number
Gmail Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail contact Gmail
s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t P.h.o.n.e number ~!~1888 269 0130++
Gmail Gmail P.h.o.n.e number Gmail tech s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t
ticket Gmail customer s.u.p.p.o.r.t number Gmail Gmail tech s.u.p.p.o.r.t
number Gmail Gmail technical s.u.p.p.o.r.t number Gmail Gmail s.u.p.p.o.r.t
center Gmail teleP.h.o.n.e s.u.p.p.o.r.t call Gmail s.u.p.p.o.r.t Gmail
s.u.p.p.o.r.t s.u.p.p.o.r.t Gmail Gmail billing s.u.p.p.o.r.t Gmail technical
s.u.p.p.o.r.t number Gmail s.u.p.p.o.r.t Gmail Gmail online s.u.p.p.o.r.t Gmail
contact s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t number Gmail Gmail customer
s.u.p.p.o.r.t number Gmail Gmail tech s.u.p.p.o.r.t number Gmail s.u.p.p.o.r.t
for Gmail Gmail P.h.o.n.e number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e number Gmail Gmail contact P.h.o.n.e number Gmail Gmail P.h.o.n.e
number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail
P.h.o.n.e number Gmail for Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail software
P.h.o.n.e number Gmail P.h.o.n.e number Gmail for Gmail Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e teleP.h.o.n.e number Gmail Gmail h.e.l.p.l.i.n.e P.h.o.n.e number
Gmail Gmail contact number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number
Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number ~!~1888 269 0130++
Gmail us Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail USA Gmail
teleP.h.o.n.e number Gmail Gmail P.h.o.n.e number Gmail USA Gmail contact
number Gmail Gmail number Gmail Gmail contact number Gmail USA Gmail
h.e.l.p.l.i.n.e number Gmail Gmail h.e.l.p.l.i.n.e number Gmail Gmail customer
number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail contact
teleP.h.o.n.e number Gmail contact number Gmail for Gmail Gmail software
contact number Gmail Gmail toll free number Gmail Gmail teleP.h.o.n.e number
Gmail uk Gmail registration number Gmail Gmail toll free number Gmail USA Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail software c.u.s.t.o.m.e.r s.e.r.v.i.c.e
contact Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail service Gmail technical
s.u.p.p.o.r.t Gmail customer s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t
reviews teleP.h.o.n.e Gmail Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail
Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Gmail technical s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail free
s.u.p.p.o.r.t Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e billing Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e email address Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e reviews contact
Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail tech s.u.p.p.o.r.t number Gmail USA
Gmail s.u.p.p.o.r.t number Gmail Gmail contact number Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail Gmail technical
s.u.p.p.o.r.t USA Gmail technical s.u.p.p.o.r.t number Gmail Gmail tech
s.u.p.p.o.r.t P.h.o.n.e Gmail tech s.u.p.p.o.r.t number Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleP.h.o.n.e number Gmail Gmail customer
s.u.p.p.o.r.t number Gmail Gmail P.h.o.n.e number Gmail Gmail online
s.u.p.p.o.r.t Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail tech
s.u.p.p.o.r.t center Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail software
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail customer care number Gmail USA Gmail
customer number Gmail Gmail customer s.u.p.p.o.r.t number Gmail Gmail customer
care number Gmail Gmail customer care toll free number Gmail Gmail tech
s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t Gmail tech
s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t center Gmail Antivirus.com c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Gmail customer care number Gmail Gmail customer care Gmail
P.h.o.n.e number Gmail P.h.o.n.e number Gmail for Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Gmail P.h.o.n.e s.u.p.p.o.r.t Gmail P.h.o.n.e number Gmail tech
s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t P.h.o.n.e number Gmail contact Gmail by
P.h.o.n.e Gmail contact P.h.o.n.e number Gmail Gmail h.e.l.p.l.i.n.e P.h.o.n.e
number Gmail Gmail P.h.o.n.e Gmail for P.h.o.n.e Gmail contact number Gmail
Gmail contact s.u.p.p.o.r.t contact Gmail Gmail contact number Gmail USA Gmail
toll free number Gmail Gmail teleP.h.o.n.e number Gmail Gmail toll free number
Gmail USA Gmail s.u.p.p.o.r.t services technical s.u.p.p.o.r.t for Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail USA Gmail customer care
number Gmail USA Gmail customer care number Gmail Gmail customer care center
Gmail customer s.u.p.p.o.r.t Gmail customer s.u.p.p.o.r.t P.h.o.n.e Gmail
customer h.e.l.p Gmail customer & technical s.u.p.p.o.r.t Gmail customer portal
Gmail customer care P.h.o.n.e number Gmail USA Gmail customer care email Gmail
h.e.l.p.l.i.n.e Gmail tech s.u.p.p.o.r.t contact Gmail customer care toll free
Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail protection
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail software c.u.s.t.o.m.e.r
s.e.r.v.i.c.e number Gmail Gmail hotline c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number
Gmail us how to contact Gmail by email Gmail free P.h.o.n.e s.u.p.p.o.r.t Gmail
technical s.u.p.p.o.r.t number Gmail Gmail technical s.u.p.p.o.r.t h.e.l.p desk
P.h.o.n.e number Gmail Gmail technical s.u.p.p.o.r.t number Gmail toll free
number Gmail Gmail customer s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail P.h.o.n.e number Gmail for
Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e number Gmail Gmail security s.u.p.p.o.r.t P.h.o.n.e number Gmail
Gmail internet security s.u.p.p.o.r.t P.h.o.n.e number Gmail P.h.o.n.e number
Gmail for Gmail security Gmail internet security P.h.o.n.e number Gmail in USA
Gmail contact P.h.o.n.e number Gmail in USA Gmail security contact P.h.o.n.e
number Gmail Gmail h.e.l.p desk P.h.o.n.e number Gmail in USA Gmail tech
s.u.p.p.o.r.t P.h.o.n.e number Gmail free in USA Gmail s.u.p.p.o.r.t P.h.o.n.e
number Gmail Gmail P.h.o.n.e number Gmail s.u.p.p.o.r.t for technical issue in
USA P.h.o.n.e number Gmail for Gmail technical s.u.p.p.o.r.t Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleP.h.o.n.e number Gmail Gmail toll free
customer care number Gmail Gmail internet security h.e.l.p P.h.o.n.e
number[Category:Call @@@@@@@@ sutta USA21888 383 2723Gmail t.e.c.h
s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k number
number U.S.A Call @@@@@@@@ sutta USA2 1888 383 2723Gmail t.e.c.h s.u.p.p.o.r.t
p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k number number U.S.A Gmail
s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA Call @@@@@@@@sutta USA2 1888 383
2723Gmail t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p
d.e.s.k number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e
--
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=40504
Bug ID: 40504
Summary: mfc42 not displayed in English
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Hi. snice I installed mfc42 for 1st time (for irfanview) till now, it opened to
me, during it's installation, in non English interface !! In your
documentations you saying that wintricks available in English.
Open screen shot please
--
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=40326
Bug ID: 40326
Summary: Silent Hunter II does not start
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fremenzone(a)poczta.onet.pl
Distribution: ---
I have installed Silent Hunter II from GOG.com. When the installer finishes
there is a button to launch the game. When I click it the game launches
successfully and seems to run without any problems. But once the game is closed
it is not possible to start it again. When I try tu run SH2.exe I get an error
message saying: "Initialization failure. There may be problems with display,
sound or input device drivers". When I click "OK" the message goes away and the
SH2 Screen Blanker window stays open until I kill it. This happens under a
clean prefix with wine version built from git (wine-1.9.5-230-g966a071). I
realize this is probably not enough information to pin-point the problem.
Please tell me which logs are needed and I will provide them.
--
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=40329
Bug ID: 40329
Summary: Bug in winecfg ??
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Created attachment 53990
--> https://bugs.winehq.org/attachment.cgi?id=53990
error message in terminal
Hi. I use Linux Mint x64 xfce as Live USB OS. I use wine 1.9.6
When I type winecfg in terminal, winecfg (configration window) appear to me but
there is also error message appearing in terminal. Please look to screen shot
attached with this post.
Is this bug??
--
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=40215
Bug ID: 40215
Summary: DirectX Texture Tool save wrong DDS file with native
d3dx9_36.dll
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Created attachment 53734
--> https://bugs.winehq.org/attachment.cgi?id=53734
Left with native d3dx9_36, right with my patches
The tool with its sources can be downloaded from
https://www.microsoft.com/en-us/download/details.aspx?id=6812
wine-1.9.4-118-g36095db from git
Start DxTex.exe
New texture with default setting (256x256, 1 level, A8R8G8B8 format).
Open onto this surface some small png file. Looks on the screen OK.
Save as DDS texture.
With builtin d3dx9_36.dll it is impossible because this function is just not
implemented
~~~~
if (file_format == D3DXIFF_DDS)
{
FIXME("DDS file format isn't supported yet\n");
return E_NOTIMPL;
}
~~~~
But this is possible with native d3dx9_36.dll. The file saved successfully.
I open it with GraphicsConverter (Lemke Soft) and see wrong picture (attached).
GC is good application. Next test with my own implementation of d3dx9_36.dll
containing the DDS save. I got good file that correctly opened by the
GraphicsConverter.
I can't propose that microsoft d3dx9_36 is wrong. So I have to propose that the
interface between Wine d3d9 and native d3dx9_36 is wrong.
gcc-4.8.4 from MacPort
--
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=40732
Bug ID: 40732
Summary: trouble installing winehq-devel on Debian stretch
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: dimelay(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
apt-get update
: Failed to fetch
https://dl.winehq.org/winebuilds/debian/dists/stretch/InRelease
E: Some index files failed to download. They have been ignored, or old ones
used instead
On the second computer Jessie and works there all
--
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=40812
Bug ID: 40812
Summary: Contact + @@1~844~780~6762@@ Hotmail tech support
Product: WineHQ Bugzilla
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: devikatower32(a)gmail.com
Distribution: ---
??USA/CANADA/UK @@ I8447806762++ Hotmail EMail tech support number, Hotmail
EMail customer service number,Hotmail EMail technical Support Phone Number,
Hotmail EMail customer service phone number ((SUKHI))Call @@@++ USA
I8447806762Hotmail p.r.i.n.t.e.r t.e.c.h s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.e.r
u.s.a. C.a.l.l Hotmail h.e.l.p d.e.s.k n.u.m.b.e.r n.u.m.b.e.r C.a.n.a.d.a
Hotmail s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r usa USA 1 I8447806762Hotmail
p.r.i.n.t.e.r t.e.c.h s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.e.r u.s.a. C.a.l.l
Hotmail h.e.l.p d.e.s.k n.u.m.b.e.r n.u.m.b.e.r C.a.n.a.d.a Hotmail
s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r usa canada 1-1844-780-6762USA, Hotmail EMail
Tech Support phone number,Hotmail technical support phone number 1
I8447806762.Hotmail Tech Support Number Hotmail Tech Hotmail tech support,
Hotmail tech support number, Hotmail tech support phone number, Hotmail
technical support, Hotmail technical support number, Hotmail technical support
phone number, Hotmail tech support number, Hotmail support number, Hotmail Tech
support phone number, Hotmail support phone number, Hotmail technical support
phone number, Hotmail technical support number,Support Phone Number for Hotmail
EMail Phone Number for Hotmail CustomerService Technical Support Telephone
Number Hotmail EMail support number Hotmail Hotmail EMail tech support number
Hotmail Hotmail EMail technical support number Hotmail Hotmail EMail
technical support phone number Hotmail Hotmail EMail customer service number
Hotmail Hotmail internet security technical support Hotmail technical support
phone number Hotmail Hotmail tech support phone number Hotmail Hotmail customer
support phone number I-844-780-6762Hotmail Hotmail EMail support phone number
Hotmail Hotmail support phone Hotmail tech support Hotmail customer support
Hotmail phone support Hotmail support number Hotmail Hotmail technical support
Hotmail EMail customer support phone number Hotmail Hotmail EMail tech
support phone number Hotmail contact Hotmail support Hotmail EMail technical
support phone number ~Unable to render embedded object: File (~I8447807304++
Hotmail Hotmail phone number Hotmail tech support Hotmail support ticket
Hotmail customer support number Hotmail Hotmail tech support number Hotmail
Hotmail technical support number Hotmail Hotmail support center Hotmail
telephone support call Hotmail support Hotmail EMail support support Hotmail
Hotmail billing support Hotmail EMail technical support number Hotmail support
Hotmail EMail Hotmail online support Hotmail contact support Hotmail EMail
support number Hotmail Hotmail EMail customer support number Hotmail Hotmail
EMail tech support number Hotmail support for Hotmail Hotmail phone number
Hotmail Hotmail customer service phone number Hotmail Hotmail contact phone
number Hotmail Hotmail EMail phone number Hotmail Hotmail EMail customer
service phone number Hotmail phone number Hotmail for Hotmail customer service
Hotmail software phone number Hotmail phone number Hotmail for Hotmail Hotmail
customer service telephone number Hotmail Hotmail helpline phone number Hotmail
Hotmail contact number Hotmail Hotmail customer service number Hotmail Hotmail
customer service phone number ~) not found.~I8447807304++ Hotmail us Hotmail
customer service phone number Hotmail usa Hotmail telephone number Hotmail
Hotmail phone number Hotmail usa Hotmail EMail contact number Hotmail Hotmail
number Hotmail Hotmail contact number Hotmail usa Hotmail EMail helpline
number Hotmail Hotmail helpline number Hotmail Hotmail customer number Hotmail
Hotmail EMail customer service number Hotmail Hotmail contact telephone number
Hotmail contact number Hotmail for Hotmail Hotmail software contact number
Hotmail Hotmail toll free number Hotmail Hotmail telephone number Hotmail uk
Hotmail registration number Hotmail Hotmail toll free number Hotmail usa
Hotmail customer service Hotmail software customer service contact Hotmail
customer service Hotmail customer service phone Hotmail EMail customer service
Hotmail service Hotmail EMail technical support Hotmail EMail customer
support Hotmail technical support reviews telephone Hotmail EMail Hotmail tech
support phone number Hotmail Hotmail EMail tech support phone number Hotmail
Hotmail EMail customer service Hotmail technical support phone number Hotmail
Hotmail EMail free printer support Hotmail customer service billing Hotmail
customer service EMail address Hotmail customer service reviews contact Hotmail
customer service Hotmail tech support number Hotmail usa Hotmail EMail support
number Hotmail Hotmail EMail contact number Hotmail Hotmail customer service
phone number Hotmail Hotmail technical support usa Hotmail technical support
number Hotmail Hotmail tech support phone Hotmail tech support number Hotmail
Hotmail customer service telephone number Hotmail Hotmail EMail customer
support number Hotmail Hotmail EMail phone number Hotmail Hotmail EMail
online support Hotmail customer service number Hotmail Hotmail tech support
center Hotmail customer service Hotmail software customer service Hotmail
customer care number Hotmail usa Hotmail customer number Hotmail Hotmail
customer support number Hotmail Hotmail customer care number Hotmail Hotmail
customer care toll free number Hotmail Hotmail tech support Hotmail technical
support Hotmail EMail support Hotmail EMail tech support Hotmail support
center Hotmail.com customer service Hotmail EMail customer care number Hotmail
Hotmail customer care Hotmail phone number Hotmail phone number Hotmail for
Hotmail customer service Hotmail phone support Hotmail phone number Hotmail
tech support Hotmail support phone number Hotmail contact Hotmail by phone
Hotmail contact phone number Hotmail Hotmail helpline phone number Hotmail
Hotmail EMail phone Hotmail EMail for phone Hotmail contact number Hotmail
Hotmail contact support contact Hotmail EMail Hotmail contact number Hotmail
usa Hotmail toll free number Hotmail Hotmail telephone number Hotmail Hotmail
toll free number Hotmail usa Hotmail EMail support services technical support
for printer Hotmail Hotmail customer service phone number Hotmail usa Hotmail
EMail customer care number Hotmail usa Hotmail customer care number Hotmail
Hotmail customer care center Hotmail customer support Hotmail customer support
phone Hotmail customer help Hotmail customer & technical support Hotmail
customer portal Hotmail customer care phone number Hotmail usa Hotmail customer
care EMail Hotmail helpline Hotmail tech support contact Hotmail customer care
toll free Hotmail EMail customer service number Hotmail Hotmail EMail
protection norton printer customer service number Hotmail Hotmail software
customer service number Hotmail Hotmail hotline customer service phone number
Hotmail Hotmail customer service phone number Hotmail us how to contact Hotmail
by EMail Hotmail free phone support Hotmail EMail technical support number
Hotmail Hotmail EMail technical support help desk phone number Hotmail Hotmail
technical support number Hotmail toll free number Hotmail Hotmail EMail
customer support phone number Hotmail Hotmail EMail customer
=============[edit] SUPPORT::USA CALL@1844 780 6762@ Hotmail EMail customer
care support phone number SUPPORT:USA CALL@1844 780 6762@ Hotmail EMail
customer care support phone number USA FLORIDA CALL@1844 780 6762@ Hotmail
EMail customer care support phone number USA/CANADA CANADA$$$Us@@ Hotmail
EMail technical support phone number 1844 780 6762@@NEWYORK>>>>>>>>>>
>#$$$!$CALL @@CALL USA !!1844 780 6762Hotmail EMail customer service 1844 780
6762$$$$$ ++ Hotmail us Hotmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number
1844 780 6762++ Hotmail us Hotmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e
number Hotmail EMail telephone number@@CALL USA !!1844 780 6762Hotmail EMail
customer service phone number and Hotmail EMail tech support phone number
Hotmail EMail customer service and support phone number usa FAST CALL @@ 1844
780 6762Hotmail EMail customer service and support phone number usa FAST CALL
@@ 1844 780 6762Hotmail EMail customer service and support phone number usa
CALL @@ 1844 780 6762Hotmail EMail customer service and support phone number
us CALL @@ 1844 780 6762Hotmail EMail customer service and support phone
number usa CALL @@ 1844 780 6762Hotmail EMail customer service and support
phone number Hotmail EMail scanner, Hotmail EMail rs phone number, Hotmail
EMail rs customer support, Hotmail support center, Hotmail tech, support phone
number, Hotmail s printers customer service, Hotmail EMail customer service
number, Hotmail EMail rs technical support, Hotmail EMail helpline
numbe,Hotmail support phone number, bther support printer, Hotmail technical
support number, Hotmail EMail rs contact, troublesh44ting Hotmail EMail , ,
Hotmail EMail phone support, Hotmail EMail rs support phone number,
troublesh44t Hotmail EMail r, Hotmail EMail rs contact number, Hotmail s
customer service, Hotmail EMail number¸Hotmail phone support, Hotmail
troublesh44ting, Hotmail EMail customer care, Hotmail EMail help desk,
drivers for Hotmail EMail rs, Hotmail technical support phone number, Hotmail
customer service phone, contact Hotmail EMail rs, Hotmail EMail customer care
number, Hotmail help desk¸Hotmail online support, Hotmail customer support
phone number, Hotmail s printer customer service¸Hotmail EMail mfc, Hotmail
EMail rs tech support phone number, Hotmail service¸Hotmail s tech support,
Hotmail EMail rs customer service phone number, Hotmail EMail install,
Hotmail laser printers, Hotmail s printers, support Hotmail EMail r, Hotmail
EMail service centre, Hotmail EMail updates, Hotmail inkjet printer, contact
Hotmail support, Hotmail tech support phone, @@ ((()) Hotmail lc61, Hotmail s
printers tech support, printers online, contact Hotmail EMail r, Hotmail s
printer, Hotmail label printer, Hotmail customer support phone, Hotmail EMail
rs customer support number, Hotmail support centre, Hotmail laser printer,
Hotmail EMail toll free number, phone number for Hotmail EMail rs, Hotmail
EMail installation, Hotmail EMail rs help, desk, Hotmail EMail support phone,
service Hotmail , Hotmail mfc, Hotmail EMail customer support , umber, Hotmail
EMail rs technical support phone number, Hotmail EMail hotline, contact
number for Hotmail EMail rs, Hotmail EMail r, Hotmail .com support, contact
Hotmail EMail support, Hotmail EMail troublesh44t, Hotmail telephone support,
Hotmail EMail rs customer support phone number, Hotmail , printer help phone
number, Hotmail customer service telephone number, Hotmail EMail tech support,
phone, Hotmail .ca support, Hotmail EMail online, Hotmail multifunction
printer, printer support, Hotmail , printer help, Hotmail mfc printer,
technical support for Hotmail EMail rs, Hotmail tech support number, EMail
support, Hotmail EMail rs support phone, mfc Hotmail , Hotmail hl2271dw,
Hotmail EMail rs website¸Hotmail EMail support, ¸Hotmail EMail problems and
, olutions, Hotmail s printers customer service phone number, customer service
Hotmail EMail r, solution Hotmail , Hotmail fax support, mfc Hotmail EMail r,
Hotmail EMail r, customer service phone, Hotmail EMail help number, Hotmail
mfc-8461n, Hotmail EMail support line, Hotmail EMail rs service centre,
Hotmail wireless laser printer, Hotmail s printer help, Hotmail fax helpline,
Hotmail EMail rs number, Hotmail EMail rs contact phone number, Hotmail
EMail telephone support, Hotmail EMail servicing, tech support for Hotmail
EMail rs, Hotmail EMail customer care no, Hotmail fax customer service,
Hotmail EMail official website, contact Hotmail customer service, Hotmail
technical support, Hotmail EMail rs phone support, Hotmail technical support
phone, Hotmail EMail repair service, Hotmail EMail setup, Hotmail printing
problems, Hotmail s technical support, printer drivers, Hotmail mfc support,
Hotmail repairs, installing Hotmail EMail r, Hotmail copier support, support
Hotmail EMail rs, Hotmail s printer support phone number, @@ ((()) Hotmail s
technical support phone number, Hotmail product support, Hotmail EMail and
scanner, Hotmail s printers troublesh44ting, Hotmail EMail support contact
number, Hotmail EMail technical support number, samsung printer support,,
troublesh44ting Hotmail EMail problems, Hotmail contact number, online printer
support, Hotmail EMail problems solutions., rother printers installation,
printer Hotmail mfc,_
--
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=40681
Bug ID: 40681
Summary: dotnet 3.0 does not install on wine 1.9.10 anymore.
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joaogojunior(a)hotmail.com
Distribution: ---
dotnet 3.0 does not install on wine 1.9.10 anymore, failing to add an pre
existent "prevlev" key to "System.Collections.Hashtable" dicionary making msi
fail with error 1603.
--
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=39858
Bug ID: 39858
Summary: The program steamwebhelper.exe has encountered a
serious problem and needs to close
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sfgemmill(a)gmail.com
Distribution: ---
Created attachment 53212
--> https://bugs.winehq.org/attachment.cgi?id=53212
The program steamwebhelper.exe has encountered a serious problem and needs to
close
This can be caused by a problem or a deficiency in Wine.
I tried to open Steam using Wine. This is all that it said. It won't let me log
in.
I created an account today. This site wouldn't let me log back in. Someone
asked me if I was using Windows 7. I was not. But I have changed Wine to
Windows 7 now. I am running it on Linux Mint Cinnamon.
--
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=40476
Bug ID: 40476
Summary: ITH(-VNR) does not work in wine
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: compulsorylocales(a)gmail.com
Distribution: ---
Created attachment 54236
--> https://bugs.winehq.org/attachment.cgi?id=54236
Warn log output when trying to execute with 32-bit WINEPREFIX
So um, this particular program has never worked in wine if I'm not wrong. I'm
using wine-staging but this should be the same for any version of wine.
Program name: ITH-VNR
Details: It's a hooking program that attaches itself to a running process. Used
mainly to extract text at runtime from Japanese games (Visual Novels).
Download + Source code link:
http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR…
(There is an older version, but since this is the latest maintained one,
posting this.)
It seems that Visual C++ Runtime 2013 is required.
Steps:
1. Create a clean 32-bit WINEPREFIX in, let's say ~/wine32.
2. Run winetricks vsrun2013 (to install the 2013 runtime x86 version).
3. Do env LANG=WINEDEBUG=warn+all WINEPREFIX=/home/user1/wine32 WINEARCH=win32
wine ITHVNR.exe
Result: It does not start at all. Same for the default 64-bit wine.
Possible culprit might be this line:
warn:module:load_builtin_dll failed to load .so lib for builtin
L"Z:\\run\\media\\user1\\blahblah\\ITHVNR-3.5640.1-win32\\vnrhost.dll":
/home/user1/wine32/dosdevices/z:/run/media/user1/32F84632F845F51F/VN
Support/ITHVNR-3.5640.1-win32/vnrhost.dll: invalid ELF header
Attaching the full output of the command in step 3.
Please take a look...
Thanks a lot!
--
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=40290
Bug ID: 40290
Summary: NFSHP2 Regedit entry seems wrong.
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
The Registry entryfor NFSHP2 shows up like this
C:\PROG~5P2\EA_G~YAH\NEED~VAK\
I think it should look like this
C:\PROGRA~1\EA_GAM~1\NEED_F~1
But maybe i'm wrong?
--
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=40176
Bug ID: 40176
Summary: FFXI page faults just before displaying 3D
Product: Wine
Version: 1.9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: autochron(a)gmail.com
Distribution: Debian
Created attachment 53681
--> https://bugs.winehq.org/attachment.cgi?id=53681
System backtrace
Running FFXI on Debian 8.3 (jessie) with the official WineHQ 1.9.3 package
(wine-devel). Installer runs fine, POL launcher runs fine, FFXI starts up and
then crashes after connecting to server (screen fades, crashes before the main
menu screen comes up). NVidia driver version 361.28 installed.
--
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=40212
Bug ID: 40212
Summary: "Run Wine" from Start menu in Linux Mint 17.3 not work
Product: Wine
Version: 1.9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Hi.
As title say: I installed WineHQ on Linux Mint 17.3 X64 bit xfce that I used
as Live USB OS.
Wine work O.K but when I like to configer it I can not use this unless by
using terminal! When I go to start menu & enter wine then "Run Wine" will
appear, but when I click over it no think open to me. One click, double click,
10 clicks, right mose , left mose but no any response. I can excess to winecfg
tool just by typing in terminal:
winecfg
This also existing in cinammon version
Please resolve this bug.
--
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=40685
Bug ID: 40685
Summary: DIAL OBAMA SUPPOrt++@++$++1.800.863.0840@@@ gmail
S.U.P.P.O.R.T P.H.O.N.E N.U.M.B.E.R... T.E.C.H
N.U.M.B.E.R F.O.R H.E.L.P......
Product: WineHQ Bugzilla
Version: 3.2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bhaijaanbajrangi85(a)gmail.com
Distribution: ---
Gmail++ USA Tech s.u.p.p.o.r.t number 1.855.999.9113 Gmail t.e.c.h
s.u.p.p.o.r.t number u.s.a. C.a.l.l 1.855.999.9113. Gmail h.e.l.p d.e.s.k
number number U.S.A @@ Gmail t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a.
C.a.l.l Gmail h.e.l.p d.e.s.k number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e
n.u.m.b.r USA Call @@@@@@@@sutta USA2 Gmail t.e.c.h s.u.p.p.o.r.t p.h.o.n.e
number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k number number U.S.A Gmail
s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA Call @@@@@@ USA1 Gmail t.e.c.h
s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k number
number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA Dial USA1 Gmail
t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k
number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA USA USA 1 Gmail
t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k
number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA USA
1-1855.-958-2535 USA, Gmail Tech s.u.p.p.o.r.t P.h.o.n.e number,Gmail technical
s.u.p.p.o.r.t P.h.o.n.e number 1 1855958 2535.Gmail Tech s.u.p.p.o.r.t Number
Gmail Tech Gmail tech s.u.p.p.o.r.t, Gmail tech s.u.p.p.o.r.t number, Gmail
tech s.u.p.p.o.r.t P.h.o.n.e number, Gmail technical s.u.p.p.o.r.t, Gmail
technical s.u.p.p.o.r.t number, Gmail technical s.u.p.p.o.r.t P.h.o.n.e number,
Gmail tech s.u.p.p.o.r.t number, Gmail s.u.p.p.o.r.t number, Gmail Tech
s.u.p.p.o.r.t P.h.o.n.e number, Gmail s.u.p.p.o.r.t P.h.o.n.e number Gmail
technical s.u.p.p.o.r.t P.h.o.n.e number, Gmail technical s.u.p.p.o.r.t
number,s.u.p.p.o.r.t P.h.o.n.e Number for Gmail P.h.o.n.e Number for Gmail
CustomerService Technical s.u.p.p.o.r.t TeleP.h.o.n.e Number Gmail
s.u.p.p.o.r.t number Gmail Gmail tech s.u.p.p.o.r.t number Gmail Gmail
technical s.u.p.p.o.r.t number Gmail Gmail technical s.u.p.p.o.r.t P.h.o.n.e
number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail internet
security technical s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t P.h.o.n.e number
Gmail Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail customer
s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail s.u.p.p.o.r.t P.h.o.n.e number Gmail
Gmail s.u.p.p.o.r.t P.h.o.n.e Gmail tech s.u.p.p.o.r.t Gmail customer
s.u.p.p.o.r.t Gmail P.h.o.n.e s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t number Gmail
Gmail technical s.u.p.p.o.r.t Gmail customer s.u.p.p.o.r.t P.h.o.n.e number
Gmail Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail contact Gmail
s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t P.h.o.n.e number ~!~1888 269 0130++
Gmail Gmail P.h.o.n.e number Gmail tech s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t
ticket Gmail customer s.u.p.p.o.r.t number Gmail Gmail tech s.u.p.p.o.r.t
number Gmail Gmail technical s.u.p.p.o.r.t number Gmail Gmail s.u.p.p.o.r.t
center Gmail teleP.h.o.n.e s.u.p.p.o.r.t call Gmail s.u.p.p.o.r.t Gmail
s.u.p.p.o.r.t s.u.p.p.o.r.t Gmail Gmail billing s.u.p.p.o.r.t Gmail technical
s.u.p.p.o.r.t number Gmail s.u.p.p.o.r.t Gmail Gmail online s.u.p.p.o.r.t Gmail
contact s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t number Gmail Gmail customer
s.u.p.p.o.r.t number Gmail Gmail tech s.u.p.p.o.r.t number Gmail s.u.p.p.o.r.t
for Gmail Gmail P.h.o.n.e number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e number Gmail Gmail contact P.h.o.n.e number Gmail Gmail P.h.o.n.e
number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail
P.h.o.n.e number Gmail for Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail software
P.h.o.n.e number Gmail P.h.o.n.e number Gmail for Gmail Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e teleP.h.o.n.e number Gmail Gmail h.e.l.p.l.i.n.e P.h.o.n.e number
Gmail Gmail contact number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number
Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number ~!~1888 269 0130++
Gmail us Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail USA Gmail
teleP.h.o.n.e number Gmail Gmail P.h.o.n.e number Gmail USA Gmail contact
number Gmail Gmail number Gmail Gmail contact number Gmail USA Gmail
h.e.l.p.l.i.n.e number Gmail Gmail h.e.l.p.l.i.n.e number Gmail Gmail customer
number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail contact
teleP.h.o.n.e number Gmail contact number Gmail for Gmail Gmail software
contact number Gmail Gmail toll free number Gmail Gmail teleP.h.o.n.e number
Gmail uk Gmail registration number Gmail Gmail toll free number Gmail USA Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail software c.u.s.t.o.m.e.r s.e.r.v.i.c.e
contact Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail service Gmail technical
s.u.p.p.o.r.t Gmail customer s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t
reviews teleP.h.o.n.e Gmail Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail
Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Gmail technical s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail free
s.u.p.p.o.r.t Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e billing Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e email address Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e reviews contact
Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail tech s.u.p.p.o.r.t number Gmail USA
Gmail s.u.p.p.o.r.t number Gmail Gmail contact number Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail Gmail technical
s.u.p.p.o.r.t USA Gmail technical s.u.p.p.o.r.t number Gmail Gmail tech
s.u.p.p.o.r.t P.h.o.n.e Gmail tech s.u.p.p.o.r.t number Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleP.h.o.n.e number Gmail Gmail customer
s.u.p.p.o.r.t number Gmail Gmail P.h.o.n.e number Gmail Gmail online
s.u.p.p.o.r.t Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail tech
s.u.p.p.o.r.t center Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail software
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail customer care number Gmail USA Gmail
customer number Gmail Gmail customer s.u.p.p.o.r.t number Gmail Gmail customer
care number Gmail Gmail customer care toll free number Gmail Gmail tech
s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t Gmail tech
s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t center Gmail Antivirus.com c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Gmail customer care number Gmail Gmail customer care Gmail
P.h.o.n.e number Gmail P.h.o.n.e number Gmail for Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Gmail P.h.o.n.e s.u.p.p.o.r.t Gmail P.h.o.n.e number Gmail tech
s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t P.h.o.n.e number Gmail contact Gmail by
P.h.o.n.e Gmail contact P.h.o.n.e number Gmail Gmail h.e.l.p.l.i.n.e P.h.o.n.e
number Gmail Gmail P.h.o.n.e Gmail for P.h.o.n.e Gmail contact number Gmail
Gmail contact s.u.p.p.o.r.t contact Gmail Gmail contact number Gmail USA Gmail
toll free number Gmail Gmail teleP.h.o.n.e number Gmail Gmail toll free number
Gmail USA Gmail s.u.p.p.o.r.t services technical s.u.p.p.o.r.t for Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail USA Gmail customer care
number Gmail USA Gmail customer care number Gmail Gmail customer care center
Gmail customer s.u.p.p.o.r.t Gmail customer s.u.p.p.o.r.t P.h.o.n.e Gmail
customer h.e.l.p Gmail customer & technical s.u.p.p.o.r.t Gmail customer portal
Gmail customer care P.h.o.n.e number Gmail USA Gmail customer care email Gmail
h.e.l.p.l.i.n.e Gmail tech s.u.p.p.o.r.t contact Gmail customer care toll free
Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail protection
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail software c.u.s.t.o.m.e.r
s.e.r.v.i.c.e number Gmail Gmail hotline c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number
Gmail us how to contact Gmail by email Gmail free P.h.o.n.e s.u.p.p.o.r.t Gmail
technical s.u.p.p.o.r.t number Gmail Gmail technical s.u.p.p.o.r.t h.e.l.p desk
P.h.o.n.e number Gmail Gmail technical s.u.p.p.o.r.t number Gmail toll free
number Gmail Gmail customer s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail P.h.o.n.e number Gmail for
Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e number Gmail Gmail security s.u.p.p.o.r.t P.h.o.n.e number Gmail
Gmail internet security s.u.p.p.o.r.t P.h.o.n.e number Gmail P.h.o.n.e number
Gmail for Gmail security Gmail internet security P.h.o.n.e number Gmail in USA
Gmail contact P.h.o.n.e number Gmail in USA Gmail security contact P.h.o.n.e
number Gmail Gmail h.e.l.p desk P.h.o.n.e number Gmail in USA Gmail tech
s.u.p.p.o.r.t P.h.o.n.e number Gmail free in USA Gmail s.u.p.p.o.r.t P.h.o.n.e
number Gmail Gmail P.h.o.n.e number Gmail s.u.p.p.o.r.t for technical issue in
USA P.h.o.n.e number Gmail for Gmail technical s.u.p.p.o.r.t Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleP.h.o.n.e number Gmail Gmail toll f
--
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=40553
Bug ID: 40553
Summary: Can't Run VSDC Free Video Editor
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brandontietz2(a)gmail.com
Distribution: ---
Created attachment 54389
--> https://bugs.winehq.org/attachment.cgi?id=54389
Backtrace for the error.
I get an error message when I try to run VSDC Free Video Editor in Wine
(PlayOnLinux) I will attach the back trace in the attachments below.
--
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=40619
Bug ID: 40619
Summary: Office 365 Desktop Setup Tool for Office 2010 and
Office 2007 fails to install - Culture name
'sr-latn-cs' is not supported
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Created attachment 54477
--> https://bugs.winehq.org/attachment.cgi?id=54477
Console output
wine 1.9.9, fresh 32-bit wine prefix.
winetricks dotnet20 ( required by installer )
I am trying to install the 'Office 365 Desktop Setup Tool for Office 2010 and
2007'.
Due to bug #30753 I resorted to invoking the downloader directly
$ wine rundll32 dfshim.dll,ShOpenVerbApplication
http://g.microsoftonline.com/0BX00EN/436?\!/Office365DesktopSetup.applicati…
The installer starts up, but in the end fails, with the log file containing the
following error: Culture name 'sr-latn-cs' is not supported.
I have tried winxp and win7, and also installed dotnet35. Neither makes a
difference.
Note: this is not the setup for Office 365, but rather a compatibility layer
for Office 2010 and 2007, see
https://support.office.com/en-us/article/Set-up-Office-2010-desktop-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=40682
Bug ID: 40682
Summary: AKBAR Badshah@++@$++$ 18008630840 Gmail Tech support
Number, Gmail Customer Support Number usa
Product: WineHQ Bugzilla
Version: 3.2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bhaijaanbajrangi85(a)gmail.com
Distribution: ---
Created attachment 54556
--> https://bugs.winehq.org/attachment.cgi?id=54556
24*7 call DIRECT CALL+++1.855.999.9113 @@@@?Gmail customer support phone
n..u.m.b.e.r Gmail tech support p.h.o.n.e number Usi Gmail=CaFeTeRiA
1.855.999.9113 Gmail Tech Support Number USA Gmail Help
24*7 call DIRECT CALL+++1.855.999.9113 @@@@?Gmail customer support phone
n..u.m.b.e.r Gmail tech support p.h.o.n.e number
Usi Gmail=CaFeTeRiA 1.855.999.9113 Gmail Tech Support Number USA Gmail Help
...Desk Number USA canada.
Gmail++ USA Tech s.u.p.p.o.r.t number 1.855.999.9113 Gmail t.e.c.h
s.u.p.p.o.r.t number u.s.a. C.a.l.l 1.855.999.9113. Gmail h.e.l.p d.e.s.k
number number U.S.A @@ Gmail t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a.
C.a.l.l Gmail h.e.l.p d.e.s.k number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e
n.u.m.b.r USA Call @@@@@@@@sutta USA2 Gmail t.e.c.h s.u.p.p.o.r.t p.h.o.n.e
number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k number number U.S.A Gmail
s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA Call @@@@@@ USA1 Gmail t.e.c.h
s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k number
number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA Dial USA1 Gmail
t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k
number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA USA USA 1 Gmail
t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k
number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA USA
1-1855.-958-2535 USA, Gmail Tech s.u.p.p.o.r.t P.h.o.n.e number,Gmail technical
s.u.p.p.o.r.t P.h.o.n.e number 1 1855958 2535.Gmail Tech s.u.p.p.o.r.t Number
Gmail Tech Gmail tech s.u.p.p.o.r.t, Gmail tech s.u.p.p.o.r.t number, Gmail
tech s.u.p.p.o.r.t P.h.o.n.e number, Gmail technical s.u.p.p.o.r.t, Gmail
technical s.u.p.p.o.r.t number, Gmail technical s.u.p.p.o.r.t P.h.o.n.e number,
Gmail tech s.u.p.p.o.r.t number, Gmail s.u.p.p.o.r.t number, Gmail Tech
s.u.p.p.o.r.t P.h.o.n.e number, Gmail s.u.p.p.o.r.t P.h.o.n.e number Gmail
technical s.u.p.p.o.r.t P.h.o.n.e number, Gmail technical s.u.p.p.o.r.t
number,s.u.p.p.o.r.t P.h.o.n.e Number for Gmail P.h.o.n.e Number for Gmail
CustomerService Technical s.u.p.p.o.r.t TeleP.h.o.n.e Number Gmail
s.u.p.p.o.r.t number Gmail Gmail tech s.u.p.p.o.r.t number Gmail Gmail
technical s.u.p.p.o.r.t number Gmail Gmail technical s.u.p.p.o.r.t P.h.o.n.e
number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail internet
security technical s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t P.h.o.n.e number
Gmail Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail customer
s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail s.u.p.p.o.r.t P.h.o.n.e number Gmail
Gmail s.u.p.p.o.r.t P.h.o.n.e Gmail tech s.u.p.p.o.r.t Gmail customer
s.u.p.p.o.r.t Gmail P.h.o.n.e s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t number Gmail
Gmail technical s.u.p.p.o.r.t Gmail customer s.u.p.p.o.r.t P.h.o.n.e number
Gmail Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail contact Gmail
s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t P.h.o.n.e number ~!~1888 269 0130++
Gmail Gmail P.h.o.n.e number Gmail tech s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t
ticket Gmail customer s.u.p.p.o.r.t number Gmail Gmail tech s.u.p.p.o.r.t
number Gmail Gmail technical s.u.p.p.o.r.t number Gmail Gmail s.u.p.p.o.r.t
center Gmail teleP.h.o.n.e s.u.p.p.o.r.t call Gmail s.u.p.p.o.r.t Gmail
s.u.p.p.o.r.t s.u.p.p.o.r.t Gmail Gmail billing s.u.p.p.o.r.t Gmail technical
s.u.p.p.o.r.t number Gmail s.u.p.p.o.r.t Gmail Gmail online s.u.p.p.o.r.t Gmail
contact s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t number Gmail Gmail customer
s.u.p.p.o.r.t number Gmail Gmail tech s.u.p.p.o.r.t number Gmail s.u.p.p.o.r.t
for Gmail Gmail P.h.o.n.e number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e number Gmail Gmail contact P.h.o.n.e number Gmail Gmail P.h.o.n.e
number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail
P.h.o.n.e number Gmail for Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail software
P.h.o.n.e number Gmail P.h.o.n.e number Gmail for Gmail Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e teleP.h.o.n.e number Gmail Gmail h.e.l.p.l.i.n.e P.h.o.n.e number
Gmail Gmail contact number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number
Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number ~!~1888 269 0130++
Gmail us Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail USA Gmail
teleP.h.o.n.e number Gmail Gmail P.h.o.n.e number Gmail USA Gmail contact
number Gmail Gmail number Gmail Gmail contact number Gmail USA Gmail
h.e.l.p.l.i.n.e number Gmail Gmail h.e.l.p.l.i.n.e number Gmail Gmail customer
number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail contact
teleP.h.o.n.e number Gmail contact number Gmail for Gmail Gmail software
contact number Gmail Gmail toll free number Gmail Gmail teleP.h.o.n.e number
Gmail uk Gmail registration number Gmail Gmail toll free number Gmail USA Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail software c.u.s.t.o.m.e.r s.e.r.v.i.c.e
contact Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail service Gmail technical
s.u.p.p.o.r.t Gmail customer s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t
reviews teleP.h.o.n.e Gmail Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail
Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Gmail technical s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail free
s.u.p.p.o.r.t Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e billing Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e email address Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e reviews contact
Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail tech s.u.p.p.o.r.t number Gmail USA
Gmail s.u.p.p.o.r.t number Gmail Gmail contact number Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail Gmail technical
s.u.p.p.o.r.t USA Gmail technical s.u.p.p.o.r.t number Gmail Gmail tech
s.u.p.p.o.r.t P.h.o.n.e Gmail tech s.u.p.p.o.r.t number Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleP.h.o.n.e number Gmail Gmail customer
s.u.p.p.o.r.t number Gmail Gmail P.h.o.n.e number Gmail Gmail online
s.u.p.p.o.r.t Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail tech
s.u.p.p.o.r.t center Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail software
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail customer care number Gmail USA Gmail
customer number Gmail Gmail customer s.u.p.p.o.r.t number Gmail Gmail customer
care number Gmail Gmail customer care toll free number Gmail Gmail tech
s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t Gmail tech
s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t center Gmail Antivirus.com c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Gmail customer care number Gmail Gmail customer care Gmail
P.h.o.n.e number Gmail P.h.o.n.e number Gmail for Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Gmail P.h.o.n.e s.u.p.p.o.r.t Gmail P.h.o.n.e number Gmail tech
s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t P.h.o.n.e number Gmail contact Gmail by
P.h.o.n.e Gmail contact P.h.o.n.e number Gmail Gmail h.e.l.p.l.i.n.e P.h.o.n.e
number Gmail Gmail P.h.o.n.e Gmail for P.h.o.n.e Gmail contact number Gmail
Gmail contact s.u.p.p.o.r.t contact Gmail Gmail contact number Gmail USA Gmail
toll free number Gmail Gmail teleP.h.o.n.e number Gmail Gmail toll free number
Gmail USA Gmail s.u.p.p.o.r.t services technical s.u.p.p.o.r.t for Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail USA Gmail customer care
number Gmail USA Gmail customer care number Gmail Gmail customer care center
Gmail customer s.u.p.p.o.r.t Gmail customer s.u.p.p.o.r.t P.h.o.n.e Gmail
customer h.e.l.p Gmail customer & technical s.u.p.p.o.r.t Gmail customer portal
Gmail customer care P.h.o.n.e number Gmail USA Gmail customer care email Gmail
h.e.l.p.l.i.n.e Gmail tech s.u.p.p.o.r.t contact Gmail customer care toll free
Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail protection
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail software c.u.s.t.o.m.e.r
s.e.r.v.i.c.e number Gmail Gmail hotline c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number
Gmail us how to contact Gmail by email Gmail free P.h.o.n.e s.u.p.p.o.r.t Gmail
technical s.u.p.p.o.r.t number Gmail Gmail technical s.u.p.p.o.r.t h.e.l.p desk
P.h.o.n.e number Gmail Gmail technical s.u.p.p.o.r.t number Gmail toll free
number Gmail Gmail customer s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail P.h.o.n.e number Gmail for
Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e number Gmail Gmail security s.u.p.p.o.r.t P.h.o.n.e number Gmail
Gmail internet security s.u.p.p.o.r.t P.h.o.n.e number Gmail P.h.o.n.e number
Gmail for Gmail security Gmail internet security P.h.o.n.e number Gmail in USA
Gmail contact P.h.o.n.e number Gmail in USA Gmail security contact P.h.o.n.e
number Gmail Gmail h.e.l.p desk P.h.o.n.e number Gmail in USA Gmail tech
s.u.p.p.o.r.t P.h.o.n.e number Gmail free in USA Gmail s.u.p.p.o.r.t P.h.o.n.e
number Gmail Gmail P.h.o.n.e number Gmail s.u.p.p.o.r.t for technical issue in
USA P.h.o.n.e number Gmail for Gmail technical s.u.p.p.o.r.t Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleP.h.o.n.e number Gmail Gmail toll free
customer care number Gmail Gmail internet security h.e.l.p P.h.o.n.e
number[Category:Call @@@@@@@@ sutta USA21888 383 2723Gmail t.e.c.h
s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k number
number U.S.A Call @@@@@@@@ sutta USA2 1888 383 2723Gmail t.e.c.h s.u.p.p.o.r.t
p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k number number U.S.A Gmail
s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA Call @@@@@@@@sutta USA2 1888 383
2723Gmail t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p
d.e.s.k number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e
--
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=40635
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Closing invalid bugs.
--
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=40626
Bug ID: 40626
Summary: Dropbox Phone Number 888-414-8124 Dropbox tech Support
Phone Number Usa Canada
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lorelconjk(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 54494
--> https://bugs.winehq.org/attachment.cgi?id=54494
dropbox support
USA Dropbox Help@+1888-414-8124+@+ Dropbox customer service phone number usa,
Dropbox customer care support phone number Canada here. Call, 1-888-414-8124
for Dropbox customer support telephone number, Dropbox Toll Free,
@(1-888-414-8124)@-: Dropbox Technical Support Number, Dropbox help desk
phone number voses online solution for all USA/CANADA clients. For any help of
query call I 888-414-8124 to get all Dropbox account solution. 1888-414-8124
For any help of query call 1 888-414-8124 to get all Dropbox account solution.
@@Call, 1-888-414-8124 for all type help by Dropbox support telephone
number,Opera support phone number,Opera support phone number,Opera help phone
number, Dropbox technical support number.Opera support number, Dropbox phone
number, Dropbox tech support number, Dropbox customer support number, Dropbox
customer support phone number, Dropbox customer service phone number, Dropbox
payroll customer service phone number, Dropbox support phone number Dropbox
help number-Opera Helpline Number; Dropbox help phone number-Opera Helpline
Number, Dropbox Tech Support Toll free Number, Dropbox Support Telephone
Number, Dropbox Tech Support Telephone number, Dropbox Tech Support contact
number, Dropbox support contact number, Dropbox technical support contact
number, Dropbox help desk phone number.Opera password recovery support phone
number. Call, @(1-888-414-8124)@-: Dropbox password recovery support phone
number. It@@Call, 1-888-414-8124 for Dropbox customer support telephone
number,Opera support phone number is very popular toll free number which vose
by Dropbox technical support, Dropbox Customer Service Phone Number, Dropbox
Customer Service Number, Dropbox Customer Support Phone Number, Dropbox
Customer Support Number, Dropbox Customer Service Helpline Number, Dropbox
Customer Care Number, Dropbox support team phone number. Dropbox password
recovery support phone number. Call,@(1-888-414-8124)@-: Dropbox help
number-Opera Helpline Number; Dropbox help phone number, Dropbox Helpline
Number, Dropbox Tech Support Toll free Number, Dropbox Support Telephone
Number, Dropbox Tech Support Telephone number, Dropbox Tech Support contact
number, Dropbox support contact number, Dropbox technical support contact
number, Dropbox support phone number, Dropbox payroll support phone number.
Dropbox payroll customer support phone number.. Dropbox password reset
support phone number. for all type help by Dropbox support telephone number,
Dropbox help phone number, Dropbox technical support number.Opera support
number, Dropbox phone number, Dropbox tech support number, Dropbox customer
support number, Dropbox customer support phone number, Dropbox customer
service phone number, Dropbox payroll customer service phone number Dropbox
Toll Free, @(1-888-414-8124)@-: Dropbox Technical Support number usa, Dropbox
help desk phone number usa voses online solution for all USA/CANADA clients.
For any help of query call I 888-414-8124 to get all Dropbox account solution.
1888-414-8124 For any help of query call 1 888-414-8124 to get all Dropbox
account solution. @@Call, 1-888-414-8124 for all type help by Dropbox support
phone number usa,Opera support phone number usa,Opera support phone number
usa,Opera help phone number usa, Dropbox technical support number usa.Opera
support number usa, Dropbox phone number usa, Dropbox tech support number
usa, Dropbox customer support number usa, Dropbox customer support phone
number usa, Dropbox customer service phone number usa, Dropbox payroll
customer service phone number usa, Dropbox support phone number usa Dropbox
help number usa-Opera Helpline number usa; Dropbox help phone number usa-Opera
Helpline number usa, Dropbox Tech Support Toll free number usa, Dropbox
Support Telephone number usa, Dropbox Tech Support Telephone number usa,
Dropbox Tech Support contact number usa, Dropbox support contact number usa,
Dropbox technical support contact number usa, Dropbox help desk phone number
usa.Opera password recovery support phone number usa. Call,
@(1-888-414-8124)@-: Dropbox password recovery support phone number usa. It is
very popular toll free number usa which vose by Dropbox technical support,
Dropbox Customer Service Phone number usa, Dropbox Customer Service number
usa, Dropbox Customer Support Phone number usa, Dropbox Customer Support
number usa, Dropbox Customer Service Helpline number usa, Dropbox Customer
Care number usa, Dropbox support team phone number usa. Dropbox password
recovery support phone number usa. Call,@(1-888-414-8124)@-: Dropbox help
number usa-Opera Helpline number usa; Dropbox help phone number usa, Dropbox
Helpline number usa, Dropbox Tech Support Toll free number usa, Dropbox
Support Telephone number usa, Dropbox Tech Support Telephone number usa,
Dropbox Tech Support contact number usa, Dropbox support contact number usa,
Dropbox technical support contact number usa, Dropbox support phone number
usa, Dropbox payroll support phone number usa. Dropbox payroll customer
support phone number usa.. Dropbox password reset support phone number usa.
for all type help by Dropbox support telephone number usa, Dropbox help phone
number usa, Dropbox technical support number usa.Opera support number usa,
Dropbox phone number usa, Dropbox tech support number usa, Dropbox customer
support number usa, Dropbox customer support phone number usa, Dropbox
customer service phone number usa, Dropbox payroll customer service phone
number usa @@Call, I-888-414-8124 for all type help by Dropbox support
telephone number,Opera support phone number,Opera support phone number,Opera
help phone number, Dropbox technical support number.Opera support number,
Dropbox phone number, Dropbox tech support number, Dropbox customer support
number, Dropbox customer support phone number, Dropbox customer service phone
number, Dropbox payroll customer service phone number, Dropbox support phone
number Dropbox help number-Opera Helpline Number; Dropbox help phone
number-Opera Helpline Number, Dropbox Tech Support Toll free Number, Dropbox
Support Telephone Number, Dropbox Tech Support Telephone number, Dropbox Tech
Support contact number, Dropbox support contact number, Dropbox technical
support contact number, Dropbox help desk phone number.Opera password recovery
support phone number. Call, @(I-888-414-8124)@-: Dropbox password recovery
support phone number. It is very popular toll free number which vose by Dropbox
technical support, Dropbox Customer Service Phone Number, Dropbox Customer
Service Number, Dropbox Customer Support Phone Number, Dropbox Customer
Support Number, Dropbox Customer Service Helpline Number, Dropbox Customer
Care Number, Dropbox support team phone number. Dropbox password recovery
support phone number. Call,@(I-888-414-8124)@-: Dropbox help number-Opera
Helpline Number; Dropbox help phone number, Dropbox Helpline Number, Dropbox
Tech Support Toll free Number, Dropbox Support Telephone Number, Dropbox Tech
Support Telephone number, Dropbox Tech Support contact number, Dropbox
support contact number, Dropbox technical support contact number, Dropbox
support phone number, Dropbox payroll support phone number. Dropbox payroll
customer support phone number.. Dropbox password reset support phone number.
for all type help by Dropbox support telephone number, Dropbox help phone
number, Dropbox technical support number.Opera support number, Dropbox phone
number, Dropbox tech support number, Dropbox customer support number, Dropbox
customer support phone number, Dropbox customer service phone number, Dropbox
payroll customer service phone number
--
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=40211
Bug ID: 40211
Summary: wine: Bad EXE format
Product: Wine
Version: 1.8.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rahul.raveendran1(a)wipro.com
Distribution: ---
Wine not working properly on rhel 7 and the same issue is there on centos 7
also.
It is showing the error as below:
wine: Bad EXE format for Z:\home\kapawlow\Pobrane\XMLSpyEnt2016.exe
While running the command wine XMLSpyEnt2016.exe.
Also I tried small tools like rufus tool and gupuz, but the result is same.
While checking the same tools in rhel 6.5 it is working perfectly.
--
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=40759
Bug ID: 40759
Summary: Bioshock crash before reaching main menu
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hadrien.lacour(a)openmailbox.org
Distribution: ---
Created attachment 54658
--> https://bugs.winehq.org/attachment.cgi?id=54658
Bioshock git (Thu Jun 9 13:16:06 CEST 2016) backtrace
Last time I tested it was on 1.9.3 and it was working well. Now tested on both
1.9.11 and git and it crashes just after the intro videos (at the menu itself,
basically).
Here's the backtrace, I can compile with symbols if asked to.
--
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=40362
Bug ID: 40362
Summary: Scanner Driver installed correctly but not Working!
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Hi. I read simillar bugs about simillar issue. But I discided to post this bug
because I found certain hope: in my case - oposite to other cases - I have NO
crash during installation.
I have Mustek scanner model "A3 600S" & there is no other flatbed A3 scanner
available in markets in my country. Officially it does not support Linux. This
is it's official site:
http://www.mustek.com/solutions/large-format-scanning/82-a3600s.html
I try to install it's windows driver by WineHQ. Unexpectedly it installed
without ant crashing during installation process. I pass all installation
wizared without problem.
But it does not detect scanner.
I know that wine does not support windows driver by design, but in simillar
bugs I noticed that bug considered not accepted if there is a crash during
installation.
I perform installation WITHOUT USING ANY WINETRICKS.
Is there a chance this scanner driver could be supported by WineHQ?
Best.
--
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=40707
Bug ID: 40707
Summary: TMUnitedForever crashes on starting game
Product: Wine-staging
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: steveamigauk(a)yahoo.co.uk
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 54592
--> https://bugs.winehq.org/attachment.cgi?id=54592
Console output
TMUnitedForever loads up fine, goes through the menu, connects to the (any)
server, but hangs as soon as gameplay loads (or at the "Press a key to start"
screen if you wait).
I haven't had much luck with regression testing previously, so hoping someone
can confirm/help in this regard.
Full concole output attached.
1.9.10 works.
--
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=40097
Bug ID: 40097
Summary: World of Tanks crash with wine 1.9.3
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gang65(a)poczta.onet.pl
Distribution: ---
Created attachment 53586
--> https://bugs.winehq.org/attachment.cgi?id=53586
Logs from PlayOnLinux 4.2.6
World of Tanks crash with wine 1.9.3
With wine 1.9.2 everything is working fine.
I reproduced it on Ubuntu 15.10 and PlayOnLinux 4.2.6
--
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=37313
Bug ID: 37313
Summary: Incorrect processing of post-transform vertex data
Product: Wine
Version: 1.7.27
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: iamalannoble(a)hotmail.com
When using post-transformed vertex data (using D3DDECLUSAGE_POSITIONT or
D3DFVF_XYZRHW) and a pixel shader, WINE incorrectly applies transforms to the
non-position components of the vertex data. e.g. texgen and texture matrix is
incorrectly applied to texture coordinates.
The specification of post-transformed data is scattered across several pages,
but here's a quote:
D3DDECLUSAGE_POSITIONT
... When a declaration containing this is set, the pipeline does not perform
vertex processing.
D3DFVF_XYZRHW implies the same thing, as this is the output format of
IDirect3DDevice9::ProcessVertices.
At
http://source.winehq.org/git/wine.git/blob/7f29fc7e91aa7eb88cdb3220ebcbb7a4…
wined3d generates a vertex program to match the fragment program, but only the
position is handled differently when settings->transformed is true.
The specification for post-transformed data indicates that lighting is not
evaluated at all and texture coordinates are just copied. The
WINED3DTSS_TCI_PASSTHRU case is not sufficient, as that still applies the
texture matrix.
This function and any related functions should be updated to handle
settings->transformed correctly.
--
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=40636
Bug ID: 40636
Summary: Sage payroll support phone Number
1.8.4.4.3.1.3.4.8.5.9 Sage payroll service phone
Number
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: skyway(a)ghostmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
'@@Call, +1-844-313-4859 for all type of help by Sage error support phone
number'
'pdf.sage error support phone number ## 8443134859'
'@@Call,8443134859 for all type help by sage error phone number,sage already
running error,@@@sage backup error,sage cannot save pdf,sage cant send email
,sage company file cannot be found,sage company file is read only. sage error
support phone number ## 8443134859'
sage error phone number @@8443134859
sage error helpline number @@8443134859
sage payroll helpline @@8443134859
sage error support number ## 8443134859
sage error server busy error number ## 8443134859
sage error already running error
sage error backup error
sage cannot save pdf
sage error cant send email
sage error company file cannot be found
sage error company file is read only
sage email error
sage error connection to the company file is lost
sage error customer care number
sage error file exist error
sage error help
sage error registeration
sage flashs and go away
sage installation error
sage multiuser error
sage network error
sage not opening
sage not responding
sage not working
sage payroll error
sage script error
sage support help
SAGE error tech support phone number@ +1-8443134859
SAGE error tech Support Number@ +1-8443134859
SAGE error technical Support Phone Number@ +1-8443134859
SAGE error technical Support Number@ +1-8443134859
SAGE error pro tech Support Phone Number@ +1-8443134859
SAGE error pro tech Support Number@ +1-8443134859
SAGE error pro technical Support Phone Number@ +1-8443134859
SAGE error pro technical Support Number@ +1-8443134859
SAGE error customer service number@ +1-8443134859
SAGE error customer service phone number@ +1-8443134859
SAGE error customer support number@ +1-8443134859
SAGE error customer support phone number@ +1-8443134859
SAGE error payroll tech Support Phone Number@ +1-8443134859
SAGE error payroll tech Support Number@ +1-8443134859
SAGE error payroll technical Support Phone Number@ +1-8443134859
SAGE payroll technical Support Number@ +1-8443134859
SAGE premier support phone number@ +1-8443134859
SAGE premier support number@ +1-8443134859
SAGE premier support number@ +1-8443134859
SAGE help desk phone number@ +1-8443134859
SAGE help desk number@ +1-8443134859
SAGE Error Support Number@ +1-8443134859
SAGE Error Support phone Number@ +1-8443134859
SAGE Contact Number@ +1-8443134859
SAGE Error Support@ +1-8443134859
SAGE Support Contact Number@ +1-8443134859
Technical Support for SAGE Printer@ +1-8443134859
SAGE Support Phone Number@ +1-8443134859
SAGE Support Phone Number@ +1-8443134859
SAGE pro Support Phone Number@ +1-8443134859
SAGE pro Support Phone Number@ +1-8443134859
SAGE tech Support Phone Number USA@ +1-8443134859
SAGE tech Support Number USA@ +1-8443134859
SAGE technical Support Phone Number USA@ +1-8443134859
SAGE technical Support Number USA@ +1-8443134859
SAGE pro tech Support Phone Number USA@ +1-8443134859
SAGE pro tech Support Number USA@ +1-8443134859
SAGE pro technical Support Phone Number USA@ +1-8443134859
SAGE pro technical Support Number USA@ +1-8443134859
SAGE customer service number USA@ +1-8443134859
SAGE customer service phone number USA@ +1-8443134859
SAGE customer support number USA@ +1-8443134859
SAGE customer support phone number USA@ +1-8443134859
SAGE payroll tech Support Phone Number USA@ +1-8443134859
sage enterprise contact number USA+1-8443134859
sage enterprise help USA+1-8443134859
sage enterprise helpline ##1*844*313*4859&@
sage enterprise number ##1*844*313*4859&@
sage data problem number##1*844*313*4859&@
sage datarecovery##1*844*313*4859&@
sage datarecovery number##1*844*313*4859&@
sage datarecovery support ##1*844*313*4859&@
sage not able to backup +1-8443134859
sage online backup number+1-8443134859
sage payroll cosutomer number+1-8443134859
sage payroll error+1-8443134859
sage payroll help+1-8443134859
SAGE.. PRO phone number,(+1-8443134859)// SAGE.. PRO customer care number.....
SAGE.. PRO Toll Free, Peachtree@(+1-8443134859)@-: SAGE.. PRO Technical Support
Number, SAGE.. PRO help desk phone number provides online solution for all
USA/CANADA clients. For any help of query call 1 8443134859 to get all SAGE..
PRO account solution. For any help of query call +1-8443134859 to get all
SAGE.. PRO account solution.
@@Call, +1-8443134859 for all type help by SAGE.. PRO support telephone
number,SAGE.. PRO support phone number,SAGE.. PRO support phone number,SAGE..
PRO help phone number, SAGE.. PRO technical support number.SAGE.. PRO support
number, SAGE.. PRO phone number, SAGE.. PRO tech support number, SAGE.. PRO
customer support number, SAGE.. PRO customer support phone number, SAGE.. PRO
customer service phone number, SAGE.. PRO payroll customer service phone
number, SAGE.. PRO support phone number
Enterprise Solutions.for #P.Eacht.ree ##1*844*313*4859&@Fast supp;o;rt For SAGE
P.Eacht.ree products Manage Finance & Grow Your Business With SAGE, If you have
problem with sage then CALL##1*844*313*4859&@!! 24x7 h'e'lp'line for SAGE50
call this number 1844)313*4859?' Call Now (TollFree) ~~+1*844*313*4859& We Help
With Any sage Error | Accounting AlternativeGet Instant supp;o;rt For SAGE
supp;o;rt Number for SAGE 50 Enterprise Solutions.for #P.Eacht.ree
##1*844*313*4859&@Fast supp;o;rt For SAGE P.Eacht.ree products Manage Finance &
Grow Your Business With SAGE, If you have problem with sage then
CALL1*844*313*4859!! 24x7 h'e'lp'line for SAGE50 call this number
1*844*313*4859?' We Help With Any sage Error Call Now (TollFree)
~~+1*844*313*4859& | Accounting AlternativeGet Instant supp;o;rt For SAGE
supp;o;rt Number for SAGE 50 Enterprise Solutions.for #P.Eacht.ree
##1*844*313*4859&@Fast supp;o;rt For SAGE P.Eacht.ree products Manage Finance &
Grow Your Business With SAGE.
sage payroll helpline+1-8443134859
sage payroll not calcualting taxes +1-8443134859
sage payroll not update +1-8443134859
sage payroll number ##1*844*313*4859&@
sage payroll renewal ##1*844*313*4859&@
sage payroll subscription ##1*844*313*4859&@
sage payroll subscription expierd ##1*844*313*4859&@
sage payroll support ##1*844*313*4859&@
sage payroll tax form ##1*844*313*4859&@
sage sync manager error ##1*844*313*4859&@
sage sync manager not working ##1*844*313*4859&@
sage sync manager number+1-8443134859
sage sync manager problem +1-8443134859
renew sage service plan+1-8443134859
sage file password forget+1-8443134859
sage password reset help+1-8443134859
sage password reset number+1-8443134859
sage password reset support+1-8443134859
sage point of sale error+1-8443134859
sage point of sale helpline+1-8443134859
sage point of sale number+1-8443134859
sage point of sale support+1-8443134859
sage point of sale +1-8443134859
sage error enterprise helpline ##1*844*313*4859&@
sage error enterprise number ##1*844*313*4859&@
sage error data problem number##1*844*313*4859&@
sage error datarecovery##1*844*313*4859&@
sage error datarecovery number##1*844*313*4859&@
sage error datarecovery support ##1*844*313*4859&@
sage error not able to backup +1-8443134859
sage error online backup number+1-8443134859
sage error payroll cosutomer number+1-8443134859
sage error payroll error+1-8443134859
sage error payroll help+1-8443134859
sage error payroll helpline+1-8443134859
sage error payroll not calcualting taxes +1-8443134859
sage error payroll not update +1-8443134859
sage error payroll number ##1*844*313*4859&@
sage error payroll renewal ##1*844*313*4859&@
sage error payroll subscription ##1*844*313*4859&@
sage error payroll subscription expierd ##1*844*313*4859&@
sage error payroll support ##1*844*313*4859&@
sage error payroll tax form ##1*844*313*4859&@
sage error sync manager error ##1*844*313*4859&@
sage error sync manager not working ##1*844*313*4859&@
sage error sync manager number+1-8443134859
sage error sync manager problem +1-8443134859
renew sage service plan+1-8443134859
sage error file password forget+1-8443134859
sage error password reset help+1-8443134859
sage error password reset number+1-8443134859
sage error password reset support+1-8443134859
sage error point of sale error+1-8443134859
sage error point of sale helpline+1-8443134859
sage error point of sale number+1-8443134859
sage error point of sale support+1-8443134859
sage error point of sale +1-8443134859
SAGE tech support phone number@ +1-8443134859 SAGE tech Support Number@
+1-8443134859 SAGE technical Support Phone Number@ +1-8443134859 SAGE technical
Support Number@ +1-8443134859 SAGE pro tech Support Phone Number@ +1-8443134859
SAGE pro tech Support Number@ +1-8443134859 SAGE pro technical Support Phone
Number@ +1-8443134859 SAGE pro technical Support Number@ +1-8443134859 SAGE
customer service number@ +1-8443134859 SAGE customer service phone number@
+1-8443134859 SAGE customer support number@ +1-8443134859 SAGE customer support
phone number@ +1-8443134859 SAGE payroll tech Support Phone Number@
+1-8443134859 SAGE payroll tech Support Number@ +18443134859 SAGE payroll
technical Support Phone Number@ +1-8443134859 SAGE payroll technical Support
Number@ +1-8443134859 SAGE premier support phone number@ +1-8443134859 SAGE
premier support number@ +1-8443134859 SAGE premier support number@
+1-8443134859 SAGE help desk phone number@ +1-8443134859 SAGE help desk number@
+1-8443134859 SAGE Error Support Number@ +1-8443134859 SAGE Error Support phone
Number@ +1-8443134859 SAGE Contact Number@ +1-8443134859 SAGE Error Support@
+1-8443134859
SAGE Support Contact Number@ +1-8443134859 Technical Support for SAGE Printer@
+1-8443134859 SAGE Support Phone Number@ +1-8443134859 SAGE Support Phone
Number@ +1-8443134859 SAGE pro Support Phone Number@ +1-8443134859 SAGE pro
Support Phone Number@ +1-8443134859 SAGE tech Support Phone Number USA@
+1-8443134859 SAGE tech Support Number USA@ +1-8443134859 SAGE technical
Support Phone Number USA@ +1-8443134859 SAGE technical Support Number USA@
+1-8443134859 SAGE pro tech Support Phone Number USA@ +1-8443134859 SAGE pro
tech Support Number USA@ +1-8443134859 SAGE pro technical Support Phone Number
USA@ +1-8443134859 SAGE pro technical Support Number USA@ +1-8443134859 SAGE
customer service number USA@ +1-8443134859 SAGE customer service phone number
USA@ +1-8443134859 SAGE customer support number USA@ +18443134859
SAGE customer support phone number USA@ +1-8443134859 SAGE payroll tech Support
Phone Number USA@ +1-8443134859sage enterprise contact number
USA+1-8443134859sage enterprise help USA+1-8443134859
Sage 50 ServicesC@lls $$1844-313-4859 $$ Oluwasola Owokoya ?@solaliftedtech
Help desk for pro t.e.c.h SAGE50 number u.s.a. C.a.l.l Help desk for h.e.l.p
d.e.s.k number number C.a.n.a.d.a @@1844-313-4859 Help desk for pro t.e.c.h
SAGE50 Support number u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number
number C.a.n.a.d.a Help desk for SAGE50 Support n.u.m.b.r canada Call
@@@@@@@@sutta CANADA2 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support
number u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a
Help desk for SAGE50 Support n.u.m.b.r canada Call @@@@@@ Get FREE ONLINE
support 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number u.s.a.
C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help desk for
SAGE50 Support n.u.m.b.r canada Dial Get FREE ONLINE support 1844-313-4859 Help
desk for pro t.e.c.h SAGE50 Support number u.s.a. C.a.l.l Help desk for h.e.l.p
d.e.s.k number number C.a.n.a.d.a Help desk for SAGE50 Support n.u.m.b.r canada
canada CANADA 1 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number
u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help
desk for SAGE50 Support n.u.m.b.r canada canada 1-1844-313-4859 CANADA, Help
desk for pro Tech SAGE50 Support number,Help desk for technical SAGE50 Support
number 1 1844-313-4859 .Help desk for Tech SAGE50 Number Help desk for Tech
Help desk for tech SAGE50, Help desk for tech SAGE50 number, Help desk for tech
SAGE50 Support number, Help desk for technical SAGE50, Help desk for technical
SAGE50 number, Help desk for technical SAGE50 Support number, Help desk for
tech SAGE50 number, Help desk for SAGE50 number, Help desk for Tech SAGE50
Support number, Help desk for SAGE50 Support number, Help desk for technical
SAGE50 Support number, Help desk for technical SAGE50 number,SAGE50 Support
Number for Help desk for pro Support Number for Help desk for CustomerService?
Technical SAGE50 TeleSupport? Number Help desk for pro SAGE50 number Help desk
for Help desk for pro tech SAGE50 number Help desk for Help desk for pro
technical SAGE50 number Help desk for Help desk for pro technical SAGE50
Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e
number Help desk for Help desk for internet security technical SAGE50 Help desk
for technical SAGE50 Support number Help desk for Help desk for tech SAGE50
Support number Help desk for Help desk for customer SAGE50 Support number
1844-313-4859 Help desk for Help desk for pro SAGE50 Support number Help desk
for Help desk for SAGE50 Support Help desk for tech SAGE50 Help desk for
customer SAGE50 Help desk for Support SAGE50 Help desk for SAGE50 number Help
desk for Help desk for technical SAGE50 Help desk for pro customer SAGE50
Support number Help desk for Help desk for pro tech SAGE50 Support number Help
desk for contact Help desk for SAGE50 Help desk for pro technical SAGE50
Support number ~!~1844-313-4859 ++ Help desk for Help desk for Support number
Help desk for tech SAGE50 Help desk for SAGE50 ticket Help desk for customer
SAGE50 number Help desk for Help desk for tech SAGE50 number Help desk for Help
desk for technical SAGE50 number Help desk for Help desk for SAGE50 center Help
desk for teleSupport SAGE50 call Help desk for SAGE50 Help desk for pro SAGE50
SAGE50 Help desk for Help desk for billing SAGE50 Help desk for pro technical
SAGE50 number Help desk for SAGE50 Help desk for pro Help desk for online
SAGE50 Help desk for contact SAGE50 Help desk for pro SAGE50 number Help desk
for Help desk for pro customer SAGE50 number Help desk for Help desk for pro
tech SAGE50 number Help desk for SAGE50 for Help desk for Help desk for Support
number Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number
Help desk for Help desk for contact Support number Help desk for Help desk for
pro Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Support number Help desk for for
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for software Support
number Help desk for Support number Help desk for for Help desk for Help desk
for c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport number Help desk for Help desk
for h.e.l.p.l.i.n.e Support number Help desk for Help desk for contact number
Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number ~!~1844-313-4859 ++
Help desk for us Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number
Help desk for canada Help desk for teleSupport number Help desk for Help desk
for Support number Help desk for canada Help desk for pro contact number Help
desk for Help desk for number Help desk for Help desk for contact number Help
desk for canada Help desk for pro h.e.l.p.l.i.n.e number Help desk for Help
desk for h.e.l.p.l.i.n.e number Help desk for Help desk for customer number
Help desk for Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk
for Help desk for contact teleSupport number Help desk for contact number Help
desk for for Help desk for Help desk for software contact number Help desk for
Help desk for toll free number Help desk for Help desk for teleSupport number
Help desk for uk Help desk for registration number Help desk for Help desk for
toll free number Help desk for canada Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for software c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Help
desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk
for service Help desk for pro technical SAGE50 Help desk for pro customer
SAGE50 Help desk for technical SAGE50 reviews teleSupport Help desk for pro
Help desk for tech SAGE50 Support number Help desk for Help desk for pro tech
SAGE50 Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for technical SAGE50 Support number Help desk for Help
desk for pro free pro SAGE50 Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e
billing Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e email address Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e reviews contact Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for tech SAGE50 number Help desk for canada Help desk
for pro SAGE50 number Help desk for Help desk for pro contact number Help desk
for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for
Help desk for technical SAGE50 canada Help desk for technical SAGE50 number
Help desk for Help desk for tech SAGE50 Support Help desk for tech SAGE50
number Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport
number Help desk for Help desk for pro customer SAGE50 number Help desk for
Help desk for pro Support number Help desk for Help desk for pro online SAGE50
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for
tech SAGE50 center Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for
software c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for customer care number Help
desk for canada Help desk for customer number Help desk for Help desk for
customer SAGE50 number Help desk for Help desk for customer care number Help
desk for Help desk for customer care toll free number Help desk for Help desk
for tech SAGE50 Help desk for technical SAGE50 Help desk for pro SAGE50 Help
desk for pro tech SAGE50 Help desk for SAGE50 center Help desk for .com
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for pro customer care number Help desk
for Help desk for customer care Help desk for Support number Help desk for
Support number Help desk for for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e
Help desk for Support SAGE50 Help desk for Support number Help desk for tech
SAGE50 Help desk for SAGE50 Support number Help desk for contact Help desk for
by Support Help desk for contact Support number Help desk for Help desk for
h.e.l.p.l.i.n.e Support number Help desk for Help desk for pro Support Help
desk for pro for Support Help desk for contact number Help desk for Help desk
for contact SAGE50 contact Help desk for pro Help desk for contact number Help
desk for canada Help desk for toll free number Help desk for Help desk for
teleSupport number Help desk for Help desk for toll free number Help desk for
canada Help desk for pro SAGE50 services technical SAGE50 for pro Help desk for
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for canada
Help desk for pro customer care number Help desk for canada Help desk for
customer care number Help desk for Help desk for customer care center Help desk
for customer SAGE50 Help desk for customer SAGE50 Support Help desk for
customer h.e.l.p Help desk for customer & technical SAGE50 Help desk for
customer portal Help desk for customer care Support number Help desk for canada
Help desk for customer care email Help desk for h.e.l.p.l.i.n.e Help desk for
tech SAGE50 contact Help desk for customer care toll free Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for pro protection
pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for software
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for hotline
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for us how to contact
Help desk for by email Help desk for free Support SAGE50 Help desk for pro
technical SAGE50 number Help desk for Help desk for pro technical SAGE50
h.e.l.p desk Support number Help desk for Help desk for technical SAGE50 number
Help desk for toll free number Help desk for Help desk for pro customer SAGE50
Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e
Support number Help desk for Support number Help desk for for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Help desk for security SAGE50
Support number Help desk for Help desk for internet security SAGE50 Support
number Help desk for Support number Help desk for for Help desk for security
Help desk for internet security Support number Help desk for in canada Help
desk for pro contact Support number Help desk for in canada Help desk for
security contact Support number Help desk for Help desk for pro h.e.l.p desk
Support number Help desk for in canada Help desk for pro tech SAGE50 Support
number Help desk for free in canada Help desk for pro SAGE50 Support number
Help desk for Help desk for pro Support number Help desk for SAGE50 for
technical issue in canada Support number Help desk for for Help desk for pro
technical SAGE50 Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport
number Help desk for Help desk for pro toll free customer care number Help desk
for Help desk for internet security h.e.l.p Support number[[Category:Call
@@@@@@@@ sutta CANADA2 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support
number u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a
Call @@@@@@@@ sutta CANADA2 1844-313-4859 Help desk for pro t.e.c.h SAGE50
Support number u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number
C.a.n.a.d.a Help desk for SAGE50 Support n.u.m.b.r canada Call @@@@@@@@sutta
CANADA2 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number u.s.a.
C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help desk for
SAGE50 Support n.u.m.b.r canada Call @@@@@@ Get FREE ONLINE support
1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number u.s.a. C.a.l.l
Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help desk for SAGE50
Support n.u.m.b.r canada Dial Get FREE ONLINE support 1844-313-4859 Help desk
for pro t.e.c.h SAGE50 Support number u.s.a. C.a.l.l Help desk for h.e.l.p
d.e.s.k number number C.a.n.a.d.a Help desk for SAGE50 Support n.u.m.b.r canada
canada CANADA 1 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number
u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help
desk for SAGE50 Support n.u.m.b.r canada canada 1-1844-313-4859
CANADA]][[Category:SAGE50 Support Number for Help desk for pro Support Number
for Help desk for CustomerService? Technical SAGE50 TeleSupport? Number Help
desk for pro SAGE50 number Help desk for Help desk for pro tech SAGE50 number
Help desk for Help desk for pro technical SAGE50 number Help desk for Help desk
for pro technical SAGE50 Support number Help desk for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for internet
security technical SAGE50 Help desk for technical SAGE50 Support number Help
desk for Help desk for tech SAGE50 Support number Help desk for Help desk for
customer SAGE50 Support number 1844-313-4859 Help desk for Help desk for pro
SAGE50 Support number Help desk for Help desk for SAGE50 Support Help desk for
tech SAGE50 Help desk for customer SAGE50 Help desk for Support SAGE50 Help
desk for SAGE50 number Help desk for Help desk for technical SAGE50 Help desk
for pro customer SAGE50 Support number Help desk for Help desk for pro tech
SAGE50 Support number Help desk for contact Help desk for SAGE50 Help desk for
pro technical SAGE50 Support number ~!~1844-313-4859 ++ Help desk for Help desk
for Support number Help desk for tech SAGE50 Help desk for SAGE50 ticket Help
desk for customer SAGE50 number Help desk for Help desk for tech SAGE50 number
Help desk for Help desk for technical SAGE50 number Help desk for Help desk for
SAGE50 center Help desk for teleSupport SAGE50 call Help desk for SAGE50 Help
desk for pro SAGE50 SAGE50 Help desk for Help desk for billing SAGE50 Help desk
for pro technical SAGE50 number Help desk for SAGE50 Help desk for pro Help
desk for online SAGE50 Help desk for contact SAGE50 Help desk for pro SAGE50
number Help desk for Help desk for pro customer SAGE50 number Help desk for
Help desk for pro tech SAGE50 number Help desk for SAGE50 for Help desk for
Help desk for Support number Help desk for Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Help desk for contact Support number
Help desk for Help desk for pro Support number Help desk for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for Support number Help
desk for for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for software
Support number Help desk for Support number Help desk for for Help desk for
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport number Help desk for
Help desk for h.e.l.p.l.i.n.e Support number Help desk for Help desk for
contact number Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e number
Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number
~!~1844-313-4859 ++ Help desk for us Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for canada Help desk for teleSupport
number Help desk for Help desk for Support number Help desk for canada Help
desk for pro contact number Help desk for Help desk for number Help desk for
Help desk for contact number Help desk for canada Help desk for pro
h.e.l.p.l.i.n.e number Help desk for Help desk for h.e.l.p.l.i.n.e number Help
desk for Help desk for customer number Help desk for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for contact
teleSupport number Help desk for contact number Help desk for for Help desk for
Help desk for software contact number Help desk for Help desk for toll free
number Help desk for Help desk for teleSupport number Help desk for uk Help
desk for registration number Help desk for Help desk for toll free number Help
desk for canada Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for
software c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support Help desk for
pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for service Help desk for pro
technical SAGE50 Help desk for pro customer SAGE50 Help desk for technical
SAGE50 reviews teleSupport Help desk for pro Help desk for tech SAGE50 Support
number Help desk for Help desk for pro tech SAGE50 Support number Help desk for
Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for technical SAGE50
Support number Help desk for Help desk for pro free pro SAGE50 Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e billing Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e email address Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e reviews
contact Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for tech SAGE50
number Help desk for canada Help desk for pro SAGE50 number Help desk for Help
desk for pro contact number Help desk for Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Help desk for technical SAGE50
canada Help desk for technical SAGE50 number Help desk for Help desk for tech
SAGE50 Support Help desk for tech SAGE50 number Help desk for Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport number Help desk for Help desk for
pro customer SAGE50 number Help desk for Help desk for pro Support number Help
desk for Help desk for pro online SAGE50 Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e number Help desk for Help desk for tech SAGE50 center Help desk
for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for software c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for customer care number Help desk for canada Help desk
for customer number Help desk for Help desk for customer SAGE50 number Help
desk for Help desk for customer care number Help desk for Help desk for
customer care toll free number Help desk for Help desk for tech SAGE50 Help
desk for technical SAGE50 Help desk for pro SAGE50 Help desk for pro tech
SAGE50 Help desk for SAGE50 center Help desk for .com c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for pro customer care number Help desk for Help desk
for customer care Help desk for Support number Help desk for Support number
Help desk for for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for
Support SAGE50 Help desk for Support number Help desk for tech SAGE50 Help desk
for SAGE50 Support number Help desk for contact Help desk for by Support Help
desk for contact Support number Help desk for Help desk for h.e.l.p.l.i.n.e
Support number Help desk for Help desk for pro Support Help desk for pro for
Support Help desk for contact number Help desk for Help desk for contact SAGE50
contact Help desk for pro Help desk for contact number Help desk for canada
Help desk for toll free number Help desk for Help desk for teleSupport number
Help desk for Help desk for toll free number Help desk for canada Help desk for
pro SAGE50 services technical SAGE50 for pro Help desk for Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for canada Help desk for
pro customer care number Help desk for canada Help desk for customer care
number Help desk for Help desk for customer care center Help desk for customer
SAGE50 Help desk for customer SAGE50 Support Help desk for customer h.e.l.p
Help desk for customer & technical SAGE50 Help desk for customer portal Help
desk for customer care Support number Help desk for canada Help desk for
customer care email Help desk for h.e.l.p.l.i.n.e Help desk for tech SAGE50
contact Help desk for customer care toll free Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e number Help desk for Help desk for pro protection pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for software
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for hotline
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for us how to contact
Help desk for by email Help desk for free Support SAGE50 Help desk for pro
technical SAGE50 number Help desk for Help desk for pro technical SAGE50
h.e.l.p desk Support number Help desk for Help desk for technical SAGE50 number
Help desk for toll free number Help desk for Help desk for pro customer SAGE50
Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e
Support number Help desk for Support number Help desk for for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Help desk for security SAGE50
Support number Help desk for Help desk for internet security SAGE50 Support
number Help desk for Support number Help desk for for Help desk for security
Help desk for internet security Support number Help desk for in canada Help
desk for pro contact Support number Help desk for in canada Help desk for
security contact Support number Help desk for Help desk for pro h.e.l.p desk
Support number Help desk for in canada Help desk for pro tech SAGE50 Support
number Help desk for free in canada Help desk for pro SAGE50 Support number
Help desk for Help desk for pro Support number Help desk for SAGE50 for
technical issue in canada Support number Help desk for for Help desk for pro
technical SAGE50 Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport
number Help desk for Help desk for pro toll free customer care number Help desk
for Help desk for internet security h.e.l.p Support
--
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=36945
Bug ID: 36945
Summary: Hotel Giant: graphical issues with orm=fbo
Product: Wine
Version: 1.7.22
Hardware: x86
URL: http://www.gamershell.com/download_4141.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 49053
--> http://bugs.winehq.org/attachment.cgi?id=49053
screenshot (comparison)
Icons around the minimap in the lower left corner are only visible when the
mouse pointer passes over them.
The window showing the tutorial text has a transparent background.
These issues exist with the default orm=fbo setting. When orm=backbuffer then
those objects appear correctly.
Terminal output:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f1a8,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:ddraw:ddraw_surface7_Flip Ignoring flags 0x1.
fixme:ddraw:d3d_vertex_buffer7_Optimize iface 0x76d33a8, device 0x1748c0, flags
0 stub!
Fedora 20
Nvidia binary drivers 340.24
--
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=40737
Bug ID: 40737
Summary: Notepad open file dialog has no up directory keyboard
shortcut
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gur.stavi(a)gmail.com
Distribution: ---
Reproduced in notepad when using File->Open... dialog.
In Windows-7 alt-up is a shortcut for up directory.
I think that in WinXP it used to be backspace.
In Wine neither of these work. I think that the only way to move up a directory
is with the mouse which is quite inconvenient when opening files frequently.
--
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=38057
Bug ID: 38057
Summary: Arcania - Gothic 4: characters have red eyes when
'detailed faces' graphical option enabled
Product: Wine
Version: 1.7.36
Hardware: x86
URL: http://www.fileplanet.com/216373/210000/fileinfo/Arcan
ia:-Gothic-IV-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 50697
--> https://bugs.winehq.org/attachment.cgi?id=50697
terminal output
When the <Detailed Faces> option is enabled in the video settings menu,
characters have red eyes both in the cutscenes and in midgame.
Installing native d3dx9* libraries doesn't help, but disabling GLSL is a
workaround.
The game needs Windows Media Player 10 and Nvidia Physx to run.
wine-1.7.36-16-g748788f
Fedora 21
Nvidia 250 GTS / binary drivers 340.76
--
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=37619
Bug ID: 37619
Summary: World of Warcraft: Can't click buttons at the lower
edge of the screen
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
I am runningwine 1.7.31 and tried to play World of Warcraft 6.3 WoD
I can move the cursor to lower parts of the screen where the actionbars are
placed but clicking abilities to use them doesn't work.
It seems that the box that we can interact in is smaller then the actual game
window.
I estimate the box we can interact in to be 5cm smaller than it should be
This happens in fullscreen mode and windowed fullscreen and in windowed mode as
well.
I tried to play with winecfg but so far the only thing that happens is that the
window moves out of the visible screen if i do not let the windowmanager
control the game window.
capture mouse cursor didn't change it either.
Virtual desktop wasn't needed either when i played it before WoD.
There is no dual screen active.
The only way to actually use the buttons is either resize the game window or
use the keyboard shortcuts associated with the buttons.
Neither of the 2 solutions is really great, so i hope for some input on this.
--
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=40637
Bug ID: 40637
Summary: Sage helpline p.h.o.n.e n.u.m.b.e.r 18443134859
S.a.g.e payroll c.u.s.t.o.m.e.r s.u.p.p.o.r.t
p.h.o.n.e N.u.m.b.e.r
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: skyway(a)ghostmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
'@@Call, +1-844-313-4859 for all type of help by Sage error support phone
number'
'pdf.sage error support phone number ## 8443134859'
'@@Call,8443134859 for all type help by sage error phone number,sage already
running error,@@@sage backup error,sage cannot save pdf,sage cant send email
,sage company file cannot be found,sage company file is read only. sage error
support phone number ## 8443134859'
sage error phone number @@8443134859
sage error helpline number @@8443134859
sage payroll helpline @@8443134859
sage error support number ## 8443134859
sage error server busy error number ## 8443134859
sage error already running error
sage error backup error
sage cannot save pdf
sage error cant send email
sage error company file cannot be found
sage error company file is read only
sage email error
sage error connection to the company file is lost
sage error customer care number
sage error file exist error
sage error help
sage error registeration
sage flashs and go away
sage installation error
sage multiuser error
sage network error
sage not opening
sage not responding
sage not working
sage payroll error
sage script error
sage support help
SAGE error tech support phone number@ +1-8443134859
SAGE error tech Support Number@ +1-8443134859
SAGE error technical Support Phone Number@ +1-8443134859
SAGE error technical Support Number@ +1-8443134859
SAGE error pro tech Support Phone Number@ +1-8443134859
SAGE error pro tech Support Number@ +1-8443134859
SAGE error pro technical Support Phone Number@ +1-8443134859
SAGE error pro technical Support Number@ +1-8443134859
SAGE error customer service number@ +1-8443134859
SAGE error customer service phone number@ +1-8443134859
SAGE error customer support number@ +1-8443134859
SAGE error customer support phone number@ +1-8443134859
SAGE error payroll tech Support Phone Number@ +1-8443134859
SAGE error payroll tech Support Number@ +1-8443134859
SAGE error payroll technical Support Phone Number@ +1-8443134859
SAGE payroll technical Support Number@ +1-8443134859
SAGE premier support phone number@ +1-8443134859
SAGE premier support number@ +1-8443134859
SAGE premier support number@ +1-8443134859
SAGE help desk phone number@ +1-8443134859
SAGE help desk number@ +1-8443134859
SAGE Error Support Number@ +1-8443134859
SAGE Error Support phone Number@ +1-8443134859
SAGE Contact Number@ +1-8443134859
SAGE Error Support@ +1-8443134859
SAGE Support Contact Number@ +1-8443134859
Technical Support for SAGE Printer@ +1-8443134859
SAGE Support Phone Number@ +1-8443134859
SAGE Support Phone Number@ +1-8443134859
SAGE pro Support Phone Number@ +1-8443134859
SAGE pro Support Phone Number@ +1-8443134859
SAGE tech Support Phone Number USA@ +1-8443134859
SAGE tech Support Number USA@ +1-8443134859
SAGE technical Support Phone Number USA@ +1-8443134859
SAGE technical Support Number USA@ +1-8443134859
SAGE pro tech Support Phone Number USA@ +1-8443134859
SAGE pro tech Support Number USA@ +1-8443134859
SAGE pro technical Support Phone Number USA@ +1-8443134859
SAGE pro technical Support Number USA@ +1-8443134859
SAGE customer service number USA@ +1-8443134859
SAGE customer service phone number USA@ +1-8443134859
SAGE customer support number USA@ +1-8443134859
SAGE customer support phone number USA@ +1-8443134859
SAGE payroll tech Support Phone Number USA@ +1-8443134859
sage enterprise contact number USA+1-8443134859
sage enterprise help USA+1-8443134859
sage enterprise helpline ##1*844*313*4859&@
sage enterprise number ##1*844*313*4859&@
sage data problem number##1*844*313*4859&@
sage datarecovery##1*844*313*4859&@
sage datarecovery number##1*844*313*4859&@
sage datarecovery support ##1*844*313*4859&@
sage not able to backup +1-8443134859
sage online backup number+1-8443134859
sage payroll cosutomer number+1-8443134859
sage payroll error+1-8443134859
sage payroll help+1-8443134859
SAGE.. PRO phone number,(+1-8443134859)// SAGE.. PRO customer care number.....
SAGE.. PRO Toll Free, Peachtree@(+1-8443134859)@-: SAGE.. PRO Technical Support
Number, SAGE.. PRO help desk phone number provides online solution for all
USA/CANADA clients. For any help of query call 1 8443134859 to get all SAGE..
PRO account solution. For any help of query call +1-8443134859 to get all
SAGE.. PRO account solution.
@@Call, +1-8443134859 for all type help by SAGE.. PRO support telephone
number,SAGE.. PRO support phone number,SAGE.. PRO support phone number,SAGE..
PRO help phone number, SAGE.. PRO technical support number.SAGE.. PRO support
number, SAGE.. PRO phone number, SAGE.. PRO tech support number, SAGE.. PRO
customer support number, SAGE.. PRO customer support phone number, SAGE.. PRO
customer service phone number, SAGE.. PRO payroll customer service phone
number, SAGE.. PRO support phone number
Enterprise Solutions.for #P.Eacht.ree ##1*844*313*4859&@Fast supp;o;rt For SAGE
P.Eacht.ree products Manage Finance & Grow Your Business With SAGE, If you have
problem with sage then CALL##1*844*313*4859&@!! 24x7 h'e'lp'line for SAGE50
call this number 1844)313*4859?' Call Now (TollFree) ~~+1*844*313*4859& We Help
With Any sage Error | Accounting AlternativeGet Instant supp;o;rt For SAGE
supp;o;rt Number for SAGE 50 Enterprise Solutions.for #P.Eacht.ree
##1*844*313*4859&@Fast supp;o;rt For SAGE P.Eacht.ree products Manage Finance &
Grow Your Business With SAGE, If you have problem with sage then
CALL1*844*313*4859!! 24x7 h'e'lp'line for SAGE50 call this number
1*844*313*4859?' We Help With Any sage Error Call Now (TollFree)
~~+1*844*313*4859& | Accounting AlternativeGet Instant supp;o;rt For SAGE
supp;o;rt Number for SAGE 50 Enterprise Solutions.for #P.Eacht.ree
##1*844*313*4859&@Fast supp;o;rt For SAGE P.Eacht.ree products Manage Finance &
Grow Your Business With SAGE.
sage payroll helpline+1-8443134859
sage payroll not calcualting taxes +1-8443134859
sage payroll not update +1-8443134859
sage payroll number ##1*844*313*4859&@
sage payroll renewal ##1*844*313*4859&@
sage payroll subscription ##1*844*313*4859&@
sage payroll subscription expierd ##1*844*313*4859&@
sage payroll support ##1*844*313*4859&@
sage payroll tax form ##1*844*313*4859&@
sage sync manager error ##1*844*313*4859&@
sage sync manager not working ##1*844*313*4859&@
sage sync manager number+1-8443134859
sage sync manager problem +1-8443134859
renew sage service plan+1-8443134859
sage file password forget+1-8443134859
sage password reset help+1-8443134859
sage password reset number+1-8443134859
sage password reset support+1-8443134859
sage point of sale error+1-8443134859
sage point of sale helpline+1-8443134859
sage point of sale number+1-8443134859
sage point of sale support+1-8443134859
sage point of sale +1-8443134859
sage error enterprise helpline ##1*844*313*4859&@
sage error enterprise number ##1*844*313*4859&@
sage error data problem number##1*844*313*4859&@
sage error datarecovery##1*844*313*4859&@
sage error datarecovery number##1*844*313*4859&@
sage error datarecovery support ##1*844*313*4859&@
sage error not able to backup +1-8443134859
sage error online backup number+1-8443134859
sage error payroll cosutomer number+1-8443134859
sage error payroll error+1-8443134859
sage error payroll help+1-8443134859
sage error payroll helpline+1-8443134859
sage error payroll not calcualting taxes +1-8443134859
sage error payroll not update +1-8443134859
sage error payroll number ##1*844*313*4859&@
sage error payroll renewal ##1*844*313*4859&@
sage error payroll subscription ##1*844*313*4859&@
sage error payroll subscription expierd ##1*844*313*4859&@
sage error payroll support ##1*844*313*4859&@
sage error payroll tax form ##1*844*313*4859&@
sage error sync manager error ##1*844*313*4859&@
sage error sync manager not working ##1*844*313*4859&@
sage error sync manager number+1-8443134859
sage error sync manager problem +1-8443134859
renew sage service plan+1-8443134859
sage error file password forget+1-8443134859
sage error password reset help+1-8443134859
sage error password reset number+1-8443134859
sage error password reset support+1-8443134859
sage error point of sale error+1-8443134859
sage error point of sale helpline+1-8443134859
sage error point of sale number+1-8443134859
sage error point of sale support+1-8443134859
sage error point of sale +1-8443134859
SAGE tech support phone number@ +1-8443134859 SAGE tech Support Number@
+1-8443134859 SAGE technical Support Phone Number@ +1-8443134859 SAGE technical
Support Number@ +1-8443134859 SAGE pro tech Support Phone Number@ +1-8443134859
SAGE pro tech Support Number@ +1-8443134859 SAGE pro technical Support Phone
Number@ +1-8443134859 SAGE pro technical Support Number@ +1-8443134859 SAGE
customer service number@ +1-8443134859 SAGE customer service phone number@
+1-8443134859 SAGE customer support number@ +1-8443134859 SAGE customer support
phone number@ +1-8443134859 SAGE payroll tech Support Phone Number@
+1-8443134859 SAGE payroll tech Support Number@ +18443134859 SAGE payroll
technical Support Phone Number@ +1-8443134859 SAGE payroll technical Support
Number@ +1-8443134859 SAGE premier support phone number@ +1-8443134859 SAGE
premier support number@ +1-8443134859 SAGE premier support number@
+1-8443134859 SAGE help desk phone number@ +1-8443134859 SAGE help desk number@
+1-8443134859 SAGE Error Support Number@ +1-8443134859 SAGE Error Support phone
Number@ +1-8443134859 SAGE Contact Number@ +1-8443134859 SAGE Error Support@
+1-8443134859
SAGE Support Contact Number@ +1-8443134859 Technical Support for SAGE Printer@
+1-8443134859 SAGE Support Phone Number@ +1-8443134859 SAGE Support Phone
Number@ +1-8443134859 SAGE pro Support Phone Number@ +1-8443134859 SAGE pro
Support Phone Number@ +1-8443134859 SAGE tech Support Phone Number USA@
+1-8443134859 SAGE tech Support Number USA@ +1-8443134859 SAGE technical
Support Phone Number USA@ +1-8443134859 SAGE technical Support Number USA@
+1-8443134859 SAGE pro tech Support Phone Number USA@ +1-8443134859 SAGE pro
tech Support Number USA@ +1-8443134859 SAGE pro technical Support Phone Number
USA@ +1-8443134859 SAGE pro technical Support Number USA@ +1-8443134859 SAGE
customer service number USA@ +1-8443134859 SAGE customer service phone number
USA@ +1-8443134859 SAGE customer support number USA@ +18443134859
SAGE customer support phone number USA@ +1-8443134859 SAGE payroll tech Support
Phone Number USA@ +1-8443134859sage enterprise contact number
USA+1-8443134859sage enterprise help USA+1-8443134859
Sage 50 ServicesC@lls $$1844-313-4859 $$ Oluwasola Owokoya ?@solaliftedtech
Help desk for pro t.e.c.h SAGE50 number u.s.a. C.a.l.l Help desk for h.e.l.p
d.e.s.k number number C.a.n.a.d.a @@1844-313-4859 Help desk for pro t.e.c.h
SAGE50 Support number u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number
number C.a.n.a.d.a Help desk for SAGE50 Support n.u.m.b.r canada Call
@@@@@@@@sutta CANADA2 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support
number u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a
Help desk for SAGE50 Support n.u.m.b.r canada Call @@@@@@ Get FREE ONLINE
support 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number u.s.a.
C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help desk for
SAGE50 Support n.u.m.b.r canada Dial Get FREE ONLINE support 1844-313-4859 Help
desk for pro t.e.c.h SAGE50 Support number u.s.a. C.a.l.l Help desk for h.e.l.p
d.e.s.k number number C.a.n.a.d.a Help desk for SAGE50 Support n.u.m.b.r canada
canada CANADA 1 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number
u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help
desk for SAGE50 Support n.u.m.b.r canada canada 1-1844-313-4859 CANADA, Help
desk for pro Tech SAGE50 Support number,Help desk for technical SAGE50 Support
number 1 1844-313-4859 .Help desk for Tech SAGE50 Number Help desk for Tech
Help desk for tech SAGE50, Help desk for tech SAGE50 number, Help desk for tech
SAGE50 Support number, Help desk for technical SAGE50, Help desk for technical
SAGE50 number, Help desk for technical SAGE50 Support number, Help desk for
tech SAGE50 number, Help desk for SAGE50 number, Help desk for Tech SAGE50
Support number, Help desk for SAGE50 Support number, Help desk for technical
SAGE50 Support number, Help desk for technical SAGE50 number,SAGE50 Support
Number for Help desk for pro Support Number for Help desk for CustomerService?
Technical SAGE50 TeleSupport? Number Help desk for pro SAGE50 number Help desk
for Help desk for pro tech SAGE50 number Help desk for Help desk for pro
technical SAGE50 number Help desk for Help desk for pro technical SAGE50
Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e
number Help desk for Help desk for internet security technical SAGE50 Help desk
for technical SAGE50 Support number Help desk for Help desk for tech SAGE50
Support number Help desk for Help desk for customer SAGE50 Support number
1844-313-4859 Help desk for Help desk for pro SAGE50 Support number Help desk
for Help desk for SAGE50 Support Help desk for tech SAGE50 Help desk for
customer SAGE50 Help desk for Support SAGE50 Help desk for SAGE50 number Help
desk for Help desk for technical SAGE50 Help desk for pro customer SAGE50
Support number Help desk for Help desk for pro tech SAGE50 Support number Help
desk for contact Help desk for SAGE50 Help desk for pro technical SAGE50
Support number ~!~1844-313-4859 ++ Help desk for Help desk for Support number
Help desk for tech SAGE50 Help desk for SAGE50 ticket Help desk for customer
SAGE50 number Help desk for Help desk for tech SAGE50 number Help desk for Help
desk for technical SAGE50 number Help desk for Help desk for SAGE50 center Help
desk for teleSupport SAGE50 call Help desk for SAGE50 Help desk for pro SAGE50
SAGE50 Help desk for Help desk for billing SAGE50 Help desk for pro technical
SAGE50 number Help desk for SAGE50 Help desk for pro Help desk for online
SAGE50 Help desk for contact SAGE50 Help desk for pro SAGE50 number Help desk
for Help desk for pro customer SAGE50 number Help desk for Help desk for pro
tech SAGE50 number Help desk for SAGE50 for Help desk for Help desk for Support
number Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number
Help desk for Help desk for contact Support number Help desk for Help desk for
pro Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Support number Help desk for for
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for software Support
number Help desk for Support number Help desk for for Help desk for Help desk
for c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport number Help desk for Help desk
for h.e.l.p.l.i.n.e Support number Help desk for Help desk for contact number
Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number ~!~1844-313-4859 ++
Help desk for us Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number
Help desk for canada Help desk for teleSupport number Help desk for Help desk
for Support number Help desk for canada Help desk for pro contact number Help
desk for Help desk for number Help desk for Help desk for contact number Help
desk for canada Help desk for pro h.e.l.p.l.i.n.e number Help desk for Help
desk for h.e.l.p.l.i.n.e number Help desk for Help desk for customer number
Help desk for Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk
for Help desk for contact teleSupport number Help desk for contact number Help
desk for for Help desk for Help desk for software contact number Help desk for
Help desk for toll free number Help desk for Help desk for teleSupport number
Help desk for uk Help desk for registration number Help desk for Help desk for
toll free number Help desk for canada Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for software c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Help
desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk
for service Help desk for pro technical SAGE50 Help desk for pro customer
SAGE50 Help desk for technical SAGE50 reviews teleSupport Help desk for pro
Help desk for tech SAGE50 Support number Help desk for Help desk for pro tech
SAGE50 Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for technical SAGE50 Support number Help desk for Help
desk for pro free pro SAGE50 Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e
billing Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e email address Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e reviews contact Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for tech SAGE50 number Help desk for canada Help desk
for pro SAGE50 number Help desk for Help desk for pro contact number Help desk
for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for
Help desk for technical SAGE50 canada Help desk for technical SAGE50 number
Help desk for Help desk for tech SAGE50 Support Help desk for tech SAGE50
number Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport
number Help desk for Help desk for pro customer SAGE50 number Help desk for
Help desk for pro Support number Help desk for Help desk for pro online SAGE50
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for
tech SAGE50 center Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for
software c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for customer care number Help
desk for canada Help desk for customer number Help desk for Help desk for
customer SAGE50 number Help desk for Help desk for customer care number Help
desk for Help desk for customer care toll free number Help desk for Help desk
for tech SAGE50 Help desk for technical SAGE50 Help desk for pro SAGE50 Help
desk for pro tech SAGE50 Help desk for SAGE50 center Help desk for .com
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for pro customer care number Help desk
for Help desk for customer care Help desk for Support number Help desk for
Support number Help desk for for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e
Help desk for Support SAGE50 Help desk for Support number Help desk for tech
SAGE50 Help desk for SAGE50 Support number Help desk for contact Help desk for
by Support Help desk for contact Support number Help desk for Help desk for
h.e.l.p.l.i.n.e Support number Help desk for Help desk for pro Support Help
desk for pro for Support Help desk for contact number Help desk for Help desk
for contact SAGE50 contact Help desk for pro Help desk for contact number Help
desk for canada Help desk for toll free number Help desk for Help desk for
teleSupport number Help desk for Help desk for toll free number Help desk for
canada Help desk for pro SAGE50 services technical SAGE50 for pro Help desk for
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for canada
Help desk for pro customer care number Help desk for canada Help desk for
customer care number Help desk for Help desk for customer care center Help desk
for customer SAGE50 Help desk for customer SAGE50 Support Help desk for
customer h.e.l.p Help desk for customer & technical SAGE50 Help desk for
customer portal Help desk for customer care Support number Help desk for canada
Help desk for customer care email Help desk for h.e.l.p.l.i.n.e Help desk for
tech SAGE50 contact Help desk for customer care toll free Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for pro protection
pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for software
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for hotline
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for us how to contact
Help desk for by email Help desk for free Support SAGE50 Help desk for pro
technical SAGE50 number Help desk for Help desk for pro technical SAGE50
h.e.l.p desk Support number Help desk for Help desk for technical SAGE50 number
Help desk for toll free number Help desk for Help desk for pro customer SAGE50
Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e
Support number Help desk for Support number Help desk for for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Help desk for security SAGE50
Support number Help desk for Help desk for internet security SAGE50 Support
number Help desk for Support number Help desk for for Help desk for security
Help desk for internet security Support number Help desk for in canada Help
desk for pro contact Support number Help desk for in canada Help desk for
security contact Support number Help desk for Help desk for pro h.e.l.p desk
Support number Help desk for in canada Help desk for pro tech SAGE50 Support
number Help desk for free in canada Help desk for pro SAGE50 Support number
Help desk for Help desk for pro Support number Help desk for SAGE50 for
technical issue in canada Support number Help desk for for Help desk for pro
technical SAGE50 Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport
number Help desk for Help desk for pro toll free customer care number Help desk
for Help desk for internet security h.e.l.p Support number[[Category:Call
@@@@@@@@ sutta CANADA2 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support
number u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a
Call @@@@@@@@ sutta CANADA2 1844-313-4859 Help desk for pro t.e.c.h SAGE50
Support number u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number
C.a.n.a.d.a Help desk for SAGE50 Support n.u.m.b.r canada Call @@@@@@@@sutta
CANADA2 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number u.s.a.
C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help desk for
SAGE50 Support n.u.m.b.r canada Call @@@@@@ Get FREE ONLINE support
1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number u.s.a. C.a.l.l
Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help desk for SAGE50
Support n.u.m.b.r canada Dial Get FREE ONLINE support 1844-313-4859 Help desk
for pro t.e.c.h SAGE50 Support number u.s.a. C.a.l.l Help desk for h.e.l.p
d.e.s.k number number C.a.n.a.d.a Help desk for SAGE50 Support n.u.m.b.r canada
canada CANADA 1 1844-313-4859 Help desk for pro t.e.c.h SAGE50 Support number
u.s.a. C.a.l.l Help desk for h.e.l.p d.e.s.k number number C.a.n.a.d.a Help
desk for SAGE50 Support n.u.m.b.r canada canada 1-1844-313-4859
CANADA]][[Category:SAGE50 Support Number for Help desk for pro Support Number
for Help desk for CustomerService? Technical SAGE50 TeleSupport? Number Help
desk for pro SAGE50 number Help desk for Help desk for pro tech SAGE50 number
Help desk for Help desk for pro technical SAGE50 number Help desk for Help desk
for pro technical SAGE50 Support number Help desk for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for internet
security technical SAGE50 Help desk for technical SAGE50 Support number Help
desk for Help desk for tech SAGE50 Support number Help desk for Help desk for
customer SAGE50 Support number 1844-313-4859 Help desk for Help desk for pro
SAGE50 Support number Help desk for Help desk for SAGE50 Support Help desk for
tech SAGE50 Help desk for customer SAGE50 Help desk for Support SAGE50 Help
desk for SAGE50 number Help desk for Help desk for technical SAGE50 Help desk
for pro customer SAGE50 Support number Help desk for Help desk for pro tech
SAGE50 Support number Help desk for contact Help desk for SAGE50 Help desk for
pro technical SAGE50 Support number ~!~1844-313-4859 ++ Help desk for Help desk
for Support number Help desk for tech SAGE50 Help desk for SAGE50 ticket Help
desk for customer SAGE50 number Help desk for Help desk for tech SAGE50 number
Help desk for Help desk for technical SAGE50 number Help desk for Help desk for
SAGE50 center Help desk for teleSupport SAGE50 call Help desk for SAGE50 Help
desk for pro SAGE50 SAGE50 Help desk for Help desk for billing SAGE50 Help desk
for pro technical SAGE50 number Help desk for SAGE50 Help desk for pro Help
desk for online SAGE50 Help desk for contact SAGE50 Help desk for pro SAGE50
number Help desk for Help desk for pro customer SAGE50 number Help desk for
Help desk for pro tech SAGE50 number Help desk for SAGE50 for Help desk for
Help desk for Support number Help desk for Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Help desk for contact Support number
Help desk for Help desk for pro Support number Help desk for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for Support number Help
desk for for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for software
Support number Help desk for Support number Help desk for for Help desk for
Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport number Help desk for
Help desk for h.e.l.p.l.i.n.e Support number Help desk for Help desk for
contact number Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e number
Help desk for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number
~!~1844-313-4859 ++ Help desk for us Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for canada Help desk for teleSupport
number Help desk for Help desk for Support number Help desk for canada Help
desk for pro contact number Help desk for Help desk for number Help desk for
Help desk for contact number Help desk for canada Help desk for pro
h.e.l.p.l.i.n.e number Help desk for Help desk for h.e.l.p.l.i.n.e number Help
desk for Help desk for customer number Help desk for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for contact
teleSupport number Help desk for contact number Help desk for for Help desk for
Help desk for software contact number Help desk for Help desk for toll free
number Help desk for Help desk for teleSupport number Help desk for uk Help
desk for registration number Help desk for Help desk for toll free number Help
desk for canada Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for
software c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support Help desk for
pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for service Help desk for pro
technical SAGE50 Help desk for pro customer SAGE50 Help desk for technical
SAGE50 reviews teleSupport Help desk for pro Help desk for tech SAGE50 Support
number Help desk for Help desk for pro tech SAGE50 Support number Help desk for
Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for technical SAGE50
Support number Help desk for Help desk for pro free pro SAGE50 Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e billing Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e email address Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e reviews
contact Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for tech SAGE50
number Help desk for canada Help desk for pro SAGE50 number Help desk for Help
desk for pro contact number Help desk for Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Help desk for technical SAGE50
canada Help desk for technical SAGE50 number Help desk for Help desk for tech
SAGE50 Support Help desk for tech SAGE50 number Help desk for Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport number Help desk for Help desk for
pro customer SAGE50 number Help desk for Help desk for pro Support number Help
desk for Help desk for pro online SAGE50 Help desk for c.u.s.t.o.m.e.r
s.e.r.v.i.c.e number Help desk for Help desk for tech SAGE50 center Help desk
for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for software c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for customer care number Help desk for canada Help desk
for customer number Help desk for Help desk for customer SAGE50 number Help
desk for Help desk for customer care number Help desk for Help desk for
customer care toll free number Help desk for Help desk for tech SAGE50 Help
desk for technical SAGE50 Help desk for pro SAGE50 Help desk for pro tech
SAGE50 Help desk for SAGE50 center Help desk for .com c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Help desk for pro customer care number Help desk for Help desk
for customer care Help desk for Support number Help desk for Support number
Help desk for for Help desk for c.u.s.t.o.m.e.r s.e.r.v.i.c.e Help desk for
Support SAGE50 Help desk for Support number Help desk for tech SAGE50 Help desk
for SAGE50 Support number Help desk for contact Help desk for by Support Help
desk for contact Support number Help desk for Help desk for h.e.l.p.l.i.n.e
Support number Help desk for Help desk for pro Support Help desk for pro for
Support Help desk for contact number Help desk for Help desk for contact SAGE50
contact Help desk for pro Help desk for contact number Help desk for canada
Help desk for toll free number Help desk for Help desk for teleSupport number
Help desk for Help desk for toll free number Help desk for canada Help desk for
pro SAGE50 services technical SAGE50 for pro Help desk for Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for canada Help desk for
pro customer care number Help desk for canada Help desk for customer care
number Help desk for Help desk for customer care center Help desk for customer
SAGE50 Help desk for customer SAGE50 Support Help desk for customer h.e.l.p
Help desk for customer & technical SAGE50 Help desk for customer portal Help
desk for customer care Support number Help desk for canada Help desk for
customer care email Help desk for h.e.l.p.l.i.n.e Help desk for tech SAGE50
contact Help desk for customer care toll free Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e number Help desk for Help desk for pro protection pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for software
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Help desk for Help desk for hotline
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for Help desk for
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Support number Help desk for us how to contact
Help desk for by email Help desk for free Support SAGE50 Help desk for pro
technical SAGE50 number Help desk for Help desk for pro technical SAGE50
h.e.l.p desk Support number Help desk for Help desk for technical SAGE50 number
Help desk for toll free number Help desk for Help desk for pro customer SAGE50
Support number Help desk for Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e
Support number Help desk for Support number Help desk for for Help desk for pro
c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Help desk for pro c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Support number Help desk for Help desk for security SAGE50
Support number Help desk for Help desk for internet security SAGE50 Support
number Help desk for Support number Help desk for for Help desk for security
Help desk for internet security Support number Help desk for in canada Help
desk for pro contact Support number Help desk for in canada Help desk for
security contact Support number Help desk for Help desk for pro h.e.l.p desk
Support number Help desk for in canada Help desk for pro tech SAGE50 Support
number Help desk for free in canada Help desk for pro SAGE50 Support number
Help desk for Help desk for pro Support number Help desk for SAGE50 for
technical issue in canada Support number Help desk for for Help desk for pro
technical SAGE50 Help desk for pro c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleSupport
number Help desk for Help desk for pro toll free customer care number Help desk
for Help desk for internet security h.e.l.p Support
--
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=39033
Bug ID: 39033
Summary: Inconsistent right-click behaviour on winehq.org with
built-in iexplore
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51997
--> https://bugs.winehq.org/attachment.cgi?id=51997
terminal output
My apologise if this has already been reported here, I couldn't find an exact
match while searching bugzilla.
When you open https://www.winehq.org/ in built-in iexplore, right mouse clicks
work differently on the page.
Clicking on the links at the top of the page (Winehq, Wiki...) and on the right
hand side (Latest Releases, What's new ...) with the right mouse button opens
the context menu with the non-working 'Open in New Window' command (bug
#15472).
On the other hand, when you right-click on the links with buttons on the left
(About, Download,...,Donate) the context menu opens but iexplore loads the page
automatically as if you clicked on the link with the left mouse button. The
context menu remains opened over the newly opened window.
The problem is present in Wine 1.6.2 too.
It seems this occurs only with built-in iexplore, Firefox when installed in
Wine handles right-clicks properly on winehq.org.
wine-1.7.48-100-ge3c6777
--
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=40174
Bug ID: 40174
Summary: Lego Mindstorms EV3 Home Edition crashes on startup,
needs urlmon.dll.446 implementation
Product: Wine
Version: 1.9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
The Lego Mindstorms EV3 Home Edition software crashes on startup, needs
urlmon.dll.446 implementation. If I use the builtin version, I get
wine: Call from 0x7bc54bb0 to unimplemented function urlmon.dll.446, aborting
wine: Call from 0x7b83d0b2 to unimplemented function urlmon.dll.446, aborting
in the terminal and also get "LEGO MINDSTORMS EV3 has terminated unexpectedly.
Please restart the application." in a dialog box. Forcing the native version
allows the program to launch.
--
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=40683
Bug ID: 40683
Summary: Help USA 1 800 863 0840 Gmail Tech Support Phone
Number
Product: WineHQ Bugzilla
Version: 3.2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bhaijaanbajrangi85(a)gmail.com
Distribution: ---
24*7 call DIRECT CALL+++1.855.999.9113 @@@@?Gmail customer support phone
n..u.m.b.e.r Gmail tech support p.h.o.n.e number
Usi Gmail=CaFeTeRiA 1.855.999.9113 Gmail Tech Support Number USA Gmail Help
...Desk Number USA canada.
Gmail++ USA Tech s.u.p.p.o.r.t number 1.855.999.9113 Gmail t.e.c.h
s.u.p.p.o.r.t number u.s.a. C.a.l.l 1.855.999.9113. Gmail h.e.l.p d.e.s.k
number number U.S.A @@ Gmail t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a.
C.a.l.l Gmail h.e.l.p d.e.s.k number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e
n.u.m.b.r USA Call @@@@@@@@sutta USA2 Gmail t.e.c.h s.u.p.p.o.r.t p.h.o.n.e
number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k number number U.S.A Gmail
s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA Call @@@@@@ USA1 Gmail t.e.c.h
s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k number
number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA Dial USA1 Gmail
t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k
number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA USA USA 1 Gmail
t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k
number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA USA
1-1855.-958-2535 USA, Gmail Tech s.u.p.p.o.r.t P.h.o.n.e number,Gmail technical
s.u.p.p.o.r.t P.h.o.n.e number 1 1855958 2535.Gmail Tech s.u.p.p.o.r.t Number
Gmail Tech Gmail tech s.u.p.p.o.r.t, Gmail tech s.u.p.p.o.r.t number, Gmail
tech s.u.p.p.o.r.t P.h.o.n.e number, Gmail technical s.u.p.p.o.r.t, Gmail
technical s.u.p.p.o.r.t number, Gmail technical s.u.p.p.o.r.t P.h.o.n.e number,
Gmail tech s.u.p.p.o.r.t number, Gmail s.u.p.p.o.r.t number, Gmail Tech
s.u.p.p.o.r.t P.h.o.n.e number, Gmail s.u.p.p.o.r.t P.h.o.n.e number Gmail
technical s.u.p.p.o.r.t P.h.o.n.e number, Gmail technical s.u.p.p.o.r.t
number,s.u.p.p.o.r.t P.h.o.n.e Number for Gmail P.h.o.n.e Number for Gmail
CustomerService Technical s.u.p.p.o.r.t TeleP.h.o.n.e Number Gmail
s.u.p.p.o.r.t number Gmail Gmail tech s.u.p.p.o.r.t number Gmail Gmail
technical s.u.p.p.o.r.t number Gmail Gmail technical s.u.p.p.o.r.t P.h.o.n.e
number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail internet
security technical s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t P.h.o.n.e number
Gmail Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail customer
s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail s.u.p.p.o.r.t P.h.o.n.e number Gmail
Gmail s.u.p.p.o.r.t P.h.o.n.e Gmail tech s.u.p.p.o.r.t Gmail customer
s.u.p.p.o.r.t Gmail P.h.o.n.e s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t number Gmail
Gmail technical s.u.p.p.o.r.t Gmail customer s.u.p.p.o.r.t P.h.o.n.e number
Gmail Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail contact Gmail
s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t P.h.o.n.e number ~!~1888 269 0130++
Gmail Gmail P.h.o.n.e number Gmail tech s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t
ticket Gmail customer s.u.p.p.o.r.t number Gmail Gmail tech s.u.p.p.o.r.t
number Gmail Gmail technical s.u.p.p.o.r.t number Gmail Gmail s.u.p.p.o.r.t
center Gmail teleP.h.o.n.e s.u.p.p.o.r.t call Gmail s.u.p.p.o.r.t Gmail
s.u.p.p.o.r.t s.u.p.p.o.r.t Gmail Gmail billing s.u.p.p.o.r.t Gmail technical
s.u.p.p.o.r.t number Gmail s.u.p.p.o.r.t Gmail Gmail online s.u.p.p.o.r.t Gmail
contact s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t number Gmail Gmail customer
s.u.p.p.o.r.t number Gmail Gmail tech s.u.p.p.o.r.t number Gmail s.u.p.p.o.r.t
for Gmail Gmail P.h.o.n.e number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e number Gmail Gmail contact P.h.o.n.e number Gmail Gmail P.h.o.n.e
number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail
P.h.o.n.e number Gmail for Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail software
P.h.o.n.e number Gmail P.h.o.n.e number Gmail for Gmail Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e teleP.h.o.n.e number Gmail Gmail h.e.l.p.l.i.n.e P.h.o.n.e number
Gmail Gmail contact number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number
Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number ~!~1888 269 0130++
Gmail us Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail USA Gmail
teleP.h.o.n.e number Gmail Gmail P.h.o.n.e number Gmail USA Gmail contact
number Gmail Gmail number Gmail Gmail contact number Gmail USA Gmail
h.e.l.p.l.i.n.e number Gmail Gmail h.e.l.p.l.i.n.e number Gmail Gmail customer
number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail contact
teleP.h.o.n.e number Gmail contact number Gmail for Gmail Gmail software
contact number Gmail Gmail toll free number Gmail Gmail teleP.h.o.n.e number
Gmail uk Gmail registration number Gmail Gmail toll free number Gmail USA Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail software c.u.s.t.o.m.e.r s.e.r.v.i.c.e
contact Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail service Gmail technical
s.u.p.p.o.r.t Gmail customer s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t
reviews teleP.h.o.n.e Gmail Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail
Gmail tech s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Gmail technical s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail free
s.u.p.p.o.r.t Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e billing Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e email address Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e reviews contact
Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail tech s.u.p.p.o.r.t number Gmail USA
Gmail s.u.p.p.o.r.t number Gmail Gmail contact number Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail Gmail technical
s.u.p.p.o.r.t USA Gmail technical s.u.p.p.o.r.t number Gmail Gmail tech
s.u.p.p.o.r.t P.h.o.n.e Gmail tech s.u.p.p.o.r.t number Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleP.h.o.n.e number Gmail Gmail customer
s.u.p.p.o.r.t number Gmail Gmail P.h.o.n.e number Gmail Gmail online
s.u.p.p.o.r.t Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail tech
s.u.p.p.o.r.t center Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail software
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Gmail customer care number Gmail USA Gmail
customer number Gmail Gmail customer s.u.p.p.o.r.t number Gmail Gmail customer
care number Gmail Gmail customer care toll free number Gmail Gmail tech
s.u.p.p.o.r.t Gmail technical s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t Gmail tech
s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t center Gmail Antivirus.com c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Gmail customer care number Gmail Gmail customer care Gmail
P.h.o.n.e number Gmail P.h.o.n.e number Gmail for Gmail c.u.s.t.o.m.e.r
s.e.r.v.i.c.e Gmail P.h.o.n.e s.u.p.p.o.r.t Gmail P.h.o.n.e number Gmail tech
s.u.p.p.o.r.t Gmail s.u.p.p.o.r.t P.h.o.n.e number Gmail contact Gmail by
P.h.o.n.e Gmail contact P.h.o.n.e number Gmail Gmail h.e.l.p.l.i.n.e P.h.o.n.e
number Gmail Gmail P.h.o.n.e Gmail for P.h.o.n.e Gmail contact number Gmail
Gmail contact s.u.p.p.o.r.t contact Gmail Gmail contact number Gmail USA Gmail
toll free number Gmail Gmail teleP.h.o.n.e number Gmail Gmail toll free number
Gmail USA Gmail s.u.p.p.o.r.t services technical s.u.p.p.o.r.t for Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail USA Gmail customer care
number Gmail USA Gmail customer care number Gmail Gmail customer care center
Gmail customer s.u.p.p.o.r.t Gmail customer s.u.p.p.o.r.t P.h.o.n.e Gmail
customer h.e.l.p Gmail customer & technical s.u.p.p.o.r.t Gmail customer portal
Gmail customer care P.h.o.n.e number Gmail USA Gmail customer care email Gmail
h.e.l.p.l.i.n.e Gmail tech s.u.p.p.o.r.t contact Gmail customer care toll free
Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail protection
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Gmail Gmail software c.u.s.t.o.m.e.r
s.e.r.v.i.c.e number Gmail Gmail hotline c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e number Gmail Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number
Gmail us how to contact Gmail by email Gmail free P.h.o.n.e s.u.p.p.o.r.t Gmail
technical s.u.p.p.o.r.t number Gmail Gmail technical s.u.p.p.o.r.t h.e.l.p desk
P.h.o.n.e number Gmail Gmail technical s.u.p.p.o.r.t number Gmail toll free
number Gmail Gmail customer s.u.p.p.o.r.t P.h.o.n.e number Gmail Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Gmail P.h.o.n.e number Gmail for
Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Gmail c.u.s.t.o.m.e.r s.e.r.v.i.c.e
P.h.o.n.e number Gmail Gmail security s.u.p.p.o.r.t P.h.o.n.e number Gmail
Gmail internet security s.u.p.p.o.r.t P.h.o.n.e number Gmail P.h.o.n.e number
Gmail for Gmail security Gmail internet security P.h.o.n.e number Gmail in USA
Gmail contact P.h.o.n.e number Gmail in USA Gmail security contact P.h.o.n.e
number Gmail Gmail h.e.l.p desk P.h.o.n.e number Gmail in USA Gmail tech
s.u.p.p.o.r.t P.h.o.n.e number Gmail free in USA Gmail s.u.p.p.o.r.t P.h.o.n.e
number Gmail Gmail P.h.o.n.e number Gmail s.u.p.p.o.r.t for technical issue in
USA P.h.o.n.e number Gmail for Gmail technical s.u.p.p.o.r.t Gmail
c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleP.h.o.n.e number Gmail Gmail toll free
customer care number Gmail Gmail internet security h.e.l.p P.h.o.n.e
number[Category:Call @@@@@@@@ sutta USA21888 383 2723Gmail t.e.c.h
s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k number
number U.S.A Call @@@@@@@@ sutta USA2 1888 383 2723Gmail t.e.c.h s.u.p.p.o.r.t
p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p d.e.s.k number number U.S.A Gmail
s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r USA Call @@@@@@@@sutta USA2 1888 383
2723Gmail t.e.c.h s.u.p.p.o.r.t p.h.o.n.e number u.s.a. C.a.l.l Gmail h.e.l.p
d.e.s.k number number U.S.A Gmail s.u.p.p.o.r.t p.h.o.n.e
--
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=40387
Bug ID: 40387
Summary: mono: function mono_set_break_policy not found
Product: Wine
Version: 1.8.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yugiohjcj(a)1s.fr
Distribution: ---
Created attachment 54101
--> https://bugs.winehq.org/attachment.cgi?id=54101
A window appears
Hello,
I am using these programs on Slackware 14.1:
- wine-1.8.1
- mono-4.2.2.30
- gcc-5.3.0
Running a game through wine gives me this result:
---
$ wine Pokemon\ Trading\ Card\ Game\ Online&
[1] 899
yugiohjcj@desktop:~/.wine/drive_c/users/yugiohjcj/Application Data/Pokémon
Trading Card Game Online/PokemonTradingCardGameOnline$ preloader: Warning:
failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:system:SetProcessDPIAware stub!
mono: function mono_set_break_policy not found
---
And a window appears (see the attachment).
Is this mono version incompatible with this wine version?
Thank you.
Best 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=32973
Bug #: 32973
Summary: Fallout 3: Game crashes after hitting "New game"
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raddyroro(a)gmail.com
Classification: Unclassified
I do not have a backlog. Wine just tells me the game has crashed and I need to
force quit it to get rid of it. The game just hangs after the crash window at
the loading screen after hitting "New game"
I used PlayonLinux to install it because that got me farther than manually
installing it
Specs:
Ubuntu 12.10
Intel i7
Nvidia Geforce GT 520M
1 GB on video card
8 Gb Ram
--
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=40490
Bug ID: 40490
Summary: Poor Drakensang Online performance in wine version
over 1.9.5 (tested in 1.9.6 and 1.9.7)
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bartek(a)failpoint.pl
Distribution: ---
There was always (maybe since wine 1.2, I don't remember) this poor game
performance in Drakensang Online while using wine. But in wine-1.9.5 the
performance was very good. After upgrade to 1.9.6/1.9.7 game performance is
poor again.
What I discovered is that my APU temperature is the same as in idle when
playing game using 1.9.6/1.9.7 but is getting hot (normal behavior) when
playing game using 1.9.5. Also top shows that CPU utilization is below 140% in
wine 1.9.6/7 and over 230% in wine 1.9.5. So it looks like in 1.9.6/7 it is in
some economic mode or sth.
--
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=833
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fgouget(a)codeweavers.com,
| |super_man(a)post.com
--
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=32470
Bug #: 32470
Summary: Program raylauncher works, but raytechnavigator.exe
crashes
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: repps2(a)gmail.com
Classification: Unclassified
Created attachment 42831
--> http://bugs.winehq.org/attachment.cgi?id=42831
Error log generated when trying to start file raytechnavigator.exe
Program Raymarine Planner works under windws and can be successfully installed
using wine. On launching the programme raytechnavigator.exe, an error is
generated as per the attachment backtrace.txt
--
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=2082
--- Comment #159 from Andrew Pam <xanni(a)glasswings.com.au> ---
Further information: "Anno 1602" runs fine on wine 1.9.7 when configured with
a virtual desktop. It's only in the default fullscreen mode with no virtual
desktop that the game displays nothing but a black screen.
--
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=2082
karaluh <karaluh(a)karaluh.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|karaluh(a)karaluh.pl |
--
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=4291
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|Abandoned? |
URL|http://www.geocities.com/an |http://tresed.trescom.org/T
|dres_james/TresView/downloa |resView/download.html
|d.html |
--- Comment #27 from Bruno Jesus <00cpxxx(a)gmail.com> ---
(In reply to super_man from comment #26)
> No working download. No response.
Valid link in comment 19. The problem is still present in wine 1.9.12. I'll
attach screenshots.
--
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=37957
Bug ID: 37957
Summary: No way to disable "surround sound"
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: mikachu(a)gmail.com
Distribution: ---
Since 1.7.34, wine supports surround audio. It appears to determine the number
of speakers to use by directly querying alsa at some level. I have only two
speakers plugged in to my soundcard, but wine decides I have 6. The result of
this is that I can only hear what people say in Skyrim if I look to the side
since I have no "center" speaker. Please default to 2 speakers or provide some
incredibly obvious knob somewhere to disable this. I also tried specifying my
default alsa pcm device as having 2 channels but this didn't help.
--
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=28909
Bug #: 28909
Summary: Internet Explorer 8 crashes on resetting settings -
unimplemented function
wininet.dll.DeleteWpadCacheForNetworks
Product: Wine
Version: 1.3.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Trying to reset IE8's settings leads to a crash:
wine: Call from 0x7bc4c4b0 to unimplemented function
WININET.dll.DeleteWpadCacheForNetworks, aborting
wine: Unimplemented function WININET.dll.DeleteWpadCacheForNetworks called at
address 0x7bc4c4b0 (thread 003b), starting debugger...
Steps to reproduce:
1. winetricks ie8
2. wine control inetcpl.cpl
3. Click on Advanced tab -> Reset button under "reset Internet Explorer
setting" -> another reset button (don't check "delete personal settings")
Adding a native override for wininet works around 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.
https://bugs.winehq.org/show_bug.cgi?id=2082
Andrew Pam <xanni(a)glasswings.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xanni(a)glasswings.com.au
--- Comment #158 from Andrew Pam <xanni(a)glasswings.com.au> ---
This bug also appears to affect the game "Anno 1602". Tested with wine 1.9.7
on Ubuntu 14.04, Nvidia GTX 750Ti video card.
--
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=39801
Bug ID: 39801
Summary: Persian numbers just do not show
Product: Wine
Version: 1.7.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mgg_mgg1359(a)hotmail.com
Distribution: ---
Created attachment 53114
--> https://bugs.winehq.org/attachment.cgi?id=53114
Notepad persian number
Persian numbers just do not show
--
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=17682
Summary: AoE Help graphics immediately whitened, no text
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
The (3MB) help file of Age of Empires (1, base version) appears entirely white
in winhlp32. However, resizing the window creates refreshes which show that on
the left side, part of a (roman?) column is shortly drawn, before the whole
window is whitened again. The text that should be on the right side never
becomes visible.
Should I attach such a huge file here?
The .hlp file makes reference to at least one .dll supplied by the game. That
is not needed to test for the bug (MS-Windows' winhlp32 will complain yet
nevertheless display file contents without them).
I've tried this file in a Gecko-enabled wine as well, it made no
difference.
--
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=2624
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #32 from super_man(a)post.com ---
Patch doesnt apply anymore against 1.9.12
--
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=4291
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com,
| |super_man(a)post.com
--- Comment #26 from super_man(a)post.com ---
No working download. No response.
--
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=40825
Bug ID: 40825
Summary: Gomezpeer stop working after period of time.
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: igneous80(a)hotmail.com
Distribution: ---
After Gomez update their client in May 2016.
Only winXP mode can run Gomezpeer (with Bug 40824) but in others windows mode
Wine will stop working after period of time.
--
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=40824
Bug ID: 40824
Summary: Gomezpeer client do not process after Gomez client
update
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: igneous80(a)hotmail.com
Distribution: ---
Created attachment 54782
--> https://bugs.winehq.org/attachment.cgi?id=54782
Look at "exist agent file or not" in winedows both CH, FF are True
After Gomezpeer update their client in May 2016 it seem to have some
incompatible with Wine. Client diagnosis result show some error (attached
image) and processing time decrease a lot from 100 mins/d to <10 mins/d
In windows Gomezpeer still running fine.
--
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=29929
Bug #: 29929
Summary: Demo installer stuck at program folder selection
Product: Wine
Version: 1.4-rc4
Platform: x86
URL: http://www.jeuxvideopc.com/demo/6962-beach-life.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Classification: Unclassified
Created attachment 38950
--> http://bugs.winehq.org/attachment.cgi?id=38950
stage where the setup gets stuck.
Clicking on Next at this stage does nothing. So the setup process can not
finish.
--
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=4209
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #10 from super_man(a)post.com ---
Well the download is still working, but I have no idea how to compile this and
test the bug.
--
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=40809
Bug ID: 40809
Summary: Corrupted and hidden textures in Tree of Savior
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dev(a)lara.click
Distribution: ---
When I'm playing Tree of Savior some textures are corrupted or hidden, as in
the attached images.
Sometimes the textures is rendering correctly, sometimes not.
--
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=23203
Summary: Painkiller Black Edition: Subwindow shouldn't have
icon in title bar.
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=28874)
--> (http://bugs.winehq.org/attachment.cgi?id=28874)
Screen shot
Wine compared to WinXP puts icon in sub-window. In WinXP world only parent has
"right" to carry an icon. Sorry for bad terminology. Attachment shows that
better.
Tested under many wine versions since 0.9.49 till 1.2-rc3, but never showed
correctly.
--
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=26725
Summary: Java: online installer fails to download files
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://www.java.com/en/download/manual.jsp
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=34046)
--> (http://bugs.winehq.org/attachment.cgi?id=34046)
+wininet
Get the windows xp online installer for java and run it, then choose 'install'.
The installer will give an error 403 and fail to download its files:
austin@laptop:~$ wine jxpiinstall.exe
wine: created the configuration directory '/home/austin/.wine'
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0x1e6e90c, overlapped 0x1e6e8f0): stub
wine: configuration in '/home/austin/.wine' has been updated.
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3
fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3
fixme:wininet:InternetLockRequestFile STUB
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
...
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
native wininet works around 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.
https://bugs.winehq.org/show_bug.cgi?id=6402
Christian Greim <greim(a)stempelgreim.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |greim(a)stempelgreim.de
--- Comment #7 from Christian Greim <greim(a)stempelgreim.de> ---
the Bug 6402 from the subject has been set to FIXED by Tony Lambregts in 2007.
I sarched arround in the mailings and in the web-site, but did not found the
solution, although Vitaliy Margolen wrote: "from the messages you sent, I can
see that the problem is indeed fixed". What is the solution? I have the same
problem. Acrobat 5 is very old, but for most requirements in
printing-industries it's satisfying.
--
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=19859
Summary: cygwin's rsync -aq --delete-before crashes; breaks
cygwin bash build
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://cygwin.com
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
[This is the next problem after bug 19858.)
To debug bug 19856, I decided to try to build cygwin's bash
from source so I could see why it refuses to run some commands.
Hilarity ensued.
To repeat:
1) run
$ winetricks cygwin
and select gcc, automake, patch, and cygport
2) start a cygwin shell
$ cd ~/.wine/drive_c/cygwin
$ wine wineconsole cmd /c cygwin.bat
then use that for all further commands
3) read 'man cygport'
4) download the bash source package from your favorite cygwin mirror, e.g.
$ wget http://cygwin.osuosl.org/release/bash/bash-3.2.49-22-src.tar.bz2
To work around bug 19858, edit cygwin's /bin/cygport and change the two lines
warn "${unpack_cmd} ${unpack_file_name} failed"
to say
echo "${unpack_cmd} ${unpack_file_name} failed"
5) unpack the source tarball and use cygport to prepare and build it
$ mkdir temp
$ cd temp
$ tar -xjvf ../bash-3.2.49-22-src.tar.bz2
$ cygport prep bash*cygport
This takes a couple minutes, and fails at the very end with
>>> Preparing working source directory
+ rsync -aq --delete-before /cygdrive/c/bb/bash-3.2.49-22/origsrc/
/cygdrive/c/bb/bash-3.2.49-22/src/
/usr/bin/cygport: line 779: 67 Segmentation fault (core dumped) rsync
-aq --delete-before ${origsrcdir}/ ${srcdir}/
You can reproduce this almost on its own by running that rsync
inside wineconsole yourself. (Doing it noninteractively
doesn't seem to crash :-( )
Leaving off the --delete-before avoids the crash.
Workaround: edit cygwin's /bin/cygport to use cp -a instead of rsync, e.g.
change
rsync -aq --delete-before ${origsrcdir}/ ${srcdir}/;
to
rm -rf ${srcdir}/
cp -a ${origsrcdir}/ ${srcdir}/;
--
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=7803
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #25 from super_man(a)post.com ---
Similar results as Austin. Also winetricks -q vbrun6 is still needed.
(not fixed)
wine 1.9.12-git
--
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=40818
Bug ID: 40818
Summary: Sonic Heroes corrupt graphics.
Product: Wine
Version: 1.8.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Hello Everyone,
Sonic Heroes shows corrupt graphics.
Here is a screen of the corrupt graphics.
https://s32.postimg.org/hlz4rb6d1/screen.png
Here is what the screen should look like.
https://s31.postimg.org/w84cg7bm3/screen01.png
This was test on Slackware-current 32bit with nouveau-1.0.12.
--
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=30362
Bug #: 30362
Summary: HP Photo Creations 3.0 crashes on startup
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Classification: Unclassified
Created attachment 39690
--> http://bugs.winehq.org/attachment.cgi?id=39690
Backtrace + Terminal output
HP Photo Creations 3.0 crashes on startup
There appear several errors in terminal (see attachment).
Download URL: ftp://ftp.hp.com/pub/united-states/rlc/hpphotocreations.exe
--
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=19089
Summary: Mozilla Firefox doesn't detect IE as installed?
Doesn't attempt to import settings from IE
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://www.getfirefox.com
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Mozilla Firefox doesn't appear to detect IE as installed. On first run on
windows, Firefox asks if you'd like to import your settings from IE (or some
other browsers if installed). On wine, this gets skipped.
I tried installing ie6 from winetricks to see if perhaps we're missing a
file/registry key that it would install, but no luck.
--
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=40811
Bug ID: 40811
Summary: WINESERVER variable is only used if
@bindir@/wineserver does not exist
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
Distribution: ---
Wine seems to *always* use @bindir@/wineserver as wineserver if it exists. The
environment variable WINESERVER seems to be ignored as long as the former
exists.
$ alias pswineserver='ps aux|grep wineserver|grep -v grep|sed "s|.* ||"'
$ sudo cp /opt/wine-devel/bin/wineserver /opt/wine-devel/test/
$ pswineserver
$ WINESERVER="/opt/wine-devel/test/wineserver" /opt/wine-devel/bin/winecfg
$ pswineserver
/opt/wine-devel/bin/wineserver
$ sudo rm /opt/wine-devel/bin/wineserver
$ pswineserver
$ WINESERVER="/opt/wine-devel/test/wineserver" /opt/wine-devel/bin/winecfg
$ pswineserver
/opt/wine-devel/test/wineserver
Found in winehq-devel (1.9.12~stretch) from winehq, and wine (1.8.2-1) and
wine-development (1.9.12-1) from Debian.
--
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=17221
Summary: Google Sketchup plugin Cutlist does not work
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://lumberjocks.com/jocks/daltxguy/blog/5143
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mellery(a)gmail.com
Created an attachment (id=19150)
--> (http://bugs.winehq.org/attachment.cgi?id=19150)
console output
The plugin cutlist (download link is in the bug report) doesn't load
completely, when I start the plugin only the logo and 4 button boxes load not
the settings box that should be inbetween. Also clicking on the buttons have
no effect.
--
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=40210
Bug ID: 40210
Summary: the steamwebhelper crashes constantly
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: swfinder101(a)gmail.com
Distribution: ---
Created attachment 53726
--> https://bugs.winehq.org/attachment.cgi?id=53726
the default error file printout
This is infuriating and makes the steam desktop application nearly impossible
to use. Please fix
--
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=39657
Bug ID: 39657
Summary: Tencent QQ 7.6 crashes on unimplemented function
ntoskrnl.exe.PsRemoveLoadImageNotifyRoutine
Product: Wine
Version: 1.8-rc1
Hardware: x86
URL: http://dldir1.qq.com/qqfile/qq/QQ7.6/15742/QQ7.6.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Distribution: SUSE
Created attachment 52862
--> https://bugs.winehq.org/attachment.cgi?id=52862
output.log
1. Download from http://dldir1.qq.com/qqfile/qq/QQ7.6/15742/QQ7.6.exe and
install it.
2. Using "winesevice -k" to kill all wine processes after QQ7.6 being started
by installer.
3. wine "C:\Program Files\Tencent\QQ\Bin\QQScLauncher.exe"
--
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=39759
Bug ID: 39759
Summary: Add support for detect Nvidia TITAN Black in
wine3d/device list
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: sl1pkn07(a)gmail.com
Distribution: ---
Created attachment 53039
--> https://bugs.winehq.org/attachment.cgi?id=53039
patch
Patch for add support for Nvidia Titan Black
Also adding some spaces in the columns for look&feel the code, and remove, i
think, a little typo in memory video column in 'NVIDIA GeForce4 Ti 4200'
device
0d:00.0 VGA compatible controller: NVIDIA Corporation GK110B [GeForce GTX TITAN
Black] (rev a1)
0d:00.0 0300: 10de:100c (rev a1)
http://wstaw.org/m/2015/12/07/Screenshot_20151207_235511.png
greetings
--
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=40081
Bug ID: 40081
Summary: Unimplemented function fontsub.dll.CreateFontPackage
Product: Wine
Version: 1.9.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
Assignee: wine-bugs(a)winehq.org
Reporter: benjamin(a)nyrup.it
Distribution: ---
Using the software CLM Explorer (www.tmsware.com) and trying to generate
assignment slips, the software shows an error window in procedure
clsPDF.GenerateSlip. This is where the Debenu PDF library is called. This
library apparently calls the fontsub.dll.CreateFontPackage which is reported to
not exist.
I have tried to switch to a Windows native version of fontsub.dll; this removes
the error window and I get nothing suspicious in the wine output, but nothing
happens. No PDF is generated.
--
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=40473
Bug ID: 40473
Summary: wine stops to compile with >=glibc-2.23
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: darkcircle.0426(a)gmail.com
Distribution: ---
I'm using gentoo distribution and with unstable amd64 arch tree branch,
so I'm glad to test early version of wine. ;)
some of user reported build issue, and i made patch to this below link
https://bugs.gentoo.org/show_bug.cgi?id=580046
and we should test which is working well or not.
so please help me to test my patch to eliminate compile stopping issue with
=glibc-2.23
Thank you for advance.
--
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=28825
Bug #: 28825
Summary: Mystic Diary - Haunted Island: Multiple sprite-related
bugs in hidden object scenes
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josh+wine(a)iswifter.net
Classification: Unclassified
Observed misbehaviors:
(a) Upon clicking an object, it's removed from the scene and replaced by a
sprite overlay, but the wrong image is used. For example, you might click on a
tote bag, but a guitar pulses and flies offscreen. Sometimes it's one of the
cursor images or a striped texture.
(b) Clicking an object removes its image from the scene, but sometimes no
animation occurs and the object's name isn't crossed off the list. Also, if
this happens several times in a row, the game complains that you're clicking
randomly. If you leave and return, the objects are back in the scene.
(c) Following (b) above, sometimes the object is replaced in the scene by
another image, and clicking that begets the removal animation and gives you
credit for finding the object.
--
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=40304
Bug ID: 40304
Summary: EveHQ2 crashes with builtin gdiplus
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: xerox_xerox2000(a)yahoo.co.uk
Distribution: ---
EveHQ2.exe from
http://evehq.co/downloads/download.php?file=EveHQ2.25.2.exe crashes with
builtin gdiplus.
I tried to find the bug using +gdiplus log and I came to this:
Just before the crash it says
trace:gdiplus:GdipTransformPath (0x1cc870, (nil))
The code for GdipTransformPath basically boils down to :
return GdipTransformMatrixPoints(matrix, path->pathdata.Points,
path->pathdata.Count);
In code for GdipTransformMatrixPoints there is check
if(!matrix || !pts || count <= 0)
return InvalidParameter;
So in the end GdipTransformPath will always return InvalidParameter when
matrix=0.
>From a quick test it seems to me that GdipTransformPath should return Ok when
matrix=0. I`ll attach possible fix and test hereafter
Bear in mind I have absolutely no knowledge about gdiplus, so any comment
whether my fix ,analysis and test is correct/sufficient, is very welcome
--
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=31662
Bug #: 31662
Summary: Office 2010 font embedding when exporting to PDF
Product: Wine
Version: 1.5.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan.raviv(a)gmail.com
Classification: Unclassified
Created attachment 41630
--> http://bugs.winehq.org/attachment.cgi?id=41630
docx and Office 2010 exported pdfs
When exporting office files to PDF using Office 2010 on Wine, the fonts don't
get embedded in the resulting PDF. This is in contrast to the behavior on
Windows where the fonts are embedded correctly.
After replacing t2embed.dll with a version from windows, the embedded font
entry is created in the PDF, *but* is effectively empty:
5 0 obj
<</Type/Font/Subtype/TrueType/Name/F1/BaseFont/ABCDEE+Calibri/Encoding/WinAnsiEncoding/FontDescriptor
6 0 R/FirstChar 32/LastChar 55/Widths 17 0 R>>
endobj
6 0 obj
<</Type/FontDescriptor/FontName/ABCDEE+Calibri/Flags 32/ItalicAngle 0/Ascent
750/Descent -250/CapHeight 750/AvgWidth 521/MaxWidth 1743/FontWeight
400/XHeight 250/StemV 52/FontBBox[ -503 -250 1240 750] /FontFile2 18 0 R>>
18 0 obj
<<>>
endobj
Note the empty object 18.
Suspecting the issue is in wineps.drv.
--
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=39092
Bug ID: 39092
Summary: Regression introduced with xaudio2_8
Product: Wine
Version: 1.7.49
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xzvnjp(a)gmail.com
Distribution: ---
Created attachment 52084
--> https://bugs.winehq.org/attachment.cgi?id=52084
Log of game crashing on git master
Game ラクエンイセキのリムリリム fails to start after commit
929ab3e527b25bcfea375e4373230748868d8714. Reverting commit in git master fixes
issue.
--
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=23768
Summary: winhelp: Some images not shown in certain 16-bit Help
files
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29793)
--> (http://bugs.winehq.org/attachment.cgi?id=29793)
4aces.hlp.bz2
With some 16-bit Help files, some images are not shown. See the attached files.
Load 4aces.hlp into Wine winhlp32. This console output appears:
err:winhelp:HLPFILE_DoReadHlpFile buf[0x14] = 0
Click the author's name popup link at the bottom. The popup is tiny, maybe 6x15
pixels, and empty. It's supposed to be a picture of the author. The other popup
links appear as they should (albeit not the correct size, see bug 23008).
Load 6pack.hlp into Wine winhlp32. With this file (created by the same author)
there is no initial console output, and clicking the author's name popup link
does correctly show the picture. Maybe this file was authored using a later
version of the help compiler?
--
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=40108
Bug ID: 40108
Summary: kernel32:process regression
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Since the commit below, the cw1-hd6800 and cw2-gtx560 test machines (not VMs)
are getting two new failures on Windows 8.1 and Windows 10, both in 32 and 64
bits.
Failures:
process.c:1133: Test failed: Toolhelp:pcPriClassBase expected 8, but got 6
process.c:1204: Test failed: Toolhelp:pcPriClassBase expected 8, but got 6
kernel32:process results on test.winehq.org:
https://test.winehq.org/data/tests/kernel32:process.html
commit a0b6bf86f74438c574f7165ab220060681bb66cd
Author: Sebastian Lackner <sebastian(a)fds-team.de>
Date: Mon Dec 21 13:06:37 2015 +0100
kernel32/tests: Add test for process object destruction.
Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=40456
Bug ID: 40456
Summary: NFS MW + NFS Carbon: Car is flying above/under the
track
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
As subject states, cars are deeply above or under the track. See:
https://bugs.winehq.org/attachment.cgi?id=54190https://bugs.winehq.org/attachment.cgi?id=54193
Paul Gofman found a bug in D3DXVec3Transform which currently does not expect
the same location for input and output vector. He suspect that much more
functions may have the same bug though.
There is already a patch for that - from the whole series, this is fixed only
by the last one: [PATCH 10/10] d3dx9: Fix D3DXVec3Transform to allow...
https://bugs.winehq.org/attachment.cgi?id=54199
This patch fixes much more problems than flying cars. It also fixes jumpy
mouse, when you need to select particular track. It also fixes missing car's
"HUD" info panels. It fixes Need For Speed: Carbon's menu, where should be
fade-in/out shadows by left/right arrows.
Thank you Paul for your work!
--
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=40493
Bug ID: 40493
Summary: Prison Tycoon 4 crashes on start up
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tcrulez(a)gmail.com
Distribution: ---
Created attachment 54267
--> https://bugs.winehq.org/attachment.cgi?id=54267
Prison Tycoon 4 Bug Report
Please fix this I want to play this game.
--
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=24421
Summary: MJ's Help Diagnostics - wine: Unhandled page fault
on read access
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://helpware.net/downloads/MJsDiag.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Trying to run MJ's Help Diagnostics in a default wine gives an Unhandled page
fault on read access (see attachment)
--
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=40286
Bug ID: 40286
Summary: Geforce 980 maxwell card is not properly detected
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
My Geforce 980 Maxwell card is not recognized by wine.
Its PCI-id (10de:13c0) is missing from wined3d_private.h and the card is also
not mentioned in
dlls/wined3d/directx.c.
--
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=40297
Bug ID: 40297
Summary: Multiple app crashes in macdrv_EnumDisplayMonitors
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zakk(a)rsdio.com
Created attachment 53935
--> https://bugs.winehq.org/attachment.cgi?id=53935
Deathsmiles crash backtrace
The steam games Mushihimesama and Deathsmiles both crash on start with the
attached logs and backtrace (attachments are for Deathsmiles). This games are
both by the same developer so they are likely tickling the same bug.
I've done some additional testing and this is what I've found:
It crashes with all the pre-packaged version of wine for OSX, going back to
1.9.0
It crashes if I use brew to install wine (brew install wine --devel)
It crashes if I compile my own wine from a clean source tree; using the latest
XCode under OSX 10.11.3 (SDK 10.11)
As a final test I cobbled together a build environment that's somewhat close to
the WineSkin engine build environment. This uses gcc-4.2 and the OSX 10.6 SDK.
When compiled this way it DOES NOT crash, and everything works great.
I also took this build environment and used clang instead of gcc-4.2 (so the
SDK was still 10.6); the resulting wine CRASHES in the same way as the others.
It seems clang may be the issue, or at least some factor in allowing other
issues to cause a crash?
--
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=17257
Summary: tex2html will not install
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://www.chikrii.com/products/tex2word/dl/
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jon.dufresne(a)gmail.com
The program "tex2html", evaluation can be downloaded from provided URL, will
not install. Wine's command output reads:
---
$ wine ./tex2word.exe
fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d004
---
The error inside the installer reads:
---
Tex2Word installation activity:
[1] Trying destination folders... can't write to folder C:\Program Files\Common
Files\Microsoft Shared\TEXCONV\
---
A popup then appears that reads:
---
Can't install Tex2Word!
---
After clicking the "OK" in the pop up, the installation closes.
--
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=20695
Summary: Cannot scroll documents being compared in winmerge
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joao.eiras(a)gmail.com
1. Get Winmerge http://winmerge.org/downloads/ (I'm using 2.12.4)
2. Install MFC71U.DLL and MSVCP71.dll (winetricks is good)
3. Open WinMerge and compare two documents
Notice how the double document view cannot be scrolled horizontally using the
scrollbar. IT works though if you select text and drag the mouse.
--
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=40135
Bug ID: 40135
Summary: msvcirt.c:1386:5: warning: comparison of unsigned
expression < 0 is always false
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcirt
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Noticed during compilation of wine-1.9.3-217-g0f8a0fd on older Debian Wheezy:
/wine_git_build/dlls/msvcirt/msvcirt.c: In function ‘strstreambuf_seekoff’:
/wine_git_build/dlls/msvcirt/msvcirt.c:1386:5: warning: comparison of unsigned
expression < 0 is always false [-Wtype-limits]
--
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=34070
Bug #: 34070
Summary: 'fixme:win:alloc_winproc too many winprocs' prevents
simutronics StormFront.exe from updating widgets
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt(a)tolton.com
Classification: Unclassified
Created attachment 45293
--> http://bugs.winehq.org/attachment.cgi?id=45293
Debug log
This bug is about StormFront.exe from Simutronics. The application works fine
for awhile, but at some point certain widgets in the app stop updating. I
believe this is due to the message I'm seeing in the debug log (see attached):
fixme:win:alloc_winproc too many winprocs
The time it starts appearing coincides with the widgets not updating. The
longer that the application runs, the more messages that are emitted. I ran it
for about 4 hours and saw around 20k messages.
I did some code spelunking and tracked it down to this file:
https://github.com/mirrors/wine/blob/master/dlls/user32/winproc.c#L298
It seems like MAX_WINPROCS could be increased, and it might alleviate the
problem, but would probably just make it take longer to manifest. (Since it
only manifests after using the app for a little while, now).
I am using Crossover Mac 12.2.0 (I am not sure which version of wine this is).
My question is twofold:
1) How hard would it be to actually reclaim these winprocs rather than leak
them?
2) If that doesn't work, is there some way for me to increase the MAX_WINPROCS
constant and recompile user32.dll to use for just one bottle in CrossOver?
--
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=40348
Bug ID: 40348
Summary: Nvidia 800 series cards not detected correctly
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: reyqn(a)protonmail.com
Distribution: ---
I've noticed that my gtx 860m is not detected correctly by wine, and it seems
like all the 800 series GPU aren't either.
Here are the outputs you should need as information about my GPU (if I remember
well I've got the maxwell 860m, and unfortunately I don't have any information
on the kepler 860m and any of the other 800 series GPU).
optirun nvidia-settings -c :8 -t -q PCIID
> 4318,5010
optirun nvidia-settings -c :8 -t -q VideoRam
> 2097152
lspci -nn | grep 3D
> 01:00.0 3D controller [0302]: NVIDIA Corporation GM107M [GeForce GTX 860M] [10de:1392] (rev ff)
--
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=39918
Bug ID: 39918
Summary: Mail.Ru GameCenter installer does not work
Product: Wine
Version: 1.9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: malkov.victor(a)gmail.com
Distribution: ---
GameCenter is digital distribution software for games hosted by mail.ru.
Installer can be downloaded here
http://static.dl.mail.ru/GameCenter_chnl10a.exe or (if direct link changes)
https://games.mail.ru/gamecenter/download/ (big green button "Загрузить").
Current version of installer does not start, without any messages. Old versions
of installer work, and installed gamecenter can be updated to the latest
version.
Tested in different versions of wine, 1.9.0, 1.7.x, with/without staging and
winetricks.
--
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=39667
Bug ID: 39667
Summary: dinput: MotoGP 3 demo launcher crashes on leaving key
configuration dialog.
Product: Wine
Version: 1.8-rc1
Hardware: x86
URL: https://appdb.winehq.org/objectManager.php?sClass=vers
ion&iId=6934
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)vr-web.de
Distribution: ---
Created attachment 52886
--> https://bugs.winehq.org/attachment.cgi?id=52886
motogp3-demo-launcher-crash.txt with wine-1.8-rc1
Probably same issue as in https://bugs.winehq.org/show_bug.cgi?id=12432 .
(Attached backtrace seems equal.)
Steps to reproduce:
- start launcher
- "Configure Controller"
- leave dialog with "Cancel"
- crash
MotoGP 3 demo launcher uses ConfigureDevices for the key mapping.
This seems because the result of a GetProperty(DIPROP_USERNAME) is used
without checking.
--
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=40244
Bug ID: 40244
Summary: PostThreadMessage with WM_NOTIFY message should
succeed
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
Distribution: ---
The issue was encountered by a user in the #winehq channel while testing a
company-internal application in Wine. Based on the provided log file I've
tracked it down to the following few lines:
--- snip ---
0009:Call user32.PostThreadMessageA(00000028,0000004e,00000001,00000466)
ret=0051258b
0009:Call winex11.drv.GetKeyboardLayout(00000000) ret=7e9a8476
0009:Ret winex11.drv.GetKeyboardLayout() retval=04090409 ret=7e9a8476
0009:Ret user32.PostThreadMessageA() retval=00000000 ret=0051258b
0009:Call user32.LoadStringA(00400000,0000ffc9,0033e820,00001000) ret=004071c7
0009:Ret user32.LoadStringA() retval=00000010 ret=004071c7
0009:Call KERNEL32.RaiseException(0eedfade,00000001,00000007,0033f880)
ret=005125c6
0009:trace:seh:raise_exception code=eedfade flags=1 addr=0x7b83b77c ip=7b83b77c
tid=0009
[...]
--- snip ---
The application is not really happy about the result of PostThreadMessageA. A
quick test confirms that sending WM_NOTIFY should succeed, which means Wines
is_pointer_message() function is a bit too strict here.
I'll prepare some more tests and a patch to fix it, this bug is just to keep
track of the issue.
--
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=39796
Bug ID: 39796
Summary: SCP Containment Breach page fault regression
Product: Wine
Version: 1.8-rc4
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: alexchandel(a)gmail.com
Created attachment 53104
--> https://bugs.winehq.org/attachment.cgi?id=53104
Backtrace of page fault in DirectDraw HAL mode
As of 1.8, SCP Containment Breach immediately suffers a memory access violation
every time a new game is begun or a game is loaded, after the loading screen,
but before anything has been rendered.
This occurs in all versions of SCP Containment Breach from 0.8ish through to
the newest 1.2.3, in both DirectDraw HAL and Intel 945G mode. Backtraces
attached.
--
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=39681
Bug ID: 39681
Summary: Unimplemented function
crypt32.dll.CryptMsgVerifyCountersignatureEncoded
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Distribution: ---
MS dotnet's SignedCms.CheckSignature() depends on
crypt32.dll.CryptMsgVerifyCountersignatureEncoded .
I found this out while running a test program which does exactly that:
Unhandled Exception: System.Runtime.InteropServices.SEHException: External
component has thrown an exception.
at
System.Security.Cryptography.CAPISafe.CryptMsgVerifyCountersignatureEncoded(IntPtr
hCryptProv, UInt32 dwEncodingType, IntPtr pbSignerInfo,
UInt32 cbSignerInfo, IntPtr pbSignerInfoCountersignature, UInt32
cbSignerInfoCountersignature, IntPtr pciCountersigner)
at
System.Security.Cryptography.Pkcs.SignerInfo.Verify(X509Certificate2Collection
extraStore, X509Certificate2 certificate, Boolean verifySig
natureOnly)
at
System.Security.Cryptography.Pkcs.SignerInfo.CheckSignature(X509Certificate2Collection
extraStore, Boolean verifySignatureOnly)
at
System.Security.Cryptography.Pkcs.SignedCms.CheckSignatures(SignerInfoCollection
signers, X509Certificate2Collection extraStore, Boolean v
erifySignatureOnly)
at
System.Security.Cryptography.Pkcs.SignedCms.CheckSignatures(SignerInfoCollection
signers, X509Certificate2Collection extraStore, Boolean v
erifySignatureOnly)
at
System.Security.Cryptography.Pkcs.SignedCms.CheckSignature(X509Certificate2Collection
extraStore, Boolean verifySignatureOnly)
at System.Security.Cryptography.Pkcs.SignedCms.CheckSignature(Boolean
verifySignatureOnly)
...
wine: Unimplemented function crypt32.dll.CryptMsgVerifyCountersignatureEncoded
called at address 0x7b83e9b0 (thread 0009), starting debugger...
Unhandled exception: unimplemented function
crypt32.dll.CryptMsgVerifyCountersignatureEncoded called in 32-bit code
(0x7b83e9b0).
(Apologies the wine version may not be accurate if this report is version
sensitive - I kept a note on this error on Nov 2, but I upgraded wine to 1.7.55
on No 20; so the actual error would have been observed approximately with
1.7.54/1.7.53/1.7.52)
--
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=40466
Bug ID: 40466
Summary: Function 'KERNEL32.dll.GetConsoleFontInfo' is missing
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
Running mc.exe (Midnight Commander) gives me:
wine: Call from 0x7b43bbdc to unimplemented function
KERNEL32.dll.GetConsoleFontInfo, aborting
and crash.
--
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=35711
Bug ID: 35711
Summary: Winelib: compile error in wincon.h if NOGDI is defined
before #include <windows.h>
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: matteo(a)mitalia.net
As described in the summary; if I try to compile the following file
#define NOGDI
#include <windows.h>
int main()
{
return 0;
}
with winegcc (wine-dev package 1.4.1 from Ubuntu 13.10) I get
In file included from /usr/include/wine/windows/windows.h:42:0,
from test.c:2:
/usr/include/wine/windows/wincon.h:337:62: error: unknown type name
‘LPCONSOLE_FONT_INFOEX’
WINBASEAPI BOOL WINAPI
GetCurrentConsoleFontEx(HANDLE,BOOL,LPCONSOLE_FONT_INFOEX);
^
/usr/include/wine/windows/wincon.h:375:62: error: unknown type name
‘LPCONSOLE_FONT_INFOEX’
WINBASEAPI BOOL WINAPI
SetCurrentConsoleFontEx(HANDLE,BOOL,LPCONSOLE_FONT_INFOEX);
^
winegcc: gcc failed
This comes from the fact that the typedef LPCONSOLE_FONT_INFOEX (and related
types) is #ifdef-ed out when NOGDI is defined, but SetCurrentConsoleFontEx
(which depends from this type) is always included.
The bug makes compiling anything that uses the NOGDI option impossible.
--
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=39786
Bug ID: 39786
Summary: Program crashed
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tbodrey2(a)gmail.com
Distribution: ---
Created attachment 53076
--> https://bugs.winehq.org/attachment.cgi?id=53076
backtrace
Also having trouble installing 1.7 on ubuntu 15.10.
--
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=10063
Summary: wineconsole run fail on korean locale.
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dlunch(a)gmail.com
wineconsole failed to run in korean locale.
it reports 'err:wineconsole:WCUSER_SetFont wrong font' few times and
'err:wineconsole:WINECON_Fatal Couldn't find a decent font, aborting'.
but when i tried LANG="C" wineconsole cmd, it runs successfully.
--
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=39940
Bug ID: 39940
Summary: Stars! tooltips have wrong background color
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: curaga(a)operamail.com
Distribution: ---
Created attachment 53360
--> https://bugs.winehq.org/attachment.cgi?id=53360
Screenshot
The tooltips in Stars!, a 16-bit game, should be white, but Wine displays them
gray with a white font background.
To see one, press and hold the left mouse button on the planet minerals.
--
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=36031
Bug ID: 36031
Summary: 9700M incorrectly detected as 9400
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: funkydude87(a)hotmail.co.uk
Running the Battle.net client and attempting to launch WoW. Using the nouveau
drivers under 64bit Ubuntu 14.04 and getting a warning message:
OS: Windows XP x64 service pack 2
Card: Nvidia Geforce 9400 GT
It is a warning that my system is below the minimum recommendations. When
launching the game, certain graphical features are disabled that are otherwise
enabled under Windows.
This is a laptop with a Geforce 9700M GT, it thinks I'm running a 9400 desktop
card. It also thinks I'm running XP SP2, not sure if that's correct or should
be SP3.
lspci result of my card in linux:
01:00.0 VGA compatible controller: NVIDIA Corporation G96M [GeForce 9700M GT]
(rev a1)
--
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=39730
Bug ID: 39730
Summary: FillRect() confuses 16bit brush handles with color
constants
Product: Wine
Version: 1.8-rc2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Background window filling breaks because FillRect() gives special treatment for
predefined color constants, that could be used instead of brush handles.
If background brush is set with GetStockObject(WHITE_BRUSH) (or any brush
created early enough really), it's possible that this window background will be
filled using wrong color. What happens is that handle truncation leads to small
enough 16bit handle values that trigger special color path in FillRect().
--
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=32979
Bug #: 32979
Summary: Metal Gear Solid Crash
Product: Wine
Version: 1.5.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: levanchelidze(a)gmail.com
Classification: Unclassified
Created attachment 43558
--> http://bugs.winehq.org/attachment.cgi?id=43558
backtrace no fix
Tried to run Start Metal Gear Solid
installed with no problem but when I started it it gave me a massage that it
would start it in software mode but after this it just showed black screen and
nothing more
then I changed the windows xp to windows 2000 same crash.
then I tried GeForce-ATi FiX same error could not run
--
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=40517
Bug ID: 40517
Summary: Office 2007 shows error message "Unexpected error
during export" when trying to export document as PDF
file
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
CC: bunglehead(a)gmail.com
Regression SHA1: 12fbfe838c2e6f41ead7445decc447b41921474a
Distribution: ---
When trying to export a document as PDF, an error message shows up saying that
the export failed.
Bisecting returns:
--- snip ---
$ git bisect good
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
12fbfe838c2e6f41ead7445decc447b41921474a
72da5888e9e96e9cfc09c4d5a0e4ab0ecea8f64d
We cannot bisect more!
--- snip ---
Before 12fbfe838c2e6f41ead7445decc447b41921474a everything was working "fine".
At commit 12fbfe838c2e6f41ead7445decc447b41921474a a crash dialog appears.
After commit 72da5888e9e96e9cfc09c4d5a0e4ab0ecea8f64d an error dialog shows up.
As it seems, Office is not really happy about the return value of the
CreateFontPackage() stub implementation:
--- snip ---
fixme:fontsub:CreateFontPackage (0xcc00000 179368 0x335cfc 0x335cf0 0x335cf4
0x1 0 0 0 3 65535 0x3707b10 23 0x32610674 0x328a6d62 0x328a6e8d (nil)): stub
fixme:fontsub:CreateFontPackage (0xcc00000 179368 0x335d18 0x335d0c 0x335d10
0x9 0 0 0 3 65535 0x3b882f8 2 0x32610674 0x328a6d62 0x328a6e8d (nil)): stub
--- snip ---
Returning EMBED_NOEMBEDDING from TTGetEmbeddingType also avoids the issue.
--
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=40525
Bug ID: 40525
Summary: schannel:main does not recognize package version
0x400000
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Windows 8.0 (fg-acer64-w8) and some Windows 7 machines (pelzflowin7hompnvid)
return 0x400000 as the package, resulting in the following test failure:
main.c:156: Test failed: Unknown package version 0x400000
Interestingly no Windows 8.1 or Windows 10 machine returns this package version
(even on fg-acer64 they return lower versions!).
See:
https://test.winehq.org/data/tests/schannel:main.html
--
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=40246
Bug ID: 40246
Summary: Please document WINEBUILD in the winegcc manpage
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
Distribution: ---
Hi,
winegcc uses the environment variable WINEBUILD to find the winebuild binary,
but this isn't documented in its manpage, like its done e.g. for WINELOADER in
the wine manpage.
Greets
jre
--
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=39215
Bug ID: 39215
Summary: Nvidia geforce getx 960m detected as gtx470
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: co.parisi(a)libero.it
Distribution: ---
Wine reports the wrong gpu model to games. I'm running it on a laptop with a
gtx 960m gpu, but it gets reported as a gtx 470.
--
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=38667
Bug ID: 38667
Summary: DAZ3D 4.8 cant start it's private Postgres as it sees
Wine accounts as admin. Note line 18269.
NtReadFile,NtWrfile (privilege check kluge) or
NtQueryTokenProcess are cause. Want to downgrade
privilege for groupname 'postgres' only. Where shall I
patch?
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: eternalsquire(a)hotmail.com
Distribution: ---
I rebuilt latest WINE 1.77.44 on ThinkPad laptop running on 32-bit Anti-X
Version 5 Beta 2.
DAZ3D 4.8 (PRO free limited time beta) cant start it's private Postgres as it
sees Wine accounts as admin. Note line 18269. NtReadFile,NtWrfile (privilege
check kluge) or NtQueryTokenProcess are cause. Like to downgrade privilege for
username 'postgres' only. Where shall I patch?
If I can fix this with your help, DAZ3D free promotions will be instant
Platinum. They're Gold already but for the Postrgres, but it has a backup
obsolete database so COULD do without, but even as a hack distribution I could
make more people than you can ever know very happy, including myself. happy.
I saw the existing reports on Administrative privilege problems. I know you
believe having all processes running as Admin from WINE for simplicity, but
Postgres is the one product justifying an exception, and that goes double when
DAZ3D built it proprietary without source. WINE has to give way here because
no one else will.
I won't ask you to find and fix the bug. I just need some of your expertise on
WINE (no internal software documentation!!!) knowing what to look for and
zooming in on the root cause, or worst case, put in a root kluge. I'm a
retired software designer and systems programmer.
--
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=32594
Bug #: 32594
Summary: MessageBox hook WH_CBT HCBT_ACTIVATE sees wrong button
size given MB_DEFBUTTON* style
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: staticinline(a)gmail.com
Classification: Unclassified
MessageBox buttons are not correctly sized during the first call to a WH_CBT
HCBT_ACTIVATE hook if a MB_DEFBUTTON* style is used on the message box.
Observe in the Wine msgbox.c:MSGBOX_OnInit code, the "position the buttons"
loop iterates through each button, and if a button has a MB_DEFMASK set, it
also calls SetFocus, which triggers the WH_CBT HCBT_ACTIVATE hook. This is
before this loop positions the remaining buttons. The attached
wine-msgbox-patch.txt is a patch to Wine 1.5.20 that positions all the buttons
before processing the MB_DEFMASK.
This problem affects programs using the wxWidgets 2.9.x GUI library, whose
message box implementation measures (via GetWindowRec) the initial sizes of the
buttons during a WH_CBT HCBT_ACTIVATE hook [2]. This problem is analyzed more
fully in a wxWidgets ticket [1].
The problem has also been observed to affect at least as far back as Wine 1.0.1
(debian squeeze, x86).
[1] http://trac.wxwidgets.org/ticket/14926
[2] http://trac.wxwidgets.org/browser/wxWidgets/trunk/src/msw/msgdlg.cpp#L369
--
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=31697
Bug #: 31697
Summary: Can't Register Sony Media Manager, couldn't get cookie
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Trying to reproduce bug 31695, I downloaded Sony Media Manager for Walkman 1.2,
9e0e4ab39084724c4f6001de5f2df8b39390ddcf mm4wm12_lite.exe
from
http://esupport.sony.com/perl/swu-download.pl?upd_id=3733&SMB=YES&template_…
Running
wine mm4wm12_lite.exe
downloads and tries to install vcrun2005, quicktime 7, and wmp11 runtime.
It hangs and fails with "requirements not met".
To work around this, follow the tip from
http://appdb.winehq.org/objectManager.php?sClass=version&iId=20125&iTesting…
e.g. download
abc56a568dd1e8ffbfb6f1cbd4d42c031003ed52 wmp11-windowsxp-x86-enu.exe
from http://download.cnet.com/windows-media-player/
then do
cabextract wmp11-windowsxp-x86-enu.exe -F wmfdist11.exe
cabextract wmp11-windowsxp-x86-enu.exe -F wmp11.exe
wine wmfdist11
wine wmp11
Both installs will hang after declaring success; ^C them.
(You can do that from a clean wineprefix or after the installer fails once,
doesn't matter.)
Running mm4wm12_lite.exe then downloads and installs vcrun2005 and quicktime 7,
then runs the Media Manager installer. This fails right at the end
when it's doing "Please wait for initial configuration of Media Manager",
with dialog box
"Fatal error in gc
GetThreadContext failed"
Killing this and then starting the app fails because of a missing registry key.
To work around this, run winetricks dotnet20 before installing.
Then installing succeeds, and on first run the app requires you to register.
Doing so fails with a dialog "Requesting cookie... " followed by
"An error occurred during registration", and console messages:
fixme:wininet:set_cookie persistent cookies not handled (L"expires=Wed,
13-Sep-2017 11:27:19 GMT; path=/; HttpOnly")
fixme:wininet:set_cookie httponly not handled (L"HttpOnly")
fixme:wininet:set_cookie secure not handled (L"Secure; HttpOnly")
('winetricks wininet' seems to get further, then runs into what look like
wintrust problems, but that's another bug)
--
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=33275
Bug #: 33275
Summary: Far Cry: Segmentation Fault on start
Product: Wine
Version: 1.5.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ascendant512(a)gmail.com
Classification: Unclassified
Created attachment 44023
--> http://bugs.winehq.org/attachment.cgi?id=44023
Compressed relay debug log, use unxz or xz --decompress
When executing FarCry.exe, wine will segfault. This happens before the game
finishes starting.
This is not a duplicate of http://bugs.winehq.org/show_bug.cgi?id=9252
The segfault happens before any Direct3D calls are made. I've attached the
output of debug.err when running this script:
#!/bin/bash
export WINEPREFIX=/mnt/media/bin/.wine/far_cry
export WINEDEBUG="+relay,+d3d"
wine "C:\Program Files (x86)\Far Cry\Bin32\FarCry.exe" 2> debug.err
Output of above is:
./farcry.bash: line 4: 24716 Segmentation fault wine "C:\Program Files
(x86)\Far Cry\Bin32\FarCry.exe" 2> debug.err
This is of course a fresh wine prefix, no winetricks.
Host OS: Gentoo amd64
wine compiled with these use flags:
X alsa cups elibc_glibc gecko jpeg lcms mono mp3 ncurses nls opengl oss perl
png prelink scanner ssl threads truetype udisks v4l win32 win64 xinerama xml
-capi -custom-cflags -fontconfig -gphoto2 -gsm -gstreamer -ldap -odbc -openal
-opencl -osmesa -pulseaudio -samba -selinux -test -xcomposite
GCC version: 4.6.3
Game patched to version 1.4 with no-cd
--
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=7416
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #19 from joaopa <jeremielapuree(a)yahoo.fr> ---
still a bug in current wine?
--
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=40769
Bug ID: 40769
Summary: Installation of Windows software crashes
Product: Wine
Version: 1.9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vojtech.zeisek(a)opensuse.org
Distribution: ---
Created attachment 54670
--> https://bugs.winehq.org/attachment.cgi?id=54670
Backtrace of the crash
I have an older version of paid software shipped together with laboratory
engine. It was originally developed for Windows XP 32 bit. Installation
crashes, but if I copy installed version from Windows 7, it works. I run
openSUSE Tumbleweed.
--
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=38927
Bug ID: 38927
Summary: IVONA Voices (SAPI TTS): Trial period (30 days)
prematurely expires as soon as wineserver session ends
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: ebemacc+bugreport(a)gmail.com
Distribution: ---
How to reproduce:
1. Set OS version to Windows 2000 in order to allow installation of SAPI 5.1
redistributable.
2. Install any IVONA voice, but do not close installation wizard once completed
in order to keep wineserver session alive:
http://download.ivona.com/pub/Install/Ivona_Voice_1.6_Emma_22kHz.dat
3. Install IVONA Control Center:
http://download.ivona.com/pub/Install/Ivona_ControlCenter_inst.dat
4. Control Center should show installed voice with a remaining trial period of
29 days.
5. Close all Windows programs and wait for wineserver session to end.
6. Run Control Center.
7. Control Center should show trial period to be prematurely expired.
(Note: This problem is not confined to the Control Center; IVONA voices will
also refuse to load in any other setting.)
Thank you.
--
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=40753
Bug ID: 40753
Summary: ElonaPlus hangs on exit
Product: Wine
Version: 1.9.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matt(a)nightrealms.com
Distribution: ---
When trying to exit from ElonaPlus (ver 1.58), either from the starting menu
from within a game, it hangs, with no CPU usage. The only message that wine
prints to the terminal is:
err:ntdll:RtlpWaitForCriticalSection section 0x7bcf58e0 "loader.c:
loader_section" wait timed out in thread 0029, blocked by 0009, retrying (60
sec)
I tried running it with WINEDEBUG=warn+all,+process but that didn't give any
additional output on exit.
Version is Wine Staging 1.9.10
--
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=4825
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #29 from super_man(a)post.com ---
Still valid wine 1.9.12
--
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=5706
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--
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=40662
Bug ID: 40662
Summary: CAPS key Not Working !!
Product: Wine
Version: 1.9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Hi.
I test version 1.9.10 of wine. I suffer from very bad bug. When I try to
register "Very PDF Password Remover version 4", & due to bug 40496 which still
existing, I try to enter serial number menually. It contain CAPS characters.
When I press on CAPS lock key (activating it) I noticed that character still
entered as small not as capital. For ex: D it entered as d inspite of
activation CAPS lock key ! As a result, now, I'm unable to register PDF
Password Remover that previously was possible! It say "Invaled serial number"
This bug is very bad. Please fix it. If it remain this mean that many programs
(or in fact most programs) could not be registered although they could be
installed.
--
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=32094
Bug #: 32094
Summary: Dragon Age: Origins crashes in opengl
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovvldc(a)gmail.com
Classification: Unclassified
Created attachment 42313
--> http://bugs.winehq.org/attachment.cgi?id=42313
backtrace with default settings
I have tried running Dragon Age: Origins. I am using Wineskin, which
conveniently wraps a vanilla Wine engine (1.5.16 in this case) and XQuartz, the
latest X11 version for Mac. I am using OS X 10.6.8 with an nVidia 9400M CPU.
Installation: used Winetricks to install MSXML3, PhysX and dotnet2.0sp2. This
was done because the installer otherwise complains about malformed XML, because
the PhysX installer crashes and because it was anyway installing dotnet2.0sp2.
The game installer also installed directx9, xact and xinput by itself (not
knowing it was running under Wine).
I then installed Awakenings (for which the installer crashed towards the very
end) and patch 1.04 (1.05 has really minor changes and is not worth bothering
with).
When I ran the game, I got a crash in the splash screen:
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x9aa78e4f).
The backtrace is attached as DAO_backtrace.txt. Lots of things going through
the opengl code with the closest native bit being:
d3d9_device_DrawIndexedPrimitive.
I then tried using glsl=disabled, which immediately crashes the game on
startup, so I turned that back to glsl=enabled
I then set ddr=gdi, thinking that the crash might go away if I move away from
opengl for this section. This worked, and I got the game to start and show the
usual main menu.
I then chose 'new game' and the game crashed as soon as I tried to skip the
opening cinematic:
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x7671475f).
The backtrace is attached as DAO_backtrace ddr=gd.txt. Again, some things going
through the opengl code with the closest native bit being:
d3d9_swapchain_Present.
I hope this description and the backtraces are of some use.
--
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=40727
Bug ID: 40727
Summary: ddraw tests broken with warn+heap
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: stefandoesinger(a)gmx.at
Distribution: ---
The DirectDraw tests are broken since commit
00bf75066b752193d879c3b1d6ce6cbc20646e5f when WINEDEBUG=warn+heap is set:
../../../../../src/wine/tools/runtest -q -P wine -T ../../.. -M ddraw.dll -p
ddraw_test.exe.so ddraw1 && touch ddraw1.ok
ddraw1.c:4220: Test failed: PRIMARYSURFACE: Got unexpected hr 0x80070057.
ddraw1.c:4220: Test failed: OFFSCREENPLAIN: Got unexpected hr 0x80070057.
ddraw1.c:4220: Test failed: TEXTURE: Got unexpected hr 0x80070057.
And similar failures in ddraw2, ddraw4 and ddraw7. Without warn+heap the tests
run OK, but I have seen random failures and crashes with CSMT that could be
related to this regression.
--
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=40709
Bug ID: 40709
Summary: iexplore crashes when proxy enabled
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Enable Proxy support in the registry.
Running the following crashes.
wine iexplore
This worked in 1.9.10.
--
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=40593
Bug ID: 40593
Summary: wininet:http test regression (failure & timeout)
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The commit below introduced four new wininet:http failures and a timeout on
Windows XP machines that have Internet Explorer 6.0 (for instance fg-winxp-1sp,
fg-winxp-2sp and fgtb-fgtbwinxp). These failures are:
http.c:4784: Test failed: InternetReadFileExW failed: 120
http.c:4784: Test failed: dwBufferLength = 4096, expected 2
http.c:4784: Test failed: Unexpected data
http.c:4757: Test failed: InternetReadFileExW returned 0 (120)
test failed: timed out
See:
https://test.winehq.org/data/tests/wininet:http.html
commit e68e03c72ae3477d2fd47b19c413209bcc322d57
Author: Jacek Caban <jacek(a)codeweavers.com>
AuthorDate: Wed May 4 12:40:03 2016 +0200
Commit: Alexandre Julliard <julliard(a)winehq.org>
CommitDate: Thu May 5 01:27:52 2016 +0900
wininet/tests: Added IRD_NO_WAIT flag tests.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=40624
Bug ID: 40624
Summary: Source games cause GL Error
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: contrib(a)maxqia.com
Distribution: ---
Created attachment 54489
--> https://bugs.winehq.org/attachment.cgi?id=54489
new error
When I'm in CS:GO in 1.9.5, the lighting is broken. This doesn't happen on
1.9.4. It causes a GL error which is reproducible in TF2 and CS:GO.
The error is attached
Running a bisect on dlls/wined3d turns up this
b76fcbe0da45329ff784b027457b4c14c691e215 is the first bad commit
commit b76fcbe0da45329ff784b027457b4c14c691e215
Author: Stefan Dösinger <stefandoesinger(a)gmx.at>
Date: Sun Feb 21 21:29:57 2016 +0000
wined3d: Keep track of FBOs through the GL names.
Signed-off-by: Stefan Dösinger <stefandoesinger(a)gmx.at>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=40660
Bug ID: 40660
Summary: latest update Sega Genesis & Mega Drive update no
longer running after May 18, 2016 update
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: te_lanus(a)yahoo.co.uk
Distribution: ---
The latest update of the game from Steam no longer run. They fixed a bunch of
controller problems, and that causes problems running under wine.
Wine prints this text then exit:
Call from 0x7b43fb52 to unimplemented function
bthprops.cpl.BluetoothFindFirstDevice, aborting
Steam linky:
http://steamcommunity.com/games/34270/announcements/detail/9573913140181864…
My system:
Linux Mint 17.3 Cinnamon 2.8.8
Using the latest from the http://ppa.launchpad.net/wine/wine-builds/ubuntu PPA
done with a clean .wine
--
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=31971
Bug #: 31971
Summary: windows 8 cp mspaint.exe didnt run.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: me(a)mailinator.com
Classification: Unclassified
Created attachment 42126
--> http://bugs.winehq.org/attachment.cgi?id=42126
the log file describing what happened
I tried to run mspaint from windows 8 consumer preview and it crashed before it
even came 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=34557
Bug #: 34557
Summary: Lemmings Revolution: can't rotate playing field
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mondane.woodworker(a)gmail.com
Classification: Unclassified
As of 1.7.x, the mouse moves normal now, but rotating the playing field isn't
possible. Before only rotating to the left was broken (
http://bugs.winehq.org/show_bug.cgi?id=20582 ).
How to rotate:
- Start the game and choose a level
- When the timer is started, click and hold the right mouse button
- The cursor is changed to a hand
- Move the mouse while holding the button to rotate
You'll probably notice not much happening.
After releasing the button, it also seems the mouse cursor can't move to all
positions on 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=37096
Bug ID: 37096
Summary: Problems with DC Universe Online and Virtual Desktops
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: apcullen(a)yahoo.com
Created attachment 49318
--> http://bugs.winehq.org/attachment.cgi?id=49318
Comparison of wine 1.2 and 1.7.24
DC Universe starts itself up in a multi-stop process using a launcher. When
"Play" is clicked on the launcher, the game appears to start in a blank dos
window that changes to full screen. Then a screen appears where one can select
or create a character. Pressing play here begins actual game play.
To install and run, DC Universe requires "winetricks xact ie8 vcrun2005
vcrun2010"
My machine is a core i5 desktop with radeon graphics (catalyst 13.35). I run
opensuse 13.1 KDE with three virtual desktops which I switch between using
ctrl-f1/ctrl-f2/ctrl-f3.
For stable play, the game has to be run using the "Emulate Virtual Desktop"
option from winecfg. Behavior (or misbehavior) changes using recent wine
versions. I am attaching an annotated log file comparing wine version 1.2.2
Summary
with wine version 1.2: if one does not run "emulate virtual desktop" the
launcher appears and pressing play results in a minimized game window. If you
open the window right away it is blank, and if you don't open it right away
you'll eventually know when the game is ready to play because you'll hear the
music played at the character screen. Then you can maximize the window and
play, but switching virtual desktops caused the game to crash. With "emulate
virtual desktop" selected in winecfg and set to full screen you can see that
the launcher opens what appears to be a dos window (minimized). Opening it
gives a blank window until the full screen game starts. If you leave it
minimized you can always see the minimized window icon even after the full
screen game starts (does not interfere with game play).
With more recent versions of wine:
With "emulate virtual desktop" off in winecfg the game launcher will appear and
pressing "play" will cause the game to start minimized just like in 1.2, but if
you don't open the minimized window the game will freeze and crash. With
"emulate virtual desktop" on the game will start normally and run will but will
freeze when switching KDE virtual desktops.
Sorry if all that was long winded.
--
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=39896
Bug ID: 39896
Summary: Robot animations glitch in main lobby of Lego
Mindstorms EV3 software
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
Created attachment 53286
--> https://bugs.winehq.org/attachment.cgi?id=53286
How it should look
The robot animations glitch in main lobby of Lego Mindstorms EV3 software, as
seen in this screenshot:
https://appdb.winehq.org/screenshots.php?iAppId=15648&iVersionId=33051
Not the most important, but gives a bad first impression when using Wine to run
the software. Note that most robots are in the wrong positions on the screen
along with scrolling, etc. See attachment to see how it should look.
--
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=23954
Summary: Threads not allocated to multiple processors.
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://systester.sourceforge.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kphillisjr(a)gmail.com
when running systester with multiple threads, the program does not properly run
in parallel... Threads are created, and run, but they are not parallel.
Example Single-Thread run: (512k digits)
systester-cli.exe -gausslg 512K -turns 1 -threads 1
Result: 19 512K N/A 0h 0m 5.318s
Example multi-threaded run: (512k digits)
systester-cli.exe -gausslg 512K -turns 1 -threads 4
Result: 19 512K OK 0h 0m 15.864s
Expected result: around 7s.
Example Single-Thread run: (1M digits)
systester-cli.exe -gausslg 1M -turns 1 -threads 1
result: 20 1M N/A 0h 0m 13.438s
Example multi-threaded run: (1M digits, 4 threads)
systester-cli.exe -gausslg 1M -turns 1 -threads 4
result: 20 1M OK 0h 0m 53.486s
Expected Result: about 15s.
example single-thread run: (1M digits, 1 thread, benchmark mode)
systester-cli.exe -gausslg 1M -turns 1 -threads 1 -bench
result: 20 1M N/A 0h 0m 13.418s
Example multi-threaded run: (1M digits, 4 threads, benchmark mode)
systester-cli.exe -gausslg 1M -turns 1 -threads 4 -bench
result: 20 1M N/A 0h 0m 50.798s
expected result: around 15s.
Test system:
Athlon II x4 630
Ubuntu 10.04 (amd64)
--
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=11898
Summary: Dance eJay Demo 7 crashes due to unimplemented interface
relating to devenum
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://support.empireinteractive.com/default.aspx?MID=8F
F6D156CB73&PID=D70EED24-7412-4A36-A7B2-879837165C8C
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11192)
--> (http://bugs.winehq.org/attachment.cgi?id=11192)
Output with devenum and qcap traces
As per bug #11863, a separate bug is filed for other issues in this
application. When starting the Dance eJay 7 Demo, after the trial time dialog,
a page fault is incurred. The devenum trace seems to suggest that the issue
lies in that particular component, as per comment 3 of bug 11863. Attached are
logs pertaining to this issue.
--
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=40752
Bug ID: 40752
Summary: error trial period on ivona
Product: WineHQ.org
Version: unspecified
Hardware: ppc32
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marianopub(a)hotmail.com
I am new on xubuntu, and using this program wine. I haave the same error, when
I install th Ivona voices, later when i open text aloud, ivona said that the
period of trial is expired, I am new, please help me with this problem!!!
--
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=3037
testelor(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |testelor(a)yahoo.com
--- Comment #70 from testelor(a)yahoo.com ---
(In reply to Andrew Gaydenko from comment #52)
> Heh.. Ok, I'll try to describe the issue again :-)
>
> Say, we have internal window inside main window, and the first one doesn't
> touch any edge of the second. Now, let's try to resize intenal window this
> way: take with mouse, say, right bottom corner and drag it towards right
> bottom corner of the main window. At the moment when you drop "resize mouse
> pointer" - and last one touches any edge or right-bottom corner of main
> window, scroll bar(s) suddenly appears. Expected (and old, very old :-))
> behavior: after dropping resize pointer, intenal window is resized to be
> *adjoining* internal window edges. *Without* any scrollbars.
I don't know how this bug goes nowadays, but, if I understood correctly, the
correct behaviour should be for LTspice to stop the dragging when I reach the
margins of the external window?
If so, then with 1.9.11 (archlinux x64, 32bit profile) it's correct. No matter
where I try to resize an internal window, the moment I reach the boundaries of
the external, underlying window, the mouse stops, no scrollbars appear.
--
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=40729
Bug ID: 40729
Summary: Wine uses builtin urlmon.dll instead of native version
when override is set to 'native, builtin'
Product: Wine
Version: 1.9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
Wine uses the builtin urlmon.dll instead the of native version when the
override is set to 'native, builtin'. To reproduce:
1. Run:
WINEARCH=win32 winetricks --isolate ev3
2. Change urlmon.dll override to native, builtin.
3. Watch the program fail to launch. :)
--
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=40335
Bug ID: 40335
Summary: Hardware Detection Possibly Limiting Hardware Via
Render Drivers
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ph4nt0m117(a)gmail.com
Distribution: ---
Through games such as Skyrim, Deus Ex Human Revolution, and games with similar
launchers, my R7 370 is detected as an HD 5600 series card. My 370 is still
labeled, but the render drivers are set back to the newest drivers to work with
the 5600 and limits the game as such, despite that the 370 can render Skyrim in
Ultra and the launcher suggests ultra. I wonder if the hardware detection
limits to render drivers and limits the card that you are using.
--
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=16550
Summary: ConnectNamedPort should never return OK in overlapped
mode
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://chromium.org
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Chromium contains the following code in
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/ipc_channel_w…
BOOL ok = ConnectNamedPipe(pipe_, &input_state_.context.overlapped);
DWORD err = GetLastError();
if (ok) {
// Uhm, the API documentation says that this function should never
// return success when used in overlapped mode.
NOTREACHED();
return false;
}
switch (err) {
case ERROR_IO_PENDING:
input_state_.is_pending = true;
break;
case ERROR_PIPE_CONNECTED:
waiting_connect_ = false;
break;
default:
NOTREACHED();
return false;
}
This triggers, for instance, if you build and run Debug/ui_tests.exe:
[1217/155712:FATAL:ipc_channel_win.cc(206)] Check failed: false.
The obvious one-line change to our ConnectNamedPipe lets the test
get further. I'll post a patch once I have a test case.
--
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=40408
Bug ID: 40408
Summary: Photoshop CC 2015 now crashes when adjusting levels
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sluggo(a)unknown.nu
Distribution: ---
Created attachment 54142
--> https://bugs.winehq.org/attachment.cgi?id=54142
Backtrace from crash
Starting with Wine 1.9.7, Adobe Photoshop CC 2015 (32-bit) crashes whenever I
go to "Levels" and attempt to adjust them.
--
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=3260
mirh <mirh(a)protonmail.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mirh(a)protonmail.ch
--- Comment #64 from mirh <mirh(a)protonmail.ch> ---
According to bug 39323 situation is already kind of better.
--
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=37315
Bug ID: 37315
Summary: Trying to run Prevengos
Product: Wine
Version: 1.7.26
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yajo(a)openaliasbox.org
Created attachment 49625
--> https://bugs.winehq.org/attachment.cgi?id=49625
Screenshot of error
Hello.
I am trying to run a program called Prevengos (client), from www.prevengos.com.
According to http://www.prevengos.com/arquitectura/requerimientos, I did
"winetricks dotnet35 dotnet35sp1 dotnet40" and installed it.
Running the program fails with the screenshot attached.
Any clues on how can I make it work?
--
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=29381
Bug #: 29381
Summary: Sonic Generations: configuration tool turns into a
zombie process when closed
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eunbolt(a)gmail.com
Classification: Unclassified
Created attachment 38028
--> http://bugs.winehq.org/attachment.cgi?id=38028
Sonic Generations Configuration tool console output
After choosing what hardware you have in the configuration tool for Sonic
Generations, you click "save and quit" the window closes but the process is
still in process monitor and is a zombie process
--
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=4045
Alberto Salvia Novella <es20490446e(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |es20490446e(a)gmail.com
--- Comment #19 from Alberto Salvia Novella <es20490446e(a)gmail.com> ---
This bug is also reported to (https://bugs.launchpad.net/wine/+bug/1575707).
--
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=39484
Bug ID: 39484
Summary: Logically dead code in stub_manager_notify_unmarshal
(Coverity #731557)
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
dead_error_condition: The condition ifstub->flags & MSHLFLAGS_NORMAL cannot be
true.
CID 731557 (#1 of 1): Logically dead code (DEADCODE)
dead_error_line: Execution cannot reach this statement:
if (m->norm_refs)
m->norm....
--
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=2467
karaluh <karaluh(a)karaluh.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|karaluh(a)karaluh.pl |
--
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=26864
Summary: Doesn't work
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: KRoy5(a)yandex.ru
error
./HSMsg/7/HackShield/HStcString.csv 7_2_5
and
./HSMsg/7/HackShield/HSInitMessage.csv 7_2_5
--
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=40587
Bug ID: 40587
Summary: Cadencii: unable to open vsqx files
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: n296869(a)rtrtr.com
Distribution: ---
Created attachment 54430
--> https://bugs.winehq.org/attachment.cgi?id=54430
Cadencii-errorlog
Probelms:
-BGM from imported .mp3 .wav source producing noise when clicking the play
button.
-Midi source which imported into Cadencii will not produce any sound.
-*Cannot open save files of .vsqx
Tested on Wine staging 1.9.9 Archlinux x86_64
--
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=2467
relesgoe(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |relesgoe(a)gmail.com
--- Comment #159 from relesgoe(a)gmail.com ---
This ddraw.dll is able to fix the Battle.net menus correctly on Windows.
http://www.bitpatch.com/downloads/war2_ddraw_test4.zip
I haven't tested it using WINE yet, but here is the source code:
https://github.com/aqrit/war2_ddraw/
--
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=40696
Bug ID: 40696
Summary: Firefox doesn't always redraw its window completely
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
Created attachment 54574
--> https://bugs.winehq.org/attachment.cgi?id=54574
Console log
I tested this on Firefox 46, but similar problems exist with previous versions.
Steps to reproduce the problem:
1. In clean Wine prefix install Firefox
2. Launch Firefox, close the "default browser" dialog and close extra tabs so
that only one remains
3. In the current tab go to youtube.com, wait till it loads completely
4. Press Ctrl+T to open a new tab
5. Start entering a URL, e.g. type the letter "g"
6. When suggestions dropdown opens, press Ctrl+W to close this tab
7. This gets you back to youtube page, but you see that only top part of the
page has actual youtube contents, while the bottom remains from New Tab page.
In some other cases just switching from one tab to another leads to nothing
being redrawn at all (even when trying to scroll) as though Firefox hung with
contents of previous tab, but going back to previous tab makes it redraw again.
--
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=40697
Bug ID: 40697
Summary: Mouse grab is not released when video in Firefox exits
fullscreen mode
Product: Wine
Version: 1.9.6
Hardware: x86
URL: http://firefox.com
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
To reproduce (tested on Firefox 46):
1. Install Firefox in clean Wine prefix
2. Make sure you have single-monitor setup (turn off extra monitors if you have
them active (by using xrandr --output XXXX --off))
3. Maximize Firefox window
4. Open a video in Firefox, e.g. on Youtube
5. Press the bottom-right button in video window ("fullscreen")
6. In the full screen video, click somewhere (this will pause the video and
make its window active; after this mouse pointer will be grabbed)
7. Press Esc to exit fullscreen mode
8. Try to press anything outside Firefox window, e.g. buttons on the window
decoration (I checked with KWin and XFWM)
9. See no reaction
Now if you press e.g. Alt+Tab or make some other window active (e.g. Yakuake
via F12), everything is clickable again.
If you instead log in via SSH to the machine and execute
xdotool key XF86LogGrabInfo
there (having set DISPLAY environment variable to the correct value), you'll
have /var/log/Xorg.?.log contain something like
(II) Printing all currently active device grabs:
Active grab 0x1400000 (core) on device 'Virtual core pointer' (2):
client pid 21253 drive_c/Firefox/firefox.exe
at 697727745 (from active grab) (device thawed, state 1)
core event mask 0x4c
owner-events false, kb 1 ptr 1, confine e00001, cursor 0x0
(II) End list of active device grabs
All this means Firefox doesn't release mouse pointer grab on exit from full
screen mode. There's no such problem with native Firefox for Linux.
--
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=38286
Bug ID: 38286
Summary: SpinTires has error with ARB shaders enabled
Product: Wine
Version: 1.7.39
Hardware: x86-64
URL: http://oovee.chicsystems.net/SpinTiresInstall_060613.z
ip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: stefan(a)codeweavers.com
Distribution: ---
Strings during playing:
err:d3d:state_undefined Undefined state.
err:d3d:wined3d_debug_callback 0x1ad5f00: "GL_INVALID_OPERATION error
generated. State(s) are invalid: fragment program.".
err:d3d:wined3d_debug_callback 0x1ad5f00: "GL_INVALID_OPERATION error
generated. Calling glEnd from the current immediate mode state is invalid.
Check glBegin() / glEnd() pairs.".
err:d3d_draw:drawStridedSlow >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502)
from glEnd and previous calls @ drawprim.c / 332
--
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=40594
Bug ID: 40594
Summary: msvcrt:heap test regression
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Since the commit below, Windows XP SP0 and SP1 machines (respectively
winxp-pro-virtualbox and fg-winxp-1sp) have a new test failure:
heap.c:477: Test failed: got 003D3AD8
See:
https://test.winehq.org/data/tests/msvcrt:heap.html
commit 50dd4b892825c75db35cd1f378291b51fa782f3e
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Wed Apr 27 11:11:49 2016 +0300
msvcrt: Handle overflow in calloc().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=38257
Bug ID: 38257
Summary: Thief: Deadly Shadows: black squares popping up during
video playback
Product: Wine
Version: 1.7.39
Hardware: x86
URL: http://www.fileplanet.com/141189/140000/fileinfo/Thief
:-Deadly-Shadows-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51082
--> https://bugs.winehq.org/attachment.cgi?id=51082
terminal output
Black squares are rendered on the screen when the intro videos (company logos)
are playing as well as in the main menu. Can be reproduce with the demo version
too.
Tried 'orm=backbuffer', 'strictdrawordering=enabled', disabling GLSL
but none of them fixed the issue.
The problem doesn't exist with the CSMT patchset.
Fedora 21
Nvidia binary drivers 340.76
t3_demo_uk.exe
sha1: df95d3a391331ebe446ec2ee132c6f45be672fb0
--
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=40536
Bug ID: 40536
Summary: Failure to connect to server in TMUnitedForever
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: steveamigauk(a)yahoo.co.uk
Distribution: ---
Trackmania United Forever fails to connect to the server with 1.9.8. Works fine
with 1.9.7. Beyond that, I have no clue what may be causing it.
--
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=33022
Bug #: 33022
Summary: Starship Titanic hanging on video replay
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: norbert(a)preining.info
Classification: Unclassified
Hi everyone,
I have recently installed Starship Titanic, updated it to the latest version
40c and tried to run it with both wine 1.4.1 and 1.5.6 on Debian/unstable
x86_64 linux.
In both cases I suspect that some video playback is the problem, reasons for
this are:
- when entering the CD into the drive, on the screen of the computer in the
game a short sequence of the logo of the game should appear. But here the game
continues without problem.
- when entering into the elevator, a black box appears in the middle of the
screen, here should be the bot speaking to me. The outer border of the game
screen is present, but the box in the middle remains black.
Unfortunately at the second stage the game hangs, due to the fact that one has
to interact with the elevator.
The last lines of the terminal output before Ctrl-C ing out are
err:iccvid:decode_cinepak CVID: corruption 0 (QT/AVI) != 5767508 (CV)
err:iccvid:decode_cinepak CVID: strip overflow (more than 32)
(many of these).
Concerning cinepak: It is known that newer libraries of the cinepak dll do not
work with the game. From the web site of the game (FAQ), which is luckily still
online:
Yes! Or rather, yes, it works until you install Service Pack 2, which
upgrades the Cinepak® Codec to a special non-working version.
The solution is to download Cinepak version 1.10.0.11
So it might be that the bug is related to too new cinepak libraries.
On my VirtualBox WinXP machine I got it running without problems, but I had to
install the correct version of the cinepak dll into the ST directory.
This I also did on the wine game, without success.
I have also run the game with wine 1.4.1 WINEDEBUG=+relay,+seh,+tid, but that
created a 1.6G (!) file of output, so no way that I can share that.
Any other information I could provide?
Thanks
Norbert
--
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=40555
Bug ID: 40555
Summary: Black Mirror 3 demo has wrong rendering with ARB
shaders enabled
Product: Wine
Version: 1.9.9
Hardware: x86-64
URL: http://www.gamershell.com/download_72202.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 54391
--> https://bugs.winehq.org/attachment.cgi?id=54391
screenshot
d3d and d3d_shader channels doesn't show any errors.
--
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=40687
Bug ID: 40687
Summary: BitTorrent Sync Setup won't start, needs ncrypt.dll
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
$ wine BitTorrent-Sync.exe
err:module:import_dll Library ncrypt.dll (which is needed by
L"Z:\\home\\alex\\BitTorrent-Sync.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\alex\\BitTorrent-Sync.exe" failed, status c0000135
$ sha1sum BitTorrent-Sync.exe
31ce7d87412beca0095c9182c8a6a5ad9c6f5422 BitTorrent-Sync.exe
The GUI reports that this is BitTorrent Sync 2.3.7 (451).
Supporting this application is important because it has no official desktop GUI
for Linux.
--
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=40179
Bug ID: 40179
Summary: Cannot insert mpg files in Powerpoint 2010
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
Distribution: SUSE
Created attachment 53687
--> https://bugs.winehq.org/attachment.cgi?id=53687
Log trying to insert mpg in Powerpoint 2010
The two videos from bug 17448,
http://fgouget.free.fr/tmp/wine-test-videos/daytona_crw.mpghttp://fgouget.free.fr/tmp/wine-test-videos/Ikea_Tidy_up_2_11.mpg
now work for me in Powerpoint 2003 and 2007, but not Powerpoint 2010.
Powerpoint 2010 pops up an error message that says "Powerpoint cannot insert a
video from the selected file. Verify that the necessary codec for this media is
installed, and then try again."
Terminal output (full log attached) includes this line:
** (wine:22741): CRITICAL **: gst_audio_format_to_string: assertion 'format !=
GST_AUDIO_FORMAT_UNKNOWN' failed
--
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=35415
Bug ID: 35415
Summary: Gómez Peer: CPU utilisation diagnostic does not work
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: http://lastmile.gomez.com/PEERInstall.exe
OS: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47263
--> http://bugs.winehq.org/attachment.cgi?id=47263
Screenshot
The updated Gómez Peer client now comes with its own diagnostic tool. The CPU
utilisation diagnostic fails giving a minus quantity.
At the moment it appears that the application simply deals with this, but it
could become an issue in the future.
AFAICT it uses the bundled Java (1.6.0_03-b05) runtime.
--
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=40645
Bug ID: 40645
Summary: Rocket league: ingame internet connectivity lost
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: maxime(a)mmorel.eu
Distribution: ---
In wine 1.9.9, Rocket League (Steam version) is working but only in solo, the
game is saying it cannot connect to internet.
By downgrading to wine 1.9.8, the game can go online and everything is working
flawlessly.
I applied the regression testing procedure and found that the faulty commit is:
[221590213ea12375cb2549afd774855dcc6c46e6] wininet: Handle async mode in
HTTPREQ_ReadFile.
Note: done on ArchLinux x64 with a 32bit wineprefix. Package lib32-gnutls
needed to have network access ingame with wine 1.9.8
--
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=18424
Summary: Mac OS X Joystick support doesn't work
Product: Wine
Version: 1.1.20
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n8gray(a)n8gray.org
I was really pleased to see that Wine added support for joysticks on the Mac
but I haven't had any success getting my MS Sidewinder Precision Pro (USB) to
work in the games I've tried. I've tried with two demos: Descent Freespace
demo and IL-2 Sturmovik demo. I've tried connecting the stick before and after
Wine starts. In each case no joystick is detected. The stick is detected in
USB Prober and works properly in other OS X software, so I know it's generally
compatible.
I'm using Kronenberg's build of 1.1.20 available here:
http://www.kronenberg.org/darwine/
Thanks!
-Nathan
--
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=27307
Summary: Program Error - Program crashes on open
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jelman(a)berkeley.edu
Created an attachment (id=34930)
--> (http://bugs.winehq.org/attachment.cgi?id=34930)
terminal command and returned error messages
When I double-click the program icon or try to launch from the command line, an
error message appears saying that a serious problem has occurred and the
program needs to be closed. The program in question is Entity Creation System
2.0 from Sequoia Games (http://www.sequoiagames.com/ecs). Attached is the
command entered and printout from the terminal.
--
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=40620
Bug ID: 40620
Summary: Unhandled exception: page fault on read access to
0x00000001 in 32-bit code (0x00422056).
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: florit(a)gmx.at
Distribution: ---
Created attachment 54479
--> https://bugs.winehq.org/attachment.cgi?id=54479
the test project Console W32 cout some msg
Simple ... i work on some App that rewrites some exe but enough from this.
the Backtrace from the Applikation gives me some information About the crash in
wine-1.9.7 Linux / OpenSuSe 13.2 .
it's a win32 app that give me no idea why it dosen't should work.
here the Backtrace:
=>0 0x00422056 in output_a (+0x22056) (0x006df908)
1 0x004018e7 in output_a (+0x18e6) (0x006dfd88)
2 0x004013e2 in output_a (+0x13e1) (0x006dfe60)
3 0x7b465ecc call_process_entry+0xb() in kernel32 (0x006dfe78)
4 0x7b466fd3 in kernel32 (+0x46fd2) (0x006dfeb8)
5 0x7bc86020 call_thread_func_wrapper+0xb() in ntdll (0x006dfed8)
6 0x7bc8922d call_thread_func+0x7c() in ntdll (0x006dffa8)
7 0x7bc85ffe RtlRaiseException+0x21() in ntdll (0x006dffc8)
8 0x7bc5785e call_dll_entry_point+0x3fd() in ntdll (0x006dffe8)
9 0xf75453ad wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
10 0xf754546b wine_switch_to_stack+0x2a() in libwine.so.1 (0xffe5b4d8)
11 0x7bc5dc89 LdrInitializeThunk+0x238() in ntdll (0xffe5b518)
12 0x7b46d883 __wine_kernel_init+0xa12() in kernel32 (0xffe5c638)
13 0x7bc5eb83 __wine_process_init+0x192() in ntdll (0xffe5c6c8)
14 0xf7543220 wine_init+0x29f() in libwine.so.1 (0xffe5c728)
15 0x7c000c1c main+0x8b() in <wine-loader> (0xffe5cb78)
16 0xf735a993 __libc_start_main+0xf2() in libc.so.6 (0x00000000)
I got no idea whats wrong! My modifyer or wine.
now marked as bug for the moment ;)
G()()D DAY and a lot of Work ...
--
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=3260
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #63 from super_man(a)post.com ---
One of the pastes contains this wine: Unimplemented function
ntoskrnl.exe.IoCreateSynchronizationEvent called at address 0x7ed5c302 (thread
0033), starting debugger..
Most likely still present issue (unimplemented).
--
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=40654
Bug ID: 40654
Summary: I found a bug
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ultracook314(a)gmail.com
Distribution: ---
Created attachment 54525
--> https://bugs.winehq.org/attachment.cgi?id=54525
the log
I found this
--
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=5163
mirh <mirh(a)protonmail.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mirh(a)protonmail.ch
--
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=40600
Bug ID: 40600
Summary: wine-1.9.8: wined3d regression: Distorted images
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lucianposton(a)gmail.com
Distribution: ---
Created attachment 54449
--> https://bugs.winehq.org/attachment.cgi?id=54449
wine output
Images are not rendering properly. They appear distorted (aligned incorrectly,
rotated, stretched, etc). Attached images and wine output. Wine 1.9.8 is the
first version affected by this regression.
Bisect results:
f3c155cc56eb31fa9294d388e755208a2633c398 is the first bad commit
commit f3c155cc56eb31fa9294d388e755208a2633c398 (refs/bisect/bad)
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
AuthorDate: Wed Apr 6 19:12:05 2016 +0200
Commit: Alexandre Julliard <julliard(a)winehq.org>
CommitDate: Thu Apr 7 12:57:34 2016 +0900
wined3d: Merge drawStridedSlow() and drawStridedSlowVs().
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/wined3d/buffer.c | 15 ++--
dlls/wined3d/context.c | 5 +-
dlls/wined3d/directx.c | 6 +-
dlls/wined3d/drawprim.c | 351
+++++++++++++++++++++++++++-----------------------------------------------
dlls/wined3d/state.c | 20 +++--
dlls/wined3d/utils.c | 26 +++---
6 files changed, 166 insertions(+), 257 deletions(-)
--
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=2905
Sebastian Lackner <sebastian(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Staged patchset| |https://github.com/wine-com
| |pholio/wine-staging/tree/ma
| |ster/patches/ntdll-NtUnmapV
| |iewOfSection
CC| |dmitry(a)baikal.ru,
| |erich.e.hoover@wine-staging
| |.com, michael(a)fds-team.de,
| |sebastian(a)fds-team.de
Status|NEW |STAGED
--
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=40644
Bug ID: 40644
Summary: Weird Azerty keyboard mapping in Tree of Savior
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: lemaitre.dulotus(a)yahoo.fr
Distribution: ---
I'm using an Azerty keyboard.
1 2 3 4 5 6 7 8 9 0 keys map to
& é " ' ( - è _ ç à
shift+ 1 2 3 4 5 6 7 8 9 0 keys map to
1 2 3 4 5 6 7 8 9 0
When I try to configure the skill shortcuts in game, the mapping is
inconsistent :
http://pix.louiz.org/o/HDtCz.png
1 2 3 5 7 9 keys translates to
1 2 3 5 7 9
6 translates to
-
4 8 probably translates to
' _
but can't be used ingame because of some weird programming.
Works fine on Windows.
--
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=230
--- Comment #17 from Austin English <austinenglish(a)gmail.com> ---
Still present.
--
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=838
--- Comment #12 from Austin English <austinenglish(a)gmail.com> ---
Still present.
--
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=18546
Summary: Have a standard way for probing the system theme for
an embedded Wine hints file (uxtheme)
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: NEW
Keywords: integration
Severity: enhancement
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
At Launchpad:
https://bugs.edge.launchpad.net/ubuntu/+source/gnome-themes-ubuntu/+bug/111…
Relevant wiki page: http://wiki.winehq.org/XPThemes
The general idea is that we should have system themes that provide hints to
Wine about how to color itself in the form of a Wine-specific uxtheme file.
Once we write these theme files for each system theme, Wine needs to learn to
probe for them in a standardized way at startup. It could be as simple as just
throwing "winehints.theme" somewhere into the file, or it could be more
involved.
--
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=8051
--- Comment #143 from Luke Horwell <luke_horwell(a)hotmail.co.uk> ---
I've been testing the game on each new Wine release - with and without
swswine's patch as a test. I can report that it's unplayable with the patch on
Wine 1.9.7 up to 1.9.10, possibly later.
1.9.6 is the last version I can get the game running to a playable state with
the patch.
--
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=40342
Bug ID: 40342
Summary: Programm doesnt work
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: voxelton.27(a)gmail.com
Created attachment 54025
--> https://bugs.winehq.org/attachment.cgi?id=54025
???
i want to play snow from steam but the game wont start
--
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=20383
Summary: SetMenuInfo() with MIM_BACKGROUND not implemented
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martinez.pr0team(a)gmail.com
...
--
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=32056
Bug #: 32056
Summary: iexplore images.google.com doesn't work
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
wine iexplore http://images.google.com
Try to search something, it goes into some strange loop and crashes.
wine-1.5.15-329-gc60a0b8
--
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.