|
|
| Author | Message |
|---|
Nahjor Admin


Number of posts: 247 Age: 24 Registration date: 2008-04-04
 | Subject: Re: Bug Reports Thu Apr 24, 2008 9:43 am | |
| Really, now? That's even more interesting.  |
|
 | |
reincarnation Beta Tester

Number of posts: 4 Registration date: 2008-04-24
 | |
 | |
Nahjor Admin


Number of posts: 247 Age: 24 Registration date: 2008-04-04
 | Subject: Re: Bug Reports Thu Apr 24, 2008 1:14 pm | |
| I think this is related to the 'input box' I built, that you enter your name into. Did you have this issue with v0.6? |
|
 | |
reincarnation Beta Tester

Number of posts: 4 Registration date: 2008-04-24
 | Subject: Re: Bug Reports Thu Apr 24, 2008 1:21 pm | |
| | Nahjor wrote: | | I think this is related to the 'input box' I built, that you enter your name into. Did you have this issue with v0.6? | No, 0.6 doesn't crash at this point. |
|
 | |
Nahjor Admin


Number of posts: 247 Age: 24 Registration date: 2008-04-04
 | Subject: Re: Bug Reports Thu Apr 24, 2008 2:40 pm | |
| Ok. I think I've got an idea what's causing it, I'll try to get it fixed for the next release. |
|
 | |
Nahjor Admin


Number of posts: 247 Age: 24 Registration date: 2008-04-04
 | Subject: Re: Bug Reports Sun Apr 27, 2008 10:31 am | |
| Found and fixed this guy; Mono's implementation of Windows Forms is a bit different from the native one, but we should be back on track now. Depending on how much development I get done in the next couple days, I'll either drop a quick 0.6.2 containing this fix, or I'll just hold it for 0.7. Either way, you won't have long to wait.  Thanks for helping me sort the Mono issues out! |
|
 | |
Curseman Winner - Elementalist



Number of posts: 30 Age: 23 Registration date: 2008-04-23
 | Subject: Re: Bug Reports Thu Jul 10, 2008 12:10 pm | |
| Hey, I've made a thread to try and advertise the game over at roguetemple.com, and in one person's reply they said they had experienced this problem: I just tried running the .exe, but it says (rough translation): "The application didnīt initialize correctly (0xc0000135)" " Iīm on winxp. Any idea why that is? The thread is located at http://www.roguetemple.com/forums/index.php?topic=208.0 |
|
 | |
Nahjor Admin


Number of posts: 247 Age: 24 Registration date: 2008-04-04
 | Subject: Re: Bug Reports Thu Jul 10, 2008 12:40 pm | |
| My first guess is that it's a problem with the .NET Framework not being installed/updated. My second guess is that somehow the files didn't all get unzipped to the same place. In theory, a missing .dll could cause something like that, too. I'll reply, see if I can get him straightened out. Thanks for starting the thread, by the way.  |
|
 | |
Max Kitsch Beta Tester

Number of posts: 4 Age: 25 Registration date: 2008-04-21
 | Subject: Re: Bug Reports Mon Jul 28, 2008 8:45 am | |
| I used token and got message "Regaining MP", but I've got HP, not mana getting restored. And, besides, when I destroy zombie I get message "The zombie dies". Isn't he dead already? |
|
 | |
Nahjor Admin


Number of posts: 247 Age: 24 Registration date: 2008-04-04
 | |
 | |
Max Kitsch Beta Tester

Number of posts: 4 Age: 25 Registration date: 2008-04-21
 | Subject: Re: Bug Reports Mon Jul 28, 2008 11:52 am | |
| Crashed, descending from dlev 2 to dlev 3. | Code: | ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at MageGuild.Cell.AddEntity(Entity inE, Boolean doRedraw) at MageGuild.Factory.MapBuilder.GenMap(Int32 DL) at MageGuild.frmMain.RLKC_DoCommand(String outCmd) at RLLib.RLKeybindController.HandleKey(KeyEventArgs e, String myState) at MageGuild.frmMain.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Control.PreProcessMessage(Message& msg) at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg) at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- MageGuild Assembly Version: 0.7.0.0 Win32 Version: 0.7.0.0 CodeBase: file:///D:/Games/++ROGUELIKE++/MageGiuld/MageGuild.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) 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.42 (RTM.050727-4200) 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.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- LRLLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///D:/Games/++ROGUELIKE++/MageGiuld/LRLLib.DLL ---------------------------------------- |
|
|
 | |
Nahjor Admin


Number of posts: 247 Age: 24 Registration date: 2008-04-04
 | Subject: Re: Bug Reports Mon Jul 28, 2008 12:36 pm | |
| | Max Kitsch wrote: | | Crashed, descending from dlev 2 to dlev 3. |
Cute. Does this happen consistently, or randomly? |
|
 | |
Max Kitsch Beta Tester

Number of posts: 4 Age: 25 Registration date: 2008-04-21
 | Subject: Re: Bug Reports Tue Jul 29, 2008 4:18 am | |
| | Nahjor wrote: | | Max Kitsch wrote: | | Crashed, descending from dlev 2 to dlev 3. |
Cute. Does this happen consistently, or randomly? |
No, I've encountered it only once. |
|
 | |
Nahjor Admin


Number of posts: 247 Age: 24 Registration date: 2008-04-04
 | Subject: Re: Bug Reports Tue Jul 29, 2008 8:47 am | |
| | Max Kitsch wrote: | | No, I've encountered it only once. |
Hmm. Ok, thanks for the report, I'll look into it. |
|
 | |
Max Kitsch Beta Tester

Number of posts: 4 Age: 25 Registration date: 2008-04-21
 | Subject: Re: Bug Reports Tue Jul 29, 2008 12:27 pm | |
| | Nahjor wrote: | | Max Kitsch wrote: | | No, I've encountered it only once. |
Hmm. Ok, thanks for the report, I'll look into it. |
Here it came again. The error rises if I load the game and then try to go down the stairs.
UPD. And, well, I think it would be just fine if there'd be the possibility to scroll the screen manually for 5-8 cells. The crowd of monsters offscreen can be annoing, when you are in one step before the screen would be scrolled. |
|
 | |
|