I tried to create an EXE for a school project, but it does not seem to do anything when tested.
Numbered Steps to Reproduce Problem:
1. Create folder "test" on desktop
2. Unzip latest "portable" version of BYOND to "test"
3. Compile included code
4. Make EXE (command: file://test.dmb##guest)
4. Copy "test.dmb" (no .rsc) and "test.exe"
5. Run "test.exe" in "desktop/test"
Code Snippet (if applicable) to Reproduce Problem:
test.dme
..>test.dm
mob
Login()
..()
src << "Hello, if you can read this, this computer can play BYOND Games."
Expected Results:
Open a window with the text "Hello, if you can read this, this computer can play BYOND Games."
Actual Results:
Nothing.
Does the problem occur:
Every time? Or how often? Every time.
In other games? Not tested.
In other user accounts? Yes.
On other computers? Yes.
When does the problem NOT occur?
Never.
Workarounds:
None known to me.
Does it work if you try to run it, say, a second time? If so, I've marked that issue once before, but it hasn't gotten much notice.