You are not logged in.

#1 2016-11-23 16:55:53

XndrK
Member
Registered: 2016-10-21
Posts: 22

Wine installs, but doesn't run, Quest

I'm trying to run Quest on my laptop with Wine, and the installer ran fine. However, when I try to run it from the application menu (I'm using GNOME 3 if that changes anything), it doesn't do anything. From some advice I got on #archlinux-newbie on Freenode, I ran it in the terminal and got this series of error messages:

fixme:mscoree:ConfigFileHandler_startElement Unknown element L"configSections" in state 2
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"system.diagnostics" in state 2
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"sources" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"source" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"listeners" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"switches" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"sharedListeners" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 6
fixme:mscoree:parse_startup useLegacyV2RuntimeActivationPolicy=L"true" not implemented
fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0,Profile=Client" not implemented
err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory

Unhandled Exception:
System.IO.FileNotFoundException: Could not load file or assembly 'WindowsFormsIntegration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
File name: 'WindowsFormsIntegration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
  at TextAdventures.Quest.My.MyProject+MyForms.get_Main () <0x1d09730 + 0x0001b> in <filename unknown>:0 
  at TextAdventures.Quest.My.MyApplication.OnCreateMainForm () <0x1d096b0 + 0x00017> in <filename unknown>:0 
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () <0x1d09608 + 0x00029> in <filename unknown>:0 
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String[] commandLine) <0x1d095f0 + 0x00010> in <filename unknown>:0 
  at TextAdventures.Quest.My.MyApplication.Main (System.String[] Args) <0x1d00f58 + 0x0002f> in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'WindowsFormsIntegration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
File name: 'WindowsFormsIntegration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
  at TextAdventures.Quest.My.MyProject+MyForms.get_Main () <0x1d09730 + 0x0001b> in <filename unknown>:0 
  at TextAdventures.Quest.My.MyApplication.OnCreateMainForm () <0x1d096b0 + 0x00017> in <filename unknown>:0 
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () <0x1d09608 + 0x00029> in <filename unknown>:0 
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String[] commandLine) <0x1d095f0 + 0x00010> in <filename unknown>:0 
  at TextAdventures.Quest.My.MyApplication.Main (System.String[] Args) <0x1d00f58 + 0x0002f> in <filename unknown>:0 

I tried Googling the "FATAL UNHANDLED EXCEPTION" line and found a similar problem with someone who was using Windows proper, and the correct response was to update the .NET installation, so I tried downloading and installing the Wine Mono package and nothing happened.

I don't know what to do anymore.

Offline

#2 2016-11-23 21:33:53

wudu
Member
Registered: 2010-03-08
Posts: 83

Re: Wine installs, but doesn't run, Quest

Wine doesn't care about mono being installed or not. Try installing winetricks with pacman, run it and install dotnet dlls.

Last edited by wudu (2016-11-23 21:34:10)

Offline

#3 2016-11-25 19:20:18

XndrK
Member
Registered: 2016-10-21
Posts: 22

Re: Wine installs, but doesn't run, Quest

When I try to install any .NET DLLs with winetricks, it complains that a) Mono is not installed (even though I have the wine-mono package installed) and b) .NET either doesn't or may not (and then doesn't) work on 64-bit architectures.

Offline

#4 2016-11-26 15:07:40

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: Wine installs, but doesn't run, Quest

err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory

Are mpg123 and lib32-mpg123 installed ?

If not, install them and try starting from terminal again.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2016-12-10 23:58:28

XndrK
Member
Registered: 2016-10-21
Posts: 22

Re: Wine installs, but doesn't run, Quest

Now that I've gotten back to this ...

I tried that. It didn't work. Sorry I forgot to reply.

Offline

Board footer

Powered by FluxBB