https://bugs.winehq.org/show_bug.cgi?id=51702
Bug ID: 51702
Summary: AFxW: the working directory of launched Unix
application isn't set
Product: Wine
Version: 6.15
Hardware: x86-64
URL: https://web.archive.org/web/20210811072930if_/http://a
kt.d.dooo.jp/lzh/afxw32_165.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
Created attachment 70575
--> https://bugs.winehq.org/attachment.cgi?id=70575
Configuration file for AFxW to launch Unix application
AFxW[1], aka あふw in Japanese, is an ultra-low functionality two-pane file
manager.
With Wine 6.13 or later, working directory of launched Unix application is
always '/'. This is a regression because the working directory corresponds to
AFxW's active directory pane with Wine 6.12.
@kusyan, a reporter on Twitter, wrote up the following scenario in Japanese.
Thanks to the scenario, I can confirm this issue.
Steps to reproduce:
1. unzip afxw32_165.zip
2. Put attached AFXW.DEF to the directory which AFXW.EXE exists.
3. If you don't have /usr/bin/lxterminal, rewrite line 6 of AFXW.DEF to your
favorite Unix terminal software (after KEY_01=).
4. LANG=ja_JP.UTF-8 wine AFXW.EXE
5. Press [F2] to launch the specified terminal software.
6. Type 'pwd' (without quotes) and [Enter] in the new terminal window.
Expected result:
The terminal shows an Unix directory corresponding to AFxW's active directory
pane.
For instance, if your AFxW's active directory pane shows 'C:\', the terminal
will show '/home/yourname/.wine/drive_c'.
Actual result:
The terminal shows '/'. It's not a directory corresponding to AFxW's active
directory pane.
[1] http://akt.d.dooo.jp/akt_afxw.html
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51693
Bug ID: 51693
Summary: ntdll:info fails on Windows 7 64-bit
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ntdll:info fails on Windows 7 64-bit:
info.c:891: Test failed: 63: got 0x0 and 12 (expected STATUS_SUCCESS and 24)
info.c:891: Test failed: 62: got 0x0 and 12 (expected STATUS_SUCCESS and 24)
...
info.c:891: Test failed: 24: got 0x0 and 12 (expected STATUS_SUCCESS and 24)
info.c:899: Test failed: 23: got 0x0 and 12 (expected
STATUS_INFO_LENGTH_MISMATCH and 24)
https://test.winehq.org/data/patterns.html#ntdll:info
This failure has been confirmed to be caused by the commit below:
commit 37ed43a1717fd7a58b8d6733dc65783bd5c57709
Author: Alexandre Julliard <julliard(a)winehq.org>
AuthorDate: Mon Aug 2 14:53:11 2021 +0200
ntdll: Fix the SYSTEM_CACHE_INFORMATION structure definition.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45133
Bug ID: 45133
Summary: NewProcessFromToken tool (.NET app) from Google
sandbox-attacksurface-analysis-tools v1.1.x wants
'ntdll.NtQueryInformationProcess' to support
'ProcessSessionInformation'
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
needed by 'NewProcessFromToken' .NET-based app from
https://github.com/google/sandbox-attacksurface-analysis-tools
--- quote ---
sandbox-attacksurface-analysis-tools
(c) Google Inc. 2015, 2016, 2017, 2018
Developed by James Forshaw
This is a small suite of tools to test various properties of sandboxes on
Windows. Many of the checking
tools take a -p flag which is used to specify the PID of a sandboxed process.
The tool will impersonate
the token of that process and determine what access is allowed from that
location. Also it's recommended
to run these tools as an administrator or local system to ensure the system can
be appropriately enumerated.
CheckExeManifest: Check for specific executable manifest flags.
CheckNetworkAccess: Check access to network stack.
NewProcessFromToken: Create a new process based on existing token.
TokenView: View and manipulate various process token values.
NtApiDotNet: A basic managed library to access NT system calls and objects.
NtObjectManager: A powershell module which uses NtApiDotNet to expose the NT
object manager.
ViewSecurityDescriptor: View the security descriptor from an SDDL string or an
inherited object.
--- quote ---
It's actually a pretty neat "testsuite" for native API, Wine could benefit from
it.
Prerequisite:
* 32-bit WINEPREFIX
* .NET Framework 4.5 -> 'winetricks -q dotnet45'
NOTE: needs at least one running process (Windows pids -> command line)
--- snip ---
Wine-dbg>info process
pid threads executable (all id:s are in hex)
00000033 1 'notepad.exe'
00000013 4 'explorer.exe'
0000000e 5 'services.exe'
00000028 4 \_ 'winedevice.exe'
00000023 3 \_ 'plugplay.exe'
0000001b 4 \_ 'winedevice.exe'
--- snip ---
--- snip ---
$ WINEDEBUG=+seh,+relay,+ntdll wine ./NewProcessFromToken.exe -p 51 notepad.exe
>>log.txt 2>&1
...
004f:Call
ntdll.NtQueryInformationProcess(0000014c,00000018,0011e300,00000004,0032f39c)
ret=03f67d78
004f:trace:ntdll:NtQueryInformationProcess
(0x14c,0x00000018,0x11e300,0x00000004,0x32f39c)
004f:fixme:ntdll:NtQueryInformationProcess (process=0x14c) Unimplemented
information class: ProcessSessionInformation
004f:Ret ntdll.NtQueryInformationProcess() retval=c0000003 ret=03f67d78
004f:Call KERNEL32.RaiseException(e0434352,00000001,00000005,0032f274)
ret=00788fdb
004f:trace:seh:raise_exception code=e0434352 flags=1 addr=0x7b446ec7
ip=7b446ec7 tid=004f
004f:trace:seh:raise_exception info[0]=80131600
004f:trace:seh:raise_exception info[1]=00000000
004f:trace:seh:raise_exception info[2]=00000000
004f:trace:seh:raise_exception info[3]=00000000
004f:trace:seh:raise_exception info[4]=00630000
004f:trace:seh:raise_exception eax=7b435589 ebx=00000005 ecx=00000000
edx=0032f220 esi=0032f220 edi=0032f1e0
004f:trace:seh:raise_exception ebp=0032f1b8 esp=0032f154 cs=f7bb0023 ds=32002b
es=f7be002b fs=f7be0063 gs=f7be006b flags=00000212
004f:trace:seh:call_vectored_handlers calling handler at 0x7ba398 code=e0434352
flags=1
004f:Call KERNEL32.GetLastError() ret=007ba3c6
004f:Ret KERNEL32.GetLastError() retval=00000000 ret=007ba3c6
...
004f:Call KERNEL32.CreateProcessW(00000000,010e2280
L"notepad.exe",00000000,00000000,00000000,00080000,00000000,00000000,0032f24c,0032f36c)
ret=03f6485b
...
--- snip ---
The failure to query the process session ID is not critical (it will still
launch new process) .. hence "wants" in summary.
Source:
https://github.com/google/sandbox-attacksurface-analysis-tools/blob/43ab463…
$ sha1sum Release-v1.1.14.7z
8cd7991e675a995a3d67ef0aca2a8bf0e1512f6a Release-v1.1.14.7z
$ du -sh Release-v1.1.14.7z
384K Release-v1.1.14.7z
$ wine --version
wine-3.7-65-ge637a6f0bf
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=40700
Bug ID: 40700
Summary: Page Scrolling Bar of PDF Ereaser Not Appear
Product: Wine
Version: 1.9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Created attachment 54584
--> https://bugs.winehq.org/attachment.cgi?id=54584
(1)
Hi. I test PDF Ereaser on Wine 1.9.11
A new bug appear: page scrolling bar not appear! Now I can not use mouse for
scrolling across pages. Instead I have to use arrows keys to navigate from page
to page.
Please look to screenshots: (1) in windows OS & (2) in Linux using Wine 1.9.11
Please look on red arrows that I added in (1) & red & blue oval markers that I
added in (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=23979
Summary: SMSDV's main window is empty
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: b7.10110111(a)gmail.com
Here's the screenshot: http://appdb.winehq.org/appimage.php?iId=31576
If i click on the empty space on the window or even in the text enter widget, i
can drag the window. Choosing "About wine" after right-clicking the window
makes About dialog behave the same as the main 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=41548
Bug ID: 41548
Summary: draftsight 32bit crashes during registration on ubuntu
14.04 lts
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scottdickerson1(a)gmail.com
Distribution: ---
Created attachment 55880
--> https://bugs.winehq.org/attachment.cgi?id=55880
program error details
draftsight crashes while trying to register it. using ubuntu 14.04
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41355
Bug ID: 41355
Summary: Microsoft Access 2007 is not opening a legitimate
access file
Product: Wine
Version: 1.6-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: santanu_chatterjee59(a)yahoo.co.in
Distribution: ---
Created attachment 55706
--> https://bugs.winehq.org/attachment.cgi?id=55706
Microsoft Access 2007 is not opening a legitimate access file
Microsoft Access 2007 is not opening a legitimate access field
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51700
Bug ID: 51700
Summary: Habbo Launcher doesn't start
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.finizio.mgbx(a)hotmail.it
Distribution: ---
Created attachment 70573
--> https://bugs.winehq.org/attachment.cgi?id=70573
Terminal output
To reproduce the bug: download Habbo installer from: https://www.habbo.it/;
install and run. I keep getting the same output, like a loop. I used an Acer
Aspire 5738Z with Linux Mint Xfce 20.2, Wine 6.16 and Intel GMA X4500M graphics
(https://www.techpowerup.com/gpu-specs/gma-x4500m.c1236).
The problem doesn't happen on another pc, an HP Pavilion 15, with Linux Mint
MATE 20.2, Wine 6.16, and [AMD/ATI] Kabini [Radeon HD 8400 / R3 Series].
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51667
Bug ID: 51667
Summary: Rufus can't use
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aykutboray(a)gmail.com
Distribution: ---
When I opened to Rufus, it doesn't see my USB drives.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51585
Bug ID: 51585
Summary: Couldn't start debugger L"winedbg --auto 96 64" (1115)
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vladimir.kokovic(a)gmail.com
Distribution: ---
Konsole log:
...
/root/files/spider.sh &
0024:fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
0024:fixme:htmlhelp:HtmlHelpW HH_PRETRANSLATEMESSAGE unimplemented
wine: Unhandled page fault on write access to 0000000000000000 at address
00007F92D42369BB (thread 0070), starting debugger...
0070:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 96 64"
(1115)
Read the Wine Developers Guide on how to set up winedbg or another debugger
...
wine --version
wine-6.14
Vladimir Koković, DP senior(70), Serbia, Belgrade, 10.August 2021
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51527
Bug ID: 51527
Summary: Seeing and error message after upgrading to 6.13
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikes(a)guam.net
Distribution: ---
Just did dnf update and it installed wine 6.13.
Afterwards I generally run
wine notepad
from command line to have it do the test of update.
This time, it did the update fine, and comes up with the
blank screen and I closed the notepad.
After a short time, the following comes up on terminal
window.
wine: Unhandled page fault on write access to
0000000000000000 at address 00007F56D62BE3A1
(thread 0074), starting debugger...
0074:err:seh:start_debugger Couldn't start debugger
L"winedbg --auto 100 72" (1115)
Read the Wine Developers Guide on how to set up
winedbg or another debugger
Not sure why it can't start debugger.
I can run
wine winedbg --auto 100 72
afterwards, but it shows info, but doesn't apply to the
previous notepad run.
If I run notepad from the menu, you would never see this
message at all, so not sure if it is just something to
ignore.
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.
https://bugs.winehq.org/show_bug.cgi?id=50986
Bug ID: 50986
Summary: Rufus does not detect USBs because Wine recognizes
mounted pendrives as hard disks
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: riky.8(a)outlook.it
Distribution: ---
Created attachment 69821
--> https://bugs.winehq.org/attachment.cgi?id=69821
The complete Rufus log generated by WineHQ 6.0 stable
On Windows the usb are seen correctly by Rufus and going into the driver
information I saw that the usb made use of the USBSTOR.SYS and usbstor.inf
driver, not present on WineHQ:
0024:fixme:setupapi:CM_Get_Device_ID_List_SizeA 0093EA30 "USBSTOR"
0x00000102: stub
My request is to add support for usb mass storage (USBSTOR).
The complete Rufus log generated by WineHQ 6.0 stable is attached.
The problem persists even on WineHQ 6.6 develop and staging. Unfortunately the
setupapi bugfixes did not include this enhancement.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49795
Bug ID: 49795
Summary: widl dislikes restricted attribute somewhen
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
Distribution: ---
When compiling SAPI IDL files I have encountered an error, that the attr is
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.
https://bugs.winehq.org/show_bug.cgi?id=47903
Bug ID: 47903
Summary: Add a NetBSD test VM
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: NetBSD
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
A GSoC 2019 student worked on improving Wine support on NetBSD:
https://www.phoronix.com/scan.php?page=news_item&px=Wine-NetBSD-GSoC-2019-D…
In order to keep Wine in good shape on NetBSD the TestBot should have a NetBSD
Wine VM. Currently this is blocked on:
1. A wininet patch:
https://www.winehq.org/pipermail/wine-devel/2019-October/151827.html
-> Once fixed setting a NetBSD build-only VM should be possible.
2. Setting up a NetBSD with an auto-login X session.
-> This will allow the TestBot to automatically recreate the live snapshot
when needed.
3. Some RPATH issues that break Wine's WoW support.
https://www.winehq.org/pipermail/wine-devel/2019-September/150284.html
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48649
Bug ID: 48649
Summary: Guild Wars 2 / TaCo : unable to start overlay, get
only black screen
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: aeris+winehq(a)imirhil.fr
Distribution: ---
It's currently not possible to run an overlay like TaCo
(http://www.gw2taco.com/) over the running game. TaCo starts and works be we
got a black screen everywhere, instead of a transparent background.
See render here: https://www.gamingonlinux.com/forum/topic/3966
Trouble reported here to: https://github.com/doitsujin/dxvk/issues/1225
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51711
Bug ID: 51711
Summary: Regression in ARM 32-bit compile, does not find unwind
functions
Product: Wine
Version: 6.16
Hardware: arm
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: mike(a)cchtml.com
Distribution: ---
Trying to compile wine (NOT staging) in Fedora 34, 35, and 36 (Rawhide) results
in a compile error for only ARM 32-bit builds.
Error snippet:
gcc -o loader/wine-preloader loader/preloader.o loader/preloader_mac.o -static
-nostartfiles -nodefaultlibs \
-Wl,-Ttext=0x7d400000 -Wl,-z,relro -Wl,--as-needed
/usr/bin/ld: loader/preloader.o:(.ARM.exidx+0x8): undefined reference to
`__aeabi_unwind_cpp_pr1'
/usr/bin/ld: loader/preloader.o:(.ARM.exidx+0x50): undefined reference to
`__aeabi_unwind_cpp_pr0'
collect2: error: ld returned 1 exit status
make: *** [Makefile:154942: loader/wine-preloader] Error 1
Fedora 34 full build log:
https://kojipkgs.fedoraproject.org//work/tasks/7977/74857977/build.log
Fedora 34 wine (NOT staging) build task:
https://koji.fedoraproject.org/koji/taskinfo?taskID=74857977
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51634
Bug ID: 51634
Summary: Gaea 1.2.1.8 crashes with a managed stacktrace
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: u8g6kz6t(a)anonaddy.me
Distribution: ---
Created attachment 70491
--> https://bugs.winehq.org/attachment.cgi?id=70491
Output when running Gaea.exe with wine
Gaea 1.2.1.8 (a .NET application) crashes with the following message:
[...]
Got a UNKNOWN while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
[...]
This happens on wine-staging 6.15 on a new clean 64-bit prefix without any MS
.NET frameworks or DXVK DLLs 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=51694
Bug ID: 51694
Summary: Wine v6.16 build fails when both gcc and clang are
available on the build system
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: reserv0(a)yahoo.com
Distribution: ---
Created attachment 70565
--> https://bugs.winehq.org/attachment.cgi?id=70565
Sample of the build log
Greetings,
I have been building quite a few Wine versions in the past on the same build
system (with gcc as the system compiler, and clang available as a secondary
compiler), and everything always went fine until Wine v6.16 came out: with the
latter, for some (weird) reason, the build system seems to use *both* gcc and
clang to compile Wine, and fails as a result...
Specifying 'export CC=gcc;export CXX=g++' does not suffice to prevent Wine's
build system to wrongly pick up clang, and I must uninstall the latter to get
Wine v6.16 to build successfully with gcc...
Attached is a short sample of the build log (at the point where it fails too)
for you to see.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49931
Bug ID: 49931
Summary: 64-bit Dota 2 randomly crashes, but 32-bit Dota 2
works perfectly
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
To reproduce:
1. Install Steam for Windows.
2. Install Dota 2 via `wine 'C:\Program Files (x86)\Steam\steam.exe'
steam://run/570`. This will install both the 32-bit and the 64-bit version of
the game.
3. Start 64-bit Dota via `wine 'C:\Program Files
(x86)\Steam\steamapps\common\dota 2 beta\game\bin\win64\dota2.exe'`.
4. In the lower-right corner, click Play Dota, Practice With Bots, Solo, Start
Bot Match.
5. Click on any hero, click Lock In, and wait for the game to start.
Before the game starts, Dota freezes, then crashes. Sometimes it crashes before
you even click Play Dota. Sometimes it crashes right after the map starts
rendering.
No useful information is written to the console in vanilla Wine. However, in
Wine Staging, lines similar to the following are printed repeatedly right
before the crash:
04b8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range
0x7f1522b50000-0x7f1522b53000, unix_prot 0x7.
04b8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range
0x7f1522c80000-0x7f1522c83000, unix_prot 0x7.
04b8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range
0x7f1523ad0000-0x7f1523ad3000, unix_prot 0x7.
04b8:err:virtual:alloc_area_in_reserved_or_between_callback Could not map in
reserved area.
m Files (x86)\Steam\steamapps\common\dota 2 beta\game\bin\win64\dota2.exe:
../wine-staging/dlls/ntdll/unix/virtual.c:1286: create_view: Assertion
`!((UINT_PTR)base & page_mask)' failed.
If you instead run 32-bit Dota via `wine 'C:\Program Files
(x86)\Steam\steamapps\common\dota 2 beta\game\bin\win32\dota2.exe'`, the game
runs 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=40750
Bug ID: 40750
Summary: TinyTask 1.50 playback of mouse click on linux
desktop.
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: services(a)beyondcr.com
Distribution: ---
Mouse click playback will not interact with programs within the Linux desktop.
To reproduce, Run Tinytask.exe left click the blue record button, move the
mouse to any program/object outside of wine that you can normally interact with
a mouse click and click it, move mouse back to TinyTask and press the red
record button to stop recording. Now press the green play button and the mouse
should replay the mouse movements you have just made but it will not preform
the click. Link to appdb
https://appdb.winehq.org/objectManager.php?sClass=version&iId=33800
Direct link to program
http://www.vtaskstudio.com/vista.pl?action=download&link=tinytask.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=51342
Bug ID: 51342
Summary: Need For Speed Underground 2 freezes when loading
magazine cover
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sorin.mikaelis255(a)gmail.com
Distribution: ---
Created attachment 70199
--> https://bugs.winehq.org/attachment.cgi?id=70199
Basic error log
Playing Need For Speed Underground 2 and getting a weird freezing issue when on
the loading screen for a magazine cover.
The specific cover is for "Sport Compact Car" and appears when Stage 2 - Beacon
Hill is about 85% completed (if needed I can get much more specific about my
progress.)
I've tested with following the GPS and not following the GPS, and also both my
cars, it freezes every time.
I was initially having the issue with the Lutris fork of 6.10 but I tested on
6.11 and it's still happening.
I've attached the basic error log that Lutris generates.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50317
Bug ID: 50317
Summary: Unusable performance/system locks up in 3D
applications since 5.14
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: r9shackleford(a)gmail.com
Distribution: ---
Upon launching seemingly any intensive 3D application via wine the system
becomes unresponsive and Xorg has 100% CPU usage.
Arch Linux OS, Linux kernel 5.9, Nvidia GTX 970 proprietary drivers 455.45.01
Issue happens on any wine release since 5.14.
Issue goes away if I use the 'virtual desktop' mode. Possibly related, I use
two monitors.
Bisecting it leads to commit 5491e939bc22f0ab479aec6b8a525be9c5ff5e35
https://source.winehq.org/git/wine.git/commit/5491e939bc22f0ab479aec6b8a525…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51190
Bug ID: 51190
Summary: Game refusing to open
Product: Wine
Version: 6.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: schacharena.de(a)gmail.com
Distribution: ---
I've often played Rocket League, and I still do.
But recently, my wine version (6.8) hasn't worked out. When logging in, I get
this error: :fixme:winediag:LdrInitializeThunk wine-staging 6.8 is a testing
version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when
filing bug reports on winehq.org.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0064:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
006c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0090:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0100:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0108:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0108:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0108:fixme:toolhelp:Heap32ListFirst : stub
0108:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0108:fixme:heap:RtlSetHeapInformation 00000000010C0000 0 00000000004EEC00 4
stub
warn: D3D11CoreCreateDevice: Adapter is not a DXVK adapter
It's only been this week i've had this problem. It seem as if it's primarily a
wine issue that would need to be 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=51688
Bug ID: 51688
Summary: Sai crash htmlhelpw
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alastair.trackermail(a)gmx.com
Distribution: ---
Created attachment 70555
--> https://bugs.winehq.org/attachment.cgi?id=70555
lines displayed after running program
Trying to run Sai
https://appdb.winehq.org/objectManager.php?sClass=version&iId=33968 results in
a crash "0024:fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled."
HtmlHelpW.
Log included.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51712
Bug ID: 51712
Summary: rename new page
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 888251(a)stud.unive.it
Created attachment 70587
--> https://bugs.winehq.org/attachment.cgi?id=70587
rename a new page
rename a new page
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.