Skip to content

FAQ/ Responding to dataset loading errors

An error occurs during DioVISTA startup and DioVISTA does not start.

C:\data\mapdata\dataset.ini
Dataset failed to load.

response

The error message contains the path of the dataset file .ini dataset.

In this example, it is C:\data\mapdata\dataset.ini.

Open this file. Here is an example of a dataset .ini:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
[dataset]
basemap/dataset.ini
i25k/dataset.ini
FGD/dataset.ini
cyberjapan/dataset.ini
disaportal/dataset.ini
土地利用/dataset.ini

[layers]
世界地図=layers/world.xml
道路地図=layers/road.xml
住宅地図=layers/town.xml

[layerAssignments]
default=世界地図
道路地図=道路地図
住宅地図=住宅地図

[datasetLayers]
vector.default=世界地図
vector.住宅地図=住宅地図
vector.道路地図=道路地図

The splash screen behind the error box (the startup screen when the software is launched) shows where it stopped loading.

Verify that this item exists in the dataset.ini that you just opened in Notepad.

In the example in the figure below, C:\data\mapdata\kyoto_dem5\dataset.ini is causing the problem.

By ignoring the item that caused the error, it may be possible to start it.

Comment out the item that caused the dataset.ini file error. At the beginning of the line, ";" (semicolon).

For example:

1
;kyoto_dem5\\dataset.ini

Last update: 2023-03-17