Code Monkey home page Code Monkey logo

Comments (14)

Gyrosona avatar Gyrosona commented on July 30, 2024

I'll get to work on a fix for that later today if Alice isn't available within the next few hours 😓

from aliceos-classic.

alicerunsonfedora avatar alicerunsonfedora commented on July 30, 2024

Turns out there was a problem in the first Technical Preview to AliceOS in which UIView.rpy couldn't find the font described. Hopefully, when #18 lands into the master branch, this bug will also get fixed. For a quick fix, you can simply delete UIView.rpy from the Frameworks folder.

from aliceos-classic.

sr229 avatar sr229 commented on July 30, 2024

Marking debt

from aliceos-classic.

Gyrosona avatar Gyrosona commented on July 30, 2024

ow

from aliceos-classic.

cpgyuri avatar cpgyuri commented on July 30, 2024

I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "renpy/common/00start.rpy", line 76, in _init_language
renpy.change_language(language)
File "game/Resources/FontStyles.rpy", line 3, in
font aliceos.oem_regular_font
AttributeError: 'StoreModule' object has no attribute 'oem_regular_font'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "C:\Users\Neil\Desktop\RenPy\renpy-6.99.12.4-sdk\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Users\Neil\Desktop\RenPy\renpy-6.99.12.4-sdk\renpy\main.py", line 487, in main
run(restart)
File "C:\Users\Neil\Desktop\RenPy\renpy-6.99.12.4-sdk\renpy\main.py", line 69, in run
renpy.translation.init_translation()
File "C:\Users\Neil\Desktop\RenPy\renpy-6.99.12.4-sdk\renpy\translation_init_.py", line 506, in init_translation
renpy.store.init_language() # @undefinedvariable
File "renpy/common/00start.rpy", line 76, in init_language
renpy.change_language(language)
File "C:\Users\Neil\Desktop\RenPy\renpy-6.99.12.4-sdk\renpy\translation_init
.py", line 583, in change_language
new_change_language(tl, language)
File "C:\Users\Neil\Desktop\RenPy\renpy-6.99.12.4-sdk\renpy\translation_init
.py", line 553, in new_change_language
i.apply()
File "C:\Users\Neil\Desktop\RenPy\renpy-6.99.12.4-sdk\renpy\ast.py", line 2224, in apply
value = renpy.python.py_eval(expr)
File "C:\Users\Neil\Desktop\RenPy\renpy-6.99.12.4-sdk\renpy\python.py", line 1749, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Neil\Desktop\RenPy\renpy-6.99.12.4-sdk\renpy\python.py", line 1743, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Resources/FontStyles.rpy", line 3, in
font aliceos.oem_regular_font
AttributeError: 'StoreModule' object has no attribute 'oem_regular_font'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Doki Doki Forces DokiDokiForcesBeta6

from aliceos-classic.

alicerunsonfedora avatar alicerunsonfedora commented on July 30, 2024

I assume you turned on the OEM settings but didn't set the OEM fonts. You must add the OEM fonts when turning it on. If you need to, you can temporarily redirect them to the appropriate fonts in the regular AliceOS

## Define the AliceOS OEM Fonts here. This covers
## required font weights to match the standard
## system.

define aliceos.oem_font_regular = "Resources/systemfont/Regular.ttf"
define aliceos.oem_font_bold = "Resources/systemfont/Bold.ttf"
define aliceos.oem_font_italic = "Resources/systemfont/Italic.ttf"
define aliceos.oem_font_black = "Resources/systemfont/Black.ttf"
define alceos.oem_font_thin = "Resources/systemfont/Thin.ttf"
define aliceos.oem_font_medium = "Resources/systemfont/Medium.ttf"

from aliceos-classic.

cpgyuri avatar cpgyuri commented on July 30, 2024

I added the fonts and enabled oem developer yesterday night. I'm not that stupid.

from aliceos-classic.

alicerunsonfedora avatar alicerunsonfedora commented on July 30, 2024

I'll need to see your code, then.

from aliceos-classic.

cpgyuri avatar cpgyuri commented on July 30, 2024

Sent in the scripting channel, file not valid to upload here.

from aliceos-classic.

sr229 avatar sr229 commented on July 30, 2024

Reopening issue due to persistence of the issue

from aliceos-classic.

alicerunsonfedora avatar alicerunsonfedora commented on July 30, 2024

I believe this was resolved already

from aliceos-classic.

alicerunsonfedora avatar alicerunsonfedora commented on July 30, 2024

image
image
image
image

from aliceos-classic.

alicerunsonfedora avatar alicerunsonfedora commented on July 30, 2024

@sr229 Has this been happening on more than one instance of AliceOS?

from aliceos-classic.

sr229 avatar sr229 commented on July 30, 2024

Oh forgive me, I was using the master on DDEA.

Marked as Resolved.

from aliceos-classic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.