RadioBoss.exe is not working under WINE 9/10.

Questions about Wine on Linux
Locked
MosheL
Newbie
Newbie
Posts: 1
Joined: Sun Jan 19, 2025 1:06 pm

RadioBoss.exe is not working under WINE 9/10.

Post by MosheL »

RadioBoss 5.x is working fine (except playing WMA files, but who cares).

RadioBoss 6.x / 7.x did not load and crashed on load. sometimes it opening and working, but with the main screen blan. tried 32bit and 64bit. tried 9.x and 10-rc.

I do not able to install the 64bit (due the installer is 32bit and detect the OS wrong) but can install tjhe 64bit on other device and copy its folder (tested in windows, its working).

Code: Select all

In 10-rc this is the error message:
   Access violation at address 000000000147980A in module 'radioboss.exe' (offset 107980A). Read of address 0000000000000000.
   

in the error log :

0164:fixme:system:EnableNonClientDpiScaling (0000000000040178): stub
0184:fixme:wtsapi:WTSQuerySessionInformationW Unimplemented class 10
01c4:fixme:dbghelp:elf_search_auxv can't find symbol in module
01c4:fixme:dbghelp:elf_search_auxv can't find symbol in module ( *20)
0164:fixme:uxtheme:BufferedPaintSetAlpha Stub (0000000004E24F10 000000000011EE2C 255)
0184:fixme:wtsapi:WTSQuerySessionInformationW Unimplemented class 10


in 9 I do no remember the specific error, but it claims that ntdll.dll.SbSelectProcedure is missing.

What I am tried:
  • varios version of the application
    build the last code from GIT and add the function (does not work, I am not a C++ developer)
    run within and without DOCKER
    try to add a DLLs I think they was missing.
    run from shell so I will able to see the log
    wineconf
    tried to connect a debugger to wine and the app without success

What next ?
I suspect the SbSelectProcedure (https://undoc.airesoft.co.uk/ntdll.dll/ ... cedure.php) function is still missing, as I do not found this name in WINE GIT. according to WindowsInternal and some other pages I read in the internet, the function is used to run functions depending of OS version, but again, this is not my proffession.



Thanks for all !
Locked