Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Pre-Release Discussion

Reply
 
Thread Tools Display Modes
Old 11-27-2009, 01:46 AM   #1
MikeLacey
Human being with feelings
 
Join Date: Dec 2006
Location: UK
Posts: 789
Default 3.1415p3 ReaScript: guidToString() crashing Windows

Behaviour first noted in 3.14

Windows stops and reboots (no blue screen) after asking if I'd like to report the problem to MS.
Code:
 AppName: reaper.exe	 AppVer: 3.1.4.13	 ModName: reaper.exe
 ModVer: 3.1.4.13	 Offset: 002f0daf
The ReaPerl script below reproducibly crashes my XP Home SP3 machine.
PHP Code:
#
# GUID.pl
#

# void genGuid(GUID* g)
# void guidToString(GUID* g, char* dest) 
#  dest should be at least 64 chars long to be safe ???

use strict;
use 
warnings;

my $NewGUID;
my $NewGUID_String ' ' x 65;

$NewGUID RPR_genGuid($NewGUID);

(
$NewGUID$NewGUID_String) = RPR_guidToString($NewGUID$NewGUID_String);

#RPR_ShowConsoleMsg("$NewGUID_String\n"); 
__________________
Mike Lacey, Leicestershire, UK

Last edited by MikeLacey; 11-27-2009 at 01:55 AM.
MikeLacey is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 05:55 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.