shoes3 icon indicating copy to clipboard operation
shoes3 copied to clipboard

Packaged exe can not work

Open atusoft opened this issue 8 years ago • 5 comments

When run it on windows10 64bit, get a shoes console window, show 'uninitialized constant "MZ\x90" . The app working fine start by shoes

atusoft avatar Oct 14 '16 15:10 atusoft

Packaged apps on Windows 10 have problems with Microsoft's security settings. It may work if you package with 'the download if needed' option. Packaging 'include Shoes' often fails for most Windows 10. See this discussion

ccoupe avatar Oct 14 '16 17:10 ccoupe

I got same issue on XP sp3, and tried with or without download if needed, did not work

atusoft avatar Oct 14 '16 18:10 atusoft

Which version of Shoes are you using. How big is the bundled app.exe with Shoes? When the download if needed was tried did it launch an installer? - It should. The shoes_console window and uninitialized constant suggests something is broken in the launch.

ccoupe avatar Oct 14 '16 22:10 ccoupe

I am using 3.3.1 r2509, exe size is 52M. I saw downloading when first lanuch.

atusoft avatar Oct 14 '16 23:10 atusoft

52MB !! Shoes is just 13MB compressed on Windows. It's a clue. XP support is iffy. Try to install Shoes on the XP machine first to make sure it runs there, if so, run your package app - it'll pickup the installed Shoes instead of the one in your exe. I'm guessing it going to get the same error but it's the only way to make sure.

I vaguely remember seeing that error once but I forget what the cause was. What OS is your system that is doing the packaging. We need to make sure it doesn't have a cached download that is bad - the cache location varies by OS.

ccoupe avatar Oct 15 '16 00:10 ccoupe