Comments

Log in with itch.io to leave a comment.

Kinda didn't wanna post this on your jam, but Im also runnin a Metroidvania Jam and was wondering if you wanted to be a judge? We need some.

(+1)

Sorry - exception starting game:


* Yikes!(Human, Cloaked Dancer)         *
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
   at RLGame.PlayerStatsPanel.Draw() in D:\Workspace\C#\RLGame18\GameFiles\Panel\PlayerStatsPanel.cs:line 28
   at RLGame.RLGame2018.Draw() in D:\Workspace\C#\RLGame18\GameFiles\7DRL18.cs:line 434
   at RLGame.RLGame2018.Game() in D:\Workspace\C#\RLGame18\GameFiles\7DRL18.cs:line 127
   at RLGame.RLGame2018Launcher.Main(String[] args) in D:\Workspace\C#\RLGame18\GameFiles\7DRL18.cs:line 685

Had other successful runs though

Interesting. Did this happen during the first player creation(after launching the exe) or was it after a win/loss and you were starting over?

Also what version was this? Windows 7/10 x64/x86?

(+1)

Just a heads up. Trying to run the .exe from v0.1 on my Win7 laptop caused dotnet to stop working momentarily. Are there any obvious  install instructions I am missing?

(+1)

Hey if you want to run this, open a command prompt first then cd into the directory and run the exe. Worked for me

I've been having issues as well on various machines. Open a command window(Shift Right click an empty part of the folder and open cmd/powershell) and try typing RLGame18.exe

The biggest issue seems to be that the application can't force the window to open large enough(The game's window needs to be pretty big for all the UI) Just try to full screen the command prompt or powershell.

if you get an error about buffer size then I don't quite know what that's about yet. .NET core is kind of new to me and I was experimenting. Sorry for the inconvenience! I'm working to solve issues as soon as I can.

Thanks for the response! I still wasn't able to open the game from powershell... Maybe its something specific to my system? Anyway, no worries. I took a snapshot of the powershell response for you, should you be so curious tho.  https://imgur.com/a/83ae9

(2 edits)

I uploaded a new version that has windows 7 as its target so this one may work, as well as it no longer crashes if your console window cant support 171 characters wide(if you get that error it will show you a message, just decrease the font size and it should fix it). Please try this one and let me know if it works