• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Unable to Start Game

Erenussocrates

Starting Trainer
Here, this is the latest crash log:

Kolben Games Crash Log V 2.4
Pokémon 3D has crashed!
// RTFM

---------------------------------------------------------------------------------

Game information:

Pokémon 3D Indev version: 0.53 (87)
Content Packs: {}
Active GameMode: Pokemon 3D
GameJolt Account: FALSE
Playing on Servers: FALSE
Game Environment: MainMenuScreen
Actionscript: No script running
File Validation: True
Sandboxmode: False

---------------------------------------------------------------------------------

Screen state for the current screen (MainMenuScreen)

MenuIndex=0
CurrentLevel=0
LevelChangeDelay=1000

---------------------------------------------------------------------------------

System specifications:

Operating system: Microsoft Windows 8.1 Pro [6.2.9200.0]
Core architecture: 64 Bit
System time: 20.6.2015 01:36:51
System language: Turkish (Turkey)(TRK) / Loaded game language: en
Decimal separator: ,
Available physical memory: 5,89 Gigabyte
Available logical processors: 4

---------------------------------------------------------------------------------

.Net installation information:

v2.0.50727 2.0.50727.4927 SP2
v3.0 3.0.30729.4926 SP2
v3.5 3.5.30729.4926 SP1
v4
Client 4.5.51650
Full 4.5.51650
v4.0
Client 4.0.0.0

---------------------------------------------------------------------------------

Graphics Card information:

[CardName(s): "Intel(R) HD Graphics 4000; NVIDIA GeForce GT 635M "]
[CardRAM(s) : "2214592512; 2147483648"]

---------------------------------------------------------------------------------

Error information:

Message: Nesne başvurusu bir nesnenin örneğine ayarlanmadı.
InnerException: NOTHING
BaseException: Nesne başvurusu bir nesnenin örneğine ayarlanmadı.
HelpLink: No helplink available.
Data: Items: 0
Source: Pokemon
Win32 Errorcode: -1

---------------------------------------------------------------------------------

Error solution:
(The provided solution might not work for your problem)

Error ID: -1
Error Type: NaN
Error Description: The error is undocumented in the error handling system.
Error Solution: NaN

---------------------------------------------------------------------------------

CallStack:

konum: net.Pokemon3D.Game.MainMenuScreen.DrawMainMenu()
konum: net.Pokemon3D.Game.MainMenuScreen.Draw()
konum: net.Pokemon3D.Game.Core.Draw()
konum: net.Pokemon3D.Game.GameController.Draw(GameTime gameTime)
konum: Microsoft.Xna.Framework.Game.DrawFrame()
konum: Microsoft.Xna.Framework.Game.Tick()
konum: Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
konum: Microsoft.Xna.Framework.GameHost.OnIdle()
konum: Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
konum: Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
konum: System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
konum: System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
konum: System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
konum: System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
konum: System.Windows.Forms.Application.Run(Form mainForm)
konum: Microsoft.Xna.Framework.WindowsGameHost.Run()
konum: Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
konum: Microsoft.Xna.Framework.Game.Run()
konum: net.Pokemon3D.Game.Program.Main(String[] args)

---------------------------------------------------------------------------------

Enviornment dump:

Private mainmenuIndex As Int32 = 0
Private loadMenuIndex As Int32[] = {0, 0, 0, 0}
Private languageMenuIndex As Int32[] = {0, 0, 0, 0}
Private packsMenuIndex As Int32[] = {0, 0, 0, 0}
Private gameModeMenuIndex As Int32[] = {0, 0, 0, 0}
Private packInfoIndex As Int32 = 0
Private deleteIndex As Int32 = 0
Public menuIndex As Int32 = 0
Private loadGameJoltIndex As Int32 = 0
Private currentLevel As Int32 = 0
Private levelChangeDelay As Int32 = 1000
Private mainTexture As Texture2D = Microsoft.Xna.Framework.Graphics.Texture2D
Private Saves As List<String>[] = {D:\Pokemon3D\Pokemon\Save\Socrath}
Private SaveNames As List<String>[] = {Socrath}
Private Languages As List<String>[] = {de, en, fr, id, it, sv, tr}
Private LanguageNames As List<String>[] = {Deutsch, English, Français, Indonesia, Italiano, Swedish, Turkish}
Private currentLanguage As String = en
Private PackNames As List<String>[] = {}
Private EnabledPackNames As List<String>[] = {}
Private ModeNames As List<String>[] = {}
Private tempLoadDisplay As String =
Private renderTarget As RenderTarget2D = Nothing
Private blurEffect As Effect = Nothing
Private PInfoName As String =
Private PInfoSlpash As Texture2D = Nothing
Private PInfoVersion As String =
Private PInfoAuthor As String =
Private PInfoDescription As String =
Private PInfoContent As String =
Private tempGameModesDisplay As String =
Private GameModeSplash As Texture2D = Nothing
Public UpdateFadeOut As Boolean = False
Public UpdateFadeIn As Boolean = False

---------------------------------------------------------------------------------

You should report this error.

Go to "http://pokemon3d.net/forum/forums/6/create-thread" to report this crash there.
 
J

jianmingyong

Guest
This crash is so common. Change computer language and auto fix :)
 

Erenussocrates

Starting Trainer
This crash is so common. Change computer language and auto fix :)
Hmm... This crash didn't happen at version 0.50 even though my language was still the same. I wonder why? I don't wanna change my language from regional settings everytime I am about to play pokemon3D, isn't there an another quicker easier way for this?

Edit: the error in the log is not in english, so I translated that in order to make it more understandable.

Error information:

Message: object reference not set to an instance of an object
InnerException: NOTHING
BaseException: object reference not set to an instance of an object
 
J

jianmingyong

Guest
Yeah... The turkish language font have a small problem for the main menu to render.
 

Erenussocrates

Starting Trainer
Yeah... The turkish language font have a small problem for the main menu to render.
You know, there is an "applocale" program for making it look like you are on a different regional system local whenever you run a certain program.
Is there a similar program for quickly changing language settings as well? Meanwhile do you mean "change system locale" or the computer text format, which one do you mean?
 
Top