unimplemented function KERNEL32.dll.ReOpenFile

Questions about Wine on Linux
Locked
korakios
Level 1
Level 1
Posts: 5
Joined: Wed Jan 24, 2018 5:22 am

unimplemented function KERNEL32.dll.ReOpenFile

Post by korakios »

Hi,
Does anyone have a clue where the error :

Code: Select all

wine: Call from 0x7bc7bedc to unimplemented function KERNEL32.dll.ReOpenFile, aborting
Comes from?
Meaning ,should I install a windows library or something?

Thanks :)
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: unimplemented function KERNEL32.dll.ReOpenFile

Post by DarkShadow44 »

Can't do much more than submit a bug report, I guess. I sent in a patch to solve this issue, however, it won't help if the application actually depends on that function. What program are you trying to run?
korakios
Level 1
Level 1
Posts: 5
Joined: Wed Jan 24, 2018 5:22 am

Re: unimplemented function KERNEL32.dll.ReOpenFile

Post by korakios »

The app is Superior drummer 3. It’s a well known sample based drum instrument .

It loads fine , but after you set the path of the sound library and try to load a patch ( read samples from disk ) it crashes with that error . :(
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: unimplemented function KERNEL32.dll.ReOpenFile

Post by DarkShadow44 »

There is a stub in the current git tree for that issue. With the next wine release you could test again.
korakios
Level 1
Level 1
Posts: 5
Joined: Wed Jan 24, 2018 5:22 am

Re: unimplemented function KERNEL32.dll.ReOpenFile

Post by korakios »

Solved :)
m0rvj
Newbie
Newbie
Posts: 4
Joined: Mon Sep 30, 2019 6:44 pm

Re: unimplemented function KERNEL32.dll.ReOpenFile

Post by m0rvj »

Bug 47668 has a patch that implements ReOpenFile... needs someone to take it through staging.
Locked