Page 33 of 57

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Sat Jul 13, 2019 10:41 pm
by GoombaQueen
Westretroman wrote:
Sat Jul 13, 2019 10:20 pm
GoombaQueen wrote:
Sat Jul 13, 2019 10:18 pm
Enjl wrote:
Sat Jul 13, 2019 2:31 pm

The installer now automatically grants user permissions in the install directory (or at least it ought to), so program files should no longer be an issue in theory. Sounds more like a graphics card thing if I were to guess.
I installed it on my desktop. Am I supposed to install it in Program files?
No, you could, but take Enjil's word for it that it is just a graphics card issue.
Okay, thank you guys. :)

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Sun Jul 14, 2019 10:00 pm
by ChromaNyan
I needed to reinstall SMBX2 PAL because new PC and suddenly it won't launch because it needs VCRUNTIME140.dll. How do I fix this?

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Mon Jul 15, 2019 1:28 am
by Westretroman
NyanMC wrote:
Sun Jul 14, 2019 10:00 pm
I needed to reinstall SMBX2 PAL because new PC and suddenly it won't launch because it needs VCRUNTIME140.dll. How do I fix this?
Install the VC_REDIST included with SMBX PAL. 86x for 32 bit computers or 64 bit for 64 bit computers.

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Mon Jul 15, 2019 5:38 pm
by MisterZygarde64
For the next release, could you try fix the issue of glitching effects when ever a custom enemy dies. It's really distracting.
Image

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Mon Jul 15, 2019 6:06 pm
by Westretroman
MisterZygarde64 wrote:
Mon Jul 15, 2019 5:38 pm
For the next release, could you try fix the issue of glitching effects when ever a custom enemy dies. It's really distracting.
Image
I agree this needs to be fixed, but is your effect a .png file? For me, it doesn't work unless the effect is a .gif and the correct width and height is stated in the .txt for the effect.

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Tue Jul 16, 2019 4:46 am
by Emral
Westretroman wrote:
Mon Jul 15, 2019 6:06 pm
MisterZygarde64 wrote:
Mon Jul 15, 2019 5:38 pm
For the next release, could you try fix the issue of glitching effects when ever a custom enemy dies. It's really distracting.
Image
I agree this needs to be fixed, but is your effect a .png file? For me, it doesn't work unless the effect is a .gif and the correct width and height is stated in the .txt for the effect.
Effects don't have txt files. This bug has existed since SMBX2's inception and is easily fixed on a per-effect basis with a simple lua script in onTick:

Code: Select all

for k,v in ipairs(Effect.get(ID)) do
	v.width = ##
	v.height = ##
end

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Tue Jul 16, 2019 6:31 pm
by MisterZygarde64
Enjl wrote:
Tue Jul 16, 2019 4:46 am
Westretroman wrote:
Mon Jul 15, 2019 6:06 pm
MisterZygarde64 wrote:
Mon Jul 15, 2019 5:38 pm
For the next release, could you try fix the issue of glitching effects when ever a custom enemy dies. It's really distracting.
Image
I agree this needs to be fixed, but is your effect a .png file? For me, it doesn't work unless the effect is a .gif and the correct width and height is stated in the .txt for the effect.
Effects don't have txt files. This bug has existed since SMBX2's inception and is easily fixed on a per-effect basis with a simple lua script in onTick:

Code: Select all

for k,v in ipairs(Effect.get(ID)) do
	v.width = ##
	v.height = ##
end
Still I hope the bug is fixed or that we can give effects .txt files in the next release

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Wed Jul 17, 2019 3:09 am
by diagonal
When reset my pc and open testlevel with the editor I have this errors
Image

Image

Any solution?

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Wed Jul 17, 2019 6:29 am
by Cedur
what happens when you click "accept"?

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Wed Jul 17, 2019 8:43 am
by Hoeloe
diagonal wrote:
Wed Jul 17, 2019 3:09 am
When reset my pc and open testlevel with the editor I have this errors
Image

Image

Any solution?
Go to your episode file and find something named "save#.tmp" and "save#-ext.dat" and delete them. This error means your save files are corrupted, which usually only happens if they were made with an unreleased version of beta 4, or you manually edited them.

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Wed Jul 17, 2019 10:30 am
by Wohlstand
Cedur wrote:
Wed Jul 17, 2019 6:29 am
what happens when you click "accept"?
There are "OK" and "Cancel" in Spanish :)

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Thu Jul 18, 2019 12:56 am
by diagonal
Well. Now have the next error.
Image

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Thu Jul 18, 2019 5:49 am
by CostlessYT
I ott on the launcher for SMBX2 PAL, but when I click play, the game doesn't show up. Any fixes?

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Thu Jul 18, 2019 7:37 am
by Wohlstand
CostlessYT wrote:
Thu Jul 18, 2019 5:49 am
I ott on the launcher for SMBX2 PAL, but when I click play, the game doesn't show up. Any fixes?
- Which operating system are you using?
- Try to start the game manually by starting of `data/LunaLoader.exe`
- Do you have antivirus? Please check what it has caught? It's possible it was given a false positive :thinking:

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Thu Jul 18, 2019 11:47 am
by Dragonwings
Every time i try to test a level, it just stays in a black screen

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Thu Jul 18, 2019 2:02 pm
by MisterZygarde64
It says it couldn't find the latest server version. Also the website seems to be down.

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Thu Jul 18, 2019 3:09 pm
by Emral
MisterZygarde64 wrote:
Thu Jul 18, 2019 2:02 pm
It says it couldn't find the latest server version. Also the website seems to be down.
It pulls from this URL, which I can access. The website is up. http://codehaus.wohlsoft.ru/version/update-check.json

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Thu Jul 18, 2019 6:25 pm
by Wohlstand
MisterZygarde64 wrote:
Thu Jul 18, 2019 2:02 pm
It says it couldn't find the latest server version. Also the website seems to be down.
Looks like was a temporary reboot on my hosting provider, and, that was quickly fixed, workd thing fine ;)

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Thu Jul 18, 2019 7:18 pm
by Wiimeiser
The site seems to be down for me, it's giving me this error:
{
"current-version":
{
"version-1": 1,
"version-2": 9,
"version-3": 9,
"version-4": 6
},
"update-message": "A hotfix has been released! It fixes a couple of oversights. Select the 'Hotfix' button on the website to update only the necessary files.",
"update-url-page": "http://codehaus.wohlsoft.ru/downloads.html"
}

Re: SMBX2 PAL Release - Feedback, Questions and Bugs here!

Posted: Fri Jul 19, 2019 2:54 am
by Cedur
I saw this too upon clicking Enjl's URL. It directly redirects you to the site, it's all fine.