2025-06-15 02:13 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002189Spring engineGeneralpublic2010-10-26 15:04
Reportercranphin 
Assigned To 
PrioritynormalSeveritycrashReproducibilityrandom
StatusnewResolutionopen 
Product Version0.82.6.1 
Target VersionFixed in Version 
Summary0002189: JVM may fail to load and crash spring engine
DescriptionI'm developing a Java AI, and have had Spring crash on me trying to load the JVM.
This has been on recent git master versions.
With one version this would happen pretty much randomly with the default Spring JVM settings (Spring\AI\Interfaces\Java\0.1\jvm.properties).
Current master this does not seem to happen, unless I tweak the settings.
I'm attaching both the infolog.txt and interface-log.txt.

There has already been some analyzing of the problem with hoijui, and the first thing we found is that the initial event causing the crash is the JVM claiming not enough (contiguous) memory. This leaves a env (or so) variable null or unitialized, which then later on causes the whole spring engine to crash.

Hoijui has already commited a change on master to log this event (in interface-log.txt), and try to keep spring itself from crashing (which partially works, it crashes at a later point now).

In interface-log.txt the message now is:
10/25/10 20:32:08 / ERROR(1): Failed to create Java VM: -4 - JNI_ENOMEM - not enough (contiguous) memory


Now it's easy to assume this is caused by a simple lack of memory, but there's two things against this theory: My machine still has plenty of memory left (and has a big pagefile if ram runs out), and Sysinternals vmmap shows me that there's plenty of memory left in spring's virtual memory space (which is sized about 2GB, since spring is 32bit), on a random check there's well over 600mb left. This is more then enough for the JVM.

The clue seems to be that the JVM wants a big chunk of contiguous memory. Again using vmmap it's possible to see that the largest available contiguous chunk of memory is a lot smaller then 600mb, and in the cases of the crashes, too small to fit the JVM.

Now this seems to be a problem some people who embed Java in other programs have also run into at times, but noone has reported a easy or decent fix yet. The problem is partially cause because windows likes to load it's dll's all over the virtual memory space, leaving chunks of memory between them.


Now with a previous version from master I had this problem randomly with the default settings, which sets the Java max stack size to 64MB. Looking at vmmap back then I saw some 100-200 mb free contigious space.
The current version from master seems to have some more contigious space (and I have no idea why :) ), vmmap tells me almost 400mb.
I'm not sure if there has actually been a code change that's caused that, or just some random influence on how the memory get's layed out (which is well possible I think).
In this case I can still reproduce the crash, I just need to manually increase the max JVM heap space by quite a bit, for example use: jvm.option.x=-Xmx384M (this is set in Spring\AI\Interfaces\Java\0.1\jvm.properties ) instead of the default jvm.option.x=-Xmx64M. This is how the attached infolog with stack trace is created.

So right now it seems kinda ok, but the fact that it's changed without being sure why, and the randomness of it occuring when it did, worries me some :)



TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files
  • txt file icon infolog.txt (17,506 bytes) 2010-10-25 21:02 -
    LogOutput initialized.
    Spring 0.82+.4.0 (Debug)
    Build date/time: Oct 25 2010 19:28:36
    Available log subsystems: CollisionVolume, unit, ArchiveScanner, VFS-detail, VFS, Sound
    Enabled log subsystems: Sound
    Enable or disable log subsystems using the LogSubsystems configuration key
      or the SPRING_LOG_SUBSYSTEMS environment variable (both comma separated).
    default config file: C:\Users\Jeroen\AppData\Local\springsettings.cfg
    using default configuration source "C:\Users\Jeroen\AppData\Local\springsettings.cfg"
    [CMyMath::Init] CPU SSE mask: 126, flags:
    	SSE 1.0:  1,  SSE 2.0:  1
    	SSE 3.0:  1, SSSE 3.0:  1
    	SSE 4.1:  1,  SSE 4.2:  0
    	SSE 4.0A: 0,  SSE 5.0A: 0
    	using streflop SSE FP-math mode, CPU supports SSE instructions
    OS: Microsoft Windows
    Microsoft Windows 7 Home Premium Edition, 64-bit (build 7600)
    Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz; 4094MB RAM, 8187MB pagefile
    OS: emulated 32bit mode
    Adding C:\Spring.83\ to directories
    Adding C:\Users\Jeroen\Documents\My Games\Spring\ to directories
    Adding C:\Users\Jeroen\Documents\Spring\ to directories
    Adding C:\ProgramData\Spring\ to directories
    WARNING: Failed fetching last modification time from file: C:\Spring.83\infolog.txt
    Using read-write data directory: C:\Spring.83\
    Using read-only data directory: C:\Users\Jeroen\Documents\My Games\Spring\
    Scanning: C:\Users\Jeroen\Documents\My Games\Spring\maps
    Scanning: C:\Users\Jeroen\Documents\My Games\Spring\mods
    Scanning: C:\Users\Jeroen\Documents\My Games\Spring\packages
    Scanning: C:\Spring.83\base
    Supported Video modes: 1920x1200, 1920x1080, 1680x1050, 1600x1200, 1600x1024, 1600x900, 1360x768, 1280x1024, 1280x960, 1280x800, 1280x768, 1280x720, 1152x864, 1024x768, 800x600, 720x576, 720x480, 640x480
    Video mode set to 1280x1024/32bit (windowed)
    [      0] SDL:  1.2.10
    [      0] GL:   3.3.0
    [      0] GL:   NVIDIA Corporation
    [      0] GL:   GeForce 9800 GTX/9800 GTX+/PCI/SSE2
    [      0] GLSL: 3.30 NVIDIA via Cg compiler
    [      0] GLEW: 1.5.4
    [      0] Joysticks found: 0
    [      0] Joystick 0 not found
    [      0] Connecting to local server
    [      0] Starting GameServer: 13 ms
    [      0] Starting demo recording
    [      0] Using map Altored_Divide
    [      0] Recording demo demos/20101025_210144_Altored_Divide_0.82+.4.sdf
    [      0] Using mod Balanced Annihilation sdd
    [      0] Sound: OpenAL info:
    [      0] Sound:   Vendor:     OpenAL Community
    [      0] Sound:   Version:    1.1 ALSOFT 1.11.753
    [      0] Sound:   Renderer:   OpenAL Soft
    [      0] Sound:   AL Extensions: AL_EXTX_buffer_sub_data AL_EXT_EXPONENT_DISTANCE AL_EXT_FLOAT32 AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS AL_EXT_OFFSET AL_EXTX_sample_buffer_object AL_EXT_source_distance_model AL_LOKI_quadriphonic
    [      0] Sound:   ALC Extensions: ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT ALC_EXT_CAPTURE ALC_EXT_disconnect ALC_EXT_EFX ALC_EXTX_thread_local_context
    [      0] Sound:                   ALC_EXT_EFX found (required for air absorption): yes
    [      0] Sound:   Device:     DirectSound Software
    [      0] Sound:   Available Devices:  
    [      0] Sound:                       DirectSound Software
    [      0] Sound: air absorption enabled: 0.1
    [      0] Using mod archive BA719_masterFix.sd7
    [      0] Loading client data: 113 ms
    [      0] User number 0 (team 0, allyteam 0)
    [      0] Loading Radar Icons
    [      0] Loading GameData Definitions
    [      0] Loading all definitions:  0.562000
    [      0] Loading GameData Definitions: 620 ms
    [      0] Loading Sound Definitions
    [      0] Sound:  parsed 25 sounds from gamedata/sounds.lua
    [      0] Loading Sound Definitions: 3 ms
    [      0] Parsing Map Information
    [      0] Loading SMF
    [      0] Loading Map
    [      0] Creating Smooth Height Mesh
    [      0] Creating Smooth Mesh: 2471 ms
    [      0] Creating QuadField & CEGs
    [      0] Number of damage types: 40
    [      0] Creating Unit Textures
    [      0] Loading Weapon Definitions
    [      0] Loading Unit Definitions
    [      0] Loading Feature Definitions
    [      0] Initializing Map Features
    [      0] Unknown map feature type 
    [      0] Reading Estimate PathCosts [8]
    [      0] Reading Estimate PathCosts [32]
    [      0] [CPathManager] pathing data checksum: 746d318d
    [      0] You are missing the "ARB_shadow_ambient" extension (this will probably make shadows darker than they should be)
    [      0] Creating GroundDrawer
    [      0] Loading Tile Files
    [      0] Loading Tile Map
    [      0] generating MipMaps: 22 ms
    [      0] Creating TreeDrawer
    [      0] Creating Projectile Textures
    [      0] Creating Sky & Water
    [      0] Camera and mouse: 118 ms
    [      0] Loading console: 1 ms
    [      0] Loading LuaRules
    [      0] Loaded gadget:  No Self-D           <unit_prevent_share_selfd.lua>
    [      0] Loaded gadget:  Air Release         <unit_air_release_manager.lua>
    [      0] Loaded gadget:  AirPlantParents     <unit_air_plants.lua>
    [      0] Loaded gadget:  Commando Watch      <unit_commando_watch.lua>
    [      0] Loaded gadget:  DirectControl       <unit_direct_control.lua>
    [      0] Loaded gadget:  DragonsDisguise     <unit_set_neutral.lua>
    [      0] Loaded gadget:  DroppedStartPos     <unit_fix_dropped_startpos.lua>
    [      0] Loaded gadget:  FinishedBuilding    <unit_finished_building.lua>
    [      0] Loaded gadget:  Hitsphere Scaledown  <unit_hitsphere_scaledown.lua>
    [      0] Loaded gadget:  MissileControl      <unit_missile_delay.lua>
    [      0] Loaded gadget:  Napalm              <lups_napalm.lua>
    [      0] Loaded gadget:  No Land Damage      <unit_no_land_damage.lua>
    [      0] Loaded gadget:  No Self Pwn         <unit_noselfpwn.lua>
    [      0] Loaded gadget:  NoCost              <cmd_nocost.lua>
    [      0] Loaded gadget:  PassiveBuilders     <unit_passive_builders.lua>
    [      0] Loaded gadget:  Prevent Lab Hax     <unit_prevent_lab_hax.lua>
    [      0] Loaded gadget:  Prevent Load Hax    <unit_prevent_load_hax.lua>
    [      0] Loaded gadget:  Prevent Range Hax   <unit_prevent_range_hax.lua>
    [      0] Loaded gadget:  Prevent Strange Orders  <unit_prevent_strange_orders.lua>
    [      0] Loaded gadget:  Reclaim Fix         <unit_reclaim_fix.lua>
    [      0] Loaded gadget:  ShieldDrain         <unit_shield_watch.lua>
    [      0] Loaded gadget:  Shockwaves          <lups_shockwaves.lua>
    [      0] Loaded gadget:  Spawn               <init_game_spawn.lua>
    [      0] Loaded gadget:  Start Point Remover Gadget  <init_start_point_remover_gadget.lua>
    [      0] Loaded gadget:  fx_reclaim_shards   <fx_reclaim_shards.lua>
    [      0] Loaded gadget:  lups_wrapper.lua    <lups_wrapper.lua>
    [      0] Loaded gadget:  prevent_flying_com_wrecks  <unit_prevent_flying_com_wrecks.lua>
    [      0] Loaded gadget:  Area Attack         <areaattack.lua>
    [      0] Loaded gadget:  C Is For Control    <comiscontrol.lua>
    [      0] Loaded gadget:  Team Com Ends       <teamcomends.lua>
    [      0] Loaded gadget:  LupsSyncedManager   <lups_manager.lua>
    [      0] Loaded gadget:  Mex Upgrader Gadget  <unit_mex_upgrader.lua>
    [      0] Loaded gadget:  Air Release         <unit_air_release_manager.lua>
    [      0] Loaded gadget:  AirPlantParents     <unit_air_plants.lua>
    [      0] Loaded gadget:  DragonsDisguise     <unit_set_neutral.lua>
    [      0] Loaded gadget:  DroppedStartPos     <unit_fix_dropped_startpos.lua>
    [      0] Loaded gadget:  FinishedBuilding    <unit_finished_building.lua>
    [      0] Loaded gadget:  Hitsphere Scaledown  <unit_hitsphere_scaledown.lua>
    [      0] Loaded gadget:  MissileControl      <unit_missile_delay.lua>
    [      0] Loaded gadget:  Napalm              <lups_napalm.lua>
    [      0] Loaded gadget:  NoCost              <cmd_nocost.lua>
    [      0] Loaded gadget:  PassiveBuilders     <unit_passive_builders.lua>
    [      0] Loaded gadget:  Reclaim Fix         <unit_reclaim_fix.lua>
    [      0] Loaded gadget:  ShieldDrain         <unit_shield_watch.lua>
    [      0] Loaded gadget:  Shockwaves          <lups_shockwaves.lua>
    [      0] Loaded gadget:  Start Point Remover Gadget  <init_start_point_remover_gadget.lua>
    [      0] Loaded gadget:  fx_reclaim_shards   <fx_reclaim_shards.lua>
    [      0] Loaded gadget:  mo_enemywrecks      <mo_enemywrecks.lua>
    [      0] Loaded gadget:  mo_greenfields      <mo_greenfields.lua>
    [      0] Loaded gadget:  mo_noowner          <mo_noowner.lua>
    [      0] Loaded gadget:  mo_noshare          <mo_noshare.lua>
    [      0] Loaded gadget:  mo_nowrecks         <mo_nowrecks.lua>
    [      0] Loaded gadget:  prevent_flying_com_wrecks  <unit_prevent_flying_com_wrecks.lua>
    [      0] Loaded gadget:  Area Attack         <areaattack.lua>
    [      0] Loaded gadget:  C Is For Control    <comiscontrol.lua>
    [      0] Loaded gadget:  LupsSyncedManager   <lups_manager.lua>
    [      0] Loaded gadget:  Mex Upgrader Gadget  <unit_mex_upgrader.lua>
    [      0] Loaded gadget:  Lups                <lups_wrapper.lua>
    [      0] Loading LuaGaia
    [      0] Loading LuaUI
    [      0] Using LUAUI_DIRNAME = LuaUI/
    [      0] Reloaded ctrlpanel with: LuaUI/ctrlpanel.txt
    [      0] LuaUI: bound F11 to the widget selector
    [      0] LuaUI: bound CTRL+F11 to tweak mode
    [      0] Loading widget from mod:   Red_UI_Framework    <red_ui_framework.lua> ...
    [      0] Loading widget from mod:   BlurApi             <api_gfx_blur.lua> ...
    [      0] Loading widget from mod:   MexUpg Helper       <helper.lua> ...
    [      0] Loading widget from mod:   Red Tooltip         <gui_red_tooltip.lua> ...
    [      0] Loading widget from mod:   HealthBars          <unit_healthbars.lua> ...
    [      0] Loading widget from mod:   Commander Name Tags   <unit_comm_nametags.lua> ...
    [      0] Loading widget from mod:   BuildETA            <gui_build_eta.lua> ...
    [      0] Loading widget from mod:   Auto First Build Facing  <autofirstbuildfacing.lua> ...
    [      0] Loading widget from mod:   Autoquit            <autoquit.lua> ...
    [      0] Loading widget from mod:   Build Split         <cmd_buildsplit.lua> ...
    [      0] Loading widget from mod:   CustomIcons         <unit_customicons.lua> ...
    [      0] Loading widget from mod:   Loop Select         <unit_loop_select.lua> ...
    [      0] Loading widget from mod:   MohoExploiter       <unit_moho_exploiter.lua> ...
    [      0] Loading widget from mod:   Defense Range       <gui_defenserange.lua> ...
    [      0] Loading widget from mod:   MoreSounds          <unit_more_sounds.lua> ...
    [      0] Loading widget from mod:   NoDuplicateOrders   <cmd_no_duplicate_orders.lua> ...
    [      0] Loading widget from mod:   Pause Screen        <gui_pausescreen.lua> ...
    [      0] Loading widget from mod:   Point Tracker       <gui_point_tracker.lua> ...
    [      0] Loading widget from mod:   ReclaimInfo         <gui_reclaiminfo.lua> ...
    [      0] Loading widget from mod:   Red Build/Order Menu  <gui_red_buildordermenu.lua> ...
    [      0] Loading widget from mod:   Red Console         <gui_red_console.lua> ...
    [      0] Loading widget from mod:   GameTypeInfo        <gui_game_type_info.lua> ...
    [      0] Loading widget from mod:   Red Resource Bars   <gui_red_resourcebars.lua> ...
    [      0] Loading widget from mod:   Red_Drawing         <red_ui_framework_drawing.lua> ...
    [      0] Loading widget from mod:   Share Tracker       <unit_share_tracker.lua> ...
    [      0] Loading widget from mod:   Transporting        <gui_transporting.lua> ...
    [      0] Loading widget from mod:   XrayHighlight       <gui_xray_highlight.lua> ...
    [      0] Loading widget from user:  ImmobileBuilder     <unit_immobile_buider.lua> ...
    [      0] Loading widget from mod:   Improved MetalMakers  <unit_improved_metal_maker.lua> ...
    [      0] Loading widget from mod:   Ghost Site          <unit_ghostsite.lua> ...
    [      0] Loading widget from mod:   Take Reminder       <gui_take_remind.lua> ...
    [      0] Loading widget from mod:   Attack AoE          <gui_attack_aoe.lua> ...
    [      0] Loading widget from mod:   Red Minimap         <gui_red_minimap.lua> ...
    [      0] Loading widget from mod:   BA Waypoint Dragger  <unit_waypoint_dragger_2.lua> ...
    [      0] Loading widget from mod:   Select n Center!    <gui_center_n_select.lua> ...
    [      0] Loading widget from mod:   LupsManager         <gfx_lups_manager.lua> ...
    [      0] Loading widget from mod:   BA_AllyCursors      <gui_ba_ally_cursors.lua> ...
    [      0] Loading widget from user:  Mouse Buildspacing  <gui_buildspacing.lua> ...
    [      0] Loading widget from mod:   Lups                <lups_wrapper.lua> ...
    [      0] Loading widget from mod:   CustomFormations2   <unit_customformations2.lua> ...
    [      0] LuaUI v0.3
    [      0] Finalizing
    [      0] Connection attempt from UnnamedPlayer
    [      0]  -> Version: 0.82+.4.0 (Debug)
    [      0]  -> Connection established (given id 0)
    [      0] Player UnnamedPlayer finished loading and is now ingame
    [      0] GameID: 2fd4c54c0c0f7eff66a9408c1cdf4421
    [      0] UnnamedPlayer added point: Start 0
    [      0] ERROR: Initializing AI Interface library from file "C:\Spring.83\AI\Interfaces\Java\0.1\AIInterface.dll". The call to initStatic() returned unsuccessfuly.
    [      0] Spring 0.82+.4.0 (Debug) has crashed.
    [      0] Exception: Access violation (0xc0000005)
    [      0] Exception Address: 0x0086907a
    [      0] DLL information:
    [      0] 0x00400000	spring
    [      0] 0x77cd0000	ntdll
    [      0] 0x75e30000	kernel32
    [      0] 0x77760000	KERNELBASE
    [      0] 0x10000000	DevIL
    [      0] 0x75b40000	MSVCRT
    [      0] 0x76070000	ADVAPI32
    [      0] 0x75bf0000	sechost
    [      0] 0x76d90000	RPCRT4
    [      0] 0x75840000	SspiCli
    [      0] 0x75830000	CRYPTBASE
    [      0] 0x6fda0000	GLU32
    [      0] 0x68330000	OPENGL32
    [      0] 0x77840000	GDI32
    [      0] 0x77440000	USER32
    [      0] 0x77ca0000	LPK
    [      0] 0x772f0000	USP10
    [      0] 0x6da10000	DDRAW
    [      0] 0x713d0000	DCIMAN32
    [      0] 0x77080000	SETUPAPI
    [      0] 0x77390000	CFGMGR32
    [      0] 0x75c20000	OLEAUT32
    [      0] 0x77580000	ole32
    [      0] 0x77740000	DEVOBJ
    [      0] 0x73190000	dwmapi
    [      0] 0x77410000	IMAGEHLP
    [      0] 0x6fbc0000	mingwm10
    [      0] 0x76140000	SHELL32
    [      0] 0x776e0000	SHLWAPI
    [      0] 0x77540000	WS2_32
    [      0] 0x759a0000	NSI
    [      0] 0x6e940000	libgcc_s_dw2-1
    [      0] 0x61b80000	zlib1
    [      0] 0x70780000	vorbisfile
    [      0] 0x68140000	ogg
    [      0] 0x64cc0000	vorbis
    [      0] 0x6b600000	OpenAL32
    [      0] 0x73660000	WINMM
    [      0] 0x66fc0000	freetype6
    [      0] 0x62aa0000	glew32
    [      0] 0x09650000	SDL
    [      0] 0x7c340000	MSVCR71
    [      0] 0x75dd0000	IMM32
    [      0] 0x77220000	MSCTF
    [      0] 0x731e0000	dsound
    [      0] 0x73140000	POWRPROF
    [      0] 0x777b0000	CLBCatQ
    [      0] 0x73620000	MMDevApi
    [      0] 0x73520000	PROPSYS
    [      0] 0x6fd20000	wdmaud
    [      0] 0x714a0000	ksuser
    [      0] 0x6fd10000	AVRT
    [      0] 0x734e0000	AUDIOSES
    [      0] 0x743f0000	msacm32
    [      0] 0x731c0000	MSACM32
    [      0] 0x71980000	midimap
    [      0] 0x73ea0000	profapi
    [      0] 0x728c0000	uxtheme
    [      0] 0x0b450000	IMHook
    [      0] 0x73d10000	MSVCR80
    [      0] 0x73400000	ntmarta
    [      0] 0x773c0000	WLDAP32
    [      0] 0x0b480000	LoadLibInterceptor
    [      0] 0x73db0000	MSVCP80
    [      0] 0x0c710000	OpenGLInterceptor
    [      0] 0x75d30000	PSAPI
    [      0] 0x732c0000	tiptsf
    [      0] 0x0cb80000	lgscroll
    [      0] 0x73900000	version
    [      0] 0x738c0000	oleacc
    [      0] 0x69500000	nvoglv32
    [      0] 0x76110000	WINTRUST
    [      0] 0x75a20000	CRYPT32
    [      0] 0x75c10000	MSASN1
    [      0] 0x713a0000	DINPUT
    [      0] 0x73c40000	HID
    [      0] 0x29ca0000	jvm
    [      0] 0x73260000	apphelp
    [      0] 0x6d7b0000	verify
    [      0] 0x6d330000	java
    [      0] 0x6d290000	hpi
    [      0] 0x6d380000	jdwp
    [      0] 0x6d6a0000	npt
    [      0] 0x6d7f0000	zip
    [      0] 0x6b490000	dbghelp
    [      0] Stacktrace:
    [      0] (0) C:\Spring.83\spring.exe(aiInterfaceCallback_DataDirs_getWriteableDir+0x37fa) [0x0086907A]
    [      0] (1) C:\Spring.83\spring.exe(aiInterfaceCallback_DataDirs_getWriteableDir+0xfff) [0x0086687F]
    [      0] (2) C:\Spring.83\spring.exe(aiInterfaceCallback_DataDirs_getWriteableDir+0x75ed) [0x0086CE6D]
    [      0] (3) C:\Spring.83\spring.exe(aiInterfaceCallback_DataDirs_getWriteableDir+0x84e6) [0x0086DD66]
    [      0] (4) C:\Spring.83\spring.exe [0x00861ACA]
    [      0] (5) C:\Spring.83\spring.exe(aiInterfaceCallback_DataDirs_getWriteableDir+0x1e8c) [0x0086770C]
    [      0] (6) C:\Spring.83\spring.exe [0x00414CE9]
    [      0] (7) C:\Spring.83\spring.exe [0x0043DF16]
    [      0] (8) C:\Spring.83\spring.exe [0x00411118]
    [      0] (9) C:\Spring.83\spring.exe [0x00818026]
    [      0] (10) C:\Spring.83\spring.exe [0x008183B7]
    [      0] (11) C:\Spring.83\spring.exe [0x0080924E]
    [      0] (12) C:\Spring.83\spring.exe(skirmishAiCallback_Group_isSelected+0xf131b) [0x0096C4CD]
    [      0] (13) C:\Spring.83\spring.exe(skirmishAiCallback_Group_isSelected+0xf2a10) [0x0096DBC2]
    [      0] (14) C:\Spring.83\spring.exe(skirmishAiCallback_Group_isSelected+0x10fa5e) [0x0098AC10]
    [      0] (15) C:\Spring.83\spring.exe(skirmishAiCallback_Group_isSelected+0xf19f) [0x0088A351]
    [      0] (16) C:\Windows\syswow64\MSVCRT.dll(itow_s+0x4c) [0x75B51287]
    [      0] (17) C:\Windows\syswow64\MSVCRT.dll(endthreadex+0x6c) [0x75B51328]
    [      0] (18) C:\Windows\syswow64\kernel32.dll(BaseThreadInitThunk+0x12) [0x75E43677]
    [      0] (19) C:\Windows\SysWOW64\ntdll.dll(RtlInitializeExceptionChain+0x63) [0x77D09D42]
    [      0] (20) C:\Windows\SysWOW64\ntdll.dll(RtlInitializeExceptionChain+0x36) [0x77D09D15]
    
    txt file icon infolog.txt (17,506 bytes) 2010-10-25 21:02 +
  • txt file icon interface-log.txt (902 bytes) 2010-10-25 21:02 -
    10/25/10 21:02:07 / CUSTOM(-1): [logging started (time-stamps: yes / logLevel: 5)]
    10/25/10 21:02:07 / NORMAL(5): This is the log-file of the Java v0.1 AI Interface
    10/25/10 21:02:07 / NORMAL(5): Using read/write data-directory: C:\Spring.83\AI\Interfaces\Java\0.1\
    10/25/10 21:02:07 / NORMAL(5): Using log file: C:\Spring.83\AI\Interfaces\Java\0.1\interface.properties
    10/25/10 21:02:07 / NORMAL(5): Successfully loaded the JVM shared library at "C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll".
    10/25/10 21:02:07 / NORMAL(5): Unable to find common read-only data-dir (optional).
    10/25/10 21:02:07 / NORMAL(5): Unable to find common read-only native libs data-dir (optional).
    10/25/10 21:02:07 / ERROR(1): Failed to create Java VM: -4 - JNI_ENOMEM - not enough (contiguous) memory
    10/25/10 21:02:07 / ERROR(1): JVM: Failed creating.
    10/25/10 21:02:07 / ERROR(1): Initialization failed.
    
    txt file icon interface-log.txt (902 bytes) 2010-10-25 21:02 +

-Relationships
+Relationships

+Notes

-Issue History
Date Modified Username Field Change
2010-10-25 21:02 cranphin New Issue
2010-10-25 21:02 cranphin File Added: infolog.txt
2010-10-25 21:02 cranphin File Added: interface-log.txt
2010-10-26 15:04 hoijui Note Added: 0005796
+Issue History