EAPP installed perfectly, but doesn't run.

Questions about Wine on Linux
Locked
astrokid
Newbie
Newbie
Posts: 2
Joined: Sat Oct 19, 2013 5:17 pm

EAPP installed perfectly, but doesn't run.

Post by astrokid »

I'm relatively new to the linux environment. So forgive me if I miss something obvious. I am trying to use the app called EAPP which installed perfectly through wine. But when I try to double click on the desktop icon, nothing happens. I am using Ubuntu 13.04 if that's required.

Please help me. This is my work related app and I don't want to use windows for that. I'd be happy to answer any questions if I'm missing something.
User avatar
dimesio
Moderator
Moderator
Posts: 13211
Joined: Tue Mar 25, 2008 10:30 pm

Re: EAPP installed perfectly, but doesn't run.

Post by dimesio »

What happens when you run it in a terminal? http://wiki.winehq.org/FAQ#run_from_terminal
astrokid
Newbie
Newbie
Posts: 2
Joined: Sat Oct 19, 2013 5:17 pm

Re: EAPP installed perfectly, but doesn't run.

Post by astrokid »

This is what I get as an error.

Code: Select all

Unhandled Exception:
System.TypeLoadException: Could not load type 'Ail.Data.Services.Db4oSettingService' from assembly 'Ail, Version=1.25.3.392, Culture=neutral, PublicKeyToken=dd7f6499412b92f5'.
  at Ail.Data.Managers.BaseManager.Connect () [0x00000] in <filename unknown>:0 
  at Ail.Eapp.Updater.UpdaterController.OnSettingRequest (System.Object sender, Ail.Framework.Settings.SettingEventArgs e) [0x00000] in <filename unknown>:0 
  at Ail.Framework.AilBase.RequestSetting (System.String group, System.String section, System.String key, System.String defaultValue) [0x00000] in <filename unknown>:0 
  at Ail.Eapp.Updater.UpdaterController.get_LastUpdated () [0x00000] in <filename unknown>:0 
  at Ail.Eapp.Updater.SplashUpdater.Setup () [0x00000] in <filename unknown>:0 
  at Ail.Eapp.Updater.SplashUpdater..ctor (System.String[] args) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) Ail.Eapp.Updater.SplashUpdater:.ctor (string[])
  at Ail.Eapp.Updater.SplashUpdater.Main (System.String[] args) [0x00000] in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load type 'Ail.Data.Services.Db4oSettingService' from assembly 'Ail, Version=1.25.3.392, Culture=neutral, PublicKeyToken=dd7f6499412b92f5'.
  at Ail.Data.Managers.BaseManager.Connect () [0x00000] in <filename unknown>:0 
  at Ail.Eapp.Updater.UpdaterController.OnSettingRequest (System.Object sender, Ail.Framework.Settings.SettingEventArgs e) [0x00000] in <filename unknown>:0 
  at Ail.Framework.AilBase.RequestSetting (System.String group, System.String section, System.String key, System.String defaultValue) [0x00000] in <filename unknown>:0 
  at Ail.Eapp.Updater.UpdaterController.get_LastUpdated () [0x00000] in <filename unknown>:0 
  at Ail.Eapp.Updater.SplashUpdater.Setup () [0x00000] in <filename unknown>:0 
  at Ail.Eapp.Updater.SplashUpdater..ctor (System.String[] args) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) Ail.Eapp.Updater.SplashUpdater:.ctor (string[])
  at Ail.Eapp.Updater.SplashUpdater.Main (System.String[] args) [0x00000] in <filename unknown>:0 
User avatar
dimesio
Moderator
Moderator
Posts: 13211
Joined: Tue Mar 25, 2008 10:30 pm

Re: EAPP installed perfectly, but doesn't run.

Post by dimesio »

That looks like .NET output. Try installing whatever version of native .NET this app requires.
Locked