KillBait / AutoDrive_Course_Editor

A java based course editor for the AutoDrive mod, works with both the FS19 + FS22 versions of the mod
73 stars 13 forks source link

Map Elk Mountain Wyoming can`t be open #42

Closed Maag000 closed 2 years ago

Maag000 commented 2 years ago

Hello, if I will open the overview.dds from the Elk Mountain Wyoming map I get the Error "GlobalExceptionHandler - Java heap space java.lang.OutOfMemoryError: Java heap space" in the log and the map will not shown in the editor. What`s wrong with it?

KillBait commented 2 years ago

Hi,

That is one stupidly huge DDS file!!, I have uploaded the converted images to the map Images GitHub, so the editor should download the images next time you load a config for that map.

As for the Out of memory error, just loading in that DDS file and converting it raised the memory usage of the editor to just over 2.5GB! :/

Screenshot_Elk_Mountain_import

just loading the config with the converted images gives the usual memory usage.

Screenshot_Elk_Mountain_normal

If you ever run into the out of heap memory again, try raising the -Xmx memory in the launch script, i had to set it to -Xmx3072m to get the DDS file to import and convert

Maag000 commented 2 years ago

Best man, thank you!!!