Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TBC's DBC cannot be saved correctly #229

Open
Greyisttot opened this issue Feb 7, 2024 · 5 comments
Open

TBC's DBC cannot be saved correctly #229

Greyisttot opened this issue Feb 7, 2024 · 5 comments
Labels

Comments

@Greyisttot
Copy link

Spell Editor
System.FormatException: 输入字符串的格式不正确在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer&number, NumberFormatlnfo info, Boolean parseDecimal)在 System.Number.Parselnt32(String s, NumberStyles style, NumberFormatlnfo info)在 SpellEditor.MainWindow.d 51.MoveNext0

@Greyisttot Greyisttot added the bug label Feb 7, 2024
@stoneharry
Copy link
Owner

Can you upload your full DBC set for me, so that I can debug it? Thanks

@jpmckown
Copy link

jpmckown commented Mar 2, 2024

Ran into this same issue.
DBC files I used you can find here https://github.com/stoneharry/WoW-Spell-Editor/releases/download/v2.2.1/WoW_Spell_Editor_v2_2_1.exe

@Crypticaz
Copy link

Running into the same issue

@Sparco6
Copy link

Sparco6 commented Sep 12, 2024

i found solution, before i using older version, in bindings_243_tbc
you find lines in file Spell.txt

uint SpellIconID
uint ActiveIconID
uint Unknown1
uint SpellName0 string
uint SpellName1 string

change that Unknown1 to
uint SpellPriority

uint ActiveIconID
uint SpellPriority
uint SpellName0 string

and then extract works i fixed this extract in
97480bc

but there is not needed to rename uint to int, just that unknown1 line only and you got extracted correct files
image

@Sparco6
Copy link

Sparco6 commented Sep 14, 2024

Sparco6@aa953eb
fix here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants