Obscure japanese game crash (mariari)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
etwineb
Level 4
Level 4
Posts: 101
Joined: Wed Dec 10, 2008 12:05 pm

Obscure japanese game crash (mariari)

Post by etwineb »

With `obscure' I mean there is no appdb entry for it.

The game (まりさ と ありす - Marisa to Alice -MariAri-) is a technically simple puzzle game, but it crashes during certain animations.

`Worlds' (set of levels) show the animation only the first time you try so it is just annoyance, but boss levels always show that animation so you cannot play them.

I am using wine 1.3.23; with a clean prefix the animation starts and the game halts with this error:

Code: Select all

wine: Unhandled exception 0xc000000d at address 0x59c050 (thread 0009), starting debugger...
Since it seems a text should appears and the game is Japanese I though that it could be a font problem. So I tried again after using `winetricks fakejapanese'.

The animation does not start at all and the error changes:

Code: Select all

wine: Unhandled division by zero at address 0x490264 (thread 0009), starting debugger...
Unhandled exception: divide by zero in 32-bit code (0x00490264).
I made the +relay debug trace for both cases:
http://www.2shared.com/file/sqpeM_C5/relay_logtar.html

What can I try? Can you help?
Thanks
Cloudef
Level 4
Level 4
Posts: 138
Joined: Wed Mar 18, 2009 3:10 pm

Post by Cloudef »

Is this Touhou doujin game? I have quite bunch of them, and I'm sad to say that many of them don't work nicely with wine. Mostly because they are using either really deprecated libs or old directx which wine does not have good support, or weird video codecs.

There have been workarounds like renaming some video files and game would then just ignore them and not play and such... Or try using native DLLs.

Anyways I wish you good luck to getting it work. I might try obtain one for myself too since the game looks interesting.
etwineb
Level 4
Level 4
Posts: 101
Joined: Wed Dec 10, 2008 12:05 pm

Post by etwineb »

It is definitely a Touhou game, here is the official site... if you can read Japanese.

http://www.desunoya.sakura.ne.jp/produc ... manual.htm

It is actually fairly nice if you like puzzle games.
Locked