Wine says “fixme:heap:HeapSetInformation” when trying to run command
Fedora 21 x64 (LXDE spin)
wine-1.7.30 (Compholio)
Under Linux Wine I'm trying to execute this command:
$ wine "/home/user/.foobar2000/drive_c/Program Files/foobar2000/foobar2000.exe" /runcmd-playing="Tagging/Quick Tagger/Set <Rating> to/[Remove Field]"
Problem is that when I execute it I get this error
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
Although i'm able to execute the code, i'm greeted with an error at every login.
This is because I have it in LXDE's lxde-rc.xml config file. It says there is an error at the end of the very file but that's due to this particular syntax, so the error message is irrelevant at this point.
linux wine
add a comment |
Fedora 21 x64 (LXDE spin)
wine-1.7.30 (Compholio)
Under Linux Wine I'm trying to execute this command:
$ wine "/home/user/.foobar2000/drive_c/Program Files/foobar2000/foobar2000.exe" /runcmd-playing="Tagging/Quick Tagger/Set <Rating> to/[Remove Field]"
Problem is that when I execute it I get this error
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
Although i'm able to execute the code, i'm greeted with an error at every login.
This is because I have it in LXDE's lxde-rc.xml config file. It says there is an error at the end of the very file but that's due to this particular syntax, so the error message is irrelevant at this point.
linux wine
So now we can focus on the question, where still a few details are completely unknown, such as version of Linux and Wine. It's a Wine error.
– slhck
Dec 13 '14 at 10:43
2
I'd also add there's probably perfectly good tag management software in linux, and chances are there may be a simpler issues. Smells like a XY Problem.
– Journeyman Geek♦
Dec 13 '14 at 11:10
1
@JourneymanGeek With a specific application it may be an XY problem. However this affects multiple applications, some with no alternatives. In my case it's HOSAFE's CMS 2.0 (Camera Management Software).
– Duncan X Simpson
Mar 24 '16 at 18:45
add a comment |
Fedora 21 x64 (LXDE spin)
wine-1.7.30 (Compholio)
Under Linux Wine I'm trying to execute this command:
$ wine "/home/user/.foobar2000/drive_c/Program Files/foobar2000/foobar2000.exe" /runcmd-playing="Tagging/Quick Tagger/Set <Rating> to/[Remove Field]"
Problem is that when I execute it I get this error
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
Although i'm able to execute the code, i'm greeted with an error at every login.
This is because I have it in LXDE's lxde-rc.xml config file. It says there is an error at the end of the very file but that's due to this particular syntax, so the error message is irrelevant at this point.
linux wine
Fedora 21 x64 (LXDE spin)
wine-1.7.30 (Compholio)
Under Linux Wine I'm trying to execute this command:
$ wine "/home/user/.foobar2000/drive_c/Program Files/foobar2000/foobar2000.exe" /runcmd-playing="Tagging/Quick Tagger/Set <Rating> to/[Remove Field]"
Problem is that when I execute it I get this error
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
Although i'm able to execute the code, i'm greeted with an error at every login.
This is because I have it in LXDE's lxde-rc.xml config file. It says there is an error at the end of the very file but that's due to this particular syntax, so the error message is irrelevant at this point.
linux wine
linux wine
edited Dec 13 '14 at 11:04
fohrums
asked Dec 13 '14 at 10:05
fohrumsfohrums
101314
101314
So now we can focus on the question, where still a few details are completely unknown, such as version of Linux and Wine. It's a Wine error.
– slhck
Dec 13 '14 at 10:43
2
I'd also add there's probably perfectly good tag management software in linux, and chances are there may be a simpler issues. Smells like a XY Problem.
– Journeyman Geek♦
Dec 13 '14 at 11:10
1
@JourneymanGeek With a specific application it may be an XY problem. However this affects multiple applications, some with no alternatives. In my case it's HOSAFE's CMS 2.0 (Camera Management Software).
– Duncan X Simpson
Mar 24 '16 at 18:45
add a comment |
So now we can focus on the question, where still a few details are completely unknown, such as version of Linux and Wine. It's a Wine error.
– slhck
Dec 13 '14 at 10:43
2
I'd also add there's probably perfectly good tag management software in linux, and chances are there may be a simpler issues. Smells like a XY Problem.
– Journeyman Geek♦
Dec 13 '14 at 11:10
1
@JourneymanGeek With a specific application it may be an XY problem. However this affects multiple applications, some with no alternatives. In my case it's HOSAFE's CMS 2.0 (Camera Management Software).
– Duncan X Simpson
Mar 24 '16 at 18:45
So now we can focus on the question, where still a few details are completely unknown, such as version of Linux and Wine. It's a Wine error.
– slhck
Dec 13 '14 at 10:43
So now we can focus on the question, where still a few details are completely unknown, such as version of Linux and Wine. It's a Wine error.
– slhck
Dec 13 '14 at 10:43
2
2
I'd also add there's probably perfectly good tag management software in linux, and chances are there may be a simpler issues. Smells like a XY Problem.
– Journeyman Geek♦
Dec 13 '14 at 11:10
I'd also add there's probably perfectly good tag management software in linux, and chances are there may be a simpler issues. Smells like a XY Problem.
– Journeyman Geek♦
Dec 13 '14 at 11:10
1
1
@JourneymanGeek With a specific application it may be an XY problem. However this affects multiple applications, some with no alternatives. In my case it's HOSAFE's CMS 2.0 (Camera Management Software).
– Duncan X Simpson
Mar 24 '16 at 18:45
@JourneymanGeek With a specific application it may be an XY problem. However this affects multiple applications, some with no alternatives. In my case it's HOSAFE's CMS 2.0 (Camera Management Software).
– Duncan X Simpson
Mar 24 '16 at 18:45
add a comment |
1 Answer
1
active
oldest
votes
In my experience this has something to do with trying to run a 32-bit program in a 64-bit wineprefix. To fix this, create a 32-bit wine prefix:
# This creates one at ~/.wine32 but it can be anywhere you own
# Note that it MUST NOT exist. winecfg MUST create it.
WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
You also need to specify this wineprefix as an environment variable whenever you want to run a 32-bit app. This will set anything in the current shell session to run in the 32-bit wine prefix:
export WINEPREFIX=~/.wine32
Then run the foobar2k installer then run foobar2k with:
wine "/home/user/.wine32/drive_c/Program Files/foobar2000/foobar2000.exe" /runcmd-playing="Tagging/Quick Tagger/Set <Rating> to/[Remove Field]"
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f852098%2fwine-says-fixmeheapheapsetinformation-when-trying-to-run-command%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
In my experience this has something to do with trying to run a 32-bit program in a 64-bit wineprefix. To fix this, create a 32-bit wine prefix:
# This creates one at ~/.wine32 but it can be anywhere you own
# Note that it MUST NOT exist. winecfg MUST create it.
WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
You also need to specify this wineprefix as an environment variable whenever you want to run a 32-bit app. This will set anything in the current shell session to run in the 32-bit wine prefix:
export WINEPREFIX=~/.wine32
Then run the foobar2k installer then run foobar2k with:
wine "/home/user/.wine32/drive_c/Program Files/foobar2000/foobar2000.exe" /runcmd-playing="Tagging/Quick Tagger/Set <Rating> to/[Remove Field]"
add a comment |
In my experience this has something to do with trying to run a 32-bit program in a 64-bit wineprefix. To fix this, create a 32-bit wine prefix:
# This creates one at ~/.wine32 but it can be anywhere you own
# Note that it MUST NOT exist. winecfg MUST create it.
WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
You also need to specify this wineprefix as an environment variable whenever you want to run a 32-bit app. This will set anything in the current shell session to run in the 32-bit wine prefix:
export WINEPREFIX=~/.wine32
Then run the foobar2k installer then run foobar2k with:
wine "/home/user/.wine32/drive_c/Program Files/foobar2000/foobar2000.exe" /runcmd-playing="Tagging/Quick Tagger/Set <Rating> to/[Remove Field]"
add a comment |
In my experience this has something to do with trying to run a 32-bit program in a 64-bit wineprefix. To fix this, create a 32-bit wine prefix:
# This creates one at ~/.wine32 but it can be anywhere you own
# Note that it MUST NOT exist. winecfg MUST create it.
WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
You also need to specify this wineprefix as an environment variable whenever you want to run a 32-bit app. This will set anything in the current shell session to run in the 32-bit wine prefix:
export WINEPREFIX=~/.wine32
Then run the foobar2k installer then run foobar2k with:
wine "/home/user/.wine32/drive_c/Program Files/foobar2000/foobar2000.exe" /runcmd-playing="Tagging/Quick Tagger/Set <Rating> to/[Remove Field]"
In my experience this has something to do with trying to run a 32-bit program in a 64-bit wineprefix. To fix this, create a 32-bit wine prefix:
# This creates one at ~/.wine32 but it can be anywhere you own
# Note that it MUST NOT exist. winecfg MUST create it.
WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
You also need to specify this wineprefix as an environment variable whenever you want to run a 32-bit app. This will set anything in the current shell session to run in the 32-bit wine prefix:
export WINEPREFIX=~/.wine32
Then run the foobar2k installer then run foobar2k with:
wine "/home/user/.wine32/drive_c/Program Files/foobar2000/foobar2000.exe" /runcmd-playing="Tagging/Quick Tagger/Set <Rating> to/[Remove Field]"
answered Mar 24 '16 at 19:35
Duncan X SimpsonDuncan X Simpson
1,112823
1,112823
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f852098%2fwine-says-fixmeheapheapsetinformation-when-trying-to-run-command%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
So now we can focus on the question, where still a few details are completely unknown, such as version of Linux and Wine. It's a Wine error.
– slhck
Dec 13 '14 at 10:43
2
I'd also add there's probably perfectly good tag management software in linux, and chances are there may be a simpler issues. Smells like a XY Problem.
– Journeyman Geek♦
Dec 13 '14 at 11:10
1
@JourneymanGeek With a specific application it may be an XY problem. However this affects multiple applications, some with no alternatives. In my case it's HOSAFE's CMS 2.0 (Camera Management Software).
– Duncan X Simpson
Mar 24 '16 at 18:45