export wizard shows blank screen on linux.
-
-
Project preferences
-
cant find the export set up option.
-
@octaviu555 Are you using the develop branch?
-
@d-healey i am using the fork you recommended me.
i compiled it following the steps from your github repo. -
@octaviu555 Are you using the development branch of my fork?
-
@octaviu555 yes. just checked.
-
@octaviu555 And you don't see Export Setup in the Compiler Settings section, even when you type it in the search bar?
Try this:
Close HISE
Open ~/.hise/compilerSettings.xml
Add<ExportSetup value="Yes"/>
,
Save the file and reload HISE. -
@d-healey said in export wizard shows blank screen on linux.:
that worked.
would it be easier to run hise from a windows vm? -
@octaviu555 said in export wizard shows blank screen on linux.:
would it be easier to run hise from a windows vm?
Easier in what way?
-
well, ive been finding error after error when trying to simply just run hise.
i wonder if the windows version doesnt have these problems. -
@octaviu555 What errors have you found when running HISE? Other than the above issues with the export setup wizard.
The Windows version is the same, except you'll run into different build issues.
If you want to export Windows plugins then you'll need to run it on Windows at some point.
-
im trying to compile an empty project just to see if it can actually do it, and its stuck here, the window freezes,
can you help me? -
@octaviu555 I hadn't even noticed that
Compile Project
option had appeared. Ignore it and use one of the export options below instead. -
Before i try anything dumb.
im just trying to build an empty plugin.
nothing.
i just want to make sure im able to export anything before spending time codiing anything that i wont be able to export.so, should i be able ot export an empty project?
-
@octaviu555 said in export wizard shows blank screen on linux.:
so, should i be able ot export an empty project?
Yes
-
-
one more question, can hise export to vst 3 midi plugin?
-
@octaviu555 Yes, but there are limitations with MIDI effects (search the forum for details). You'll probably also want to enable one or both of these
-
thank you.