Go Back   Cockos Incorporated Forums > Other Software Discussion > LICEcap Discussion

Reply
 
Thread Tools Display Modes
Old 02-27-2015, 10:56 PM   #1
TheFlavor
Banned
 
Join Date: Jan 2015
Posts: 214
Default It crashes when I try to make LCF files

.......... n/t
TheFlavor is offline   Reply With Quote
Old 09-20-2016, 09:46 AM   #2
Dstruct
Human being with feelings
 
Join Date: Jul 2006
Posts: 12,480
Default

I'm also getting crashes here (1.26)

Code:
Name der fehlerhaften Anwendung: licecap.exe, Version: 0.0.0.0, Zeitstempel: 0x56813fdc
Name des fehlerhaften Moduls: licecap.exe, Version: 0.0.0.0, Zeitstempel: 0x56813fdc
Ausnahmecode: 0xc0000005
Fehleroffset: 0x0003e078
ID des fehlerhaften Prozesses: 0x8d0
Startzeit der fehlerhaften Anwendung: 0x01d20e782c96d97b
Pfad der fehlerhaften Anwendung: C:\Program Files (x86)\LICEcap\licecap.exe
Pfad des fehlerhaften Moduls: C:\Program Files (x86)\LICEcap\licecap.exe
Berichtskennung: 705cab4b-7a6b-11e6-8a98-0019d1262458
https://github.com/justinfrankel/licecap/issues/22

FIXED (1.28)

Last edited by Dstruct; 12-03-2017 at 09:47 AM.
Dstruct is offline   Reply With Quote
Old 09-20-2016, 11:12 AM   #3
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

No crashes here, what OS?

Also what is the recording resolution/max frame rate?

Can you make a licecap of it? ha ha
Justin is offline   Reply With Quote
Old 09-20-2016, 11:42 AM   #4
Dstruct
Human being with feelings
 
Join Date: Jul 2006
Posts: 12,480
Default

Win8.1 x64

1648x998 at 60 FPS max.


The crash always happens on mouse clicking a button/link in some websites that I'm capturing.


FIXED (1.28)

Last edited by Dstruct; 12-03-2017 at 09:47 AM.
Dstruct is offline   Reply With Quote
Old 09-20-2016, 11:51 AM   #5
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Hmm what's licecap_ui.exe's memory use immediately before the crash? What if you lower the frame rate?
Justin is offline   Reply With Quote
Old 09-20-2016, 11:58 AM   #6
Dstruct
Human being with feelings
 
Join Date: Jul 2006
Posts: 12,480
Default

130 MB memory usage before the crash.


Here a website where it happens all the time when clicking/hovering the "Hinzufügen" button: https://www.toptip.ch/de/wohnen/wohn...iami/p/5698985

Lowering Max FPS doesn't seem to help (tried 30 and 15 FPS).


FIXED (1.28)

Last edited by Dstruct; 12-03-2017 at 09:48 AM.
Dstruct is offline   Reply With Quote
Old 09-20-2016, 12:04 PM   #7
Dstruct
Human being with feelings
 
Join Date: Jul 2006
Posts: 12,480
Default

Looks like maybe related to http://forum.cockos.com/showthread.php?t=180277 as I have the LCF file I'm recording to opened in REAPER the same time (as item in arrangement)!?

Couldn't repropduce the crash without REAPER (with the LCF) opened.

FIXED (1.28)


With GIF files there are no crashes at all (even if the file I'm recording to is opened in REAPER).

Last edited by Dstruct; 12-03-2017 at 09:48 AM.
Dstruct is offline   Reply With Quote
Old 09-22-2016, 09:11 AM   #8
Dstruct
Human being with feelings
 
Join Date: Jul 2006
Posts: 12,480
Default

Can you reproduce it Justin?
Dstruct is offline   Reply With Quote
Old 11-29-2016, 08:34 PM   #9
Dstruct
Human being with feelings
 
Join Date: Jul 2006
Posts: 12,480
Default

Bump. Should be easy to reproduce.
Dstruct is offline   Reply With Quote
Old 10-03-2017, 09:55 AM   #10
Dstruct
Human being with feelings
 
Join Date: Jul 2006
Posts: 12,480
Default

Still crashing here ...

FIXED (1.28)

Last edited by Dstruct; 12-03-2017 at 09:48 AM.
Dstruct is offline   Reply With Quote
Old 11-30-2017, 04:49 PM   #11
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Updating lice's gif reading/writing to use WDL_FileRead/WDL_FileWrite, which will address the locking issue (and possibly give better performance on huge .gifs -- though maybe at the expense of increased RAM use).

The LCF crash when the file is locked is a trivial fix, I'll push the code to the licecap git repository but it might be a bit before I can make a release...

Last edited by Justin; 11-30-2017 at 04:55 PM.
Justin is offline   Reply With Quote
Old 11-30-2017, 05:18 PM   #12
Dstruct
Human being with feelings
 
Join Date: Jul 2006
Posts: 12,480
Default

Nice! Thanks Justin!
Dstruct is offline   Reply With Quote
Old 11-30-2017, 09:11 PM   #13
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Posted 1.27 to landoleet -- if you could test (both LCF and .gif, to make sure I didn't stupidly break the .gif support), that'd be great!
Justin is offline   Reply With Quote
Old 11-30-2017, 09:37 PM   #14
Dstruct
Human being with feelings
 
Join Date: Jul 2006
Posts: 12,480
Default

Doesn't crash anymore thanks! Recording to lcf and gif is working.

FIXED (1.28)


Still one difference between the file locking handling:

-> with gif you can overwrite a file with licecap even if the file is playing in reaper - https://forum.cockos.com/showthread.php?t=180277

-> with lcf licecap just doesn't start recording if the lcf file is opened in reaper


Why that difference?

I guess the lcf mode should be preferred (not overwriting opened files)?

FIXED (5.70)

Last edited by Dstruct; 12-13-2017 at 12:10 PM.
Dstruct is offline   Reply With Quote
Old 12-01-2017, 01:28 PM   #15
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Quote:
Originally Posted by Dstruct View Post
Doesn't crash anymore thanks! Recording to lcf and gif is working.


Still one difference between the file locking handling:

-> with gif you can overwrite a file with licecap even if the file is playing in reaper - https://forum.cockos.com/showthread.php?t=180277

-> with lcf licecap just doesn't start recording if the lcf file is opened in reaper


Why that difference?

I guess the lcf mode should be preferred (not overwriting opened files)?

Try in REAPER 5.65rc1 (earlier versions wouldn't lock the .gif when reading it).
Justin is offline   Reply With Quote
Old 12-01-2017, 01:30 PM   #16
Dstruct
Human being with feelings
 
Join Date: Jul 2006
Posts: 12,480
Default

Ok, I'll try it when 5.65 got released. Thanks!
Dstruct 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 01:44 PM.


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