strange dummy dumps of netfiles

17 views
Skip to first unread message

S.A. Asselbergs

unread,
Jun 15, 2016, 4:11:16 PM6/15/16
to Haxe
Hi fellow Haxers,

When I do
haxe HelloWorld -cs dummy --no-output -D dump=pretty -net-lib Assembly-CSharp-firstpass.dll
Why do I get an error?



--- Details ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I get the following error
Unhandled Exception:
System.IO.FileLoadException: Could not load the specified file.
  at IKVM.Reflection.AssemblyName..ctor (System.String assemblyName) <0x7f3dd2d17ef0 + 0x0008a> in <filename unknown>:0
  at Mono.CSharp.AssemblyDefinition.CreateAssemblyName () <0x7f3dd2bb5a90 + 0x0003b> in <filename unknown>:0
  at Mono.CSharp.AssemblyDefinitionStatic.Create (IKVM.Reflection.Universe domain) <0x7f3dd2c92720 + 0x0001c> in <filename unknown>:0
  at Mono.CSharp.Driver.Compile () <0x7f3dd2c16e20 + 0x0042b> in <filename unknown>:0
  at Mono.CSharp.Driver.Main (System.String[] args) <0x7f3dd2c168b0 + 0x00159> in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileLoadException: Could not load the specified file.
  at IKVM.Reflection.AssemblyName..ctor (System.String assemblyName) <0x7f3dd2d17ef0 + 0x0008a> in <filename unknown>:0
  at Mono.CSharp.AssemblyDefinition.CreateAssemblyName () <0x7f3dd2bb5a90 + 0x0003b> in <filename unknown>:0
  at Mono.CSharp.AssemblyDefinitionStatic.Create (IKVM.Reflection.Universe domain) <0x7f3dd2c92720 + 0x0001c> in <filename unknown>:0
  at Mono.CSharp.Driver.Compile () <0x7f3dd2c16e20 + 0x0042b> in <filename unknown>:0
  at Mono.CSharp.Driver.Main (System.String[] args) <0x7f3dd2c168b0 + 0x00159> in <filename unknown>:0
Compilation error
Native compilation failed
Error: Build failed

simon@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 16.04 LTS
Release:    16.04
Codename:    xenial

simon@ubuntu:~$ haxe -version
3.2.1

import cs.Lib;

class HelloWorld {
static public function main() { }
}
files.zip
Reply all
Reply to author
Forward
0 new messages