Topics about events/announcements that are no longer relevant.
Moderator: Userbase Moderators
|
|
|
|
-
GoombaQueen
- Koopa

- Posts: 16
- Joined: Fri Feb 01, 2019 12:25 am
- Flair: NO
Postby GoombaQueen » Sat Jul 13, 2019 10:41 pm
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. 
|
|
|
|
|
|
|
|
|
-
ChromaNyan
- Blooper

- Posts: 155
- Joined: Sat Feb 17, 2018 5:32 pm
Postby ChromaNyan » 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?
|
|
|
|
|
|
|
|
|
-
Westretroman
- Eerie

- Posts: 704
- Joined: Tue Mar 29, 2016 6:50 pm
Postby Westretroman » Mon Jul 15, 2019 1:28 am
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.
|
|
|
|
|
|
|
|
|
-
MisterZygarde64
- Bot

- Posts: 52
- Joined: Wed Jun 08, 2016 9:43 pm
Postby MisterZygarde64 » 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.

|
|
|
|
|
|
|
|
|
-
Westretroman
- Eerie

- Posts: 704
- Joined: Tue Mar 29, 2016 6:50 pm
Postby Westretroman » 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.
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.
|
|
|
|
|
|
|
|
|
-
Emral
- Cute Yoshi Egg

- Posts: 9890
- Joined: Mon Jan 20, 2014 12:58 pm
- Flair: Phoenix
Postby Emral » 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.
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
|
|
|
|
|
|
|
|
|
-
MisterZygarde64
- Bot

- Posts: 52
- Joined: Wed Jun 08, 2016 9:43 pm
Postby MisterZygarde64 » Tue Jul 16, 2019 6:31 pm
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.
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
|
|
|
|
|
|
|
|
|
-
diagonal
- Goomba

- Posts: 2
- Joined: Tue Jul 16, 2019 7:42 pm
- Flair: mono
Postby diagonal » Wed Jul 17, 2019 3:09 am
When reset my pc and open testlevel with the editor I have this errors
Any solution?
|
|
|
|
|
|
|
|
|
-
Cedur
- Link

- Posts: 7073
- Joined: Tue Jun 28, 2016 10:14 am
- Flair: I'm gone, for chess and minesweeper
- Pronouns: he/him
Postby Cedur » Wed Jul 17, 2019 6:29 am
what happens when you click "accept"?
|
|
|
|
|
|
|
|
|
-
Hoeloe
- Phanto

- Posts: 1465
- Joined: Sat Oct 03, 2015 6:18 pm
- Flair: The Codehaus Girl
- Pronouns: she/her
Postby Hoeloe » Wed Jul 17, 2019 8:43 am
diagonal wrote: ↑Wed Jul 17, 2019 3:09 am
When reset my pc and open testlevel with the editor I have this errors
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.
|
|
|
|
|
|
|
|
|
-
Wohlstand
- Chargin' Chuck

- Posts: 2008
- Joined: Tue Feb 11, 2014 4:44 pm
- Flair: [ˈvoːlˌʃtant], 狐エンジニア
- Pronouns: he/him
-
Contact:
Postby Wohlstand » Wed Jul 17, 2019 10:30 am
Cedur wrote: ↑Wed Jul 17, 2019 6:29 am
what happens when you click "accept"?
There are "OK" and "Cancel" in Spanish 
|
|
|
|
|
|
|
|
|
-
diagonal
- Goomba

- Posts: 2
- Joined: Tue Jul 16, 2019 7:42 pm
- Flair: mono
Postby diagonal » Thu Jul 18, 2019 12:56 am
Well. Now have the next error.

|
|
|
|
|
|
|
|
|
-
CostlessYT
- Goomba

- Posts: 1
- Joined: Thu Jul 18, 2019 5:36 am
Postby CostlessYT » 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?
|
|
|
|
|
|
|
|
|
-
Wohlstand
- Chargin' Chuck

- Posts: 2008
- Joined: Tue Feb 11, 2014 4:44 pm
- Flair: [ˈvoːlˌʃtant], 狐エンジニア
- Pronouns: he/him
-
Contact:
Postby Wohlstand » Thu Jul 18, 2019 7:37 am
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 
|
|
|
|
|
|
|
|
|
-
Dragonwings
- Goomba

- Posts: 1
- Joined: Thu Jul 18, 2019 11:45 am
Postby Dragonwings » Thu Jul 18, 2019 11:47 am
Every time i try to test a level, it just stays in a black screen
|
|
|
|
|
|
|
|
|
-
MisterZygarde64
- Bot

- Posts: 52
- Joined: Wed Jun 08, 2016 9:43 pm
Postby MisterZygarde64 » Thu Jul 18, 2019 2:02 pm
It says it couldn't find the latest server version. Also the website seems to be down.
|
|
|
|
|
|
|
|
|
-
Wohlstand
- Chargin' Chuck

- Posts: 2008
- Joined: Tue Feb 11, 2014 4:44 pm
- Flair: [ˈvoːlˌʃtant], 狐エンジニア
- Pronouns: he/him
-
Contact:
Postby Wohlstand » Thu Jul 18, 2019 6:25 pm
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 
|
|
|
|
|
|
|
|
|
-
Wiimeiser
- Snifit

- Posts: 215
- Joined: Mon Jun 24, 2019 4:36 am
- Flair: What?
Postby Wiimeiser » Thu Jul 18, 2019 7:18 pm
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"
}
|
|
|
|
|
|
|
|
|
-
Cedur
- Link

- Posts: 7073
- Joined: Tue Jun 28, 2016 10:14 am
- Flair: I'm gone, for chess and minesweeper
- Pronouns: he/him
Postby Cedur » Fri Jul 19, 2019 2:54 am
I saw this too upon clicking Enjl's URL. It directly redirects you to the site, it's all fine.
|
|
|
|
|
Return to “Events and Announcements”
Users browsing this forum: No registered users and 1 guest
|