Home › Forums › Tech Support › Neverwinter Nights on Lutris won’t install
- This topic has 27 replies, 9 voices, and was last updated 6 years, 6 months ago by
linuxgnuru.
-
AuthorPosts
-
December 2, 2016 at 1:19 am #77024
PizzaDude
MemberIf 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:i386If 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.
December 2, 2016 at 11:01 am #77027Freejack_
MemberOk 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()December 2, 2016 at 12:29 pm #77028__eMpTy__
ParticipantFreejack_ 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
December 2, 2016 at 12:33 pm #77029linuxgnuru
Participantso, um, when will there be a NeverWinter Nights 2 native linux be made?
December 2, 2016 at 1:42 pm #77031Orn
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
December 2, 2016 at 4:36 pm #77032strider
ParticipantFreejack_ 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.
December 2, 2016 at 4:37 pm #77033strider
Participantlinuxgnuru 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
December 3, 2016 at 12:40 am #77034kloinka
ParticipantNeverwinter 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 kTransaction Summary
================================================================================December 3, 2016 at 7:08 am #77035RTheren
ParticipantIt’s working now, but only on Intel graphics.
Primusrun/optirun seg faults for some reason.
Also videos don’t playEDIT: Videos now work. I was missing lib32-openal and nwmovies.pl (bleachbit fault)
December 6, 2016 at 3:00 pm #77044__eMpTy__
Participantstrider 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/December 6, 2016 at 4:26 pm #77045strider
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)December 6, 2016 at 4:27 pm #77046strider
Participantkloinka 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 kTransaction Summary
================================================================================I don’t see an error message.
December 7, 2016 at 9:50 am #77048linuxgnuru
ParticipantOn 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?
-
AuthorPosts
- You must be logged in to reply to this topic.