You see, I've been trying to run a Japanese program that allows you to program your own games and such,
but every time I try to set the files language to Japanese, I get this:
Code: Select all
err:dmloader:IDirectMusicLoaderImpl_SetObject : could not attach stream to file
fixme:dmime:IDirectMusicPerformance8Impl_InitAudio (0x171070, 0x32c76c, 0x0, 0x0, 8, 64, 3f, 0x0): to check
fixme:dmime:IDirectMusicPerformance8Impl_InitAudio return dsound(0x170f94,0)
fixme:dmime:IDirectMusicPerformance8Impl_Init (iface = 0x171070, dmusic = 0x32c76c, dsound = 0x170f94, hwnd = 0x0)
fixme:dmime:IDirectMusicPerformance8Impl_CreateStandardAudioPath (0x171070)->(8, 64, 0, 0x17123c): semi-stub
fixme:dmime:IDirectMusicAudioPathImpl_IDirectMusicAudioPath_Activate (0x1b29b8, 0): stub
wine: Unhandled page fault on read access to 0x00000000 at address 0x41ec8d (thread 0009), starting debugger...
/opt/local/lib/../bin/wine: line 5: 33282 Terminated: 15 DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib:/usr/lib" "/opt/local/libexec/wine/wine" "$@
Oh, extra information; The line of code that I used was this:
Code: Select all
LANG="ja_JP.UTF-8" wine th_dnh.exe
Oh, btw, I'm running a MAC. Sorry if this was on the wrong board!