c# - VS2013- Japanese compilation broken? -
i'm sorry if sounds confused, see if has ideas :(
i have built library use openbve train simulator- https://github.com/leezer3/bvec_ats
i'm english, , have tested/ compiled under windows , ubuntu (12.04)
i have had message japanese user, compiled using vs2013, , attempting run under ubuntu 12.04.
my precompiled version works correctly, version throwing error (identical source):
a critical error has occured: route , train loader encountered following critical error:default constructor not found type plugin.advanceddriving. please inspect error log file further information.
this constructor advanceddriving window looks like:
private advanceddriving() { //window show advanced driving debug information initializecomponent(); this.locationchanged += new eventhandler(advanceddriving_locationchanged); this.sizechanged += new eventhandler(advanceddriving_sizechanged); this.formclosed += new formclosedeventhandler(advanceddriving_formclosed); this.minimizebox = false; this.maximizebox = false; this.showintaskbar = false; mask = new advanceddrivingmask(); mask.show(); }
complete file: https://github.com/leezer3/bvec_ats/blob/master/advanceddriving.cs
is there way japanese version of windows/ vs2013 causing these issues, or should looking elsewhere?
Comments
Post a Comment