You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Well that last line in you build script doesn't work anymore at least for me...
First of all what I can see is that the emulator doesn't ship with x64 anymore in my version!
I guess it's x64sc now, changing it to use x64sc instead of x64 gives me another problem.
It seems no matter what I've tried I'm not able to run the emulator with a given file like:
x64sc test.prg
What happens is you can see the emulator is starting but immediatly it is terminating.
Running the emulator alone from the terminal works fine.
Then I noticed there are two different versions of x64sc:
first one:
/Applications/vice-gtk3-3.5/x64sc.app/Contents/MacOS/
second one:
/Applications/vice-gtk3-3.5/bin
I've read somewhere to use the one which lives in the bin directory (so the second one) when using it from terminal.
So I did running it alone works fine like before terminal showing the following:
ffmpeg avformat lib has version 3a2d64, VICE expects 3a2d64: full match
ffmpeg avcodec lib has version 3a5b64, VICE expects 3a5b64: full match
ffmpeg avutil lib has version 383364, VICE expects 383364: full match
ffmpeg swscale lib has version 050764, VICE expects 050764: full match
ffmpeg swresample lib has version 030764, VICE expects 030764: full match
Initializing chip model "MOS8565" (63 cycles per line, 312 raster lines).
VSP Bug: safe channels are: 1257. Emulation of memory corruption is disabled.
VSP Bug: safe channels are: 013567. Emulation of memory corruption is disabled.
Reading configuration file `/Users/blubb/.config/vice/vicerc'.
VSP Bug: safe channels are: 36. Emulation of memory corruption is enabled.
(x64sc:39643): Gtk-WARNING **: 18:11:26.265: Theme directory scalable-up-to-32/status of theme Adwaita has no size field
Again running it with a PRG file directly it terminates again. Sometimes the terminal output told me the PRG isn't valid but that can't be. The PRG runs fine in Vice when attaching it while Vice is already running. Any ideas?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Well that last line in you build script doesn't work anymore at least for me...
First of all what I can see is that the emulator doesn't ship with x64 anymore in my version!
I guess it's x64sc now, changing it to use x64sc instead of x64 gives me another problem.
It seems no matter what I've tried I'm not able to run the emulator with a given file like:
x64sc test.prg
What happens is you can see the emulator is starting but immediatly it is terminating.
Running the emulator alone from the terminal works fine.
Then I noticed there are two different versions of x64sc:
first one:
/Applications/vice-gtk3-3.5/x64sc.app/Contents/MacOS/
second one:
/Applications/vice-gtk3-3.5/bin
I've read somewhere to use the one which lives in the bin directory (so the second one) when using it from terminal.
So I did running it alone works fine like before terminal showing the following:
ffmpeg avformat lib has version 3a2d64, VICE expects 3a2d64: full match
ffmpeg avcodec lib has version 3a5b64, VICE expects 3a5b64: full match
ffmpeg avutil lib has version 383364, VICE expects 383364: full match
ffmpeg swscale lib has version 050764, VICE expects 050764: full match
ffmpeg swresample lib has version 030764, VICE expects 030764: full match
Initializing chip model "MOS8565" (63 cycles per line, 312 raster lines).
VSP Bug: safe channels are: 1257. Emulation of memory corruption is disabled.
VSP Bug: safe channels are: 013567. Emulation of memory corruption is disabled.
Reading configuration file `/Users/blubb/.config/vice/vicerc'.
VSP Bug: safe channels are: 36. Emulation of memory corruption is enabled.
(x64sc:39643): Gtk-WARNING **: 18:11:26.265: Theme directory scalable-up-to-32/status of theme Adwaita has no size field
Again running it with a PRG file directly it terminates again. Sometimes the terminal output told me the PRG isn't valid but that can't be. The PRG runs fine in Vice when attaching it while Vice is already running. Any ideas?
The text was updated successfully, but these errors were encountered: