Sanny Builder Bug Tracker - Sanny Builder | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000021 | Sanny Builder | [All Projects] compiler | public | 2013-10-15 01:29 | 2017-04-22 16:40 |
Reporter | Deji | ||||
Assigned To | Seemann | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | unable to reproduce | ||
Platform | OS | OS Version | |||
Product Version | 3.1.2 | ||||
Target Version | Fixed in Version | ||||
Summary | 0000021: Error on file includes mid-code | ||||
Description | SB3 encounters an error when including files after certain control structures. It will give an error like "Couldn''t load fileb.txt." and then throw an error like "Access violation at address 005402EB in module 'sanny.exe'. Read of address 00000007." on every attempt to compile after. | ||||
Steps To Reproduce | Try the following code... ************************************************************************* {$CLEO} {$NOSOURCE} {$I fileb.txt} WAIT 0 IF NOT IS_GAME_VERSION_ORIGINAL {$I fileb.txt} THEN END ************************************************************************* There will be an error at line 8 saying fileb.txt cannot be included. Will happen anywhere after line 7. Same with this code... ************************************************************************* WHILE NOT IS_GAME_VERSION_ORIGINAL {$I fileb.txt} WAIT 9999 END ************************************************************************* | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-10-15 01:29 | Deji | New Issue | |||
2013-10-15 01:29 | Deji | Status | new => assigned | ||
2013-10-15 01:29 | Deji | Assigned To | => Seemann | ||
2013-10-15 20:18 | Seemann | Note Added: 0000021 | |||
2013-10-19 16:22 | Seemann | Status | assigned => feedback | ||
2013-10-19 18:30 | Deji | Note Added: 0000022 | |||
2013-10-19 18:30 | Deji | Status | feedback => assigned | ||
2017-04-22 16:40 | Seemann | Note Added: 0000046 | |||
2017-04-22 16:40 | Seemann | Status | assigned => closed | ||
2017-04-22 16:40 | Seemann | Resolution | open => unable to reproduce |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|