Wine error with LOCAL resource library

Questions about Wine on Linux
Locked
Gerharddc
Newbie
Newbie
Posts: 3
Joined: Mon Sep 21, 2015 9:03 am

Wine error with LOCAL resource library

Post by Gerharddc »

I am trying to run the student version of Solid Edge ST8 on OpenSUSE Tumbleweed using the latest wine build. It seems that there has not been activity in the DB for years and so I am under no illusion that it is supposed to work but I can't see any major reason why it should not because I cannot see any reason for the program needing any hardcore Windows APIs. After all, it is mostly OpenGL and OpenCL and its big brother NX which it shares a lot of engines with has native Linux support. I am therefore determined to get it working.

It installed just fine after I changed Wine to at least Windows 7 (it didn't like XP...) and the tiny "Viewer" program works but the full program crashes upon startup with the error "Error loading LOCALE resource library SPLASH.drx". I can confirm that the file is present on the filesystem and in the same place that it is on my Windows PC where the program works. Have any of you had problems with "drx" files before and have any idea what I can do to try and fix this?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine error with LOCAL resource library

Post by dimesio »

Wine version? If it's not the latest development release, upgrade. If the problem persists, post terminal output.
Gerharddc
Newbie
Newbie
Posts: 3
Joined: Mon Sep 21, 2015 9:03 am

Re: Wine error with LOCAL resource library

Post by Gerharddc »

dimesio wrote:Wine version? If it's not the latest development release, upgrade. If the problem persists, post terminal output.
I'm on 1.7.51 getting:

Code: Select all

gerhard@localhost:~/.wine/dosdevices/c:/Program Files/Solid Edge ST8/Program> wine edge.exe
fixme:thread:GetThreadPreferredUILanguages 56, 0xb3f980, 0xb3f990 0xb3f984
fixme:thread:GetThreadPreferredUILanguages 56, 0xb3f930, 0xb3f940 0xb3f934
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
fixme:msvcrt:__clean_type_info_names_internal (0xc60128) stub
fixme:msvcrt:__clean_type_info_names_internal (0x10cd378) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1629ab0) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1803c2f78) stub
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine error with LOCAL resource library

Post by dimesio »

There's no crash in that log. Are you getting Wine's popup crash dialog? If so, use it to capture the backtrace.
Gerharddc
Newbie
Newbie
Posts: 3
Joined: Mon Sep 21, 2015 9:03 am

Re: Wine error with LOCAL resource library

Post by Gerharddc »

dimesio wrote:There's no crash in that log. Are you getting Wine's popup crash dialog? If so, use it to capture the backtrace.
All I'm getting is a popup in a wine style window stating "Error loading LOCALE resource library SPLASH.drx". After that everything terminates. Maybe that's not technically a crash but it does stop the program dead in its tracks. I can't help but think that it's related to the problem regarding library loading mentioned in the terminal output.

PS. Is there any way to capture a backtrace from such a widow?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine error with LOCAL resource library

Post by dimesio »

That popup is not from Wine; it must be from the app.

File a bug. Don't call it a crash, because it isn't.
Locked