R Studio is crashing

Hi,

R studio is crashing while running my R scripts. The code is pretty simple, it reads files from a specific location and places buy/sell orders via API call to broker server. Whatever may be the deficiencies in my code, it must not let R studio crash.

Wondering if anybody can help me in understanding why R studio is crashing ? here is the information that I got from application logs via Event Viewer (OS is windows 10). Its with R 3.6.3 and R Studio R 1.2.5042

################
Faulting application name: rsession.exe, version: 1.2.5042.0, time stamp: 0x5e84ca63
Faulting module name: audio.dll, version: 0.0.0.0, time stamp: 0x5e6a0e58
Exception code: 0xc0000005
Fault offset: 0x0000000000002d7e
Faulting process ID: 0x44a0
Faulting application start time: 0x01d6148aa17de3df
Faulting application path: C:\Program Files\RStudio\bin\rsession.exe
Faulting module path: C:\Program Files\R\R-3.6.3\library\audio\libs\x64\audio.dll
Report ID: a1f5b061-4849-4d00-b46e-a992e792ef70
Faulting package full name: 
Faulting package-relative application ID: 

###############

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.