Neverwinter Nights on Lutris won’t install

Home Forums Tech Support Neverwinter Nights on Lutris won’t install

Viewing 13 posts - 16 through 28 (of 28 total)
  • Author
    Posts
  • #77024
    PizzaDude
    Member

    If you use Intel graphics (mesa), like strider said in a previous thread, you need to remove the 32-bit libtxc-dxtn-s2tc0 .

    So on Ubuntu 16.04

    Code:
    apt remove libtxc-dxtn-s2tc0:i386

    If you installed steam through your repos instead of the steam site, this will remove steam also. So you need to install it from steampowered.com instead of the Ubuntu repos.

    #77027
    Freejack_
    Member

    Ok but I can not keep Lutris running on Opensuse, after the last Lutris update it exploded and does not run.

    The following is the Lutris throw up/explosion:

    ** (lutris:28572): WARNING **: Couldn’t register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    INFO 2016-12-02 12:05:56,157 [service]:Welcome to Lutris
    /usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py:63: Warning: The property GtkAlignment:xalign is deprecated and shouldn’t be used anymore. It will be removed in a future version.
    self.builder.add_from_file(ui_filename)
    /usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py:63: Warning: The property GtkAlignment:yalign is deprecated and shouldn’t be used anymore. It will be removed in a future version.
    self.builder.add_from_file(ui_filename)
    /usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py:63: Warning: The property GtkWidget:margin-left is deprecated and shouldn’t be used anymore. It will be removed in a future version.
    self.builder.add_from_file(ui_filename)
    /usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py:63: Warning: The property GtkWidget:margin-right is deprecated and shouldn’t be used anymore. It will be removed in a future version.
    self.builder.add_from_file(ui_filename)
    Traceback (most recent call last):
    File “/usr/bin/lutris”, line 207, in <module>
    lutris.run(int(time.time()))
    File “/usr/lib/python3.4/site-packages/lutris/util/service.py”, line 31, in run
    self.lutris_window = LutrisWindow(service=self)
    File “/usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py”, line 155, in __init__
    self.sidebar_treeview = SidebarTreeView()
    File “/usr/lib/python3.4/site-packages/lutris/gui/sidebar.py”, line 53, in __init__
    self.update()
    File “/usr/lib/python3.4/site-packages/lutris/gui/sidebar.py”, line 83, in update
    self.installed_runners = [runner.name for runner in runners.get_installed()]
    File “/usr/lib/python3.4/site-packages/lutris/runners/__init__.py”, line 68, in get_installed
    runner = import_runner(runner_name)()
    File “/usr/lib/python3.4/site-packages/lutris/runners/wine.py”, line 422, in __init__
    ‘default’: get_default_version(),
    File “/usr/lib/python3.4/site-packages/lutris/runners/wine.py”, line 278, in get_default_version
    installed_versions = get_wine_versions()
    File “/usr/lib/python3.4/site-packages/lutris/runners/wine.py”, line 258, in get_wine_versions
    dirs = version_sort(os.listdir(WINE_DIR), reverse=True)
    File “/usr/lib/python3.4/site-packages/lutris/util/strings.py”, line 49, in version_sort
    return sorted(versions, key=version_key, reverse=reverse)
    TypeError: unorderable types: NoneType() < NoneType()

    #77028
    __eMpTy__
    Participant
    Freejack_ wrote:
    Ok but I can not keep Lutris running on Opensuse, after the last Lutris update it exploded and does not run.

    The following is the Lutris throw up/explosion:

    ** (lutris:28572): WARNING **: Couldn’t register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    INFO 2016-12-02 12:05:56,157 [service]:Welcome to Lutris
    /usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py:63: Warning: The property GtkAlignment:xalign is deprecated and shouldn’t be used anymore. It will be removed in a future version.
    self.builder.add_from_file(ui_filename)
    /usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py:63: Warning: The property GtkAlignment:yalign is deprecated and shouldn’t be used anymore. It will be removed in a future version.
    self.builder.add_from_file(ui_filename)
    /usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py:63: Warning: The property GtkWidget:margin-left is deprecated and shouldn’t be used anymore. It will be removed in a future version.
    self.builder.add_from_file(ui_filename)
    /usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py:63: Warning: The property GtkWidget:margin-right is deprecated and shouldn’t be used anymore. It will be removed in a future version.
    self.builder.add_from_file(ui_filename)
    Traceback (most recent call last):
    File “/usr/bin/lutris”, line 207, in <module>
    lutris.run(int(time.time()))
    File “/usr/lib/python3.4/site-packages/lutris/util/service.py”, line 31, in run
    self.lutris_window = LutrisWindow(service=self)
    File “/usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py”, line 155, in __init__
    self.sidebar_treeview = SidebarTreeView()
    File “/usr/lib/python3.4/site-packages/lutris/gui/sidebar.py”, line 53, in __init__
    self.update()
    File “/usr/lib/python3.4/site-packages/lutris/gui/sidebar.py”, line 83, in update
    self.installed_runners = [runner.name for runner in runners.get_installed()]
    File “/usr/lib/python3.4/site-packages/lutris/runners/__init__.py”, line 68, in get_installed
    runner = import_runner(runner_name)()
    File “/usr/lib/python3.4/site-packages/lutris/runners/wine.py”, line 422, in __init__
    ‘default’: get_default_version(),
    File “/usr/lib/python3.4/site-packages/lutris/runners/wine.py”, line 278, in get_default_version
    installed_versions = get_wine_versions()
    File “/usr/lib/python3.4/site-packages/lutris/runners/wine.py”, line 258, in get_wine_versions
    dirs = version_sort(os.listdir(WINE_DIR), reverse=True)
    File “/usr/lib/python3.4/site-packages/lutris/util/strings.py”, line 49, in version_sort
    return sorted(versions, key=version_key, reverse=reverse)
    TypeError: unorderable types: NoneType() < NoneType()

    stridercore wrote:
    This is not a bug, it’s a feature. Silly OpenSUSE user!

    Marked as: FIXED

    #77029
    linuxgnuru
    Participant

    so, um, when will there be a NeverWinter Nights 2 native linux be made?

    #77031
    Orn
    Participant
    __eMpTy__ wrote:
    Freejack_ wrote:
    Ok but I can not keep Lutris running on Opensuse, after the last Lutris update it exploded and does not run.

    The following is the Lutris throw up/explosion:

    ** (lutris:28572): WARNING **: Couldn’t register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    INFO 2016-12-02 12:05:56,157 [service]:Welcome to Lutris
    /usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py:63: Warning: The property GtkAlignment:xalign is deprecated and shouldn’t be used anymore. It will be removed in a future version.
    self.builder.add_from_file(ui_filename)
    /usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py:63: Warning: The property GtkAlignment:yalign is deprecated and shouldn’t be used anymore. It will be removed in a future version.
    self.builder.add_from_file(ui_filename)
    /usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py:63: Warning: The property GtkWidget:margin-left is deprecated and shouldn’t be used anymore. It will be removed in a future version.
    self.builder.add_from_file(ui_filename)
    /usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py:63: Warning: The property GtkWidget:margin-right is deprecated and shouldn’t be used anymore. It will be removed in a future version.
    self.builder.add_from_file(ui_filename)
    Traceback (most recent call last):
    File “/usr/bin/lutris”, line 207, in <module>
    lutris.run(int(time.time()))
    File “/usr/lib/python3.4/site-packages/lutris/util/service.py”, line 31, in run
    self.lutris_window = LutrisWindow(service=self)
    File “/usr/lib/python3.4/site-packages/lutris/gui/lutriswindow.py”, line 155, in __init__
    self.sidebar_treeview = SidebarTreeView()
    File “/usr/lib/python3.4/site-packages/lutris/gui/sidebar.py”, line 53, in __init__
    self.update()
    File “/usr/lib/python3.4/site-packages/lutris/gui/sidebar.py”, line 83, in update
    self.installed_runners = [runner.name for runner in runners.get_installed()]
    File “/usr/lib/python3.4/site-packages/lutris/runners/__init__.py”, line 68, in get_installed
    runner = import_runner(runner_name)()
    File “/usr/lib/python3.4/site-packages/lutris/runners/wine.py”, line 422, in __init__
    ‘default’: get_default_version(),
    File “/usr/lib/python3.4/site-packages/lutris/runners/wine.py”, line 278, in get_default_version
    installed_versions = get_wine_versions()
    File “/usr/lib/python3.4/site-packages/lutris/runners/wine.py”, line 258, in get_wine_versions
    dirs = version_sort(os.listdir(WINE_DIR), reverse=True)
    File “/usr/lib/python3.4/site-packages/lutris/util/strings.py”, line 49, in version_sort
    return sorted(versions, key=version_key, reverse=reverse)
    TypeError: unorderable types: NoneType() < NoneType()

    stridercore wrote:
    This is not a bug, it’s a feature. Silly OpenSUSE user!

    Marked as: FIXED

    #WorksForMe

    linuxgnuru wrote:
    so, um, when will there be a NeverWinter Nights 2 native linux be made?

    Probably maybe but I wantingly think no

    #77032
    strider
    Participant
    Freejack_ wrote:
    Ok but I can not keep Lutris running on Opensuse, after the last Lutris update it exploded and does not run.

    The following is the Lutris throw up/explosion:

    Thanks for the backtrace, this is a valid bug and will be fixed in 0.4.4.
    From the looks of it, it might happen if you have no wine versions installed from lutris (but it seems strange that I wouldn’t have caught this before)

    Try creating a “0.0.1” and “0.0.2” folder in ~/.local/share/lutris/runners/wine folder, that should workaround the bug until I fix the issue.

    #77033
    strider
    Participant
    linuxgnuru wrote:
    so, um, when will there be a NeverWinter Nights 2 native linux be made?

    Bioware never released a native client for NWN2

    It is Gold on WineHQ though https://appdb.winehq.org/objectManager. … &iId=17426

    #77034
    kloinka
    Participant

    Neverwinter Nights works fine for me on my Lutris, though Lutris seems to have issues updating on FC24 for the past few weeks:

    Dependencies resolved.
    ================================================================================
    Package Arch Version Repository Size
    ================================================================================
    Skipping packages with broken dependencies:
    lutris noarch 0.4.3-15.1 home_strycore 898 k
    lutris src 0.4.3-15.1 home_strycore 687 k

    Transaction Summary
    ================================================================================

    #77035
    RTheren
    Participant

    It’s working now, but only on Intel graphics.

    Primusrun/optirun seg faults for some reason.
    Also videos don’t play :/

    EDIT: Videos now work. I was missing lib32-openal and nwmovies.pl (bleachbit fault)

    #77044
    __eMpTy__
    Participant
    strider wrote:
    Freejack_ wrote:
    Why not play it native since it has a Linux version?

    This *is* an installer for the native version, it just uses the game assets from the GOG version (which is not native).

    How does GOG’s “native” version compare to the one in Lutris?
    https://www.reddit.com/r/linux_gaming/comments/5gsvu3/neverwinter_nights_diamond_editions_gog_native/

    #77045
    strider
    Participant
    __eMpTy__ wrote:
    How does GOG’s “native” version compare to the one in Lutris?
    https://www.reddit.com/r/linux_gaming/comments/5gsvu3/neverwinter_nights_diamond_editions_gog_native/

    GOG doesn’t have a native version, this is a script from dotslashplay that does similar things the Lutris installer.
    I have to look at the script to figure out how movies are supported (they aren’t with Lutris)

    #77046
    strider
    Participant
    kloinka wrote:
    Neverwinter Nights works fine for me on my Lutris, though Lutris seems to have issues updating on FC24 for the past few weeks:

    Dependencies resolved.
    ================================================================================
    Package Arch Version Repository Size
    ================================================================================
    Skipping packages with broken dependencies:
    lutris noarch 0.4.3-15.1 home_strycore 898 k
    lutris src 0.4.3-15.1 home_strycore 687 k

    Transaction Summary
    ================================================================================

    I don’t see an error message.

    #77048
    linuxgnuru
    Participant

    On a separate note; I only had the gold version on CD; and as GOG gives you Diamond, I’m getting it now as well. Will Lutris let me use both the GOG version and the one I already have installed via the CD?

Viewing 13 posts - 16 through 28 (of 28 total)
  • You must be logged in to reply to this topic.