https://bugs.winehq.org/show_bug.cgi?id=45085
Bug ID: 45085
Summary: Provide packages for Ubuntu 18.04 Bionic Beaver
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
The archive currently doesn't provide packages for Ubuntu 18.04, packages would
be appreciated.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45247
Bug ID: 45247
Summary: Fedora Packaging: Incorrect URL in gpgkey field in
winehq.repo
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: m.v.b(a)runbox.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
This bug applies to all winehq.repo files hosted by WineHQ for Fedora
packaging.
As an example, please take a look at the following winehq.repo file for Fedora
26: https://dl.winehq.org/wine-builds/fedora/26/winehq.repo
Here are its contents:
[WineHQ]
name=WineHQ packages (Fedora 26)
type=rpm-md
baseurl=https://dl.winehq.org/wine-builds/fedora/26
gpgcheck=1
gpgkey=https://repos.wine-staging.com/wine/Release.key
enabled=1
As you will notice, the gpgkey= field points to the following URL:
https://repos.wine-staging.com/wine/Release.key
This prevents the installation of packages, as this URL redirects to the WineHQ
Bugzilla.
The correct URL appears to be:
https://dl.winehq.org/wine-builds/Release.key
I verified that using this URL works.
Would it be possible to update the winehq.repo files for the Fedora package
releases so that they point to the correct URL in the gpgkey field?
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=43820
Bug ID: 43820
Summary: Provide packages for Ubuntu Artful 17.10
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: derekbga(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Ubuntu 17.10 Artful Aardvark is currently in its final beta phase, before its
release on 2017-10-19. It would be helpful to provide packages for this
version, especially before the release date. At
https://dl.winehq.org/wine-builds/ubuntu/dists/ I don't see a folder for
artful.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43833
Bug ID: 43833
Summary: FATAL ERROR: wglCreateContextAttribsARB failed in
Wolfenstein: The New Order
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: katoflip(a)protonmail.com
Distribution: ---
Whenver I try to start up Wolfenstein: TNO I get this message.
https://ghostbin.com/paste/eyrvx
Let me know what other information I can provide.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44698
Bug ID: 44698
Summary: Offworld Trading Company net functionality not working
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: muesli4(a)gmail.com
Distribution: ---
Created attachment 60710
--> https://bugs.winehq.org/attachment.cgi?id=60710
Very verbose output.
The net functionality of "Offworld Trading Company" (Steam version) does not
work.
I ran Steam with the following command:
WINEDEBUG=err+all,warn+all,fixme+all wine Steam.exe -no-cef-sandbox
The net service is called Tachyon. I looked for "tachyon" in the output and it
somehow fails to load the dll (but file exists).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38172
Bug ID: 38172
Summary: Smite: Hi-Rez Studios Authenticate and Update Service
fails
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 50922
--> https://bugs.winehq.org/attachment.cgi?id=50922
Smite - installer (InstallSmite.exe) terminal output
The game is not installable due to this issue. The Hi-Rez Studios Update
Service tries to open itself but instead, throws bunch of ole errors in
terminal and fails.
Short terminal output as an attachment.
Long ole backtrace uploaded on dropbox (Wine Bugzilla file size limit
exceeded):
https://www.dropbox.com/s/a56idpskq5hw550/wine_smite_oledebug?dl=1
Windows mode: Win7
Fresh 32-bit wineprefix
winetricks vcrun2008 (required by the game)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40969
Bug ID: 40969
Summary: Wine: DLL Injection on suspended process provides NULL
arg for static library's DLLMain's lpvReserved value
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: aheinerm(a)gmail.com
Distribution: ---
WINE does not respect the behaviour of the lpvReserved argument in DLLMain.
>From the documentation of DllMain
(https://msdn.microsoft.com/en-us/library/windows/desktop/ms682583(v=vs.85).…)
~~~
lpvReserved [in]
If fdwReason is DLL_PROCESS_ATTACH, lpvReserved is NULL for dynamic loads
and non-NULL for static loads.
If fdwReason is DLL_PROCESS_DETACH, lpvReserved is NULL if FreeLibrary has
been called or the DLL load failed and non-NULL if the process is terminating.
~~~~
WINE does NOT respect this behaviour.
# EXAMPLE
Given the following:
A.exe, B.dll, C.dll
C.dll is statically linked from both A.exe and B.dll.
A.exe's process is started and suspended.
B.dll is injected into the A.exe process.
At some point the DllMain of C.dll is called. In WINE, the lpvReserved argument
is NULL, even though C.dll is statically loaded. In Windows 7, 8, and 10, the
lpvReserved argument is non-null.
# REAL WORLD IMPACT
https://github.com/bwapi/bwapi/issues/598https://bugs.winehq.org/show_bug.cgi?id=40259
Blizzard Entertainment's Storm.dll library uses the lpvReserved to invoke a
different behaviour in its DllMain (why, I have no idea). Their video game
Starcraft: Broodwar is statically linked to this library. The third-party hack
DLL called BWAPI.dll is also statically linked to Storm.dll. The Hack launcher
called ChaosLauncher starts and suspends the Starcraft process and injects
various hacks (one being BWAPI). The error in the tracking issue above is
surfaced.
The issue surfaced because Storm performs some alternative initialization logic
that corrupts its ability to function correctly later. In order to temporarily
work around the issue I have forcefully undone the logic made in the other DLL
to cause it to malfunction.
In this case the executable and statically linked library are owned by a
company and their source codes are not available. It should be possible to
reproduce the issue in a more trivial example.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44099
Bug ID: 44099
Summary: Switch to aapcs-vfp is incompatible with variadic
functions with GCC
Product: Wine-staging
Version: 2.21
Hardware: arm
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mike(a)cchtml.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Commit:
https://source.winehq.org/git/wine.git/commitdiff/644f497e87c51f1a1c62b26ea…
The wine-staging patchsets of at least fsutil-Stub_Program and
shell32-ACE_Viewer introduce variadic functions that cause ARM builds to fail.
Either the patchsets need to be refined or the upstream commit needs to be
reverted.
--
Do not reply 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=35533
Bug ID: 35533
Summary: Make it possible to see the sent patch files inline
without extra download step
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Classification: Unclassified
Currently clicking on a patch file attached to a job leads to a save file
dialog, it would be preferable (at least to me) to be able to see it inline.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45245
Bug ID: 45245
Summary: Add StartupWMClass also to bundled .desktop files such
as wine-notepad.desktop
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: hein(a)kde.org
Distribution: ---
Since the resolution of bug 32699, wine adds StartupWMClass=foo.exe to the
.desktop files it generates, matching the name/instance string of the WM_CLASS
it sets on wine windows. This has massively improved the integration of Wine
clients with desktop environments and made the users of KDE Plasma (and likely
Gnome Shell, which works the same way) much happier.
However, we've recently noticed that wine .desktop files installed in /usr and
presumably pre-generated/bundled haven't been updated in the same way. For
example, `wine-notepad.desktop` doesn't contain StartupWMClass=notepad.exe, so
the integration doesn't work there.
Fixing this up would allow the "Pin" and "Start New Instance" actions and even
listings of recently open files to work in the context menu of tasks like
Notepad in KDE Plasma, for example.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38009
Bug ID: 38009
Summary: winex11.drv does not set NET_WM_STATE_FULLSCREEN if
the display mode was changed
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: stefan(a)codeweavers.com
Distribution: ---
Winex11.drv only sets NET_WM_STATE_FULLSCREEN on a fullscreen game window if
the game uses the monitor resolution that was set when winex11.drv was loaded.
The cause of this is that is_window_rect_fullscreen compares the window
rectangle against the monitor size reported by Xinerama when winex11.drv was
loaded.
This appears to trigger bugs inside Metacity clones and Compiz when creating a
window at a lower resolution. It also breaks the fix that was proposed by a
Marco developer to fix the bug that currently prevents fullscreen windows from
being iconified.
--
Do not reply 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=23310
Summary: Mouse pointer prevented from leaving virtual desktop
window when it shouldn't be
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.gamershell.com/download_1721.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
With some programs which use full-screen mode, Wine stops the mouse pointer
from leaving the window, even when virtual desktop mode is enabled and "Allow
DirectX apps to stop the mouse leaving their window" is not selected. I'll
describe two such programs.
Airport Tycoon 2 is an airport management simulation game. A demo can be
downloaded from http://www.gamershell.com/download_1721.shtml
This bug applies to the full game and the demo.
[An alternative version can be downloaded from
http://d.trymedia.com/dm/take2/60m_d/t_07om/AirportTycoon2Setup.exe
That is apparently a time-limited full version which can be unlocked on
payment. Installing IE6 using winetricks could get that to work, but as the
demo shows the problem it's not necessary.]
Use winecfg to enable virtual desktop mode, and make sure "Allow DirectX apps
to stop the mouse leaving their window" is not checked. Running the game, the
pointer is captured so it cannot leave the virtual desktop window. It is
therefore difficult or impossible to e.g. move the Wine virtual desktop window.
There are also issues when you have another window open and active in front of
the virtual desktop (e.g. Alt-Tab to a terminal window). Moving the mouse in
that non-Wine window, when the pointer is about to leave it, the pointer is
moved to the position corresponding to the centre of the virtual desktop
window.
The only console output which might be relevant is this:
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (108,70)-(916,697)
A second program which has this problem is 101 Bunny Pets. A time-limited demo
can be downloaded from http://www.selectsoftnow.com/software/info.php?ID=5858
You'll need to install IE6 using winetricks to run the demo after installing
it.
This game can be set to run in a window in its options menu, but the default is
full-screen. Notice the pointer is captured and the same issue with non-Wine
window in front as with Airport Tycoon 2. There didn't seem to be any relevant
console output when I ran 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=40617
Bug ID: 40617
Summary: Allow users to change passwords
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
I was recently rotating passwords and noticed that I can't change my testbot
password, whereas I can on forums/appdb/bugs.winehq.org
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43579
Bug ID: 43579
Summary: starting any wine process on armv7l: Bus error (core
dumped)
Product: Wine
Version: 2.15
Hardware: arm
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: jacek(a)codeweavers.com, nerv(a)dawncrow.de
Regression SHA1: 3b30002aecf7cd55970979f7e02a53866fe66f1f
Distribution: Debian
I recently got a chromebook, and after setting up a debian chroot, decided to
try wine. I compiled from git, which worked fine out of the box, but crashed
trying to run anything more than --version:
(stretch)austin@localhost:~$ ./wine-git/wine cmd /c "echo hi"
Bus error (core dumped)
I installed wine from the repository (1.8.7), which I noticed works:
(stretch)austin@localhost:~$ /usr/bin/wine cmd /c "echo hi"
hi
regression testing points to:
3b30002aecf7cd55970979f7e02a53866fe66f1f is the first bad commit
commit 3b30002aecf7cd55970979f7e02a53866fe66f1f
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Oct 24 17:48:49 2016 +0200
ntdll: Cache error information for cacheable handles with no fd.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 aee6fddacd30e103f1d6e132eb6552d390714c7e
ef03cabffd148f9ebf59c8503f7197b3238c7eae M dlls
uname -a: Linux localhost 3.14.0 #1 SMP PREEMPT Wed Jul 26 23:30:44 PDT 2017
armv7l GNU/Linux
I'm not very familiar with arm, so if there's some info that would be helpful,
let me know.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44744
Bug ID: 44744
Summary: Autodesk Fusion 360 need
propsys.dll.PSGetPropertyKeyFromName to be installed
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: propsys
Assignee: wine-bugs(a)winehq.org
Reporter: gillg02(a)hotmail.com
Distribution: ---
Software Autodesk Fusion 360, needs propsys.dll.PSGetPropertyKeyFromName to be
completly installed.
Else installer report an error and app is not useable...
I tried to find a workaround, but no solution... A python code is compiled in
binary installer and it use code bellow :
[...]
for key, val in self._shellprops.items():
variant = propsys.tag_inner_PROPVARIANT()
variant.vt = self._comauto.VT_LPWSTR
temp = propsys.WSTRING()
hr = strdup(val, self._ctypes.byref(temp))
getattr(variant, '__MIDL____MIDL_itf_propsys_0002_00900001').pwszVal =
temp
if self._comauto.S_OK != hr:
self._ctypes.memset(self._ctypes.byref(variant), 0,
self._ctypes.sizeof(variant))
propkey = propsys._tagpropertykey()
psgetpropertykeyfromname(key, self._ctypes.byref(propkey))
ps.SetValue(self._ctypes.byref(propkey), self._ctypes.byref(variant))
propvariantclear(self._ctypes.byref(variant))
[...]
def PSGetPropertyKeyFromName(self):
"""
Gets the property key for a canonical property name
see:
https://msdn.microsoft.com/en-us/library/windows/desktop/bb762081(v=vs.85).…
:return: an implementaion of PSGetPropertyKeyFromName
"""
if not self._psgetpropertykeyfromname:
self._psgetpropertykeyfromname =
self._ctypes.windll.propsys.PSGetPropertyKeyFromName
propsys = self._pso
self._psgetpropertykeyfromname.argtypes = [
self._wintypes.LPCWSTR,
self._ctypes.POINTER(propsys._tagpropertykey)]
return self._psgetpropertykeyfromname
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44742
Bug ID: 44742
Summary: Divinity: Original Sin 2 crash due to unimplemented
iphlpapi function.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: dagfinn(a)reiakvam.no
Distribution: ---
Created attachment 60752
--> https://bugs.winehq.org/attachment.cgi?id=60752
Suggested patch to implement ConvertLengthToIpv4Mask.
>From v3.0.180.158 Divinity: Original Sin 2 uses function
ConvertLengthToIpv4Mask from iphlpapi. Game does not launch due to this.
Tested on newest git version of wine.
wine: Call from 0x7bc5bfbc to unimplemented function
IPHLPAPI.DLL.ConvertLengthToIpv4Mask, aborting
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38564
Bug ID: 38564
Summary: Rush for Berlin Gold crashes after starting
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51449
--> https://bugs.winehq.org/attachment.cgi?id=51449
terminal output
DRM-free version from Gamersgate.
The game shows the loading screen for a brief moment then Wine crashes
somewhere in avifil32.
Installing ffdshow or xvid doesn't make it any better.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37594
Bug ID: 37594
Summary: World of Warcraft in-game browser does not work
Product: Wine
Version: 1.7.31
Hardware: x86
URL: https://eu.battle.net/en/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adys.wh(a)gmail.com
Distribution: ArchLinux
Created attachment 50030
--> https://bugs.winehq.org/attachment.cgi?id=50030
Screenshot of browser
The new in-game browser from 5.x has never worked. Screenshot attached.
No relevant output. Can easily be tested with a trial account going in game
menu -> Help -> Knowledge Base.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44984
Bug ID: 44984
Summary: Maya 2018 LT Installer requires unimplemented function
api-ms-win-crt-time-l1-1-0.dll._timespec64_get
Product: Wine
Version: 3.6
Hardware: x86
URL: https://www.autodesk.com/products/maya-lt/free-trial
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: lockert.fredrick(a)gmail.com
Distribution: Gentoo
Created attachment 61118
--> https://bugs.winehq.org/attachment.cgi?id=61118
Wine 3.6 Terminal Output
Installer crashes during initialisation due to missing implementation of
function api-ms-win-crt-time-l1-1-0.dll._timespec64_get
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44864
Bug ID: 44864
Summary: Incoming crashes after the intro video
Product: Wine
Version: 1.9.24
Hardware: x86
URL: https://archive.org/download/incoming_201401/incoming.
exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: stefan(a)codeweavers.com
Regression SHA1: 0d91d86bbab13b42bd39f142548fe8e0280fe0cd
Distribution: ---
Created attachment 60923
--> https://bugs.winehq.org/attachment.cgi?id=60923
terminal output
The game Incoming (released in 1998 by Rage Software) shows the developer logo
after starting, then it throws an error message and quits. Can be reproduced
with the demo version.
The game used to work prior to
commit 0d91d86bbab13b42bd39f142548fe8e0280fe0cd
Author: Stefan Dösinger <stefandoesinger(a)gmx.at>
Date: Sun Nov 13 15:12:44 2016 -0600
ddraw: Use wined3d_device_process_vertices for execute buffers.
incoming.exe (3.8M)
md5sum: 5b1fff6863768eeff95167e510d09a2e
Wine 3.5
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 390.48
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42446
Bug ID: 42446
Summary: Native Access - missing
api-ms-win-core-file-l2-1-2.dll and virtdisk.dll
Product: Wine
Version: 2.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: demattcp(a)gmail.com
Distribution: ---
At first, Native Access was just missing Virtdisk.dll. Then, I copied that
specific dll file from my other Windows 10 computer into wine's system32
directory.
Now this is the output:
fixme:winediag:start_process Wine Staging 2.1 is a testing version containing
experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
err:module:import_dll Library api-ms-win-core-file-l2-1-2.dll (which is needed
by L"C:\\windows\\system32\\VirtDisk.dll") not found
err:module:import_dll Library VirtDisk.dll (which is needed by L"C:\\Program
Files\\Native Instruments\\Native Access\\Native Access.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Native Instruments\\Native Access\\Native Access.exe" failed, status
c0000135
I am hoping this is something I can fix with winetricks.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29999
Bug #: 29999
Summary: Bloodrayne 2: text in the menus misplaced
Product: Wine
Version: 1.4-rc5
Platform: x86
URL: http://www.fileplanet.com/147598/140000/fileinfo/Blood
Rayne-2-Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 39061
--> http://bugs.winehq.org/attachment.cgi?id=39061
terminal output
Now that bug #8871 has been fixed, text in the menus and in mid-game does
appear.
The problem is that text in the menus is misplaced (see the attached
screenshot).
This doesn't affect gameplay as text in mid-game appears fine.
Fedora 16
Nvidia 250 / driver 290.10
X.Org X Server 1.11.4
--
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=44772
Bug ID: 44772
Summary: progecad 2018 installer does not start
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 60795
--> https://bugs.winehq.org/attachment.cgi?id=60795
last 2500 lines before msgbox
Hi, a user reported problems with this installer in the forum.
See : https://forum.winehq.org/viewtopic.php?f=9&t=30381
The application checks version of ntdll and decides it`s too old. I`ll attach
patch hereafter.
attached here last 2500 lines before msgbox
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.