RPG Maker 2000: games won't run

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Ranmaru
Newbie
Newbie
Posts: 1
Joined: Sat Apr 21, 2012 10:32 pm

RPG Maker 2000: games won't run

Post by Ranmaru »

Hello!

I've come across a problem with Wine (version 1.5.2) running RPG Maker 2000. The editor itself works fine, but I can't run any games; neither from the editor (test play mode) nor starting them directly by running wine game.exe.

When I directly run a game, this happens:

Code: Select all

ranmaru@kodama: ~ % wine RPG_RT.exe
intel_do_flush_locked failed: Input/output error
When I run the editor, it works fine at first, but as soon as I start the game, this happens:

Code: Select all

ranmaru@kodama: ~ % wine RPG2000.exe
err:heap:GlobalFree (0x6a0a): Page fault occurred ! Caused by bug ?
err:heap:GlobalFree (0xaa82): Page fault occurred ! Caused by bug ?
err:heap:GlobalFree (0xaae2): Page fault occurred ! Caused by bug ?
[...]
intel_do_flush_locked failed: Input/output error
There's over a hundred of these GlobalFree errors in the log, so I just postet a few of them.

I have no idea what's causing this, since RPG Maker 2000 should run and used to run on another machine I had.
I'm using Arch Linux (32-bit), timidity and soundfonts are installed, as are the correct drivers for my machine, so that should not be the issue.

Any help is greatly appreciated.

My best
Ranmaru
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

Hi,

there seem to be some bug reports for other version of RPG Maker with different issues, please file a bug and provide a test case.
Locked