Run On Linux

Neutrons

Member
Mar 28, 2013
31
1
Hi, i need a butterfly r105 version ( r63 / phoenix ) compatible with linux. ( I use mono )
@Adil I've read you was using bfly with your linux vps
 

Adil

DevBest CEO
May 28, 2011
1,276
714
Does r105 contain c++ files? (They end with .cpp & .h)
If so, you can't run it on Linux. Those files contain winsock-specific network code, which is not compatible with Linux.
 

Neutrons

Member
Mar 28, 2013
31
1
@Adil I get this error:
Code:
Unhandled Exception:
System.EntryPointNotFoundException: GetSystemMenu
  at (wrapper managed-to-native) Butterfly.Program:GetSystemMenu (intptr,bool)
  at Butterfly.Program.Main () [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.EntryPointNotFoundException: GetSystemMenu
  at (wrapper managed-to-native) Butterfly.Program:GetSystemMenu (intptr,bool)
  at Butterfly.Program.Main () [0x00000] in <filename unknown>:0
root@**:/usr/Bfly#
 

Users who are viewing this thread

Top