Pages: [1] 2 3 ... 10
 1 
 on: September 09, 2010, 08:19:56 am 
Started by itseasyactually - Last post by Zarosguth
Looks pretty darn good. As Dude said I can't wait for the other characters.

 2 
 on: September 08, 2010, 07:41:18 pm 
Started by itseasyactually - Last post by Dude
It looks brilliant. Keep up the work, I look forward to seeing other characters soon.

 3 
 on: September 08, 2010, 07:24:39 pm 
Started by itseasyactually - Last post by itseasyactually

Sonic has been reimplemented. Looks better then before, right? Haha, anyway, Sonic is almost complete. Just have to add the Fire Ring. After that, he's complete. Other then the minor bugs with the cutscene head >.<, he'll be complete.

 4 
 on: September 08, 2010, 04:00:02 pm 
Started by igorseabra4 - Last post by igorseabra4
Might be true. Actually, why didn't I think of this before. I installed something that updated the DirectX, and it crashed in the middle of installing, but I didn't mind because it worked properly after that.

 5 
 on: September 08, 2010, 12:11:45 pm 
Started by igorseabra4 - Last post by MainMemory
Maybe your .NET framework install got corrupted?

 6 
 on: September 08, 2010, 11:50:53 am 
Started by igorseabra4 - Last post by igorseabra4
Interesting it stopped working at the same time another program did, and there's a lot in common between then, but the other's not written in VB.NET.

 7 
 on: September 07, 2010, 07:30:33 pm 
Started by igorseabra4 - Last post by MainMemory
Usually the error report itself can give me the context.

In this case, it appears that you were opening a file, and... something broke in the INI reading? I don't know why that would happen.

 8 
 on: September 07, 2010, 07:10:34 pm 
Started by igorseabra4 - Last post by Dude
Needs moar context. What were you doing when the error occured, what feature were you explicitly trying to use, have you extended your exe, is it a clean exe, have you modified anything in hex, etc.

MainMemory isn't a robot, so you have to help him with these error reports. Srsly.

 9 
 on: September 07, 2010, 05:49:33 pm 
Started by igorseabra4 - Last post by igorseabra4
Code:
Consulte o final desta mensagem para obter detalhes sobre como chamar a
depuração just-in-time (JIT) em vez desta caixa de diálogo.

************** Texto de Exceção **************
System.BadImageFormatException: Não foi possível carregar arquivo ou assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ou uma de suas dependências. Foi feita uma tentativa de se carregar um programa com um formato incorreto.
Nome do arquivo: 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ---> System.BadImageFormatException: Foi feita uma tentativa de se carregar um programa com um formato incorreto. (Exceção de HRESULT: 0x8007000B)
   em Microsoft.VisualBasic.MyServices.Internal.ContextValue`1.get_Value()
   em Rat234.My.MyProject.ThreadSafeObjectProvider`1.get_GetInstance() na 17d14f5c-a337-4978-8281-53493378c1071.vb:linha 332
   em Rat234.IniFile.FromFile(String FileName) na C:\Users\Mike\Documents\Visual Studio 2008\Projects\Rat234\Rat234\IniFile.vb:linha 276
   em SADXLVL.Form1.LoadLevel() na C:\Users\Mike\Documents\Visual Studio 2008\Projects\SAModel\SADXLVL\Form1.vb:linha 436
   em SADXLVL.Form1.Form1_Load(Object sender, EventArgs e) na C:\Users\Mike\Documents\Visual Studio 2008\Projects\SAModel\SADXLVL\Form1.vb:linha 943
   em System.EventHandler.Invoke(Object sender, EventArgs e)
   em System.Windows.Forms.Form.OnLoad(EventArgs e)
   em System.Windows.Forms.Form.OnCreateControl()
   em System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   em System.Windows.Forms.Control.CreateControl()
   em System.Windows.Forms.Control.WmShowWindow(Message& m)
   em System.Windows.Forms.Control.WndProc(Message& m)
   em System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   em System.Windows.Forms.ContainerControl.WndProc(Message& m)
   em System.Windows.Forms.Form.WmShowWindow(Message& m)
   em System.Windows.Forms.Form.WndProc(Message& m)
   em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)




************** Conjuntos de Módulos (Assemblies) Carregados **************
mscorlib
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.3615 (GDR.050727-3600)
    Base de Código: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
SADXLVL
    Versão do Conjunto de Módulos (Assembly): 1.0.0.0
    Versão do Win32: 1.0.0.0
    Base de Código: file:///F:/Desktop/SADX/EditingTools/SADXLVL/SADXLVL.exe
----------------------------------------
Microsoft.VisualBasic
    Versão do Conjunto de Módulos (Assembly): 8.0.0.0
    Versão do Win32: 8.0.50727.3053 (netfxsp.050727-3000)
    Base de Código: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.3614 (GDR.050727-3600)
    Base de Código: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    Base de Código: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    Base de Código: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    Base de Código: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
Microsoft.DirectX.Direct3D
    Versão do Conjunto de Módulos (Assembly): 1.0.2902.0
    Versão do Win32: 9.05.132.0000
    Base de Código: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
----------------------------------------
SAModel
    Versão do Conjunto de Módulos (Assembly): 1.0.0.0
    Versão do Win32: 1.0.0.0
    Base de Código: file:///F:/Desktop/SADX/EditingTools/SADXLVL/SAModel.DLL
----------------------------------------
Microsoft.DirectX.Direct3DX
    Versão do Conjunto de Módulos (Assembly): 1.0.2911.0
    Versão do Win32: 9.12.589.0000
    Base de Código: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3DX/1.0.2911.0__31bf3856ad364e35/Microsoft.DirectX.Direct3DX.dll
----------------------------------------
Microsoft.DirectX
    Versão do Conjunto de Módulos (Assembly): 1.0.2902.0
    Versão do Win32: 5.04.00.2904
    Base de Código: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
----------------------------------------
System.Core
    Versão do Conjunto de Módulos (Assembly): 3.5.0.0
    Versão do Win32: 3.5.30729.1 built by: SP
    Base de Código: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Configuration
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    Base de Código: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    Base de Código: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Rat234
    Versão do Conjunto de Módulos (Assembly): 1.0.0.0
    Versão do Win32: 1.0.0.0
    Base de Código: file:///F:/Desktop/SADX/EditingTools/SADXLVL/Rat234.DLL
----------------------------------------
mscorlib.resources
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.3615 (GDR.050727-3600)
    Base de Código: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.1433 (REDBITS.050727-1400)
    Base de Código: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_pt-BR_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** Depuração JIT **************
Para habilitar a depuração just-in-time (JIT), o arquivo .config deste
aplicativo ou computador (machine.config) deve ter o valor
jitDebugging definido na seção system.windows.forms.
O aplicativo também deve ser compilado com a depuração
habilitada.

Por exemplo:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Quando a depuração JIT está habilitada, qualquer exceção não tratada
será enviada ao depurador JIT registrado no computador,
em vez de ser tratada nesta caixa de diálogo.



 10 
 on: September 07, 2010, 12:50:13 am 
Started by Anna - Last post by Aquaslash
I think she wants the jump to be like Super Sonic's where you don't see the character model at all.  All you see is the jump ball.

Pages: [1] 2 3 ... 10