Lukos Software

Community Forum for Lukos Software
 
HomeHome  ­FAQFAQ  ­SearchSearch  ­RegisterRegister  ­Log inLog in  
This forum will be closing very soon. Please redirect your bookmarks and whatnot to http://lukos.x10hosting.com
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.Share | 
 

 Bug Reports

View previous topic View next topic Go down 
Goto page : Previous  1, 2, 3, 4, 5  Next
AuthorMessage
Nahjor
Admin
Admin


Number of posts: 247
Age: 24
Registration date: 2008-04-04

PostSubject: Re: Bug Reports   Thu Apr 24, 2008 9:43 am

Really, now? That's even more interesting. Smile
Back to top Go down
View user profile http://glistenimages.com/Lukos/lukosHome.htm
reincarnation
Beta Tester
Beta Tester


Number of posts: 4
Registration date: 2008-04-24

PostSubject: Re: Bug Reports   Thu Apr 24, 2008 1:12 pm

Nahjor wrote:
Really, now? That's even more interesting. Smile

The same bug appears if I choose 'New game', but leave character's name empty and returned to main menu. If i choose another menu item at the beginning and then returned to main menu, it's working properly.
Back to top Go down
View user profile
Nahjor
Admin
Admin


Number of posts: 247
Age: 24
Registration date: 2008-04-04

PostSubject: 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?
Back to top Go down
View user profile http://glistenimages.com/Lukos/lukosHome.htm
reincarnation
Beta Tester
Beta Tester


Number of posts: 4
Registration date: 2008-04-24

PostSubject: 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.
Back to top Go down
View user profile
Nahjor
Admin
Admin


Number of posts: 247
Age: 24
Registration date: 2008-04-04

PostSubject: 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.
Back to top Go down
View user profile http://glistenimages.com/Lukos/lukosHome.htm
Nahjor
Admin
Admin


Number of posts: 247
Age: 24
Registration date: 2008-04-04

PostSubject: 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. Smile Thanks for helping me sort the Mono issues out!
Back to top Go down
View user profile http://glistenimages.com/Lukos/lukosHome.htm
Curseman
Winner - Elementalist

Winner - Elementalist


Number of posts: 30
Age: 23
Registration date: 2008-04-23

PostSubject: 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
Back to top Go down
View user profile
Nahjor
Admin
Admin


Number of posts: 247
Age: 24
Registration date: 2008-04-04

PostSubject: 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. Smile
Back to top Go down
View user profile http://glistenimages.com/Lukos/lukosHome.htm
Max Kitsch
Beta Tester
Beta Tester


Number of posts: 4
Age: 25
Registration date: 2008-04-21

PostSubject: 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?
Back to top Go down
View user profile
Nahjor
Admin
Admin


Number of posts: 247
Age: 24
Registration date: 2008-04-04

PostSubject: Re: Bug Reports   Mon Jul 28, 2008 9:03 am

Max Kitsch wrote:
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?


Hunh...thought I'd checked that. I'll look into the token regen issue. The zombie thing...yeah, I'll address the text change for that. Smile

Thanks for the report!
Back to top Go down
View user profile http://glistenimages.com/Lukos/lukosHome.htm
Max Kitsch
Beta Tester
Beta Tester


Number of posts: 4
Age: 25
Registration date: 2008-04-21

PostSubject: 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
----------------------------------------
Back to top Go down
View user profile
Nahjor
Admin
Admin


Number of posts: 247
Age: 24
Registration date: 2008-04-04

PostSubject: 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?
Back to top Go down
View user profile http://glistenimages.com/Lukos/lukosHome.htm
Max Kitsch
Beta Tester
Beta Tester


Number of posts: 4
Age: 25
Registration date: 2008-04-21

PostSubject: 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.
Back to top Go down
View user profile
Nahjor
Admin
Admin


Number of posts: 247
Age: 24
Registration date: 2008-04-04

PostSubject: 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.
Back to top Go down
View user profile http://glistenimages.com/Lukos/lukosHome.htm
Max Kitsch
Beta Tester
Beta Tester


Number of posts: 4
Age: 25
Registration date: 2008-04-21

PostSubject: 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.
Back to top Go down
View user profile
 

Bug Reports

View previous topic View next topic Back to top 
Page 2 of 5Goto page : Previous  1, 2, 3, 4, 5  Next

Permissions of this forum:You cannot reply to topics in this forum
Lukos Software :: MageGuild :: Beta Discussion-
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.