GeorgRottensteiner / C64Studio

C64Studio is a .NET based IDE specializing in game development for the C64 in assembler and BASIC
Other
252 stars 38 forks source link

Latest versions of WinVICE don't seem to work in combination with C64 Studio #60

Closed cdacunha71 closed 2 years ago

cdacunha71 commented 2 years ago

I can't get latest versions (GTk or SDL) to work. When I try to build an run I get an exit code 1. Tried several versions but all show give the same error.

GeorgRottensteiner commented 2 years ago

Unfortunately the VICE guys changed the arguments. When wrong ones are passed, there's no message whatsoever, it just won't start up.

In File->Preferences->Tools change these settings for the emulator:

In "True Drive On" and "True Drive off" replace "truedrive" with "drive8truedrive" and "virtualdev" with "virtualdev8"

cdacunha71 commented 2 years ago

Thanks Georg, this solved the issue