Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I recently installed mono for windows on ubuntu using wine. I have the latest version of wine when I installed mono for windows. I installed my pc games and ...
  1. #1
    Just Joined!
    Join Date
    Sep 2008
    Posts
    22

    mono & net framework apps

    Hi, I recently installed mono for windows on ubuntu using wine. I have the latest version of wine when I installed mono for windows. I installed my pc games and they both run using wine. However, to play multiplayer(it's an old game) I need a net framework application. So I copied the files that are needed to run the multiplayer .net app. When I run the exe multiplayer app using mono, it runs that disappears within seconds. Could anyone please help me with this? Thanks.

  2. #2
    Just Joined!
    Join Date
    Sep 2008
    Posts
    22
    Also, this is the error message I get when I try to run it in terminal:

    Code:
    michael@michael-laptop:~$ 
    michael@michael-laptop:~$ sudo mono '/home/michael/EE Lobby Folder/EELOBBYCLIENT.exe' 
    [sudo] password for michael: 
    
    Unhandled Exception: System.NotImplementedException: The requested feature is not implemented.
      at Microsoft.VisualBasic.Interaction.Shell (System.String Pathname, AppWinStyle Style, Boolean Wait, Int32 Timeout) [0x00000] 
      at EELOBBYCLIENT.FormLogin.wb_DownloadFileCompleted (System.Object sender, System.ComponentModel.AsyncCompletedEventArgs e) [0x00000] 
      at System.Net.WebClient.OnDownloadFileCompleted (System.ComponentModel.AsyncCompletedEventArgs args) [0x00000] 
      at System.Net.WebClient.<DownloadFileAsync>m__13 (System.Object state) [0x00000] 
    michael@michael-laptop:~$

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...