[Solved]L2J Geodata fu ckt when i change GB

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
User avatar
Silv3rMoon
Posts: 96
Joined: Wed May 30, 2012 12:46 am

[Solved]L2J Geodata fu ckt when i change GB

Post by Silv3rMoon »

Last Freya Rev.

Code: Select all

1024/1024
When i changed gameserver.bat to

Code: Select all

 -Xmx1536m -Xms1536m
Geodata doesnt load ... correct

Code: Select all

Geo Engine: - Max Layers: 2 Size: 703820 Loaded: 703820Geo Engine: - Loading: ./data/geodata/20_13.l2j -> region offset: 653X: 20 Y: 13 Failed to Load GeoFile at block: 0java.io.IOException: Map failed        at sun.nio.ch.FileChannelImpl.map(Unknown Source)        at com.l2jserver.gameserver.GeoEngine.loadGeodataFile(GeoEngine.java:722)        at com.l2jserver.gameserver.GeoEngine.nInitGeodata(GeoEngine.java:663)        at com.l2jserver.gameserver.GeoEngine.<init>(GeoEngine.java:69)        at com.l2jserver.gameserver.GeoEngine.<init>(GeoEngine.java:50)        at com.l2jserver.gameserver.GeoEngine$SingletonHolder.<clinit>(GeoEngine.java:1547)        at com.l2jserver.gameserver.GeoEngine.getInstance(GeoEngine.java:64)        at com.l2jserver.gameserver.GeoData$SingletonHolder.<clinit>(GeoData.java:196)        at com.l2jserver.gameserver.GeoData.getInstance(GeoData.java:49)        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:266)        at com.l2jserver.gameserver.GameServer.main(GameServer.java:521)Caused by: java.lang.OutOfMemoryError: Map failed        at sun.nio.ch.FileChannelImpl.map0(Native Method)        ... 11 more

And when i change back to

Code: Select all

1024/1024
It loads/works correct...

How it's possible to be

Code: Select all

java.lang.OutOfMemoryError: Map failed
When i increase server memory...
Last edited by Silv3rMoon on Sun Dec 02, 2012 1:09 pm, edited 1 time in total.
Image
User avatar
Silv3rMoon
Posts: 96
Joined: Wed May 30, 2012 12:46 am

Re: [Help]L2J Geodata fu ckt when i change GB

Post by Silv3rMoon »

Ok, i need windows 7 :D Solved can be locked.

Code: Select all

in order to load geotada there should be 1 - 1,5 gb ram available(free space)
Not included in server space
Image
Locked