Suprcode / Zircon

Legend of Mir 3 - Official Public Zircon Source
337 stars 256 forks source link

Problem Viewing Map Region #67

Closed FluffyDuckyEU closed 1 year ago

FluffyDuckyEU commented 1 year ago

Can you help me understand why this is failing when I try to open map region.

image

I tried to search this error and found this post, but i'm not sure what I need to fix. The installation suggestion did not fix the problem and when I process my slimdx.dll file in the dependencies program I see some errors but not sure how to fix them.

https://github.com/Koenvh1/ets2-local-radio/issues/155

Suprcode commented 1 year ago

You need SlimDX.dll in your base server folder to open the map viewer

It should be provided in the /Components folder. This is the 64bit version, so you also need to ensure your server is built in x64 mode.

FluffyDuckyEU commented 1 year ago

Great thank you, that resolved the problem. I did not realise the Components folder had some files, I maybe had incompatible SlimDX that I downloaded online.

Is it normal for the display to come out black? If I select attributes I can see the outline but I dont think this is normal. image

image

FluffyDuckyEU commented 1 year ago

I think this is actually normal the red is the .map file boundary and the yellow which I couldn't see before is that selection of the region.

I'll close this now, thanks again! :)

image

Suprcode commented 1 year ago

You haven't pointed the client to the correct location. Change the directory in your config to the base client folder and map folder

Suprcode commented 1 year ago

You should be seeing the actual map by the way

FluffyDuckyEU commented 1 year ago

Ah ok I did not know this was configurable, but by chance I assumed server needed the map file for other reasons.

I did have this set already, but I was missing the client path 😅 thanks again.