https://bugs.winehq.org/show_bug.cgi?id=37977
Bug ID: 37977
Summary: Multiple applications using VBScript/JScript need
scripting host 'WScript.Quit' implementation
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wscript
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
similar to bug 36466
Actually not implementing scripting host 'Wscript.Quit' has more severe
consequences since many scripts use 'On Error Resume Next'.
Those simply continue execution with intended behaviour (in various cases
ending up in a crash)
--- snip ---
On Error Resume Next
If WScript.Arguments.Count <> 1 Then
Wscript.Echo "need one argument!"
Wscript.Quit 127
End If
Wscript.Echo "not reached"
--- snip ---
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.
https://bugs.winehq.org/show_bug.cgi?id=40932
Bug ID: 40932
Summary: [GAME] RAN GS crashes when starting
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: nironjin(a)gmail.com
Distribution: ---
Created attachment 55054
--> https://bugs.winehq.org/attachment.cgi?id=55054
Backtrace
RAN GS requires mfc90 DLLs from vcrun2008, it is available in the "Install
windows DLL option of winetricks".
The launcher opened fine and it even updated my patches, thank you. But when it
runs the main game, it crashes. Attached is the backtrace. 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=38997
Bug ID: 38997
Summary: Non-deterministic device id assignment when using more
than one joystick/gamepad (multiplayer). Unable to
deactivate joystick through registry or wine control
applet
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: spellbound42(a)gmx.de
Using OSX Yosemite with 2-3 gamepads (a Thrustmaster, a Saiek, and a virtual
one from ControllerMate). Each of them (isolated) working well with wine.
Problem: Non-deterministic assignment of device ids when more than one of them
is connected.
For example in one wine session the Thrustmaster is referred as 'Joystick 0'
(-> wine control applet) in the next session its the Saitek that is getting id
0 - without changing anything between the sessions.
That makes it impossible to have a stable multiplayer joystick configuration
for games that rely on a stable order for the devices. It makes it impossible
too to use a virtual joystick with MAME, because sometimes its JOY1 and
sometimes its JOY2.
Furthermore it is not possible to deactivate a joystick device through the
registry or wine control respectively. That would be a workaround for using the
virtual controller with MAME - i.e. hide the physical controller that drives
the virtual one.
Looking at the source code the latter issue seems quite clear, because in
dinput/joystick_osx.c::find_osx_devices()
there is missing a code snippet like it is implemented in the corresponding
function in joystick_linux.c:
if (device_disabled_registry(..)) {
close(...);
continue;
}
... ok, deactivation would be useless, if its non-deterministic, which one is
deactivated ...
I think the id assignment bug/problem could at least be improved by sorting the
device list by product names before assigning the ids. But hopefully there
exists a more clever fix/solution that is closer to the root cause.
--
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
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #29 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.9.15.
--
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=38475
Bug ID: 38475
Summary: Unused variable in glsl_shader.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
if (shader->limits->constant_float + extra_constants_needed
+ 1 < gl_info->limits.glsl_ps_float_constants)
{
shader_addline(buffer, "uniform vec4 ycorrection;\n");
extra_constants_needed++;
}
----
What is the sense to do extra_constants_needed++ if this variable is no more
used?
May be some part of codes missed here?
--
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=14821
Summary: Kirikiri based games update screen slowly
Product: Wine
Version: 1.1.2
Platform: PC
URL: http://kikyou.info/dl_redirect.php?%2Ftvp%2Ffiles%2Fkr23
0rc1.lzh
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drakh(a)spamcop.net
Games based on the open source Kirikiri engine update the screen rather slowly.
These are Japanese visual novels, mainly consisting of static images with some
simple filters and compositing, accompanied by text and sounds. They're very
undemanding resource wise, and screen updates happen more or less
instantaneously in Windows on the same hardware. It's most noticeable when the
background image changes, taking a second or two to load from top to bottom,
but even text rendering is clearly slower when fast forwarding through a scene.
The engine has been used for commercial games like Fate/Stay night, though the
author's generic build (linked to in the URL field) has a simple example script
that demonstrates the problem. To run it, you need to have Japanese language
support installed, then launch "\kirikiri2\krkr.eXe" (passing wine the
LANG=ja_JP.UTF-8 variable) and point it to the "\kag3\syoukai\" folder.
The source is available through SVN
(https://sv.kikyou.info/trac/kirikiri/wiki/AboutSubversion).
--
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=40822
Bug ID: 40822
Summary: Aliens vs. Triangles demo needs WINED3DFMT_R32_SINT
format
Product: Wine
Version: 1.9.12
Hardware: x86-64
URL: http://www.geforce.com/games-applications/pc-applicati
ons/aliens-vs-triangles-demo
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 54775
--> https://bugs.winehq.org/attachment.cgi?id=54775
log
Crashes after a few seconds after launch.
wine-1.9.12-161-g754c681
--
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=21891
Summary: info zip 3.0 won't apppend to existing archive
Product: Wine
Version: 1.1.39
Platform: x86
URL: ftp://ftp.info-zip.org/pub/infozip/win32/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: htl10(a)users.sourceforge.net
ftp://ftp.info-zip.org/pub/infozip/win32/zip232xn.zipftp://ftp.info-zip.org/pub/infozip/win32/zip300xn.zip
info zip is supposed to add files if the zip file speecifies already exists.
with 2.32, it works as advertised as follows. With 3.0,
del a.zip
zip.exe a.zip file1 (creating new zip archive)
zip.exe a.zip file2 (adding file to existing zip archive)
the 2nd step fails with "zip error: Interrupted (aborting)"
(FWIW, the above is a simplified version of part of the windows binary
packaging procedure for ghostscript)
I think it is unlikely a bug/regression with zip 3.0 , so I am filing it here.
If somebody verifies that zip 3.0 doesn't work on genuine windows either,
please close as invalid and I'll contact info-zip.
--
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=40959
Bug ID: 40959
Summary: mIRC: Crash on running code to see if mIRC is running
in Wine.
Product: Wine
Version: 1.9.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ineedalifetoday(a)live.com
Distribution: ---
Created attachment 55104
--> https://bugs.winehq.org/attachment.cgi?id=55104
backtrace
$ sha1sum mirc745.exe
8d8c2949756dd619c9bbb5ade7a04bc24d2ee40b mirc745.exe
http://www.mirc.com/get.html
1, Install mIRC 7.45
2, At end of installer, [Check] Run mIRC.
3, Click "Finish".
4, "About mIRC" window will show up. Click "Continue". Wait ~10 seconds Click
"Continue".
5, "mIRC Options" Click "OK".
6, Tools -> Script Editor. You will be in the "Remote" tab.
7, Paste in code:
http://forums.mirc.com/ubbthreads.php/topics/226699/Re:_Detect_if_mIRC_is_r…
8, Click "OK".
9, Type "/test" in the text box, press ENTER.
10, Click "Yes" at the Command Warning.
11, mIRC crashes.
--
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=40887
Bug ID: 40887
Summary: Nook eReader 2.5.3.4630 needs
ncrypt.dll.NCryptOpenStorageProvider
Product: Wine
Version: 1.9.13
Hardware: x86-64
URL: https://web.archive.org/web/20110303225206/http://images.barnesandnoble.com/PResources/download/eReader2/bnd
r2_setup_latest.exe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
CC: austinenglish(a)gmail.com
Distribution: Debian
Started recently after the introduction of ncrypt.dll. The temporary solution
is to disable the DLL.
--
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=40764
Bug ID: 40764
Summary: Bloodrayne 1-2 hang when playing videos
Product: Wine
Version: 1.9.10
Hardware: x86
URL: http://www.fileplanet.com/118146/110000/fileinfo/Blood
Rayne-PC-Demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Regression SHA1: 6107b36e561fad97a96249b438aff4a9f3007176
Distribution: ---
Created attachment 54663
--> https://bugs.winehq.org/attachment.cgi?id=54663
plain terminal output
Wine with Gstreamer support can play the videos from Bloodrayne 1 and 2, but
most of the time the games hang when a video ends.
Bloodrayne 1 demo contains only 1 short intro video when you start the game,
the game hangs when the video ends.
In Bloodrayne 2 demo three videos are playing after start, the hang may occur
after playing the first or the third video file (Alienware logo).
Reverting the following commit fixes the problem for me:
commit 6107b36e561fad97a96249b438aff4a9f3007176
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Thu May 12 14:27:04 2016 -0500
winegstreamer: Flip video output.
Gstreamer handles video top-down, but Windows's dshow handles it
bottom-up. So let's insert a videoflip filter to fix the discrepancy
instead of relying on videorenderer to flip it like we did before.
bloodraynedemo.zip (169M)
sha1: b6af4475535019970874e53e3583d643bfb2f705
Bloodrayne 2 demo:
http://www.fileplanet.com/147598/140000/fileinfo/BloodRayne-2-Demo
br2demo.zip (476M)
sha1: 0795c6230d8f1b6315d301f74b33d144a7fb7e26
Tested on Fedora 23 32-bit
wine-1.9.11-206-g03b06fb
gstreamer1-1.6.4-1.fc23.i686
gstreamer1-plugins-good-1.6.4-1.fc23.i686
gstreamer1-plugins-base-1.6.4-1.fc23.i686
gstreamer1-plugins-bad-free-1.6.4-1.fc23.i686
gstreamer1-plugins-ugly-1.6.3-1.fc23.i686
--
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=40872
Bug ID: 40872
Summary: Gauntlet requires dcl_immediateConstantBuffer support
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
>From terminal output.
fixme:d3d_shader:print_glsl_info_log 0(43) : error C1008: undefined
variable "ps_icb"
--
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=40760
Bug ID: 40760
Summary: GOG Galaxy crashes with unimplemented function
vcruntime140.dll.set_unexpected
Product: Wine
Version: 1.9.11
Hardware: x86-64
URL: http://cdn.gog.com/open/galaxy/client/setup_galaxy_1.1
.11.53.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
wine: Call from 0x7b43b24c to unimplemented function
vcruntime140.dll.set_unexpected, aborting
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:vcruntime:__telemetry_main_invoke_trigger (0x340000)
fixme:vcruntime:__telemetry_main_invoke_trigger (0x390000)
fixme:vcruntime:__telemetry_main_invoke_trigger (0x67000000)
fixme:vcruntime:__telemetry_main_invoke_trigger (0x10000000)
fixme:vcruntime:__telemetry_main_invoke_trigger (0x560000)
fixme:vcruntime:__telemetry_main_invoke_trigger (0x65000000)
fixme:vcruntime:__telemetry_main_invoke_trigger (0x64000000)
fixme:vcruntime:__telemetry_main_invoke_trigger ((nil))
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:vcruntime:__telemetry_main_invoke_trigger (0xa30000)
fixme:system:SetProcessDPIAware stub!
fixme:vcruntime:__telemetry_main_invoke_trigger (0xde0000)
fixme:vcruntime:__telemetry_main_return_trigger ((nil))
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:vcruntime:__telemetry_main_return_trigger (0xde0000)
wine: Call from 0x7b43b24c to unimplemented function
vcruntime140.dll.__std_type_info_destroy_list, aborting
fixme:vcruntime:__telemetry_main_return_trigger (0xa30000)
wine: Call from 0x7b43b24c to unimplemented function
vcruntime140.dll.__std_type_info_destroy_list, aborting
fixme:vcruntime:__telemetry_main_return_trigger (0x64000000)
wine: Call from 0x7b43b24c to unimplemented function
vcruntime140.dll.__std_type_info_destroy_list, aborting
fixme:vcruntime:__telemetry_main_return_trigger (0x65000000)
wine: Call from 0x7b43b24c to unimplemented function
vcruntime140.dll.__std_type_info_destroy_list, aborting
fixme:vcruntime:__telemetry_main_return_trigger (0x560000)
wine: Call from 0x7b43b24c to unimplemented function
vcruntime140.dll.__std_type_info_destroy_list, aborting
fixme:vcruntime:__telemetry_main_return_trigger (0x10000000)
wine: Call from 0x7b43b24c to unimplemented function
vcruntime140.dll.__std_type_info_destroy_list, aborting
fixme:vcruntime:__telemetry_main_return_trigger (0x67000000)
wine: Call from 0x7b43b24c to unimplemented function
vcruntime140.dll.__std_type_info_destroy_list, aborting
fixme:vcruntime:__telemetry_main_return_trigger (0x390000)
wine: Call from 0x7b43b24c to unimplemented function
vcruntime140.dll.__std_type_info_destroy_list, aborting
fixme:vcruntime:__telemetry_main_return_trigger (0x340000)
wine: Call from 0x7b43b24c to unimplemented function
vcruntime140.dll.__std_type_info_destroy_list, aborting
vcrun2015 installed
Set to native,builtin:
> msvcp140
> api-ms-win-crt-locale-l1-1-0
> ucrtbase
> api-ms-win-crt-heap-l1-1-0
> api-ms-win-crt-stdio-l1-1-0
> api-ms-win-crt-runtime-l1-1-0
--
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=37361
Bug ID: 37361
Summary: StreamingService connection fails about 80% of login
attempts. All other functions seem to work.
Product: Wine
Version: 1.7.27
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leslarkin(a)aim.com
Created attachment 49681
--> https://bugs.winehq.org/attachment.cgi?id=49681
Shows 2 different Connection Status reports: the first, when the app is working
properly, the second when not.
Here are some specific observations of the behavior:
I usually have to start and log into Elite 5.x about 5 or 6 times before I
see the "Connected (green dot)" in the lower right corner. All other times, I
see "Connecting (red dot)" there.
When Connected, it stays connected until I shut down the program, and
Connection Status > StreamingService usually says P001.
When I fail to get a connection, it says "Connecting (red dot)" in the
lower right corner, and Connection Status > StreamingService always says N/A.
It never leaves those states until I shut down the program.
Even when the StreamingService is not connected, all other program
functions seem to work properly. I even placed one trade in each of 3
different sessions when in the StreamingService was not connected.
The attached file shows 2 different Connection Status reports: the first, when
the app is working properly, the second when 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=33225
Bug #: 33225
Summary: Metacell demo can't play music in mp3 format
Product: Wine
Version: 1.5.26
Platform: x86
URL: https://dl.dropbox.com/s/7bux09c2359fepl/MetacellBeta%
20v1.0.0.exe?dl=1
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 43948
--> http://bugs.winehq.org/attachment.cgi?id=43948
terminal output
MP3 music is missing from the game, only sound effects can be heard (sound
effects are in wav format).
Installing WMP9, native quartz and devenum don't help much. What does seem to
help is using a native mciqtz32.dll (copied from a WinXp installation).
With a native mciqtz32.dll music works during the intro video, in the menus and
in mid-game.
These messages are spamming the console endlessly while the game is running,
they may be related:
...
fixme:mciqtz:MCIQTZ_mciSetAudio (0001, 01800000, 0x32f58c) : stub
fixme:mciqtz:MCIQTZ_mciSetAudio (0002, 01800000, 0x32f58c) : stub
fixme:mciqtz:MCIQTZ_mciSetAudio (0003, 01800000, 0x32f58c) : stub
...
Let me know if you need a log with specific debug channels enabled.
Fedora 18
Wine was compiled without gstreamer support
Alsa 1.0.26
--
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=37429
Bug ID: 37429
Summary: Post provider setup of WMI core 1.5 installer needs
advapi32.dll.WmiQueryGuidInformation stub
Product: Wine
Version: 0.9.34.
Hardware: x86
URL: http://download.microsoft.com/download/platformsdk/wmi
9x/1.5/W9X/EN-US/wmi9x.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Follow up to bug 7920, now it fails on:
wine: Call from 0x7bc50ca1 to unimplemented function
WMI.dll.WmiQueryGuidInformation, aborting
wmi.dll forwards to advapi32:
[austin@localhost wine-git]$ git grep WmiQueryGuidInformation
dlls/advapi32/advapi32.spec:# @ stub WmiQueryGuidInformation
dlls/wmi/wmi.spec:@ stdcall WmiQueryGuidInformation()
advapi32.WmiQueryGuidInformation
[austin@localhost wine-git]$ git describe
wine-1.7.29-24-ga60fadf
--
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=40915
Bug ID: 40915
Summary: Max Payne demo installer displays highlighted text
Product: Wine
Version: 1.9.4
Hardware: x86
URL: http://www.fileplanet.com/64316/60000/fileinfo/Max-Pay
ne-Demo-v1.05
OS: Linux
Status: NEW
Keywords: download, regression
Severity: trivial
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: piotr(a)codeweavers.com
Regression SHA1: 73ee2a8b4f7d13701c756721b2b9b92b4ddabd0d
Distribution: ---
This is only a minor cosmetic issue.
When you launch the installer, text on the welcome screen is highlighted by
default.
There is nothing printed in the terminal.
Regression introduced by
commit 73ee2a8b4f7d13701c756721b2b9b92b4ddabd0d
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Tue Feb 16 14:49:10 2016 +0100
user32: Select text control content while setting dialog focus.
MaxPayneDemo1-05.exe (131M)
sha1: 1fd7c81fd0e4ae18e1789271c19744cccc7d5f32
wine-1.9.13-114-gb1930ee
--
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=36653
Bug ID: 36653
Summary: Tesla Effect (game): Video sequences display green
screen.
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: slickrick(a)cyberdude.com
Created attachment 48697
--> http://bugs.winehq.org/attachment.cgi?id=48697
Log
When the full motion video sequences play the screen just turns green as shown
in the attached screenshot. I can hear the audio but not see the video
playbkack. The rest of the game works flawlessly with the exception of the
video sequences, for example the 3D environment and menus all work as expected.
Created a fresh prefix for testing. The game requires the installation of
corefonts, which I did through Winetricks.
I have tested installing the directx 9 components via Winetricks but it does
not solve the issue. A user on IRC suggested I try adding devenum and possibly
quartz/wmp9. I tested those as well but experienced the same green screen.
I have noted in the attached log where I skipped the first intro video as it
might help to isolate the issue.
Game URL: http://www.texmurphy.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=40998
Bug ID: 40998
Summary: Problem with Oracle Forms app with reports called by
dll
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: bierioza(a)o2.pl
Distribution: ---
Got old app made by Oracle Forms technology. I can call reports based on BIRT
(http://developer.actuate.com/). Developers of thiss app made a little dll to
call this reports. Report creation process causes generate logs to text file.
When app try to print polish letters into it wine throw error "invalid or
incomplete multibyte or wide character ...."
Last good known version of wine where it runs correctly is 1.6.2. but newer
versions of Linux have newer versions of wine. I put some details here:
https://forum.winehq.org/viewtopic.php?f=8&t=27077
--
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=23933
Summary: Kid Pix Deluxe 4 paint bucket doesn't work
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://www.broderbund.com/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
So far, the only thing I've found in Kid Pix 4 that
doesn't work with wine-1.3.0 is the paint bucket.
It doesn't seem to do anything?
--
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=37528
Bug ID: 37528
Summary: mouse_event
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: den.aria(a)gmail.com
Distribution: ---
Hello!
I am trying generate mouse event and using the mouse_event function. When
event in my application win32 (started by WINE) it is work great, but when
event in the native Linux (Ubuntu) window it's does not work.
Mouse move work ok in Ubuntu and mouse is moving
mouse_event(MOUSEEVENTF_MOVE, x, y, 0, 0);
But MOUSEEVENTF_RIGHTDOWN, MOUSEEVENTF_RIGHTUP is not working for Linux window.
native Linux window is transparent for event.
How can I generate mouse click for native Linux windows? from my win32
application.
--
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=7032
--- Comment #7 from proggi <proggi(a)yandex.ru> ---
Here a code for Delphi embarcadero XE7+
mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);
sleep(random(300)+80);
mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);
Click on a cursor position
--
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=40985
Bug ID: 40985
Summary: DirectX11 application fails with error message
Product: Wine
Version: 1.9.14
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
fails to create IDXGI
--
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
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |kernel32
Fixed by SHA1| |1b26d38095e7d710375657b64db
| |80c7c858ebea6
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #28 from Bruno Jesus <00cpxxx(a)gmail.com> ---
(In reply to Sebastian Lackner from comment #27)
> Please retest, this should be fixed with:
> http://source.winehq.org/git/wine.git/patch/
> 1b26d38095e7d710375657b64db80c7c858ebea6
Yes, the crash is always visible without the patch and the game always loads
correctly after 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.
https://bugs.winehq.org/show_bug.cgi?id=2905
Sebastian Lackner <sebastian(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|STAGED |NEW
--- Comment #27 from Sebastian Lackner <sebastian(a)fds-team.de> ---
Please retest, this should be fixed with:
http://source.winehq.org/git/wine.git/patch/1b26d38095e7d710375657b64db80c7…
--
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=7032
proggi <proggi(a)yandex.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |proggi(a)yandex.ru
--- Comment #6 from proggi <proggi(a)yandex.ru> ---
Wine 1.9.14
mouse_event doesn't 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=40259
Bug ID: 40259
Summary: Unable to inject BWAPI.dll Using Chaoslauncher
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marcrbouvier(a)gmail.com
Distribution: ---
Injecting BWAPI.dll into Starcraft using Chaoslauncher fails with this error
message, https://github.com/bwapi/bwapi/issues/598.
This is related to
https://appdb.winehq.org/objectManager.php?sClass=version&iId=33436&iTestin….
--
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=36186
Bug ID: 36186
Summary: valgrind shows a potential leak in
wmiutils/tests/path.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==2566== 28 bytes in 1 blocks are possibly lost in loss record 164 of 592
==2566== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==2566== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==2566== by 0x4FC483E: COMPOBJ_DllList_Add (compobj.c:526)
==2566== by 0x4FC6B7A: apartment_getclassobject (compobj.c:1335)
==2566== by 0x4FCA2C4: get_inproc_class_object (compobj.c:2894)
==2566== by 0x4FCA783: CoGetClassObject (compobj.c:3032)
==2566== by 0x4FCAD45: CoCreateInstance (compobj.c:3197)
==2566== by 0x4E78E44: create_path (path.c:81)
==2566== by 0x4E78E9E: test_IWbemPath_SetText (path.c:132)
==2566== by 0x4E7F004: func_path (path.c:869)
==2566== by 0x4E7FE31: run_test (test.h:584)
==2566== by 0x4E8021F: main (test.h:654)
==2566==
follow up to bug 36161
--
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=34360
Bug #: 34360
Summary: Text not rendered on buttons in spellbook in
CodeSpells
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) Click on the spellbook on the right
You should see a button on the lower left with text Copy,
and a button in the upper right with text Back.
On Wine, they are blank.
"winetricks corefonts" doesn't help.
This is a Unity3d game, fwiw.
--
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=40340
Bug ID: 40340
Summary: A broken image (a corrupt DB/filesystem?)
Product: WineHQ Apps Database
Version: unspecified
Hardware: Other
OS: other
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
https://appdb.winehq.org/appimage.php?iId=33144 =>
The image cannot be displayed because it contains errors.
Referenced by https://appdb.winehq.org/screenshots.php?iAppId=&iVersionId=22031
Your PHP script outputs this, instead of an actual image:
<br />
<b>Warning</b>: imagejpeg(): Filename cannot be empty in
<b>/home/winehq/opt/appdb/include/image.php</b> on line <b>363</b><br />
--
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=40936
Bug ID: 40936
Summary: Duplicate Entry for (Corel) Paint Shop Pro
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: maiktapwagner(a)aol.com
Distribution: ---
Hello everyone,
I would like to let you know that there is an entry for "Corel Paint Shop Pro"
which only holds version X2
https://appdb.winehq.org/objectManager.php?sClass=version&iId=10513
as well as this one
https://appdb.winehq.org/objectManager.php?sClass=application&iId=76
Would it make sense to merge these reports and entries?
Regards,
Maik
--
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=26970
Summary: OSS sound system found but too old (OSSv4 needed), OSS
won't be supported
Product: Wine
Version: 1.3.19
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
It's not really a bug but a question.
I'm running a very modern Linux distro, Fedora 14 with all updates installed
and Wine 1.3.19 now doesn't want to support OSS saying:
"configure: OSS sound system found but too old (OSSv4 needed), OSS won't be
supported."
I'm kinda disappointed, because OSSv4 is an external package, it's very
difficult to bundle it with Linux distros and it seems like you killing the
support for OSS for no obvious reasons other than impeding using the OSS
emulation layer in ALSA (which still works very well for many of us, users of
Wine).
--
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=40960
Bug ID: 40960
Summary: mIRC: Skips over previous window/channel/query when
clicking the current window/channel/query icon/name.
Product: Wine
Version: 1.9.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ineedalifetoday(a)live.com
Distribution: ---
$ wine --version
wine-1.9.14 (Debian 1.9.14-1)
$ sha1sum mirc745.exe
8d8c2949756dd619c9bbb5ade7a04bc24d2ee40b mirc745.exe
http://www.mirc.com/get.html
1, Install mIRC 7.45
2, At end of installer, [Check] Run mIRC.
3, Click "Finish".
4, "About mIRC" window will show up. Click "Continue". Wait ~10 seconds Click
"Continue".
5, "mIRC Options" Click "OK".
6, In the text box type: "//window @apple | window @baked | window @cake |
window @dish" Press ENTER. This will create four windows.
7, Click "Yes" at the Command Warning.
8, In the treebar (thing on the left side of mIRC). Click the text or icon
"@cake" then "@baked" then "@apple".
9, Click "@apple" again.
In Windows, mIRC will go to "@baked" window as intended. Clicking the current
window/channel/query icon/name you are in will take you back to the previous
window. Now that you are in the "@baked" window, if you click the "@baked"
window/icon again, it will take you to the "@cake" icon/window.
In Wine, mIRC will go to "@baked" then jump to the "@cake" window. This is
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.
http://bugs.winehq.org/show_bug.cgi?id=36254
Bug ID: 36254
Summary: Dot Net application loads successfully, but carshes
after login is done
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kamal.ranjan(a)makepositive.com
Created attachment 48380
--> http://bugs.winehq.org/attachment.cgi?id=48380
App_Crash_Stack_Trace_details
Hi,
I am having a macbook (64 bit) using Mac OS X. I am using a dot net application
"TradeTiger" which was successfully installed. Since this was a dot net
application i chose dot net 4.0 (which was required) from wine tricks. And the
application opened like a charm. However there were 2 issues as follows:
1) The login dialog keeps shaking for some reason (This is manageable though)
2) But after the login credentials are supplied, the application just crashes.
I have tried 2-3 times and am getting same behaviour. I am attaching the text
file containing the stack trace details for your reference.
Regards
Kamal Ranjan
--
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=3142
Tobias (:Tobbi) Markus <tobbi.bugs(a)googlemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tobbi.bugs(a)googlemail.com
--- Comment #21 from Tobias (:Tobbi) Markus <tobbi.bugs(a)googlemail.com> ---
Created attachment 55091
--> https://bugs.winehq.org/attachment.cgi?id=55091
Screenshot of running the app with wine 1.9.14
I am crashing with a different error message in wine 1.9.14. I can't find
anything in the console.
Do we assume this is fixed?
--
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=39553
Bug ID: 39553
Summary: Binding of Isaac Rebirth help
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: starcolton18(a)yahoo.com
I have been trying to get Rebirth on my school macbook air for a long time now
and it was on here working fine last year but i got it back and it just opens
to a black screen and wine says there is a fatal error and when i hit show more
info it just loads forever. I have all the admin info and i can do anything i
want to this laptop.
--
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=7372
--- Comment #63 from Maik Wagner <maiktapwagner(a)aol.com> ---
Hello everyone,
openSUSE Tumbleweed with wine-staging 1.9.13 here.
I have done the following after installing the binary with the staged patchset
which I downloaded from:
http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Tumblewe…
This is what I did:
- Open LibreOffice Writer
- Writing some text and copying it to the Clipboard
- Opening Photoshop CS2
- Creating a new blank file
- Opening up a text field using the text tool
- Pasting the clipboard
At least for Photoshop CS2 everything (If I understood everything correctly)
Sebastian's patch seems to resolve the issue. I don't know about the other
applications though as I don't own a license to 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.
http://bugs.winehq.org/show_bug.cgi?id=29702
Bug #: 29702
Summary: Kingsoft Office 2012 Free: Crashes almost immediately
after full load
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipejasinovic(a)gmail.com
Classification: Unclassified
Created attachment 38545
--> http://bugs.winehq.org/attachment.cgi?id=38545
Terminal Output
After splash screen disappears, main window is opened and seems that software
is fully loaded, but then error comes out and app doesn't respond anymore.
Download URL:
http://download.cnet.com/kingsoft-office-2012/3000-18483_4-75563178.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40413
Bug ID: 40413
Summary: Crashes after start of application Vermoegensbilanz
and accepting license terms
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: andreas.becker(a)web.de
Distribution: ---
Created attachment 54153
--> https://bugs.winehq.org/attachment.cgi?id=54153
backtrace
The application Vermoegensbilanz presents immediately after start a screen with
licensing terms. After accepting the terms the splash is presented for a second
and then the app disappears.
Please find attached a backtrace log.
--
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=23855
Summary: System Tray Icons Not Appearing In Mac System Tray
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blender3dartist(a)gmail.com
Created an attachment (id=29943)
--> (http://bugs.winehq.org/attachment.cgi?id=29943)
System Trays On Different OSs
Note: This _problem_ is only present on Mac OSX, and not on Linux.
Also, this error pertains to the Windows System Tray. The system tray is
located in the Windows Taskbar, usually at the bottom right corner next to the
clock. It contains miniature icons for easy access to system functions such as
antivirus settings, printer, modem, sound volume, battery status, and more.
Hover over or click an icon to view and access details and controls. (On
windows.)
However, Linux has a System Tray as well, usually showing the same information.
Wine's integration with Linux allows for programs using the windows system tray
to appear on the system tray of the Linux system, essentially a perfect
integration.
The thing is, Mac OSX also has a System Tray, and it's not being utilized. (See
Problem.png) Instead of an applications system tray icon appearing in the Mac's
system tray, it makes itself a new window in XQuartz.app (as in X11.app).
Diagram of Issue on SystemTray.png
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40909
Bug ID: 40909
Summary: Flame in the flood crashes
#Direct3DDevice->CreateTexture2D
Product: Wine
Version: 1.9.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
Created attachment 55007
--> https://bugs.winehq.org/attachment.cgi?id=55007
Logfile
The game Flame in the Flood crashes right after the start with an assert in
#Direct3DDevice->CreateTexture2D
--
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=40588
Bug ID: 40588
Summary: Fallout 4 needs d3d11_device_CreateUnorderedAccessView
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: rogutes(a)gmail.com
Distribution: ---
Created attachment 54435
--> https://bugs.winehq.org/attachment.cgi?id=54435
WINEDEBUG=fixme+all wine Fallout4
Fallout 4 tries to call the d3d11_device_CreateUnorderedAccessView stub before
crashing. Will be interesting to see what happens once
d3d11_device_CreateUnorderedAccessView is implemented.
--
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=40722
Bug ID: 40722
Summary: Warcraft 3: minimizes when clicking on the bottom
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: haagch+wine(a)frickel.club
Distribution: ---
This happens since wine 1.9.11, with wine 1.9.10 it was fine.
It only happens in warcraft's opengl mode i.e. when started with -opengl, in
default d3d mode it does not.
It only happens with a wine virtual desktop.
This is how I start it on my 1920x1080 monitor:
wine explorer /desktop=wine,1920x1080 Frozen\ Throne.exe -opengl
Then, on the start screen simply move the mouse pointer anywhere on the very
bottom and click once. Warcraft 3 then minimizes. Possibly because of wine's
taskbar? Not sure.
(outside of the scope of this bug report: When restoring the minimized warcraft
3 on a virtual desktop, the rendering is all broken. Workaround is simply never
to minimize warcraft on the virtual desktop and only minimize the whole virtual
desktop if needed. But that's hard if it minimizes every time you move the
mouse to the bottom and click)
--
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=18659
Summary: Kingsoft Office can't read it's default file
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://kingsoftresearch.com/downloads/setup_US_1033_6.
3.0.1618_Beta_full.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21372)
--> (http://bugs.winehq.org/attachment.cgi?id=21372)
screenshot
See bug 18658 for the initial crash/workaround (winetricks ie6), though you can
see this before the crash.
When launching a kingsoft office application, it attempts to open a default
template. On wine, it's borks and can't read it's own file (not sure if it
can't read or the file was corrupted on install, though).
The screenshot shows pretty well what I mean.
Terminal output is short:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f6f4,0x00000000), stub!
fixme:shdocvw:PersistStorage_InitNew (0x14ca838)->(0x14cabc8)
fixme:shdocvw:WebBrowser_put_RegisterAsDropTarget (0x14ca838)->(0)
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:richedit:ME_HandleMessage EM_SETLANGOPTIONS: stub
fixme:imm:ImmReleaseContext (0x30082, 0x1a4718): stub
--
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=40934
Bug ID: 40934
Summary: webservices error: redefinition of typedef
'WS_XML_NODE_POSITION'
Product: Wine
Version: 1.9.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)openmailbox.org
Distribution: ---
My system:
Puppy Linux 4.3.1
command: uname -r
2.6.30.5
command: ldd --version
ldd (GNU libc) 2.6.1
Trying to compile Wine 1.9.13
using --disable-tests in configure line: I eventually get this:
--- terminal snip ---
make[1]: Entering directory `/opt/wine-1.9.13/dlls/webservices'
gcc -c -o channel.o channel.c -I. -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe \
-fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes
-Wwrite-strings \
-Wpointer-arith -fno-omit-frame-pointer -O2
In file included from channel.c:24:
../../include/webservices.h:606: error: redefinition of typedef
'WS_XML_NODE_POSITION'
../../include/webservices.h:76: error: previous declaration of
'WS_XML_NODE_POSITION' was here
make[1]: *** [channel.o] Error 1
make[1]: Leaving directory `/opt/wine-1.9.13/dlls/webservices'
make: *** [dlls/webservices] Error 2
-------------------------
Not using --disable-tests, I get error from bug 40665
" 'INFINITY' undeclared (In function 'test_effect_preshader_ops') "
--
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=35962
Bug ID: 35962
Summary: opml.exe failing with wine
Product: Wine
Version: 1.7.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ebever(a)researchintegration.org
Created attachment 48059
--> http://bugs.winehq.org/attachment.cgi?id=48059
error on trying to run opml.exe with wine on Fedora 19
I just installed Wine from Fedora 19 using yum. I downloaded the OPML Editor
from OPML.org, unzipped it, and saved the opml directory to
/home/eric/.wine/drive_c/Program Files/OPML.
The attached error messages came when I tried to open opml.exe with Wine
Windows Program Loader.
When I tried from the command line
[eric@ericscomputer OPML]$ pwd
/home/eric/.wine/drive_c/Program Files/OPML
[eric@ericscomputer OPML]$ wine opml.exe
I got the same result.
--
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=40876
Bug ID: 40876
Summary: Guitar Rig 5 Crashes On Load
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: wss.simpson(a)gmail.com
Distribution: ---
Created attachment 54956
--> https://bugs.winehq.org/attachment.cgi?id=54956
Backtrace Log From Wine
When I start Guitar Rig 5, I'm presented with a screen asking if I want to
register the product or use it as a demo. Both options cause the application
to 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.
https://bugs.winehq.org/show_bug.cgi?id=37485
Bug ID: 37485
Summary: Spellforce Platinium edition - graphical bug - black
columns come out of the ground
Product: Wine
Version: 1.7.29
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marc.bessieres(a)gmail.com
Distribution: ---
Created attachment 49874
--> https://bugs.winehq.org/attachment.cgi?id=49874
black rectangles in spellforce platinium with shadow type normal(wine-1.7.29)
Continuation of bug 14522
In the following comments of that bug, some graphical artifacts were mentioned:
https://bugs.winehq.org/show_bug.cgi?id=14522#c14
quote:
"screenshot of GOG's Platinum edition in wine 1.3.35"
"I do have black rectangles like columns going out of the ground."
https://bugs.winehq.org/show_bug.cgi?id=14522#c15
quote:
"Those black columns are present here too, but only when shadow-type is set to
normal (no such problem when shadows are set to high or very high)."
It is the same as bug 12101 that was considered fixed in 1.1.24, but I don't
manage to build wine-1.1.24 to check if it would work for me and thus start
running a regression test.
I couldn't find an existing open bug with this, but I may have missed it in
bugzilla.
In Spellforce platinium edition(DVD) with wine-1.7.28 I can confirm these black
columns if I select shadow type normal (see attachment).
They go away if I select high or very high shadow type.
There is no relevant message in the console:
> wine SpellForce.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x33de88,0x00000000), stub!
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
>
> sha1sum SpellForce.exe
ae5bbc8d2ea0ae71375f87ebcc4d91ac4e178433 SpellForce.exe
> du -sh SpellForce.exe
9,9M SpellForce.exe
> ./wine --version
wine-1.7.29-114-ga235e86
--
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=37989
Bug ID: 37989
Summary: COD4 is missing textures
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: higuita(a)gmx.net
Distribution: ---
I tried cod4 on wine 1.7.32 and 1.7.35 and the game start fine but there are
missing textures on grass, storage bin and boxes, no matter what options or
resolution i try.
Installing native directx9 also didin't solve the problem.
Downgraded to the 1.6.2 and the game errors about out of video memory at launch
Using winetricks, i setup the videomemory to 2048M and everything is now
working fine. I can enable all options and the performance is still good at
full HD (1920x1080)
I can try older wine 1.7.x versions if needed.
i'm using a amd A10 APU with mesa 10.4.2
--
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=28860
Bug #: 28860
Summary: Averasell: Crashes after login
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cbaordman(a)yahoo.co.uk
Classification: Unclassified
after you login the program crashes
--
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=13183
Summary: Control '' has no parent window in ExpressQuantumGrid
Product: Wine
Version: 1.0-rc1
Platform: All
URL: http://www.devexpress.com/Downloads/VCL/ExQuantumGrid/fi
les/ExpressQuantumGrid%206%20Demos.exe
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: developers(a)tefnet.pl
There is a problem with ExpressQuantumGrid widget called ExtLookupComboBox
Editor. When you try to click on combo box element it pop ups a warning:
"Control '' has no parent window"
But when you select an item from combo box using keyboard it works fine.
Steps to reproduce:
1. Download exe from link above
2. Install mdac and jet4
3. Run application
4. Select "Inplace editors (Updated)"
5. Open combo box "ExtLookupComboBox Editor"
6.
a) Click on any element in combo box (you'll get a warning)
b) Set focus on any element and press enter (you won't get a warning)
--
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=9623
Summary: Photoshop 7 text tool not working without Times.TTF from
corefonts
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
I have this problem only on one system. On another I didn't install corefonts
but it worked - I will have to check why. Photoshop writes that it can't
complete the specified operation because a system font was not found. Of course
it's not Times New Romand that is selected in the tool. Using winetricks to
install corefonts works.
--
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=40933
Bug ID: 40933
Summary: Substance Designer 5: Activation fails
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: richard(a)nespithal.com
Distribution: ---
Created attachment 55055
--> https://bugs.winehq.org/attachment.cgi?id=55055
Substance log with local license file
The activation of Substance Designer 5 fails with the message "Sharing
violation". This happens on all the activation options:
* Evaluate this product
* Activate using license file
* Activate using your www.allegorithmic.com account
When using the Allegorithmic account I get a list with all licenses but it
stops working every time a license should be applied - even on "Evaluation".
The log attached is from the scenario with a local license file.
--
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=22959
Summary: Paint Shop Pro X doesn't start up
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Installation of Paint Shop Pro X works fine but when I try to start it up I get
an "unhandled error". I have added my logs for further info.
--
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=40924
Bug ID: 40924
Summary: Directory Structure first letter should be uppercase
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: g(a)bonk.cc
Distribution: ---
When windows installs on a PC the directories c:\Users and c:\Windows begin
with an uppercase letter.
Yes, that windows ignores case but the Mac doesn't at the command line level.
Please make Wine consistent with how windows behaves even though the case
doesn't seem important.
--
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=40913
Bug ID: 40913
Summary: EMF doesn't generate a default EMR_SETARCDIRECTION
Record
Product: Wine
Version: 1.9.13
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 55011
--> https://bugs.winehq.org/attachment.cgi?id=55011
testcase
The attached test case shows that one less record is created when run under
wine. This happens to the EMR_SETARCDIRECTION record, which appears to be
inserted automatically before the first draw function call.
--
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=12635
Summary: Windows Media Player 10 doesn't update music list
promptly
Product: Wine
Version: 0.9.59.
Platform: Other
URL: http://www.microsoft.com/windows/windowsmedia/player/dow
nload/download.aspx
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
If you add or delete an item in the music list,
you have to switch to a different list and back
before the music list reflects the update.
It's not just a drawing problem, I think;
moving it offscreen and back onscreen doesn't fix 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=2689
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |324b11f206c046e581b858a2f6b
| |2af7a6bc383d7
--
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=2689
allamkun(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |allamkun(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.
http://bugs.winehq.org/show_bug.cgi?id=30870
Bug #: 30870
Summary: ie7 https://gmail.com can log in, but can't display
standard view?
Product: Wine
Version: 1.5.5
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
Now that bug 26203 is fixed, ie7 can log in to gmail... but
unless you pick basic view, you can't read email. The
standard view doesn't ever come up.
The log shows
fixme:shell:DllGetClassObject failed for
CLSID={871c5380-42a0-1069-a2ea-08002b30309d} (Internet)
fixme:wininet:InternetGetSecurityInfoByURLW
(L"https://mail.google.com/mail/u/0/?shva=1" 0x33dee4 0x33dee0)
fixme:shell:DllGetClassObject failed for
CLSID={871c5380-42a0-1069-a2ea-08002b30309d} (Internet)
Clicking on 'basic view' lets you read email, but that's plain old HTML,
not a live javascript app.
--
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=40900
Bug ID: 40900
Summary: Komplete 9 asks for disc when DVD is inserted into the
DVD-ROM
Product: Wine
Version: 1.9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rossmarch(a)gmail.com
Distribution: ---
When installing Komplete 9 by Native Instruments the installer starts properly
from the DVD rom. However, while the application is running and it tries to
read the disc the installer states it cannot find the disc.
output of dosdevices
ls -la ~/.wine/dosdevices/
total 8
drwxr-xr-x 2 user users 4096 Jul 1 20:46 .
drwxr-xr-x 4 user users 4096 Jul 1 21:00 ..
lrwxrwxrwx 1 user users 10 Jun 30 20:44 c: -> ../drive_c
lrwxrwxrwx 1 user users 28 Jul 1 19:31 d: -> /run/media/user/KOMPLETE9/
lrwxrwxrwx 1 user users 8 Jul 1 20:46 d:: -> /dev/sr0
lrwxrwxrwx 1 user users 7 Jul 1 19:32 g: -> /mnt/cd
lrwxrwxrwx 1 user users 8 Jul 1 19:32 g:: -> /dev/sr1
lrwxrwxrwx 1 user users 12 Jul 1 19:32 h: -> /home/user
winecfg shows that the D: drive is going to the same path as the symlink.
Everyting is configured properly and should install from the DVD yet it
doesn't. I have asked for assistance in #winehq on freenode and the only
troubleshooting we could have done is for the drive paths, someone suggested
this may be a bug so that's why I'm posting this here.
--
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=14134
Summary: NetBSD fixes for Wine 1.0
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: NetBSD
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmcneill(a)netbsd.org
Created an attachment (id=14382)
--> (http://bugs.winehq.org/attachment.cgi?id=14382)
Use wine-kthread by default on NetBSD
The attached patches are required for Wine 1.0 to work properly on NetBSD.
--
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=40897
Bug ID: 40897
Summary: Update Info.plist
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: g(a)bonk.cc
Created attachment 54989
--> https://bugs.winehq.org/attachment.cgi?id=54989
Sample Plist from provided Package that will register as opening exe
The Info.plist is different from what is in the GIT repo to what was being
packaged with the PKG file. While the one in GIT is not 'wrong" it would be
nice to have wine register itself as being able to open 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=201
Sylvain Petreolle <spetreolle(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|spetreolle(a)yahoo.fr |
--
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=32163
Bug #: 32163
Summary: Adobe Illustrator CS6 32bit crashes when some floating
panel of swatch, brushes etc. library is opened
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msdobrescu(a)gmail.com
Classification: Unclassified
Created attachment 42433
--> http://bugs.winehq.org/attachment.cgi?id=42433
Wine backtrace
Open any library (swatches, brushes etc.) in Illustrator CS6 32 bit.
Next, unhandled error occurs:
Unhandled exception: unimplemented function gdiplus.dll.GdipCreateEffect called
in 32-bit code (0x7b83c932).
...
The OS is Sabayon Linux K 64 bit. It happens on kernels 3.4, 3.5, 3.6 at least.
--
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=40896
Bug ID: 40896
Summary: win6530: pagefault on exit
Product: Wine
Version: 1.8.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pierrelud(a)yahoo.com
Distribution: ---
Created attachment 54988
--> https://bugs.winehq.org/attachment.cgi?id=54988
On program exit
On program exit
--
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=13191
Summary: Trackmania Nations Forever doesn't work with PC2/3
shaders or with bloom-effect
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ape3000(a)gmail.com
When I try to enable PC2 or PC3 shaders in Trackmania Nations Forever
configuration and then play the game it doesn't work. The menus are drawn as
solid black boxes. PC0(off?) and PC1 works fine.
When I enable bloom-effect, it will add some annoying white bars to everywhere
with bright light. So there is just white bars instead of the correct 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.
http://bugs.winehq.org/show_bug.cgi?id=28875
Bug #: 28875
Summary: NullDC 1.0.4 r450: NullDC starts but graphics fail to
load.
Product: Wine
Version: 1.1.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dredgingthelake(a)gmail.com
Classification: Unclassified
Created attachment 37099
--> http://bugs.winehq.org/attachment.cgi?id=37099
NullDC terminal output
The Dreamcast emulator, NullDC 1.0.4 r450, starts but shortly crashes with the
wine popup error message. Application continues with audio running in
background, but no graphics can be seen.
Requires vcrun2010 to get to this point. Also tested with and without
"winetricks d3dx9". Audio doesn't run in background without d3dx9 (strangely
enough) but no change in graphical output. The older nulldc-1.0.3 version works
fine.
System:
Gentoo ~AMD64
Nvidia GTX275 (290.03 drivers)
Wine 1.3.31 and wine 1.2 tested
--
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=40886
Bug ID: 40886
Summary: Youdao Word Book is unusable
Product: Wine
Version: 1.9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: i2000s(a)hotmail.com
Distribution: ---
I cannot login to the Youdao dictionary to load my Word Book. Also see #34196
for the font problem. Thanks.
--
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=34196
Bug #: 34196
Summary: Cannot shown correct Chinese characters in Youdao
dictionary
Product: Wine
Version: 1.6-rc5
Platform: x86-64
URL: http://forum.ubuntu.org.cn/viewtopic.php?f=121&t=44688
6&p=3021652#p3021652
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i2000s(a)hotmail.com
Classification: Unclassified
In a Ubuntu 12.04 machine, I used the workaround in bug34157 (turned out to be
"resolve as INVALID"), and found some more bugs, maybe. The most critical
problem for me is the ugly show of Chinese characters and English letters. In
some cases, both Chinese characters and English letters are shown up correctly.
In some other places, some Chinese characters and English letters was shown as
squares or random characters. Especially in the "word book" interface, all
Chinese characters and possibly some English letters from the official
dictionary source are shown as squares, while all self-defined input are
correctly shown up. I guess this problem is related to some font setting in
Wine 1.6.
I have posted the screen snapshoots here:
http://forum.ubuntu.org.cn/viewtopic.php?f=121&t=446886
Let me know if you need more information. Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20435
Summary: Barnes and Noble EReader crashes on startup
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ender8282(a)yahoo.com
Created an attachment (id=24254)
--> (http://bugs.winehq.org/attachment.cgi?id=24254)
Debugger output
Wine crashes when trying to run the Barnes and Noble ereader.
--
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=39303
Bug ID: 39303
Summary: Cannot copy schematics between different windows /
ltspice
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dieter.jurzitza(a)t-online.de
Distribution: ---
Trying to copy parts or an entire schematic between two schematics in two
windows from within ltspice does not work. I can easily select components to
copy, I can copy them within one single schematic, but I cannot copy them
between two different schematics in a single ltspice instance (what works
without issues using plain windows, but who is using plain windows :-))
Thank you for looking into this,
take care
Dieter Jurzitza
--
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=29052
Bug #: 29052
Summary: Incorrect handling of lit vertices causes models to
render black in The Longest Journey
Product: Wine
Version: 1.3.32
Platform: x86
URL: http://games.softpedia.com/get/Games-Demo/The-Longest-
Journey-161-Demo.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: octavian.voicu(a)gmail.com
Classification: Unclassified
Created attachment 37430
--> http://bugs.winehq.org/attachment.cgi?id=37430
Patch to fix issue with black rendered characters.
IDirect3DDevice2 and IDirect3DDevice3 handle lighting differently than
IDirect3DDevice7. Specifically, vertices which have colors but no normals (like
D3DVT_LVERTEX or D3DFVF_LVERTEX) should bypass lighting calculations in the
older interfaces. Wine handles them like in IDirect3DDevice7, rendering them
black.
This makes the models in the game The Longest Journey render black. I wrote a
series of tests that I submitted to wine-patches, but they need a bit more
refactoring to go in. Links to relevant patches from the series are below:
http://source.winehq.org/patches/data/80669http://source.winehq.org/patches/data/80673http://source.winehq.org/patches/data/80670
I'm attaching a patch that fixes these issues, but I need to get the tests in
before submitting it. It also needs a bit more thought on how older interfaces
should handle render states that were introduced in later version of Direct3D
(like D3DRS_LIGHTING).
This patch only fixes the issue with the black rendered characters. There is
another issue that makes characters only render partially, which is tracked in
http://bugs.winehq.org/show_bug.cgi?id=11819.
--
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=40879
Bug ID: 40879
Summary: Hard coded values at wined3d_private
Product: Wine
Version: 1.9.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: super_man(a)post.com
Distribution: ---
I noticed this while looking at wine source code.
http://source.winehq.org/git/wine.git/blob/65d699eb5f7fc151197f3dc9f36499ee…
426 /* Shader backends */
427
428 /* TODO: Make this dynamic, based on shader limits ? */
429 #define MAX_ATTRIBS 16
430 #define MAX_REG_ADDR 1
431 #define MAX_REG_TEMP 32
432 #define MAX_REG_TEXCRD 8
433 #define MAX_REG_INPUT 32
434 #define MAX_REG_OUTPUT 32
435 #define MAX_CONST_I 16
436 #define MAX_CONST_B 16
437 #define WINED3D_MAX_CBS 15
438
439 /* FIXME: This needs to go up to 2048 for
440 * Shader model 3 according to msdn (and for software shaders) */
441 #define MAX_LABELS 16
Is this hard to make dynamic?
What actually is up to 2048 and isnt?
--
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=52
peter <backfire81(a)outlook.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |backfire81(a)outlook.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=35802
Bug ID: 35802
Summary: OneNote 2013 installer needs
KERNEL32.dll.SetWaitableTimerEx
Product: Wine
Version: 1.7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: hberntsen+winehq(a)gmail.com
Created attachment 47798
--> http://bugs.winehq.org/attachment.cgi?id=47798
the trace of the x86 crash
When running the OneNote 2013 installer, it crashes (see log). You can download
the free installer from http://www.onenote.com/Download. The sha1sum of mine is
cca75f8bbeaaa8d4d060c3d9edae28b3e345a82b. The download page forwarded me to
http://www.onenote.com/Download/win32/x86/en-US (so 32 bit) but also the 64 bit
from http://www.onenote.com/Download/win32/x64/en-US with sha1sum
18031525048a5a8f02789e24cb9c5c104ccf6488 crashes with a missing
SetWaitableTimerEx.
--
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=6141
rebe(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rebe(a)gmx.net
--- Comment #15 from rebe(a)gmx.net ---
Still an issue using 1.9.11 without modifications; app db recommends installing
native libraries.
--
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=1201
Christoph Korn <christoph.korn(a)posteo.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #18698|0 |1
is obsolete| |
--- Comment #42 from Christoph Korn <christoph.korn(a)posteo.de> ---
Created attachment 54954
--> https://bugs.winehq.org/attachment.cgi?id=54954
wine-1.9.13 log
No 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=1201
--- Comment #41 from fjfrackiewicz(a)gmail.com ---
(In reply to Christoph Korn from comment #40)
> Still crashes here:
> korn@pc:~/wineprefixes/msgolf/drive_c/Program Files (x86)/Golf$
> /opt/wine-devel/bin/wine --version
> wine-1.9.13
Hmmm would you mind posting terminal output and any backtraces you receive from
the 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.
https://bugs.winehq.org/show_bug.cgi?id=1201
--- Comment #40 from Christoph Korn <christoph.korn(a)posteo.de> ---
Still crashes here:
korn@pc:~/wineprefixes/msgolf/drive_c/Program Files (x86)/Golf$
/opt/wine-devel/bin/wine --version
wine-1.9.13
--
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=1201
fjfrackiewicz(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fjfrackiewicz(a)gmail.com
--- Comment #39 from fjfrackiewicz(a)gmail.com ---
Is this still an issue in Wine 1.9.13?
--
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
Alexey Slepov <sir-lexa(a)yandex.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|sir-lexa(a)yandex.ru |
--
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
--- Comment #35 from Artem S. Tashkinov <t.artem(a)mailcity.com> ---
(In reply to rebe from comment #34)
> How to write a test case for this one-liner patch? How would it get tested?
It's always been here an attachment: gzip'ed source + exe
To make a testcase out of it, just run it and test the resulting image (a
single pixel will suffice) against what should be.
--
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
rebe(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rebe(a)gmx.net
--- Comment #34 from rebe(a)gmx.net ---
How to write a test case for this one-liner patch? How would it get tested?
--
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=34794
Bug #: 34794
Summary: SolidWorks 2010: Error message at assigning material
in manager
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml4
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 46400
--> http://bugs.winehq.org/attachment.cgi?id=46400
Error message
Steps to reproduce:
1) remove ~/.wine
2) winetricks vcrun2005 vcrun2008 mfc40 dotnet30
3) install SolidWorks 2010
4) start SolidWorks 2010
5) create new part
6) RMB on material
7) choose "edit material"
8) choose any material and click "apply"
Behaviour:
Error message (see attachment). Material changes properly though.
Expected behaviour:
No error message.
Error message translation:
Failed to save following database, returning to previous database now. There
may be no last modifications.
Terminal output:
fixme:msxml:domdoc_get_url (0x7ee3cd0)->(0x33e504)
fixme:msxml:schema_cache_QueryInterface interface
{00000126-0000-0000-c000-000000000046} not implemented
I/O warning : failed to load external entity "colorswatch.xsd"
err:msxml:Schema_parse error code 3004: element decl. 'swatchcolor', attribute
'type': The QName value
'{http://www.solidworks.com/sldcolorswatch}opticalcolor' does not resolve to
a(n) type definition.
fixme:msxml:cache_entry_from_xsd_doc failed to parse doc
fixme:msxml:domdoc_putref_schemas (0x7fb8110)->({VT_DISPATCH: 0x7fb8210}):
semi-stub
fixme:msxml:domdoc_get_parseError (0x7fb812c)->(0x33e4c4): creating a dummy
parseError
fixme:msxml:domdoc_get_url (0x7ee3cd0)->(0x33e55c)
fixme:msxml:schema_cache_QueryInterface interface
{00000126-0000-0000-c000-000000000046} not implemented
I/O warning : failed to load external entity "colorswatch.xsd"
err:msxml:Schema_parse error code 3004: element decl. 'swatchcolor', attribute
'type': The QName value
'{http://www.solidworks.com/sldcolorswatch}opticalcolor' does not resolve to
a(n) type definition.
fixme:msxml:cache_entry_from_xsd_doc failed to parse doc
fixme:msxml:domdoc_putref_schemas (0x7fc91b0)->({VT_DISPATCH: 0x7fc92b0}):
semi-stub
fixme:msxml:domdoc_get_parseError (0x7fc91cc)->(0x33e51c): creating a dummy
parseError
--
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=39621
Bug ID: 39621
Summary: TeamViewer 11 activating menu shows it's content with
large offset
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sasha969(a)hotmail.com
Distribution: ---
TeamViewer 11 activating menu shows it's content with large offset. Menus work
fine just content is shown around middle of window.
Could not get image because Print Screen in Linux Mint 17.2 Cinnamon auto
closes menu before taking image.
--
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=17098
Summary: Allow using iso images (via fuseiso) in drives setup @
winecfg.
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chalkerx(a)gmail.com
To mount an iso image to wine one should create a mountpoint, mount it manually
there, and use wincfg to point wine to that directory. After reboot it must be
done again (the mounting part).
If fuseiso in installed, it could be simplified to the user by allowing to
point to an image file in winecfg, auto creating a drive_* folder and mounting
an iso there via fuseiso on wine startup and unmounting on wine shutdown.
This would allow user to point a drive to an iso directly from gui and just
once.
--
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=19800
Summary: cygwin's tar -cz crashes when run from a shell script
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce, create a dummy tar file, e.g.
echo foo > foo
then create the one-line shell script bad.sh containing
tar -czvf foo.tar.gz foo
then run bad.sh in a cygwin shell. It crashes, and leaves behind the
file tar.exe.stacktrace containing
Exception: STATUS_ACCESS_VIOLATION at eip=2D313133
eax=00000000 ebx=36313637 ecx=00851682 edx=FFFFFFFB esi=32313232 edi=39372D31
ebp=38353136 esp=0064C640 program=C:\cygwin\bin\tar.exe, pid 46, thread main
cs=0023 ds=002B es=002B fs=0063 gs=006B ss=002B
Stack trace:
Frame Function Args
12 [main] tar 46 _cygtls::handle_exceptions: Error while dumping state
(probably corrupted stack)
Switching to bsdtar (another package in cygwin) gives same results,
so it's not a bug in tar per se.
tar -xz crashes similarly when given a large input file,
and when that happens, one also sees 'gzip: stdout: Communication error on
send'
Found by trying to automate the chromium build setup instructions,
http://dev.chromium.org/developers/how-tos/install-gclient
--
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=40797
Bug ID: 40797
Summary: Distortion of certain icons in PDF Eraser
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: yousifjkadom(a)yahoo.com
Distribution: ---
Created attachment 54711
--> https://bugs.winehq.org/attachment.cgi?id=54711
windows
Hi. There are certain icons inside PDF Eraser being distorted.
Look for attached screenshots:
- windows: from within windows 7
- Linux: from within Linux Mint 17.3 X64 xfce live USB OS
Look for red markers (oval shape & arrow) at upper right sector.
--
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
--- Comment #11 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Still crashes, no backtrace unfortunately so the problem may have
evolved/regressed. The steps to reproduce:
1) Run Bugslayer203.exe to extract the files;
2) Run notepad;
3) Run ReleaseUNICODE\TestRec.exe;
4) Press the blue button to Record (the application goes to taskbar);
5) Type something in notepad;
6) Click back in the TestRec in the taskbar to stop recording.
Wine crashes at step 4. After step 6 when you see the TestRec editor window you
must see that the program added source code lines to reproduce what you typed
in notepad, example:
tInput.PlayInput ( "ffdsffw~~wefwefweffew" ) ;
tInput.PlayInput ( "efwefwewe" ) ;
--
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=40337
Bug ID: 40337
Summary: Mouse pointer translation & mouse-keyboard combination
of VerbAce Dictionary do not working
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: ---
Hi.
Site of dictionary:
http://www.verbace.com/VerbAce-Pro_Arabic-English_Dictionary.htm
I installed it by Wine on Linux Mint Live USB OS version 17.3 (X 64 bit) xfce.
program is far away from work fine because:
1) Alt+Left mause combination (or any other mouse-keyboard combination)DOES NOT
WORK AT ALL. It should translate word if user click on Alt then click by left
mause click on that word. This currently not work in LibreOffice writer or PDF
or odt. or docx. or any other document type. Also not work on firefox.
2) translation by put pointer of mause on a word in any document type (pdf,
docx. , odt. ......) does not work. Also it does not work on firefox.
For both point (1) & (2) I understand program have plugin for firefox (windows
version) & it may be impossible to make it work on Linux firefox. But what
about other type of documents like PDF, odt. , docx. ...... At least make it
work on such documents. Currently user need to clopy/past every word(s) need to
translate to program & this is anouying.
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=40778
Bug ID: 40778
Summary: PDF Ereaser Open PDF with Unusual Lag
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: yousifjkadom(a)yahoo.com
Distribution: ---
Hi. I install wine version 1.9.12, then I install winetricks, then install
mfc42 & finaly I install PDF Ereaser.
When I try to open a PDF which was previously opened with just seconds peroid
of laging, now delayed to opened with unusual lag!
Problem started with version 1.9.11 But in version 1.9.12 it become more
obivous.
Please your kind care.
Site of program:
http://www.pdferaser.net/
--
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=22847
Summary: FREDv2 Orientation exam program displays error in
embedded IE testing window
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://download.usmle.org/2010/Step3Download.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=28215)
--> (http://bugs.winehq.org/attachment.cgi?id=28215)
FREDv2 Orientation stderr messages
Following up from bug 22763, after running the InstallStep3.exe installer and
installing msxml3 and msxml4 via winetricks to work around missing msxml
interfaces, launching FredV2Orient.exe and pressing the "Run Exam" button
spawns a full-screen embedded IE interface that displays the practice
examination interface. Instead of the expected test interface, however, an
embedded error message is displayed, which states:
"A fatal error has occurred
Please notify the Proctor.
A Fatal error has occurred accessing content: js/yui/close12_1.gif:
'js/yui/close12_1.gif' is not a valid integer value"
Installing ie6 from winetricks successfully works around this problem.
--
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=39875
Bug ID: 39875
Summary: Starcraft can't see Direct Cable Connection games
hosted on another computer
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 53242
--> https://bugs.winehq.org/attachment.cgi?id=53242
hack
To reproduce:
1. Add 8250.nr_uarts=<n> to the Linux kernel command line on both computers,
where <n> is the number of serial ports physically present on your motherboard.
This is necessary because of bug 39793.
2. Reboot both computers to reload the kernel parameters.
3. Hook up your null modem serial cable.
4. On both computers, open Starcraft and click Multiplayer, Direct Cable
Connection, Ok.
5. Create a game.
The game does not appear on the other computer until the hosts leaves. Then the
game appears, but you get an error dialog if you try to join it.
If one of the two connected computers is a real Windows machine, there is no
problem as long as the Linux machine hosts the game.
The attached patch fixes Starcraft, but almost certainly breaks some other
application.
--
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=40496
Bug ID: 40496
Summary: Copy/Past from file to registration bar not working
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: yousifjkadom(a)yahoo.com
Distribution: ---
Hi. I test new version of wine (1.9.8). There is new bug.
Before version 1.9.8, I was able to copy serial number from a text file & copy
it to registration box to unlock program.
In version 1.9.8 this not working. I have to enter serial menually to register
!!
I test this on PDF eraser & very pdf pdf password removal & ...... other
programs. I use same versions of these programs that I test previously on
previous versions of wine.
Please fix. It is a 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.
http://bugs.winehq.org/show_bug.cgi?id=17887
Summary: Poor graphics (black squares) observed using Many faces
of Go program
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmc(a)xisl.com
I am running "Many faces of Go" and the graphics are displayed horribly.
The fault can be observed in Wine 1.0-1 to the current version.
There is a patch given at http://www.smart-games.com/supportfaq.html under "How
can I run version 12 on Linux or Mac OS?" which refers to
http://article.gmane.org/gmane.comp.emulators.wine.devel/54403
I have tried this patch and it works without breaking anything else I've tried.
Please could this be incorporated.
Thank you.
--
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=35228
Bug ID: 35228
Summary: RC Cars hangs when music changes
Product: Wine
Version: 1.7.9
Hardware: x86
URL: http://www.fileplanet.com/131248/130000/fileinfo/R.C.-
Cars-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 46990
--> http://bugs.winehq.org/attachment.cgi?id=46990
terminal output
The game plays mp3's and whenever music changes Wine comes to a deadlock:
err:ntdll:RtlpWaitForCriticalSection section 0x39a3778 "parser.c:
ParserImpl.csFilter" wait timed out in thread 002d, blocked by 0027, retrying
(60 sec)
followed by
err:ntdll:RtlpWaitForCriticalSection section 0x13cbe0 "filtergraph.c:
IFilterGraphImpl.cs" wait timed out in thread 0009, blocked by 0027, retrying
(60 sec)
The demo contains only 2 music tracks: Mast_Track01.mp3 is playing in the menu,
and Dead_Track01.mp3 is playing during races.
In the demo you should hear music in the menus, click on <Demo play>, while the
track is loading comes the 1st deadlock which is not fatal and the game remains
playable, but music has stopped. During the race press <Esc> to get back to the
menu and here comes the 2nd deadlock (filtergraph.c: IFilterGraphImpl.cs) and
the game comes to a halt.
rccarsdemo_full.zip
md5sum: 110c5a83a066359ebe27f7908e7266ab
'winetricks quartz' is a workaround.
Fedora 19 x86
Alsa 1.0.27 (Pulseaudio is not running)
Wine was compiled without gstreamer 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=23725
Summary: Slow typewriting in IBExpert SQL Editor
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_pradelli(a)yahoo.com
Typewriting feedback is very, very, slow in IBExpert SQL Editor window
--
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=40775
Bug ID: 40775
Summary: Emergency 3 crashes after starting
Product: Wine
Version: 1.9.3
Hardware: x86
URL: http://www.fileplanet.com/147266/140000/fileinfo/Emerg
ency-3-Demo-[German]
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: alexhenrie24(a)gmail.com
Regression SHA1: 6e841fdb75807c159b1f9775be42d0ea11dd8216
Distribution: ---
Created attachment 54674
--> https://bugs.winehq.org/attachment.cgi?id=54674
terminal output (full game version)
The game crashes immediately after start. Can be reproduced with the demo
version too, albeit the demo produces a different terminal output than the full
version I own. It shows only
>err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0xeddf69
Nevertheless, reverting the following commit on 1.9.12 fixes the crash in both
the demo and full version:
commit 6e841fdb75807c159b1f9775be42d0ea11dd8216
Author: Alex Henrie <alexhenrie24(a)gmail.com>
Date: Wed Dec 23 21:56:59 2015 -0700
kernel32: Set error if dstlen < 0 in codepage conversion functions.
emergency3_demo.exe
sha1: 60b1ba2359317139364bf883d451bf0c70f3740a
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=40484
Bug ID: 40484
Summary: Motocross Madness broken geometry on Intel card (works
on LIBGL_ALWAYS_SOFTWARE)
Product: Wine
Version: 1.9.8
Hardware: x86
URL: http://www.fileplanet.com/10909/download/Motocross-Mad
ness
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Running the demo of the game results in broken landscape and motorbike, while
running with LIBGL_ALWAYS_SOFTWARE it render OK. Will attach pictures to
display the difference.
--
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=35439
Bug ID: 35439
Summary: Blackguards demo (non-Steam) shows black screen after
launch
Product: Wine
Version: 1.7.11
Hardware: x86
URL: http://www.chip.de/downloads/Demo-Blackguards_66678941
.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 47296
--> http://bugs.winehq.org/attachment.cgi?id=47296
log
It's a multilingual non-Steam and no DRM demo.
--
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=25458
Summary: Saints Row 2 crashes when entering game.
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: superppl(a)gmail.com
The game Saints Row 2 crashes when attempting to enter a game. Launching the
game and navigating the menu appears to work fine.
--
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=34046
Bug #: 34046
Summary: GUIMiner crashes when trying to start mining.
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keithclark1966(a)gmail.com
Classification: Unclassified
Created attachment 45248
--> http://bugs.winehq.org/attachment.cgi?id=45248
Program Error Details window contents
GUIMiner starts up fine but after entering the account data and trying to start
to mine, the program crashes.
--
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=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=39762
Bug ID: 39762
Summary: wine iexplore cyscape.com/showbrow.asp does not load
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Created attachment 53042
--> https://bugs.winehq.org/attachment.cgi?id=53042
run log
wine iexplore cyscape.com/showbrow.asp
iexplore doesn't go further than notifying the below.
"Performing an extensive browser test. Please wait... "
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40835
Bug ID: 40835
Summary: PulseAudio support with NetBSD
Product: Wine
Version: 1.9.12
Hardware: x86
OS: NetBSD
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
Created attachment 54798
--> https://bugs.winehq.org/attachment.cgi?id=54798
Output of the compilation
Hello,
I am making a package from scratch for NetBSD using pkgsrc so my objective is
to make it fully functional whatever the user wants to use (thanks to options).
Everything is perfect EXCEPT for a problem when building with PulseAudio
support.
NetBSD 7.0.1 (GENERIC.201605221355Z) i386
--
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.
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=34331
Bug #: 34331
Summary: Toolbar buttons can be activated without a proper
click
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blubban(a)gmail.com
Classification: Unclassified
Created attachment 45697
--> http://bugs.winehq.org/attachment.cgi?id=45697
Minimized (110 lines) testcase; includes source and 32bit binary
Steps to reproduce:
1. Open the attached testcase, or anything else with a toolbar (I did nothing
weird with the testcase).
2. Click and hold the mouse on any non-disabled toolbar button
3. Move the mouse to any other toolbar button, disabled or not; release the
mouse
Expected result: The button is not activated, since the mouse was depressed
while hovering over another button. This is also the result on Windows 7 64bit.
Actual result: The button is activated. This can even be done if the button is
disabled, which can give all kinds of strange results in apps that assume
disabled buttons are not triggerable.
To guarantee there is no weird config nearby, I have tested it with a live CD
in a virtual machine. Linux Mint 15 MATE, 64bit; wine1.6-0ubuntu1. I'd use 1.7
if it was in the PPA, but I don't think I have enough RAM to compile Wine on
that VM.
--
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=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.