Jump to content

Recommended Posts

Posted (edited)

Heya,

since the latest update I am getting a crash in wRadio.DLL. It goes all fine until I actually go into a seat or commander position in MULTIPLAYER ONLY and then I am always getting the same crash. I removed all mods I could find (Tacview, SRS, Kneeboard Builder, etc.), even reverted latest NVIDIA drivers to rule out any issues with the audio drivers.

 

The voice chat check box in the options was off but I also tried to completely wipe the user folder which didn't make a difference. I remember that I initially had an issue with the auto updater but I did a full repair which only prompted me to delete some older plane texture mods.

 

2020-12-22 16:50:04.474 ERROR   WRADIO: CommandDialogsPanel: RadioCommandDialogsPanel.addSomeSubmenu error 
2020-12-22 16:50:04.475 INFO    EDCORE: try to write dump information
2020-12-22 16:50:04.476 INFO    EDCORE: # -------------- 20201222-165005 --------------
2020-12-22 16:50:04.477 INFO    EDCORE: DCS/2.5.6.59398 (x86_64; Windows NT 10.0.19041)
2020-12-22 16:50:04.478 INFO    EDCORE: E:\Games\DCS World OpenBeta\bin\wRadio.dll
2020-12-22 16:50:04.479 INFO    EDCORE: # C0000005 ACCESS_VIOLATION at 127FD8D6 00:00000000
2020-12-22 16:50:04.482 INFO    EDCORE: SymInit: Symbol-SearchPath: '.;E:\Games\DCS World OpenBeta;E:\Games\DCS World OpenBeta\bin;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'yogik'
2020-12-22 16:50:04.483 INFO    EDCORE: OS-Version: 10.0.19041 () 0x300-0x1

 

What I am trying now is to just revert to the previous Open Beta and updating from there again ... sadly that's at least 120 gb of traffic 😞 ... but any pointers are welcome.

dcs.log-20201222-165005.zip

Edited by yogiklatt
Posted

Hi yogiklatt.

I've looked for this "RadioCommandDialogPanel.addSomeSubMenu" function. It's declared in the "\DCS World OpenBeta\Scripts\UI\RadioCommandDialogPanel\RadioCommandDialogsPanel.lua" script, lines 1756 to 1759:

 

function addSomeSubmenu(name, path, primaryMenuItem)
	local item = { name = name, submenu = { name = name, items = {} }}
	return addSomeMenuItem(item, path, primaryMenuItem)
end

 

This function takes three parameters. Chances are one of these arguments causes the crash, but so far it's hard to tell which one.

Another function calls this one: addOtherSubmenu (declared in the same file, lines 1839 to 1840). Try commenting it out: place "--" in front of each line, so it looks like this:

 

image.png

 

Now, launching DCS will gie you a different error. Please attach the resulting dcs.log file.

---

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...