https://bugs.winehq.org/show_bug.cgi?id=47759
Bug ID: 47759
Summary: Origin - Not possible to sign on or go online
Product: Wine
Version: 4.15
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 65241
--> https://bugs.winehq.org/attachment.cgi?id=65241
Console output - wine 4.15 (staging)
Hello everyone,
After starting "Origin" I keep getting a message that it is aparently not
possible to sign in online.
I also tried signing in in offline mode (which works) and tried "Go online" in
the main menu. This also fails.
Anyway, console output for latest wine staging 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=37567
Bug ID: 37567
Summary: Skype home page is totally blank
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: Red Hat
Make sure you deleted login.cab before trying to debug this issue (proper HTML
support is not yet there, see bug 28457).
Skype version: 6.21.32.104
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40801
Bug ID: 40801
Summary: DAoC: Software vertex blending crash
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: hpj(a)copyleft.no
Distribution: ---
Created attachment 54728
--> https://bugs.winehq.org/attachment.cgi?id=54728
wine-1.9.12-daoc-sw-vertex-blending.patch
Out of nostalgia I decided to try to fire up Dark Age of Camelot, which I
played under Cedega at one point in the 00s. I followed the instructions at
https://appdb.winehq.org/objectManager.php?sClass=version&iId=9368 sans the
patch, and it crashed at the character selection screen, as expected.
The linked-to patch no longer applies to Wine master (1.9.12+), and the latest
patch in bug 39057 didn't improve the situation either.
I rebased the patch from the appdb entry (bug 6955) onto git master, after
which the game seemed to run 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=47218
Bug ID: 47218
Summary: "--rpath" given via LDFLAGS is not honored as wine
precedes a "--rpath,$ORIGIN"
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: mail+wine(a)m-reimer.de
Distribution: ---
I've tried to do a proper fix but gave up after some time.
I want to build wine against a patched glibc to work around
https://bugs.winehq.org/show_bug.cgi?id=47198
I thought it should be enough to pass "-Wl,--rpath" via LDFLAGS but this
doesn't work as the LDFLAGS are appended *after* Wine adds a
"-Wl,--rpath,$ORIGIN".
As rpath's are applied in command line order, my "rpath" isn't applied.
This, for example, happens when "wine64-installed" is built.
My crude fix is:
_RPATH="-rpath=/usr/wine-lol-glibc/lib,-rpath=/usr/wine-lol-glibc/lib32"
export LDFLAGS="$LDFLAGS,$_RPATH"
sed "s|-Wl,--rpath,|-Wl,$_RPATH,--rpath,|g" -i $pkgname/configure*
Can you fix this order, so your own "rpath" settings is applied *after*
supplied LDFLAGS are added?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41093
Bug ID: 41093
Summary: Darkfall New Dawn doesn't recognize game data
Product: Wine
Version: 1.9.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joelpartanen(a)tutanota.com
Distribution: ---
Created attachment 55297
--> https://bugs.winehq.org/attachment.cgi?id=55297
3 console logs: fresh install, wininet installed and wininet installed with
rasapi32 set to native
I've been attempting to get Darkfall: New Dawn for a couple of days now.
Currently, the program cannot me installed on wine, so I have installed and
patched the game on a Windows virtual machine and then transferred it to a
fresh wine prefix.
I have added the correct Windows registry entries. They are (both string/value
pairs):
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Ub3rgames\Darkfall New Dawn]
DataPath = C:\Program Files\Darkfall New Dawn\data\
ProgramPath = C:\Program Files\Darkfall New Dawn\
On a Windows machine, if I don't run the installer of the program but instead
simply add the said registry entries, the game runs, provided the paths are set
correctly (I can also move the program to another folder, update the paths and
it will work). On wine, this will not work.
A way to test if the game recognises the installation seems to be to attempt to
run 'darkfall.exe' in the data directory directly. On Windows, if the registry
entries are not said, this will spawn an error saying the game is not installed
correctly. This same error however always appear on wine, no matter if the
registry keys are set or not.
Since I am no wine expert, I have also been pondering if the problem could be
internet access. After installing wininet via winetricks, console output at
time of running the game changes, and I noticed the following line:
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
So in addition to a fresh install with the bare minimum of libraries installed,
I also attempted with wininet installed, and lastly, due to the
RasEnumConnectionsW error, I tried setting rasapi32 to 'native' in winecfg.
Console outputs for all of these are included in the attached file.
I also tried to install the game in wine 1.7.4 and received similar results, so
I don't believe this to be a regression issue. Lastly, the wineprefixes I've
tried have been 32-bit - I also tried a 64-bit one, but there the launcher
itself crashes when opened. The wine version used is indeed the official
1.9.14.
Should somebody need the program to debug the issue, it is freely available
upon registration on it's website.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47245
Bug ID: 47245
Summary: PVproctor: Hangs halfway through install.
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linux(a)klomp.ca
Distribution: ---
The installation starts with asking some questions and accepting the licensing
info.
Then at the halfway point of the install progress bar, nothing further happens.
It just hangs.
Some fixme errors point to audio issues, but not sure how to fix those.
See https://pastebin.com/27Uywffz
The program was downloaded from:
http://download-us-east-1.proctorcam.com/production/pearson_vue/PVproctor-2…
My system : Ubuntu 16.04.6 LTS
--
Do not reply 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=32930
Bug #: 32930
Summary: Age of wonders 2 and to a lesser extent Age of wonders
shadow magic suffer from mouse lag when on direct3d
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
Classification: Unclassified
I may be overreaching with the conclusions but it seems that a well known
design problem of Direct3d/windows device api made the jump to wine, even
though a normal workaround in windows is to 'use opengl'.
These games suffer from what is commonly called 'floating cursor' or mouse lag
if configured with direct3d (supposedly the hardware mode and the most
efficient). If you search for 'direct3d mouse lag' you come across numerous
blogs/forums explaining the cause.
http://my.opera.com/Vorlath/blog/2009/02/01/directx-d3d-mouse-laghttp://www.southwindsgames.com/blog/2009/01/15/mouse-lag-keyboard-lag-direc…http://forums.indiegamer.com/showthread.php?15469-Mouse-Lag-with-D3D
So this is a bit of a problem for those games and probably more. Even a wine
registry hack would be nice
--
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=25290
Summary: Fallout: New Vegas - sound occasionally drops
Product: Wine
Version: 1.3.7
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=32133)
--> (http://bugs.winehq.org/attachment.cgi?id=32133)
terminal output
Been around since I started playing, but every so often (probably 20 minutes or
so), the sound drops out for 30 seconds or so, then resumes as if nothing went
wrong.
May be related to 64-bit, not sure, as terminal shows some gstreamer fixme's
about missing codecs.
--
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=47758
Bug ID: 47758
Summary: Draugen needs mfplat.dll.MFGetConfigurationDWORD
Product: Wine-staging
Version: 4.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Originally reported in https://bugs.winehq.org/show_bug.cgi?id=46723#c3
Next one is mfplat.dll.DestroyPropVariant
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46668
Bug ID: 46668
Summary: World of Tanks 1.X crashes after login
Product: Wine
Version: 4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: entrop92(a)gmail.com
Distribution: Other
Created attachment 63614
--> https://bugs.winehq.org/attachment.cgi?id=63614
crash log
World of tanks is crashing right after login.
When it crashes it posts these two lines in terminal:
ntrop\world_of_tanks\drive_c\Games\World_of_Tanks\WorldOfTanks.exe:
ecc-random.c:75: _nettle_ecc_mod_random: Assertion `nbytes <= m->size * sizeof
(mp_limb_t)' failed.
008f:err:winsock:interface_bind Failed to bind to interface, receiving
broadcast packets will not work on socket 1ad8.
008f:err:winsock:interface_bind Failed to bind to interface, receiving
broadcast packets will not work on socket 1ad8.
Wine version: 4.1 staging
Wine uses these libraries on runtime (direct dependencies calculated with help
of readelf):
alsa-lib-1.1.8
ffmpeg-4.1
gcc-8.2.0
glib2-2.58.3
glibc-2.28
gst-plugins-base-1.14.4
gstreamer-1.14.4
lcms2-2.9
libX11-1.6.7
libXext-1.3.3
libglvnd-1.1.0
libgphoto2-2.5.22
libxcb-1.13.1
libxml2-2.9.9
mpg123-1.25.10
ocl-icd-2.2.12
openal-1.19.1
openldap-2.4.47
perl-5.28.1
pulseaudio-12.2
systemd-240
vkd3d-1.1
zlib-1.2.11
Distro: tankos (tankos.org, kind of LFS)
I'll be happy to provide any more info to trace this bug down.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.