shoes / shoes3

a tiny graphical app kit for ruby
http://walkabout.mvmanila.com
Other
179 stars 19 forks source link

0xc000007b error when trying to run merged shoes exe #446

Closed JDsnyke closed 5 years ago

JDsnyke commented 5 years ago

So I tried running a copy of my shoes app (merged) on a friends laptop. Gave me the 0xc000007b error in a popup and did nothing else. Since the laptop had no shoes or ruby installed I had to install shoes manually in order to run the merged app without issues. What gives? I thought the whole point of a merged app was to run without shoes installed? Just interested in finding out how to avoid an issue like this in the future.

Any help is appreciated. Thanks!

OS : latest windows 10 update Arch: x64 Shoes ver: 3.3.8 beta

ccoupe commented 5 years ago

Hard to say what when wrong. Did you try the merged exe on your system ? it won't interfere with plain installed Shoes or more properly, it shouldn't because it's not named Shoes and only needs what is inside the (your) app install directory. That's what to compare - a working Shoes install folder tree and what's in the tree of the installed app.

I don't know what a 0xc000007b error code is. There's usually more info than that. Try starting the App from the command line - often you get better error messages. Hopefully you have the .yaml file from the merge and

JDsnyke commented 5 years ago

Hmmm. I'll take a look. As always, thanks @ccoupe