SDDT 1.40 crash when I read card and buy GP #100

Closed
opened 2024-02-12 10:33:46 +00:00 by nian03240324 · 6 comments

I use develop fork on windows 10 and ubuntu with SDDT1.40 bright MEMORY.
All test is Good and can play in the first time, but if I read the card and try to buy GP, the game crash.
I have tried to rebuild artemis with dbutils.py and used read.py import game data, and it crash again.
Is that a bug or I do something wrong?

ubuntu
[2024-02-12 04:03:43] Ongeki | ERROR | Error handling v140 method GetUserMusicApi - 'coroutine' object is not subscriptable
/home/artemis/titles/ongeki/index.py:248: RuntimeWarning: coroutine 'OngekiBase.util_generate_music_list' was never awaited
return Response(zlib.compress(b'{"stat": "0"}'))
RuntimeWarning: Enable tracemalloc to get the object allocation traceback

windows 10
[2024-02-12 18:16:29] Ongeki | ERROR | Error handling v140 method GetUserMusicApi - 'coroutine' object is not subscriptable
C:\Users\Desktop\Server\artemis\Hay1tsme\artemis\titles\ongeki\index.py:248: RuntimeWarning: coroutine 'OngekiBase.util_generate_music_list' was never awaited
return Response(zlib.compress(b'{"stat": "0"}'))

I use develop fork on windows 10 and ubuntu with SDDT1.40 bright MEMORY. All test is Good and can play in the first time, but if I read the card and try to buy GP, the game crash. I have tried to rebuild artemis with dbutils.py and used read.py import game data, and it crash again. Is that a bug or I do something wrong? ubuntu [2024-02-12 04:03:43] Ongeki | ERROR | Error handling v140 method GetUserMusicApi - 'coroutine' object is not subscriptable /home/artemis/titles/ongeki/index.py:248: RuntimeWarning: coroutine 'OngekiBase.util_generate_music_list' was never awaited return Response(zlib.compress(b'{"stat": "0"}')) RuntimeWarning: Enable tracemalloc to get the object allocation traceback windows 10 [2024-02-12 18:16:29] Ongeki | ERROR | Error handling v140 method GetUserMusicApi - 'coroutine' object is not subscriptable C:\Users\Desktop\Server\artemis\Hay1tsme\artemis\titles\ongeki\index.py:248: RuntimeWarning: coroutine 'OngekiBase.util_generate_music_list' was never awaited return Response(zlib.compress(b'{"stat": "0"}'))
Hay1tsme added the
bug
ongeki
labels 2024-02-12 16:38:42 +00:00
Owner

Whoops, I know exactly what the problem is, fixing

Whoops, I know exactly what the problem is, fixing
Owner

Fix pushed, please try again when you get a chance

Fix pushed, please try again when you get a chance
Hay1tsme added the
testing
label 2024-02-12 16:41:13 +00:00
Author

It crash again, but without error code.
I fix by delete <and version < 140>
https://gitea.tendokyu.moe/Hay1tsme/artemis/src/branch/master/titles/ongeki/index.py#L170
elif version >= 135 and version < 140: # Bright Memory

It crash again, but without error code. I fix by delete <and version < 140> https://gitea.tendokyu.moe/Hay1tsme/artemis/src/branch/master/titles/ongeki/index.py#L170 elif version >= 135 and version < 140: # Bright Memory
Owner

Oh, that's there because it was assumed that they'd make a new version when it hit 1.40
When did they release that?

Oh, that's there because it was assumed that they'd make a new version when it hit 1.40 When did they release that?
Author

SDDT 1.40 release on a chinese website.
1.40 only fix some bug with option I think.

SDDT 1.40 release on a chinese website. 1.40 only fix some bug with option I think.
Owner

6557cac55b fixes this. Thank you for reporting! closing this

6557cac55b2d7ab620831d1d3e7de97d0b85ac05 fixes this. Thank you for reporting! closing this
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hay1tsme/artemis#100
No description provided.