BAndysc / WoWDatabaseEditor

Integrated development environment (IDE), an editor for Smart Scripts (SAI/smart_scripts) for TrinityCore based servers. Cmangos support work in progress. Featuring a 3D view built with OpenGL and custom ECS framework
MIT License
443 stars 153 forks source link

Software Not Open #203

Open tunitoo0 opened 9 months ago

tunitoo0 commented 9 months ago

When i try to start the program, its just stay in Loading Screen. Have download the latest version of software. image

BAndysc commented 9 months ago

Please open CrashReport.exe, then press right mouse button on the "restart the editor" button to open the menu and choose "restart the editor with console". Now a black console window should pop up. Please copy its content and paste here

tunitoo0 commented 9 months ago

There is noting to paste like 10 mins its black console :/ image

BAndysc commented 9 months ago

Are you using the latest TrinityCore/AzerothCore database and the official unmodified DBC? The editor only support those.

tunitoo0 commented 9 months ago

Yes i use trinitycore, before a day this sowftware work perfectly but yesterday idk why when i try to start it, noting.

tunitoo0 commented 9 months ago

And i redownload the program again, for try without adding the paths for server, again the program not opening.

heyitsbench commented 8 months ago

I am getting this error on a clean download of the latest release.

System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.)
 ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at WDE.DbcStore.Spells.Wrath.WrathSpellService.get_SpellCount()
   at WDE.DbcStore.DbcStore.get_SpellCount()
   at WDE.Spells.MergedSpellService.Cache()
   at WDE.Spells.MergedSpellService.<.ctor>b__3_0(ISpellService _)
   at WDE.Spells.DatabaseSpellService.LoadDataAsync()
   --- End of inner exception stack trace ---