Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 727754 - app-emulation/wine-staging-5.10 - (wine?): .../work/wine-5.10/dlls/ntdll/unix/virtual.c:581: free_ranges_remove_range: Assertion `range->base <= view_base && range->end >= view_end' failed.
Summary: app-emulation/wine-staging-5.10 - (wine?): .../work/wine-5.10/dlls/ntdll/unix...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wine Maintainers
URL: https://bugs.winehq.org/show_bug.cgi?...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-10 06:10 UTC by Jan Psota
Modified: 2020-06-12 00:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Psota 2020-06-10 06:10:46 UTC
winecfg for example can only start once after creating new .wine user directory - when it already exists, wineboot cannot be run.

Example error:
0074:err:virtual:free_ranges_remove_range range 0x10000000 - 0x10020000 is already partially mapped
e: /var/tmp/portage/app-emulation/wine-staging-5.10/work/wine-5.10/dlls/ntdll/unix/virtual.c:581: free_ranges_remove_range: Assertion `range->base <= view_base && range->end >= view_end' failed.
006c:err:environ:run_wineboot failed to start wineboot c00000e5

I found others have the same problem with wine-5.10 (in URL).
Comment 1 Larry the Git Cow gentoo-dev 2020-06-12 00:20:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=0dec49b151eab12bc8c75e0b39c79e2c48d43bf8

commit 0dec49b151eab12bc8c75e0b39c79e2c48d43bf8
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2020-06-12 00:18:51 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2020-06-12 00:18:51 +0000

    app-emulation/wine-staging: Fix assert
    
    Closes: https://bugs.gentoo.org/727754
    Package-Manager: Portage-2.3.100, Repoman-2.3.22
    Signed-off-by: Nick Sarnie <sarnex@gentoo.org>

 app-emulation/wine-staging/Manifest                |   1 +
 .../wine-staging/wine-staging-5.10-r1.ebuild       | 620 +++++++++++++++++++++
 2 files changed, 621 insertions(+)