koolo icon indicating copy to clipboard operation
koolo copied to clipboard

Bot enter game and leave after

Open qchades opened this issue 10 months ago • 5 comments

Details

my bot enter the game, and leave after

i got this in my log and keep making new game and doing the same log after and after

time=19:36:25 level=INFO msg="Waiting for character selection screen..." time=19:36:25 level=INFO msg="Character selection screen found" time=19:36:25 level=INFO msg="Selecting character..." time=19:36:25 level=INFO msg="Character found" time=19:36:30 level=INFO msg="Starting Game #0. Run list: diablo" time=19:36:30 level=DEBUG msg="Fetching map data..." seed=2144195295 difficulty=hell time=19:36:30 level=WARN msg="Game finished with errors, reason: error fetching map data: error fetching Map data from Diablo II: LoD 1.13c game: exit status 0xc0000005. Game total time: 0.19s" supervisor=Hdin mapSeed=2144195295

Version

lastest

Logs

time=19:36:25 level=INFO msg="Waiting for character selection screen..." time=19:36:25 level=INFO msg="Character selection screen found" time=19:36:25 level=INFO msg="Selecting character..." time=19:36:25 level=INFO msg="Character found" time=19:36:30 level=INFO msg="Starting Game #0. Run list: diablo" time=19:36:30 level=DEBUG msg="Fetching map data..." seed=2144195295 difficulty=hell time=19:36:30 level=WARN msg="Game finished with errors, reason: error fetching map data: error fetching Map data from Diablo II: LoD 1.13c game: exit status 0xc0000005. Game total time: 0.19s" supervisor=Hdin mapSeed=2144195295 time=19:36:41 level=INFO msg="Starting Game #1. Run list: diablo" time=19:36:42 level=DEBUG msg="Fetching map data..." seed=1242888634 difficulty=hell time=19:36:42 level=WARN msg="Game finished with errors, reason: error fetching map data: error fetching Map data from Diablo II: LoD 1.13c game: exit status 0xc0000005. Game total time: 0.12s" supervisor=Hdin mapSeed=1242888634 time=19:36:51 level=INFO msg=Pausing... configuration=Hdin time=19:36:52 level=INFO msg=Stopping... configuration=Hdin time=19:36:52 level=INFO msg="Finished stopping" configuration=Hdin time=19:37:22 level=ERROR msg="Error creating new game: failed to create an online game"

qchades avatar Mar 03 '25 00:03 qchades

Go read the initial setup. It's saying you dont have 1.13c installed or referenced properly. "error fetching Map data from Diablo II: LoD 1.13c"

Wamlad avatar Mar 03 '25 00:03 Wamlad

i have it installed, can it be the directory in the koolo program it not look like to be the exact location of it ( it sais E:.... ) but when try to change it, it not working.

can it be just my location patch of diablo 2 lod 1.13c in the koolo settings the problem?

qchades avatar Mar 03 '25 01:03 qchades

the E: is just the default. You need to match it to your exactly folder. your PC may also be blocking koolo-map.exe or koolo.exe. Just read the initial-setup and FAQ fully and troubleshoot.

Wamlad avatar Mar 03 '25 01:03 Wamlad

This should probably be closed. it's not an issue. FYI: The path to your LOD folder is Case sensitive even when if it's lowered cased in the UI.

KPDragadine avatar Mar 16 '25 15:03 KPDragadine

I ran into this issue myself, the issue seems to be a compatibility and/or permission issue with 1.13c running on newer OSes. I experienced this on Windows 11. When koolo-map.exe attempts to load the game to generate collision data it crashes with a 0xc0000005 exception.

To work around this is created #764 to allow for running a map server using koolo-map.exe and the server the tool is based on

jdsmi avatar Mar 26 '25 01:03 jdsmi