https://bugs.winehq.org/show_bug.cgi?id=42615
Bug ID: 42615
Summary: Firefox ver 52 No TCP/IP network connectivity in
Windows 7+Mode (Works in XP Mode)
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l1501165(a)mvrht.com
Distribution: ---
We are using Wine ver 2.3 with Firefox (32bit, version 52) and Adobe Flash
(version 24) in order to watch DRM streaming content in Mint Linux 18.2.
This works fine under Wine 2.3 Windows XP mode, but if we want to run Wine in
any higher Windows version (7 or higher), Firefox will stall trying to load
the home page or any other site. It looks like the browser does not have tcp/ip
network connectivity. The page will stall (not loading because it trying to
resolve DNS or something) and Firefox will stall. Initally, we installed
Firefox and Flash under Win 7 mode successfully, but when you try to browser
the web -- nothing will load until you switch Wine to XP mode after the
install.
This has been the case for other versions of Firefox 32 bit (ver 40-52) and
Adobe flash (version 23-24) and Wine 1.x to 2.3 for the past year so this is
not a new bug.
We wanted to point out this bug now and get a fix because Firefox ver 52 is
the last version which Mozilla will release that will support Win XP. We want
to continue to stream DRM content in Linux down the road using a secure/updated
Firefox browser with your great software, Wine, but in Window 7 or higher mode.
Thanks for your 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.
https://bugs.winehq.org/show_bug.cgi?id=35796
Bug ID: 35796
Summary: Mortal Online bootstapper installer/client fails on
startup (network ping exception)
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
a #winehq user posted this backtrace with pastebin before switching to MS .NET
Framework.
Since this might be still useful for Wine-Mono I report it here.
I can't reproduce this as I don't have a Mono environment - feel free to close
if not applicable.
Pastebin:
--- snip ---
$ WINEPREFIX=/home/sxe/mo4-wine/ wine Mortal\ Online\ Launcher.exe
wine: created the configuration directory '/home/sxe/mo4-wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0xece8a0, overlapped 0xece8ac): stub
wine: configuration in '/home/sxe/mo4-wine' has been updated.
fixme:wincodecs:PngDecoder_Block_GetCount stub
libgluezilla not found. To have webbrowser support, you need libgluezilla
installed
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x26f506c,0x26cfff0): stub
fixme:gdiplus:GdipGetLineSpacing ignoring style
fixme:gdiplus:GdipGetLineSpacing ignoring style
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x27e55dc,0x27fe2e8): stub
protocol "IP" not found; You might want to add this to /etc/protocols
err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this
requires special permissions.
exception inside UnhandledException handler: Object reference not set to an
instance of an object
[ERROR] FATAL UNHANDLED EXCEPTION: System.Net.Sockets.SocketException: Error
looking up error string
at System.Net.Sockets.Socket..ctor (AddressFamily addressFamily, SocketType
socketType, ProtocolType protocolType) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.SendPrivileged (System.Net.IPAddress
address, Int32 timeout, System.Byte[] buffer,
System.Net.NetworkInformation.PingOptions options) [0x00000] in <filename
unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.Net.IPAddress address,
Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions
options) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress,
Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions
options) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress,
Int32 timeout, System.Byte[] buffer) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress,
Int32 timeout) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress)
[0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check)
System.Net.NetworkInformation.Ping:Send (string)
at Mortal_Online_Launcher.frmMain.UpdatePing () [0x00000] in <filename
unknown>:0
at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
--- snip ---
Download client: http://www.mortalonline.com/download-game-client/
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=43129
Bug ID: 43129
Summary: Inserting an image to RichEdit via OLE
Product: Wine
Version: 2.9
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: shirouzu(a)ipmsg.org
Created attachment 58335
--> https://bugs.winehq.org/attachment.cgi?id=58335
reproduction project
Hello, wine developers.
I got a RichEdit(RichEd20) problem around inserting an image via OLE in Wine.
Always OK : WindowsXP/Vista/7/8/8.1/10
Always NG : Wine-hq 2.9 (and 2.2) in MacOSX(sierra) and Linux debian(testing).
I post a reproduction-project as attachment-file.
When inserting an image, Windows doesn't call IDataObject::GetDataHere, but
Wine always call it.
I think IDataObject::GetDataHere implementation isn't necessary for inserting a
image via OLE in Windows.
And Wine calls IPersistStorage(0000010a-0000-0000-c000000000000046) I/F to
IDataObject via QueryInterface. (I don't know why)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43910
Bug ID: 43910
Summary: Battle.net helper.ex crashes with Win 7 or higher
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hewanci(a)gmail.com
Distribution: ---
Since Blizzard dropped support for Xp, Vista and 2008 games refuse to launch if
Win version is anything older than Win 7.
However, with Win 67 or newer, chats, the News tab and the new Social tab in
beat are all dysfunctional, causing Battle.net helper.exe crashing repeatedly.
As such you are forced to chose between a working Blizz app (Win Vista/2008) or
working games (Win 7+).
No error messages in console.
Arch Linux 64 bit + KDE
Wine Staging 2.18; 64 bit prefix
Core fonts 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=37284
Bug ID: 37284
Summary: Browse C: Drive error.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tjmack2(a)yahoo.com
Created attachment 49587
--> https://bugs.winehq.org/attachment.cgi?id=49587
backtrace log
I get an error message when I use "Browse C: Drive" or "Configure" using Wine.
I had an error also when using version 1.6. I am getting errors when I run
applications so I figured I should find the issue with this first.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43060
Bug ID: 43060
Summary: Call of Duty 1 (Steam) needs to be terminated because
of buffer underrun
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 58229
--> https://bugs.winehq.org/attachment.cgi?id=58229
Console output wine 2.8
Hello everyone,
I made very good experiences trying the demo version of the first Call of Duty
title and decided to buy the Steam version as it was on sale this weekend.
Unfortunately the game doesn't start at all and needs to be terminated because
of a buffer underrun. Console output is attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39531
Bug ID: 39531
Summary: bat file bugs
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: wazeeahmed(a)gmail.com
Distribution: ---
Created attachment 52678
--> https://bugs.winehq.org/attachment.cgi?id=52678
It contains the output of the batch file so it will be easier to find the error
Can't utilize the batch file . Don't know why everytime when I run it from
terminal it faces issues in the 1st line like
fixprocess:fixme:process:CmdBatNotification 1
chmod: bin: No such file or directory ( this chmod is compiled to work on
windows only and all of the related executable , I know linux have them also
but I needed them so that I wont get confused and linux version of the
respective script is only limited to 64bit . That is why I had to use wine to
run these windows .bat file ) . So I ignored this and tried to make it work .
So far it worked but whenever unpacking the ramdisk , it got into an error ) .
I forgot to mention this is a android kernel kitchen batch file . So please if
I missing something let me know or if it's a bug then a fix will save me from
so much problem . I attached the log file also . I know you are so much busy
taking all the strain of others . But we are depending on you so no other
options I have . Thanks in advance .
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37391
Bug ID: 37391
Summary: fr-043 rove fails because of E_NOTIMPL exception
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: nvr4d(a)rambler.ru
Created attachment 49726
--> https://bugs.winehq.org/attachment.cgi?id=49726
wine log
fr-043 loader starts successfully, but when I press "Demo" button, it fails
with an error message saying ".\graphics_dx9.cpp(3661): d3d error 80004001 (1):
E_NOTIMPL (The function called is not supported at this time)"
Wine log in attachment displays some format conversion fixmes.
The demo can be downloaded at http://www.pouet.net/prod.php?which=54588
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43687
Bug ID: 43687
Summary: AdAstra1.3c: crashes on starting
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian_grunwald(a)web.de
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Created attachment 59139
--> https://bugs.winehq.org/attachment.cgi?id=59139
This is the output from wine.
If I start AdAstra.exe withe "wine AdAstra.exe", I get for a short moment a
black screen and the it crashes and I have a broken and low resolution. After
that I need to reboot my Pc. I use wine-2.16 (Staging) and on the other builds
it is the same.
The download link:
https://download.heise.de/files/a7EEtsqruWmY_u6tuFFk7Q/85314/game379449.zip…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37651
Bug ID: 37651
Summary: Guild Wars looks like crappy doo doo
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nickysworld(a)gmail.com
Distribution: ---
Created attachment 50109
--> https://bugs.winehq.org/attachment.cgi?id=50109
Guild Wars looks like crappy doo doo
* I'm using ati radeon card with the open source driver under alphaOS (arch
linux variant)
* I've successfully ran GW on other systems and hardware
* I've disabled UseGLSL per the intructions on the appdb entry as well as tried
-dx8 -noshaders
* the colors are completely random, as if evening or night when it shouldn't
be, or red or blue ambiance as seen in the screenshot
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.