Help? Japanese Locale Error?

Questions about Wine on macOS.
Locked
Roxy Lalonde
Newbie
Newbie
Posts: 1
Joined: Mon Jul 13, 2015 10:40 pm

Help? Japanese Locale Error?

Post by Roxy Lalonde »

Hiiiiii, I've recently just got into wine, and unfortunately encountered a bundle of errors.
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" "$@
I have no idea what this means to be quite honest. There were more but, I fixed them by installing X-Codes and XQuartz and what not. Don't really see what's the problem, so any help would be appreciated !!

Oh, extra information; The line of code that I used was this:

Code: Select all

LANG="ja_JP.UTF-8" wine th_dnh.exe
I have a few guesses on what went wrong, but I just wanna ask the community first before I do anything too hasty. I think I'm missing dlls? What do you guys think?

Oh, btw, I'm running a MAC. Sorry if this was on the wrong board!
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Help? Japanese Locale Error?

Post by dimesio »

Could be related to one of these bugs:
https://bugs.winehq.org/show_bug.cgi?id=32143
https://bugs.winehq.org/show_bug.cgi?id=33765

Console output suggests it's a sound issue, not a locale issue. Try installing directmusic with winetricks.
Locked