osh77
Smash Cadet
I tried reinstalling .net framework 2.0 , and then even tried going on to use .net framework 3.5 but still not working 
Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!
You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!
I need more information than "not working"I tried reinstalling .net framework 2.0 , and then even tried going on to use .net framework 3.5 but still not working![]()
yeah, i've been changing it around. have you figured out a way to reproduce the issue? I'm seeing a possible bug in closing a tab. it doesn't remove the items from the list view. also, what OS are you using?ahhh, bugs
the Tweaker no longer tells me that sdkey and sdiv couldnt be found, or that the file was created but not encrypted
i got a bug once where some codes were seected but not visible in the list on the right hand side, and checkmarked but not highlighted - the line counter read them as tehre though (i couldnt recreate it, but it might have had something to do with me creating the txt with the tweaker and selecting 'select all' on teh tab while viewing another set)
also, the list view bug where i maximize but the codes dont rearrange is still there
private static void SelectAllTabPage(TabPage tp)
{
foreach (Control c in tp.Controls)
{
if (c.GetType().Equals(typeof(CheckBox)))
{
((CheckBox)c).Checked = true;
}
}
}
i cant reproduce it - all i remember is that i had created a txt file previously with the tweaker, and i opened it up. While viewing another tab, i right-clcked the txt's tab and clicked select all. The codes didnt show up on the list view, nor did the codes highlight when i clicked them (both with select all and individual clicks) but the line counter still read themyeah, i've been changing it around. have you figured out a way to reproduce the issue? I'm seeing a possible bug in closing a tab. it doesn't remove the items from the list view. also, what OS are you using?
also, you're saying sdkey and sdiv are working now, right?
i doubt it it's the select all though since the code is really simple
I KNOW for a fact close tab isn't working properly (i fixed it now). I may have fixed an issue where it didn't turn yellow but i'm not sure reallyCode:*snip*
i can do that if you select all and then close the tab, then open the file again but just selecting all shouldn't really cause that. either way, i'm sure i fixed the issuei cant reproduce it - all i remember is that i had created a txt file previously with the tweaker, and i opened it up. While viewing another tab, i right-clcked the txt's tab and clicked select all. The codes didnt show up on the list view, nor did the codes highlight when i clicked them (both with select all and individual clicks) but the line counter still read them
yeah, I guess you have Windows. It's strange since the sdkey/sdiv file location fix was really for mac/linuxOperating System? As in Windows?
So now it says it created the file successfully with no warnings. That's a good thing (and how it should be)sdkey and sdiv are working, but the message that used to pop up when they werent in the folder no longer shows up ('file was created but not encrypted')
I can definitely do that but I'm not sure it'd be a popular feature. I'll eventually have to add a settings file so I'll be sure to add a "Show X button only on active tabs" optionJust an idea, is it possible to make the tabs like they are in ie8, where you can't close them until after you've selected them?
thats not the problem - the problem is that if it didnt encrypt the bin successfully, it doesnt tell me any moreSo now it says it created the file successfully with no warnings. That's a good thing (and how it should be)
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.FormatException: Could not find any recognizable digits.
at System.ParseNumbers.StringToInt(String s, Int32 radix, Int32 flags, Int32* currPos)
at System.Convert.ToByte(String value, Int32 fromBase)
at BrawlPlusTweaker.Form1.ToByteArray(String HexString)
at BrawlPlusTweaker.Form1.SaveGCT(String filename)
at BrawlPlusTweaker.Form1.btnSave_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
BrawlPlusTweaker
Assembly Version: 0.0.9.4
Win32 Version: 0.0.9.4
CodeBase: file:///C:/Documents%20and%20Settings/Cody%20Graf/Desktop/wii%20hax/b+tweak/BrawlPlusTweaker.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
The code you're trying to activate is invalid. See where it says ToByteArray()?************** Exception Text **************
System.FormatException: Could not find any recognizable digits.
at System.ParseNumbers.StringToInt(String s, Int32 radix, Int32 flags, Int32* currPos)
at System.Convert.ToByte(String value, Int32 fromBase)
at BrawlPlusTweaker.Form1.ToByteArray(String HexString)
at BrawlPlusTweaker.Form1.SaveGCT(String filename)
at BrawlPlusTweaker.Form1.btnSave_Click(Object sender, EventArgs e)
A1B1C3D4 80000000
ABB1C3D4 80000000
A1BAA3D4 80000000
F1B1C3D4 80000000
how do you KNOW it's not encrypting right?thats not the problem - the problem is that if it didnt encrypt the bin successfully, it doesnt tell me any more
because when i go into the Album it tells me teh data is corrupted and the file is unviewablehow do you KNOW it's not encrypting right?
I think you should start sharing your B+ files somewhere. I'll zip them add to the first post and make you the official B+ file maker since you seem to a larger collection than I dobecause when i go into the Album it tells me teh data is corrupted and the file is unviewable
it happened when i had transferred from v0093 to v0094, and had forgotten to add the sdkey and sdiv to the new folder - i put them in afterward, recompiled and encrypted, and it worked perfectly
OMG genius idea
how have i never thought of this before
hard-coding the snapshot and doubleGCT loader codes (the ones that go in 'codes')
or at least putting them in a premade folder as .b+ files
no more 'i dont know how' johns :D
I suppose i can upload the beta4 .b+ files onto mediafire, but i never managed to get double GCT working - you'd need to get someone else for those codesI think you should start sharing your B+ files somewhere. I'll zip them add to the first post and make you the official B+ file maker since you seem to a larger collection than I do
Edit: Wait, I think xatm092 has the largest collection
Regardless, I need B+ files, like a ton to include in the next release and hopefully start doing dupe checks
I don't know what you mean about the structure. I'm going to redesign the whole thing later for every character and every character's moves. Then make folders based on characters. I'll explain later. I don't know if I'm going to use GPF files since the double GCT method works fine for what we do and Gecko 1.8 is closed sourced.Testing...looking good!
I think you got the file structure wrong...
In .../BrawlPlusTweaker:
BrawlPlusTweakerv0095
b+ files
In .../BrawlPlusTweaker/BrawlPlusTweakerv0095:
All my b+ files, not including the Brawplussery Beta 4.0 codes or the GroupList
Tweaker.exe
In .../BrawlPlusTweaker/b+ files:
All my b+ files
b+ files 2009-04-06.zip
Opening the zip file:
Once again, all my b+ files
And Tweakerv0095 isnt attached, only the mirrors are up
Little bug - if you push the scroll bar as far as possible to the right and change the vertical size of the window, the codes get shifted over and a blank space appears on the far left of the window (you need to scroll to see it)
Will you be providing support for that new file type that works with gecko 1.8?
And please call me Maestro
You need .Net Framework 2.0 or higher^^^
Nice avitar!
Really, I put the whole compressed file in a folder an my desktop. When I try to open the Tweaker, it says, in quote:
"The application failed to innitialize properly (0xc0000135). Click on OK to terminate the application."
Am I doing anything wrong?
Thanks, it works nowYou need .Net Framework 2.0 or higher
Make B+ for what you want to do. Check out a few of the B+ I made as examples.sorry for bumping this, but how do I change the codes in "codes1" and "codes2" ?
basically I want to make it usable for PAL
It's not as easy as you think. I'll remove the "Value: " thing but sometimes they use brackets, sometimes parenthesis. I don't write the "18 lines", that's from the TXT file your parsing.OMG i love it
How about making it possible to edit titles of b+ files while saving them?
Also, the second line saves as "Value: [spunit262]-- (18 lines)"
Is that supposed to happen? How about an option to toggle (18 lines) on/off?
Nope. The TXT file doesnt have it.It's not as easy as you think. I'll remove the "Value: " thing but sometimes they use brackets, sometimes parenthesis. I don't write the "18 lines", that's from the TXT file your parsing.