Jump to content
IGNORED

Altirra freezing after 30 seconds in one case


skr

Recommended Posts

The titel might be confusing, so in general: Altirra runs fine. But in one scenario, it hangs up.

 

My setup: Mac OS X.14.5, eclipse 4.12.0, WUDSN IDE, Altirra (from 2.90 to 3.20 test 1 - my problem is true for all those versions)

 

Altirra is bottled with winebottler, to have it running standalone under OS X. That works just fine. But when I write a program with WUDSN IDE and compile and run it with Altirra, Altirra will completely freeze after 30 seconds. There are no errors, it just freezes and I can´t even close it normally but have to force closing it. The strange thing: When I take the very same .xex-file that WUDSN IDE created and start it directly with Altirra, it just runs fine. No freezing, no problem.

 

I think, the problem is not Altirra itself, but the way I start it. So here is my shell script which I call from WUDSN IDE to start Altirra:

 

#/!bin/bash

fullpath="${1//\"}"
lstfile=${fullpath%.xex}.lst
AltirraExec=/Applications/Altirra.app/Contents/MacOS/startwine.sh

sed "/mads /a\\
Source: $lstfile
" $lstfile > $lstfile.temp
mv $lstfile.temp $lstfile

cd "$(dirname "$fullpath")"

$AltirraExec /singleinstance /run $(basename "$fullpath")

Does anybody else have that problem? What can I do?

Edited by skr
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...