ID:2423702
 
BYOND Version:512
Operating System:Windows 10 Home
Web Browser:Chrome 71.0.3578.98
Applies to:Dream Seeker
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
DreamSeeker crashes unexpectedly, resulting in the client closing completely.

Numbered Steps to Reproduce Problem:
This happens very commonly. I've been unable to find what triggers the issue as it doesn't follow a pattern.

Does the problem occur:
Every time? Or how often? Nearly every session I have in local and network.
In other games? Not that I have found.
In other user accounts? Yes. All my users experience this.
On other computers? Yes.

When does the problem NOT occur?
The problem does not occur if a player remains idle. It only occurs as they move around and interact with the game world.

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)

The last working version was 512.1455 presumably. The issue was only noticed once we upgraded to the latest BYOND version but this could be a red herring.

Workarounds:
None.


I've attached a event viewer dump of the appcrash results. Hopefully this can help debug the issue. Please let me know if you need any more information.


Log Name: Application
Source: Application Error
Date: 2019-01-20 7:51:21 PM
Event ID: 1000
Task Category: Application Crashing Events
Level: Error
Keywords: Classic
User: N/A
Computer: Mac-PC
Description:
Faulting application name: dreamseeker.exe, version: 5.0.512.1463, time stamp: 0x5c40dabe
Faulting module name: byondcore.dll, version: 5.0.512.1463, time stamp: 0x5c40da3c
Exception code: 0xc0000005
Fault offset: 0x000705a5
Faulting process id: 0x70d0
Faulting application start time: 0x01d4b1236644a5a6
Faulting application path: C:\Program Files (x86)\BYOND\bin\dreamseeker.exe
Faulting module path: C:\Program Files (x86)\BYOND\bin\byondcore.dll
Report Id: 2bcde795-d107-4f43-96e7-6280d08150e1
Faulting package full name:
Faulting package-relative application ID:
Event Xml:



1000
2
100
0x80000000000000

53688
Application
Mac-PC



dreamseeker.exe
5.0.512.1463
5c40dabe
byondcore.dll
5.0.512.1463
5c40da3c
c0000005
000705a5
70d0
01d4b1236644a5a6
C:\Program Files (x86)\BYOND\bin\dreamseeker.exe
C:\Program Files (x86)\BYOND\bin\byondcore.dll
2bcde795-d107-4f43-96e7-6280d08150e1









Log Name: Application
Source: Windows Error Reporting
Date: 2019-01-20 7:41:41 PM
Event ID: 1001
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: Mac-PC
Description:
Fault bucket 1303083878559556823, type 1
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: dreamseeker.exe
P2: 5.0.512.1463
P3: 5c40dabe
P4: byondcore.dll
P5: 5.0.512.1463
P6: 5c40da3c
P7: c0000005
P8: 0006f1d0
P9:
P10:

Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7F3A.tmp.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8045.tmp.WERInt ernalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8055.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8063.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8074.tmp.txt

These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_ dreamseeker.exe_aec22b49834dc04e4d3c69fb9ce2be255c717c3_fcf9 02f0_30d983ed

Analysis symbol:
Rechecking for solution: 0
Report Id: 9fbd9310-588e-4852-949e-7f387c34a910
Report Status: 268435456
Hashed bucket: c8bbeb8b16bc43ba02157be22e14a4d7
Cab Guid: 0
Event Xml:



1001
4
0
0x80000000000000

53685
Application
Mac-PC



1303083878559556823
1
APPCRASH
Not available
0
dreamseeker.exe
5.0.512.1463
5c40dabe
byondcore.dll
5.0.512.1463
5c40da3c
c0000005
0006f1d0





\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7F3A.tmp.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8045.tmp.WERInt ernalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8055.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8063.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8074.tmp.txt
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_ dreamseeker.exe_aec22b49834dc04e4d3c69fb9ce2be255c717c3_fcf9 02f0_30d983ed


0
9fbd9310-588e-4852-949e-7f387c34a910
268435456
c8bbeb8b16bc43ba02157be22e14a4d7
0



These crashes are in different locations but both point to icon destruction. However without a test case that reliably reproduces it I won't be able to tell more. (More often than not, running out of memory is the cause of such things.)
Thanks, I'll try to see if I can come up with a test case.

We use a lot of icons created during run-time, which are then cached and then used again later. Since this is the most recent change prior to this occurring I have a feeling it's something to do with that.

I'll scope it out. Cheers.