Sublime Forum

Windows 10 x64 - Regular Crash

#1

I’m getting a regular repeatable crash on Windows when using Sublime Text 3 Build 3125.

The steps I’m taking are to:

  1. Ctrl+Alt+P : Quick switch to a different project
  2. At this point I get 4 prompts asking me if I want to re-load the file which has changed on disk. Regardless of what I click on the first 3, while showing the 4th prompt it crashes.

I’ve two questions:

  • Is there anything more I can do to help you guys fix the problem (Event Viewer output below)?
  • How can I fix/workaround the issue?

Following is all I get from the Event Viewer:

Faulting application name: sublime_text.exe, version: 1.0.0.1, time stamp: 0x57e49fce Faulting module name: COMCTL32.dll, version: 6.10.14393.447, time stamp: 0x5819bcf0 Exception code: 0xc000041d Fault offset: 0x0000000000014589 Faulting process id: 0x3fb0 Faulting application start time: 0x01d265c357f8328c Faulting application path: C:\Program Files\Sublime Text 3\sublime_text.exe Faulting module path: C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.447_none_42191651c6827bb3\COMCTL32.dll Report Id: 954d7326-2d0e-48b3-9369-871b9107fbd1 Faulting package full name: Faulting package-relative application ID:

and

`Fault bucket 120623252268, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: sublime_text.exe
P2: 1.0.0.1
P3: 57e49fce
P4: COMCTL32.dll
P5: 6.10.14393.447
P6: 5819bcf0
P7: c000041d
P8: 0000000000014589
P9:
P10:

Attached files:
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9354.tmp.WERInternalMetadata.xml
\?\C:\Users\ian.wright\AppData\Local\Temp\WER9A5A.tmp.appcompat.txt

These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_sublime_text.exe_db99d7f3b253a767d4b13a5b51af1b893593e95_426d4b27_019e9ab7

Analysis symbol:
Rechecking for solution: 0
Report Id: 954d7326-2d0e-48b3-9369-871b9107fbd1
Report Status: 1
Hashed bucket: 0abc134a036ff0b5f20c5a4967c2c13d`

0 Likes

Sublime Text 3 Crashes on Startup
#2

Any reason you’re not using build 3126? (although afaik it is the same as 3125 in the stable channel).

Try a portable build (with no plugins) and see if you can reproduce your problem. Assuming you can’t, the problem is likely to do with one or more of the plugins you have installed.

At this point, if the problem is easily repeatable, you can selectively disable plugins in Sublime using Package Control’s ‘disable package’ function to find the offending plugin. You can also disable plugins in user settings under the “ignored packages:” key.

:slightly_smiling:

0 Likes

#3

Sorry I’ve not replied on this as yet.

At the moment I’ve found that the issue is with the workspace files. To fix it I have to delete the .sublime-project and .sublime-workspace file and re-create them and then I’m good for a while.

0 Likes

#4

Afaik only deleting the *.sublime-workspace file should do, too.

0 Likes