I'm trying to display images in the browser using browse_rsc(), but I get an error message saying "Unable to read cache file." and the image doesn't show up.
Numbered Steps to Reproduce Problem:
1. Make an icon
2. Run the code snippet and use the verb
Code Snippet (if applicable) to Reproduce Problem:
mob
verb
test()
src << browse_rsc(icon('icons.dmi', "icon"), "icon.png")
src << browse("<img src=icon.png>")
Expected Results:
The image should be displayed in the browser tab.
Actual Results:
IE's broken image icon is displayed.
Does the problem occur:
Every time? Or how often?
In other games?
In other user accounts?
On other computers?
All the time.
When does the problem NOT occur?
As far as I know, it always happens.
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.)
It works in v483, but not v484 or v485.
Workarounds:
I haven't found any.