TASLabz / mkw-scripts

Python Scripts for use with Dolphin Emulator. Scripts cover various utilities for creating Mario Kart Wii TASes .
7 stars 6 forks source link

Spamming scripts sometimes crashes Dolphin #26

Closed malleoz closed 1 year ago

malleoz commented 1 year ago

This script for example crashes Dolphin if it is run in certain circumstances, perhaps when Dolphin is running at a high enough framerate:

import mkw_classes as classes

print(classes.RaceInfoPlayer.max_lap(1))
print(classes.RaceInfoPlayer.respawn_point(1))

This is probably a dolphin issue, but figured I would post here first as I discovered it when testing scripts.

malleoz commented 1 year ago

Dolphin bug. Moving issue to dolphin repo.