Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Calculator does not work on gnu/linux #130

Closed
ghost opened this issue Mar 6, 2019 · 18 comments
Closed

Windows Calculator does not work on gnu/linux #130

ghost opened this issue Mar 6, 2019 · 18 comments

Comments

@ghost
Copy link

ghost commented Mar 6, 2019

Describe the bug
When I try to run the calculator on gnu/linux it does not work.

Steps To Reproduce

  1. open a terminal
  2. compile source code somehow
  3. chmod +x ./build/calculator.exe
  4. ./build/calculator.exe
  5. Error: bash: ./calculator.exe: cannot execute binary file: Exec format error

Expected behavior
milk
Screenshots
screenshot from 2019-03-06 20-25-53

Device and Application Information (please complete the following information):

  • OS Build: Fedora 29
  • Architecture: x86_64
  • Application Version: 10.1812.10048.0

Additional context
i dont use arch btw

@Kryptos-FR
Copy link

Duplicate of #113

@marth8880
Copy link

ok, this is epic

@MicrosoftIssueBot
Copy link
Collaborator

This is your friendly Microsoft Issue Bot. I've seen this issue come in and have gone to tell a human about it.

@mcooley
Copy link
Member

mcooley commented Mar 7, 2019

Closing since this is a duplicate of #113.

@mcooley mcooley closed this as completed Mar 7, 2019
@mcooley mcooley added the duplicate Issue identified as a duplicate of another issue(s) label Mar 7, 2019
@MicrosoftIssueBot MicrosoftIssueBot added won't fix and removed duplicate Issue identified as a duplicate of another issue(s) labels Mar 7, 2019
This was referenced Mar 7, 2019
@Grishq
Copy link

Grishq commented Mar 7, 2019

How about using Wine?

@Wohlstand
Copy link

Lol, why you trying to directly execute PE executible on Linux?! 🤣
Otherwise, use Wine to run Windows EXEs on Linux or Mac.

@ekungurov
Copy link

This is a bug in execve() system call. Please report it to the corresponding open-source project.

@balbassam
Copy link

I see your problem. You need to use gentoo.

@sersoftin

This comment has been minimized.

@grishka
Copy link

grishka commented Mar 9, 2019

Have you tried sudo yum install windows?

@roboter
Copy link

roboter commented Mar 9, 2019

does windows subsystem for linux in installed?

@sersoftin

This comment has been minimized.

@ghost
Copy link
Author

ghost commented Mar 10, 2019

@mcooley That issue is not related since the bug occurs when I try to run the binary already compiled in gnu/linux and not when I compile it.

I demand that this issue be reopened.

@Grishq
Copy link

Grishq commented Mar 14, 2019

Stop panic! We will made it and we will rock you! Just need some time.

@ghost
Copy link

ghost commented Mar 24, 2019

@MicrosoftIssueBot You should know that GitHub notifications do that already, you useless bot.

@khrj
Copy link

khrj commented Apr 19, 2019

@mcooley That issue is not related since the bug occurs when I try to run the binary already compiled in gnu/linux and not when I compile it.

I demand that this issue be reopened.

@m3k4itr41n This isn't rocket science, however -
There are three major operating systems in today's time -

  • Windows
  • MacOS
  • Linux

Programs do not just work across the three out-of-the-box. They have to be cross-compiled/recompiled etc.

By default, .exe files are meant only for Windows. Some can be run, however, on linux via using a compatibility layer called wine. Since this application is open sourced, some developer could try and figure out how to compile it for linux. As of now it looks like no one has done it.

@JL2210
Copy link

JL2210 commented Nov 24, 2019

It's highly unlikely this will be able to compile on GNU/Linux without something like Winelib.

@mdtauk
Copy link

mdtauk commented Nov 24, 2019

This app has a dependency on UWP, Windows 10, and WinUI - so is not currently compatible with Linux.

@microsoft microsoft locked as resolved and limited conversation to collaborators Jun 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests