On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

it seems i can't run it, throws a fatal error on startup (can continue but the game never progresses past the loading screen) - 

System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
   at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
   at System.Reflection.Assembly.LoadFile(String path)
   at All_codes.Dll_char_info.Make_info(Int32 index, String file, String class_name)
   at All_codes.Dll_char_info.Find_all_dll()
   at All_codes.Form_manage.Form1_Shown(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnShown(EventArgs e)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

Maybe you can rename the folder to a full-English name. The Chinese characters in English system might make some glitches.

(2 edits)

it does look like the inner folder name had some strange symbols in it - renamed both that and the folder above it and it's still throwing the same error, though (except it opens in fullscreen instead of a window?)

EDIT: searched the error and found this stackoverflow answer - selected Unblock in the .zip properties, re-extracted it, and now it runs without the error coming up..i guess it was just a windows security thing

unfortunately it seems i'm also stuck at the main menu now though ahah (left clicking doesn't do anything? though i can toggle in/out of one submenu and quit by pressing W and E)