figment / falloutsnip

Fork of TESsnip targeted at Fallout 4
GNU General Public License v3.0
18 stars 4 forks source link

Error initializing main view #6

Open Kaedras opened 8 years ago

Kaedras commented 8 years ago

When I start the program I get this error capture

Emilgardis commented 8 years ago

See Emilgardis/falloutsnip#1

Emilgardis commented 8 years ago

Also, install Microsoft.CodeDom.Providers.DotNetCompilerPlatform version 1.0.0 and make sure your compiler is set to .Net 4.6

miere43 commented 8 years ago

You should compile file called resource.resx in Application/Lang folder using ResGen.exe (just drag n' drop resource.resx on ResGen.exe). Then copy resource.resources to /Lang (falloutsnip/application/bin/debug/lang). Worked for me.

Kaedras commented 8 years ago

@miere43 thanks, that fixed it